/* ============================================================
   tpl5 · 暖金健康 —— 高端大气·暖色调医疗健康主题
   设计语言：奶油米白底 + 暖金点缀 + 酒红辅助；衬线大标题、
   非对称编辑式 Hero、拱形产品卡、金线分隔、深棕暖金页脚。
   ============================================================ */
:root {
  --cream: #faf6ef;
  --ivory: #fffdf8;
  --gold: #c19a3d;
  --gold-deep: #9a7a27;
  --gold-soft: #f3e9d2;
  --ink: #2f2a22;
  --muted: #8d7f6a;
  --wine: #8a4b35;
  --line: #e9ddc9;
  --dark: #2a2118;
  --mono: Georgia, "Times New Roman", "Songti SC", "SimSun", serif;
  --sans: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Segoe UI", sans-serif;
  --shadow: 0 10px 30px rgba(122, 96, 48, .10);
  --shadow-lg: 0 22px 55px rgba(122, 96, 48, .16);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body.tpl5 {
  font-family: var(--sans); background: var(--cream); color: var(--ink);
  line-height: 1.8; font-size: 15px;
}
body.tpl5 a { text-decoration: none; color: inherit; }
img { max-width: 100%; }

/* ---------- 暖金吸顶头部 ---------- */
.t5-head { position: sticky; top: 0; z-index: 200; background: rgba(250,246,239,.94); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.t5-head-in { max-width: 1240px; margin: 0 auto; padding: 0 26px; display: flex; align-items: center; height: 78px; gap: 30px; }
.t5-logo { display: flex; align-items: center; flex-shrink: 0; }
.t5-logo-img { height: 64px; width: auto; display: block; max-width: 46vw; }
@media (max-width: 520px) { .t5-logo-img { height: 46px; } }
.t5-nav { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.t5-nav > a, .t5-drop > a {
  display: inline-block; padding: 10px 18px; font-size: 14.5px; font-weight: 600;
  color: var(--ink); letter-spacing: 1px; position: relative;
}
.t5-nav > a::after, .t5-drop > a::after {
  content: ""; position: absolute; left: 50%; bottom: 4px; width: 0; height: 2px;
  background: var(--gold); transition: all .25s; transform: translateX(-50%);
}
.t5-nav > a:hover::after, .t5-nav > a.on::after, .t5-drop > a:hover::after, .t5-drop > a.on::after { width: 22px; }
.t5-nav > a:hover, .t5-nav > a.on, .t5-drop > a:hover, .t5-drop > a.on { color: var(--gold-deep); }
.t5-drop { position: relative; }
.t5-drop-menu {
  position: absolute; top: calc(100% + 12px); left: 50%; transform: translateX(-50%) translateY(8px);
  min-width: 210px; background: var(--ivory); border: 1px solid var(--line); border-radius: 14px;
  box-shadow: var(--shadow-lg); padding: 10px;
  opacity: 0; visibility: hidden; transition: all .22s; z-index: 220;
}
.t5-drop:hover .t5-drop-menu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.t5-drop-menu a { display: block; padding: 10px 16px; border-radius: 9px; font-size: 14px; color: var(--ink); }
.t5-drop-menu a:hover { background: var(--gold-soft); color: var(--gold-deep); }
.t5-head-right { display: flex; align-items: center; gap: 16px; }
.t5-lang { display: inline-flex; gap: 6px; }
.t5-lang a { font-family: var(--mono); padding: 5px 12px; border-radius: 20px; font-size: 12.5px; color: var(--muted); border: 1px solid var(--line); background: var(--ivory); }
.t5-lang a.on { color: #fff; background: var(--gold); border-color: var(--gold); }
.t5-phone { font-family: var(--mono); font-size: 15.5px; color: var(--wine); font-weight: 700; letter-spacing: .5px; }
.site-search { display: flex; align-items: center; }
.site-search input { width: 160px; height: 34px; border: 1px solid var(--line); border-radius: 17px; padding: 0 34px 0 14px; font-size: 13px; outline: none; background: var(--ivory); color: var(--ink); }
.site-search input::placeholder { color: #b3a48c; }
.site-search input:focus { border-color: var(--gold); }
.site-search button { height: 34px; border: none; background: transparent; color: var(--gold-deep); cursor: pointer; font-size: 14px; margin-left: -30px; padding: 0; }
.site-search button:hover { opacity: .8; }

/* ---------- 暖金编辑式 Hero ---------- */
.t5-hero { position: relative; overflow: hidden; background: linear-gradient(120deg, #f8f1e4 0%, var(--cream) 55%, #f5ecdc 100%); }
.t5-hero-glow {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(circle at 78% 30%, rgba(193,154,61,.14), transparent 40%),
    radial-gradient(circle at 15% 85%, rgba(138,75,53,.10), transparent 42%);
}
.t5-hero-in { position: relative; z-index: 2; max-width: 1240px; margin: 0 auto; padding: 96px 26px 110px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: center; }
@media (max-width: 900px) { .t5-hero-in { grid-template-columns: 1fr; padding: 56px 26px 80px; } }
.t5-eyebrow { display: inline-block; font-family: var(--mono); font-size: 13px; letter-spacing: 4px; color: var(--gold-deep); margin-bottom: 20px; }
.t5-hero-text h1 { font-family: var(--mono); font-size: 62px; font-weight: 700; line-height: 1.16; color: var(--ink); letter-spacing: 1px; }
@media (max-width: 900px) { .t5-hero-text h1 { font-size: 42px; } }
.t5-hero-text h1 em { font-style: italic; color: var(--wine); }
.t5-hero-desc { font-size: 18px; color: var(--muted); max-width: 540px; margin: 24px 0 34px; line-height: 1.9; }
.t5-hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.t5-btn {
  display: inline-block; background: linear-gradient(135deg, #d4af55, var(--gold-deep));
  color: #fff !important; font-weight: 700; padding: 14px 36px; border-radius: 40px;
  font-size: 15px; letter-spacing: 1px; box-shadow: 0 12px 28px rgba(154,122,39,.35); transition: all .22s;
}
.t5-btn:hover { transform: translateY(-2px); box-shadow: 0 16px 36px rgba(154,122,39,.45); }
.t5-btn-outline { background: transparent; color: var(--gold-deep) !important; border: 1.5px solid var(--gold); box-shadow: none; }
.t5-btn-outline:hover { background: var(--gold-soft); }
.t5-btn-gold { background: var(--gold); }
.t5-hero-stats { display: flex; gap: 46px; margin-top: 52px; border-top: 1px solid var(--line); padding-top: 26px; max-width: 560px; }
.t5-hero-stats div { flex: 1; }
.t5-hero-stats b { display: block; font-family: var(--mono); font-size: 36px; color: var(--wine); font-weight: 700; }
.t5-hero-stats span { font-size: 12.5px; color: var(--muted); }
.t5-hero-visual { position: relative; }
.t5-arch {
  width: 100%; aspect-ratio: 4/5; border-radius: 200px 200px 24px 24px;
  background: linear-gradient(160deg, #f6ecd9, #e8d9bd); border: 1px solid var(--line);
  overflow: hidden; display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-lg); position: relative;
}
.t5-arch::after { content: ""; position: absolute; inset: 10px; border-radius: 190px 190px 16px 16px; border: 1.5px solid rgba(193,154,61,.45); pointer-events: none; }
.t5-arch img { width: 86%; height: 86%; object-fit: contain; }
.t5-chip {
  position: absolute; background: var(--ivory); border: 1px solid var(--line); border-radius: 16px;
  padding: 12px 18px; box-shadow: var(--shadow); text-align: center;
}
.t5-chip b { display: block; font-family: var(--mono); font-size: 26px; color: var(--gold-deep); line-height: 1.1; }
.t5-chip span { font-size: 12px; color: var(--muted); }
.t5-chip-a { top: 10%; left: -22px; }
.t5-chip-b { bottom: 12%; right: -18px; }

/* ---------- 金线分隔 + 统计 ---------- */
.t5-rule { display: flex; align-items: center; gap: 16px; max-width: 1240px; margin: 0 auto; padding: 0 26px; }
.t5-rule span { flex: 1; height: 1px; background: var(--line); }
.t5-rule i { width: 9px; height: 9px; background: var(--gold); transform: rotate(45deg); display: block; }
.t5-stats { background: linear-gradient(120deg, #8a4b35, #b0792f, #c19a3d); margin-top: 10px; }
.t5-stats-in { max-width: 1240px; margin: 0 auto; padding: 30px 24px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
@media (max-width: 700px) { .t5-stats-in { grid-template-columns: repeat(2, 1fr); } }
.t5-stats-in div { text-align: center; color: #fff; }
.t5-stats-in b { display: block; font-family: var(--mono); font-size: 42px; font-weight: 700; line-height: 1.15; }
.t5-stats-in span { font-size: 13.5px; opacity: .88; }


/* ---------- 通用区块 ---------- */
.t5-section { padding: 84px 0 92px; }
.t5-section-cream { background: var(--ivory); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.t5-sec-head { text-align: center; margin-bottom: 48px; }
.t5-sec-head h2 { font-family: var(--mono); font-size: 38px; font-weight: 700; color: var(--ink); letter-spacing: 1px; }

/* ---------- 服务特色 ---------- */
.t5-feat-grid { max-width: 1240px; margin: 0 auto; padding: 0 26px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
@media (max-width: 900px) { .t5-feat-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .t5-feat-grid { grid-template-columns: 1fr; } }
.t5-feat { background: var(--ivory); border: 1px solid var(--line); border-radius: 20px; padding: 34px 28px; transition: all .25s; box-shadow: var(--shadow); position: relative; overflow: hidden; }
.t5-feat::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--gold), transparent); }
.t5-feat:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: rgba(193,154,61,.55); }
.t5-feat-num { font-family: var(--mono); font-size: 15px; color: var(--gold); letter-spacing: 2px; }
.t5-feat h3 { font-family: var(--mono); font-size: 22px; color: var(--ink); margin: 14px 0 12px; }
.t5-feat p { font-size: 14px; color: var(--muted); line-height: 1.85; }

/* ---------- 精选产品（拱形卡） ---------- */
.t5-prod-grid { max-width: 1240px; margin: 0 auto; padding: 0 26px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
@media (max-width: 1000px) { .t5-prod-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 700px) { .t5-prod-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 420px) { .t5-prod-grid { grid-template-columns: 1fr; } }
.t5-prod { background: var(--cream); border: 1px solid var(--line); border-radius: 22px; overflow: hidden; transition: all .25s; box-shadow: var(--shadow); }
.t5-prod:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: rgba(193,154,61,.55); }
.t5-prod-arch { height: 200px; background: linear-gradient(160deg, #f6ecd9, #e8d9bd); display: flex; align-items: center; justify-content: center; border-radius: 0 0 200px 200px / 0 0 40px 40px; overflow: hidden; }
.t5-prod-arch img { height: 170px; width: 80%; object-fit: contain; }
.t5-prod-body { padding: 18px 20px 22px; }
.t5-prod-body span { font-family: var(--mono); font-size: 11.5px; letter-spacing: 2px; color: var(--gold-deep); }
.t5-prod-body h3 { font-size: 16.5px; color: var(--ink); margin: 8px 0 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.t5-prod-body i { font-style: normal; font-size: 13px; color: var(--muted); }
.t5-prod:hover .t5-prod-body i { color: var(--gold-deep); }
.t5-more-wrap { text-align: center; margin-top: 44px; }

/* ---------- 引语 ---------- */
.t5-quote { background: linear-gradient(135deg, #2a2118, #3d2f1e); color: #e9dcc2; }
.t5-quote-in { max-width: 900px; margin: 0 auto; padding: 84px 26px; text-align: center; }
.t5-quote-mark { font-family: var(--mono); font-size: 72px; color: var(--gold); line-height: 1; display: block; }
.t5-quote blockquote { font-family: var(--mono); font-size: 27px; line-height: 1.7; margin: 18px auto 30px; max-width: 760px; font-style: italic; }
.t5-quote .t5-rule i { background: var(--gold); }
.t5-quote .t5-rule span { background: rgba(255,255,255,.18); }

/* ---------- 新闻 ---------- */
.t5-news { max-width: 1240px; margin: 0 auto; padding: 0 26px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 900px) { .t5-news { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .t5-news { grid-template-columns: 1fr; } }
.t5-news-card { background: var(--ivory); border: 1px solid var(--line); border-radius: 20px; padding: 28px; transition: all .25s; box-shadow: var(--shadow); position: relative; }
.t5-news-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: rgba(193,154,61,.5); }
.t5-news-date { font-family: var(--mono); font-size: 12.5px; letter-spacing: 2px; color: var(--gold-deep); }
.t5-news-card h3 { font-size: 18px; color: var(--ink); margin: 12px 0 10px; line-height: 1.5; }
.t5-news-card p { font-size: 13.5px; color: var(--muted); }
.t5-news-card i { position: absolute; right: 24px; bottom: 22px; font-style: normal; color: var(--gold); opacity: 0; transition: all .2s; font-size: 18px; }
.t5-news-card:hover i { opacity: 1; }
.t5-empty { text-align: center; color: var(--muted); padding: 50px 0; border: 1px dashed var(--line); border-radius: 20px; background: var(--ivory); }

/* ---------- 联系 CTA ---------- */
.t5-cta { background: linear-gradient(120deg, #c19a3d, #b0792f); }
.t5-cta-in { max-width: 900px; margin: 0 auto; padding: 74px 26px; text-align: center; color: #fff; }
.t5-cta h3 { font-family: var(--mono); font-size: 36px; margin-bottom: 14px; }
.t5-cta p { opacity: .92; margin-bottom: 30px; }
.t5-cta .t5-btn-gold { background: #fff; color: #7a5a15 !important; }


/* ---------- 页脚（深棕暖金） ---------- */
.t5-foot { background: var(--dark); color: #cdbd9e; position: relative; }
.t5-foot-gold { height: 4px; background: linear-gradient(90deg, #c19a3d, #e8c877, #c19a3d); }
.t5-foot-in { max-width: 1240px; margin: 0 auto; padding: 0 26px; }
.t5-foot-in:first-child { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.4fr; gap: 40px; padding-top: 58px; padding-bottom: 40px; }
@media (max-width: 900px) { .t5-foot-in:first-child { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .t5-foot-in:first-child { grid-template-columns: 1fr; } }
.t5-foot-logo { height: 52px; width: auto; display: block; margin-bottom: 16px; }
.t5-foot-brand p { font-size: 13.5px; line-height: 1.9; color: #a8977a; }
.t5-foot-lang { margin-top: 16px; display: flex; gap: 8px; }
.t5-foot-lang a { font-family: var(--mono); font-size: 12.5px; color: #a8977a; border: 1px solid rgba(255,255,255,.18); padding: 5px 12px; border-radius: 20px; }
.t5-foot-lang a.on { color: #fff; border-color: var(--gold); background: rgba(193,154,61,.2); }
.t5-foot-col h4 { font-family: var(--mono); color: var(--gold); font-size: 14px; letter-spacing: 2px; margin-bottom: 18px; }
.t5-foot-col ul { list-style: none; }
.t5-foot-col li { margin-bottom: 10px; font-size: 13.5px; }
.t5-foot-col a { color: #b3a384; }
.t5-foot-col a:hover { color: var(--gold); }
.t5-foot-contact li { color: #b3a384; }
.t5-foot-bar { border-top: 1px solid rgba(255,255,255,.1); padding: 20px 0; font-size: 12.5px; color: #8d7f68; text-align: center; }
.t5-foot-bar a { color: #b3a384; }

/* ---------- 内页 ---------- */
.t5-page-head { background: linear-gradient(120deg, #f4ebda, var(--ivory)); border-bottom: 1px solid var(--line); }
.t5-page-head-in { max-width: 1240px; margin: 0 auto; padding: 44px 26px 38px; }
.t5-page-head-in h1 { font-family: var(--mono); font-size: 34px; color: var(--ink); margin-bottom: 10px; }
.t5-crumb { font-family: var(--mono); font-size: 12.5px; color: var(--muted); }
.t5-crumb a { color: var(--gold-deep); }
.t5-crumb a:hover { text-decoration: underline; }
.t5-crumb i { font-style: normal; margin: 0 9px; color: #c9b99d; }
.t5-crumb span { color: var(--muted); }
.t5-body { max-width: 1240px; margin: 0 auto; padding: 46px 26px 84px; display: grid; grid-template-columns: 260px 1fr; gap: 40px; }
@media (max-width: 860px) { .t5-body { grid-template-columns: 1fr; } }
.t5-body-narrow { max-width: 980px; display: block; }

/* ---------- 侧栏分类 ---------- */
.t5-cats { margin-bottom: 30px; }
.t5-cats-tag { font-family: var(--mono); font-size: 12px; letter-spacing: 3px; color: var(--gold-deep); }
.t5-cats-grid { display: flex; flex-direction: column; gap: 8px; margin-top: 14px; }
.t5-cats-grid a {
  display: flex; align-items: center; justify-content: space-between; padding: 12px 16px;
  background: var(--ivory); border: 1px solid var(--line); border-radius: 12px; font-size: 14px;
  color: var(--ink); transition: all .2s;
}
.t5-cats-grid a i { font-style: normal; color: var(--line); transition: all .2s; }
.t5-cats-grid a:hover, .t5-cats-grid a.on { border-color: var(--gold); background: var(--gold-soft); color: var(--gold-deep); }
.t5-cats-grid a:hover i, .t5-cats-grid a.on i { color: var(--gold-deep); transform: translateX(3px); }

/* ---------- 产品列表 ---------- */
.t5-prod-list { display: flex; flex-direction: column; gap: 16px; }
.t5-prod-row {
  display: grid; grid-template-columns: 140px 1fr auto; gap: 24px; align-items: center;
  background: var(--ivory); border: 1px solid var(--line); border-radius: 18px;
  padding: 18px 22px; transition: all .2s; box-shadow: var(--shadow);
}
.t5-prod-row:hover { border-color: var(--gold); box-shadow: var(--shadow-lg); transform: translateX(4px); }
.t5-prod-row-arch { width: 140px; height: 118px; background: linear-gradient(160deg, #f6ecd9, #e8d9bd); border-radius: 70px 70px 14px 14px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.t5-prod-row-arch img { max-height: 104px; width: 78%; object-fit: contain; }
.t5-prod-row-info span { font-family: var(--mono); font-size: 11px; letter-spacing: 2px; color: var(--gold-deep); }
.t5-prod-row-info h3 { font-size: 17px; color: var(--ink); margin: 6px 0 6px; }
.t5-prod-row-info p { font-size: 13px; color: var(--muted); }
.t5-prod-row-go { font-style: normal; color: var(--gold); font-size: 20px; }
.t5-pager { display: flex; justify-content: center; gap: 8px; margin-top: 36px; flex-wrap: wrap; }
.t5-pager a, .t5-pager span { padding: 8px 15px; border-radius: 9px; border: 1px solid var(--line); background: var(--ivory); font-size: 13.5px; color: var(--muted); font-family: var(--mono); }
.t5-pager a:hover { border-color: var(--gold); color: var(--gold-deep); }
.t5-pager span.on { background: linear-gradient(135deg, #d4af55, var(--gold-deep)); border-color: transparent; color: #fff; font-weight: 700; }
.t5-pager span.nolink { background: #efe6d4; color: #b3a48c; }


/* ---------- 产品详情 ---------- */
.t5-body-detail { max-width: 1080px; display: block; }
.t5-detail { display: grid; grid-template-columns: .9fr 1.1fr; gap: 44px; background: var(--ivory); border: 1px solid var(--line); border-radius: 24px; padding: 38px; box-shadow: var(--shadow); }
@media (max-width: 760px) { .t5-detail { grid-template-columns: 1fr; } }
.t5-detail-arch { background: linear-gradient(160deg, #f6ecd9, #e8d9bd); border-radius: 180px 180px 18px 18px; display: flex; align-items: center; justify-content: center; padding: 30px; }
.t5-detail-arch img { max-height: 330px; object-fit: contain; }
.t5-detail-cat { font-family: var(--mono); font-size: 12px; letter-spacing: 2px; color: var(--gold-deep); }
.t5-detail-info h2 { font-family: var(--mono); font-size: 30px; color: var(--ink); margin: 12px 0 14px; }
.t5-detail-meta { list-style: none; margin-bottom: 14px; }
.t5-detail-meta li { font-family: var(--mono); font-size: 13px; color: var(--muted); margin-bottom: 6px; }
.t5-detail-info p { color: var(--muted); margin-bottom: 18px; line-height: 1.9; }
.t5-detail-tel { border: 1px solid rgba(193,154,61,.5); background: var(--gold-soft); border-radius: 14px; padding: 14px 18px; display: flex; align-items: baseline; gap: 14px; margin-bottom: 20px; }
.t5-detail-tel span { font-family: var(--mono); font-size: 13px; color: var(--gold-deep); }
.t5-detail-tel b { font-size: 26px; color: var(--wine); font-family: var(--mono); }
.t5-detail-content { margin-top: 24px; background: var(--ivory); border: 1px solid var(--line); border-radius: 20px; padding: 34px; box-shadow: var(--shadow); }
.t5-detail-content h3 { font-family: var(--mono); color: var(--gold-deep); font-size: 17px; letter-spacing: 2px; margin-bottom: 16px; border-left: 3px solid var(--gold); padding-left: 12px; }
.t5-pn { display: flex; justify-content: space-between; gap: 20px; margin-top: 24px; font-size: 13.5px; flex-wrap: wrap; }
.t5-pn a { color: var(--gold-deep); }
.t5-pn span { color: var(--muted); }

/* ---------- 文章 / 富文本 ---------- */
.t5-article { background: var(--ivory); border: 1px solid var(--line); border-radius: 20px; padding: 40px; box-shadow: var(--shadow); }
.t5-article-date { font-family: var(--mono); color: var(--gold-deep); font-size: 13px; letter-spacing: 2px; }
.t5-article h1 { font-family: var(--mono); font-size: 30px; color: var(--ink); margin: 12px 0 10px; }
.t5-article-meta { color: var(--muted); font-size: 13px; border-bottom: 1px solid var(--line); padding-bottom: 16px; margin-bottom: 20px; }
.t5-rich { line-height: 2.05; color: #55493a; }
.t5-rich h2, .t5-rich h3, .t5-rich h4 { font-family: var(--mono); color: var(--ink); margin: 22px 0 10px; }
.t5-rich p { margin-bottom: 12px; }
.t5-rich img { border-radius: 12px; }

/* ---------- 新闻 / 招聘 列表 ---------- */
.t5-news-list { display: flex; flex-direction: column; gap: 16px; }
.t5-news-card-row { display: grid; grid-template-columns: 130px 1fr auto; gap: 22px; align-items: center; }
.t5-news-body h3 { font-size: 17px; color: var(--ink); }
.t5-news-body p { font-size: 13px; color: var(--muted); margin-top: 4px; }
.t5-job-list { display: flex; flex-direction: column; gap: 14px; }
.t5-job-row {
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  background: var(--ivory); border: 1px solid var(--line); border-radius: 16px; padding: 22px 26px; transition: all .2s; box-shadow: var(--shadow);
}
.t5-job-row:hover { border-color: var(--gold); box-shadow: var(--shadow-lg); }
.t5-job-row h3 { font-size: 18px; color: var(--ink); margin-bottom: 6px; }
.t5-job-people { font-family: var(--mono); font-size: 12.5px; color: var(--gold-deep); }
.t5-job-date { font-family: var(--mono); color: var(--muted); font-size: 12.5px; }
.t5-job-row i { font-style: normal; color: var(--gold); font-size: 18px; }


/* ---------- 联系 ---------- */
.t5-contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-bottom: 28px; }
@media (max-width: 560px) { .t5-contact-grid { grid-template-columns: 1fr; } }
.t5-contact-card { background: var(--ivory); border: 1px solid var(--line); border-radius: 18px; padding: 26px; transition: all .2s; box-shadow: var(--shadow); }
.t5-contact-card:hover { border-color: var(--gold); box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.t5-contact-card span { font-family: var(--mono); color: var(--gold); font-size: 13px; letter-spacing: 2px; }
.t5-contact-card h3 { font-size: 16px; color: var(--ink); margin: 10px 0 6px; }
.t5-contact-card p { color: var(--muted); font-size: 14px; word-break: break-all; font-family: var(--mono); }

/* ---------- 联系页留言表单（暖金主题） ---------- */
.t5-cform{background:var(--ivory); border:1px solid var(--line); border-radius:20px; box-shadow:var(--shadow-lg);}
.t5-cform .cform-title{color:var(--ink); border-left-color:var(--gold); font-family:var(--mono);}
.t5-cform .cform-desc{color:var(--muted);}
.t5-cform .cform-form input,.t5-cform .cform-form textarea{background:var(--cream); border-color:var(--line); color:var(--ink);}
.t5-cform .cform-form input::placeholder,.t5-cform .cform-form textarea::placeholder{color:#b3a48c;}
.t5-cform .cform-form input:focus,.t5-cform .cform-form textarea:focus{border-color:var(--gold); box-shadow:0 0 0 3px rgba(193,154,61,.16);}
.t5-cform .cform-btn{background:linear-gradient(135deg, #d4af55, var(--gold-deep)); color:#fff; box-shadow:0 4px 14px rgba(154,122,39,.3);}
.t5-cform .cform-btn:hover{box-shadow:0 8px 22px rgba(154,122,39,.42);}

/* ---------- 移动端导航折叠 ---------- */
@media (max-width: 960px) {
  .t5-head-in { position: relative; gap: 12px; }
  .t5-nav { display: none; position: absolute; top: calc(100% + 6px); left: 0; right: 0;
            flex-direction: column; align-items: stretch; background: var(--ivory);
            border: 1px solid var(--line); border-radius: 14px;
            box-shadow: var(--shadow-lg); z-index: 300; padding: 10px; }
  body.nav-open .t5-nav { display: flex; }
  .t5-nav > a, .t5-drop > a { padding: 12px 14px; }
  .t5-drop-menu { position: static; transform: none; opacity: 1; visibility: visible;
                  box-shadow: none; border: none; padding-left: 16px; }
  .t5-head-right .site-search input { width: 110px; }
  .t5-phone { font-size: 13px; }
}
@media (max-width: 640px) {
  .t5-head-right .site-search { display: none; }
  .t5-arch { border-radius: 120px 120px 20px 20px; }
  .t5-arch::after { border-radius: 110px 110px 14px 14px; }
  .cform-row2 { flex-direction: column; gap: 0; }
}

