/* ============================================================
   FREE TIME 自由时刻 · 官网样式
   品牌色：活力橙红
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&family=Inter:wght@400;500;600;700&family=Noto+Sans+SC:wght@400;500;700&display=swap');

/* ---------- Reset ---------- */
*,*::before,*::after { box-sizing: border-box; }
html, body { margin:0; padding:0; }
body {
  font-family: 'Inter', 'PingFang SC', 'Microsoft YaHei', 'Source Han Sans CN', -apple-system, sans-serif;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  line-height: 1.55;
}
img { max-width:100%; display:block; }
a { color:inherit; text-decoration:none; }
button { font: inherit; cursor:pointer; border:0; background:none; color:inherit; }

/* ---------- Tokens ---------- */
:root {
  --primary:       #FF5A1F;
  --primary-dark:  #D43E0A;
  --primary-soft:  #FFE6DA;
  --accent:        #FFB800;
  --ink:           #0E0E10;
  --ink-2:         #1F1F23;
  --text:          #1A1A1F;
  --muted:         #6E7178;
  --line:          #E5E7EB;
  --bg:            #FAFAF8;
  --bg-alt:        #F1F1EE;
  --white:         #FFFFFF;
  --shadow-1:      0 4px 14px rgba(15,15,20,.06);
  --shadow-2:      0 14px 40px rgba(15,15,20,.12);

  --container:     1280px;
  --pad:           24px;
  --radius:        14px;
  --radius-lg:     22px;

  --font-display:  'Oswald', 'PingFang SC', 'Microsoft YaHei', sans-serif;
  --font-body:     'Inter', 'PingFang SC', 'Microsoft YaHei', sans-serif;
  --font-cn:       'PingFang SC', 'Microsoft YaHei', 'Noto Sans SC', sans-serif;
}

/* ---------- Container ---------- */
.wrap { max-width: var(--container); margin: 0 auto; padding: 0 var(--pad); }

/* ---------- Typography ---------- */
h1,h2,h3,h4 { margin:0; line-height:1.18; color: var(--ink); font-family: var(--font-cn); font-weight:700; }
h1 { font-size: clamp(34px, 5.5vw, 64px); }
h2 { font-size: clamp(28px, 3.6vw, 44px); }
h3 { font-size: clamp(20px, 2vw, 26px); }
h4 { font-size: 17px; }
p  { margin: 0; }
.eyebrow {
  display:inline-flex; align-items:center; gap:10px;
  font-family: var(--font-display);
  font-size: 13px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--primary);
}
.eyebrow::before {
  content:""; width:28px; height:2px; background: var(--primary);
}
.section-title { margin-top: 12px; }
.section-sub   { color: var(--muted); margin-top: 14px; max-width: 640px; }

/* ---------- Buttons ---------- */
.btn {
  display:inline-flex; align-items:center; gap:8px;
  padding: 13px 22px; border-radius: 999px; font-weight: 600;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  white-space: nowrap;
}
.btn-primary {
  background: var(--primary); color: #fff;
  box-shadow: 0 8px 18px rgba(255,90,31,.32);
}
.btn-primary:hover { background: var(--primary-dark); transform: translateY(-1px); }
.btn-ghost {
  background: transparent; color: #fff; border:1.5px solid rgba(255,255,255,.6);
}
.btn-ghost:hover { background: #fff; color: var(--ink); }
.btn-line {
  background: transparent; color: var(--ink); border:1.5px solid var(--ink);
}
.btn-line:hover { background: var(--ink); color:#fff; }
.btn-arrow { transition: transform .2s ease; }
.btn:hover .btn-arrow { transform: translateX(4px); }

/* ---------- Nav ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 60;
  padding: 16px 0; transition: all .3s ease;
  background: transparent;
}
.nav.scrolled {
  background: rgba(255,255,255,.92); backdrop-filter: blur(10px);
  box-shadow: var(--shadow-1);
  padding: 10px 0;
}
.nav-inner { display:flex; align-items:center; justify-content: space-between; gap:24px; }
.brand { display:flex; align-items:center; gap:12px; color:#fff; transition: color .3s;}
.nav.scrolled .brand { color: var(--ink); }
.brand-mark {
  width: 38px; height: 38px; border-radius: 9px;
  background: var(--primary); color:#fff;
  display:grid; place-items:center; font-family: var(--font-display);
  font-weight:700; font-size: 20px; letter-spacing:.02em;
  box-shadow: 0 4px 14px rgba(255,90,31,.4);
}
.brand-text { display:flex; flex-direction:column; line-height:1.05; }
.brand-text strong { font-family: var(--font-display); font-size: 18px; letter-spacing: .14em; }
.brand-text span   { font-size: 11px; letter-spacing:.3em; color: rgba(255,255,255,.7); }
.nav.scrolled .brand-text span { color: var(--muted); }

.nav-links { display:flex; align-items:center; gap: 6px; }
.nav-links a {
  color: rgba(255,255,255,.86); font-size: 14px; font-weight: 500;
  padding: 9px 14px; border-radius: 8px; transition: color .2s, background .2s;
}
.nav.scrolled .nav-links a { color: var(--text); }
.nav-links a:hover, .nav-links a.active { color: #fff; background: rgba(255,255,255,.14); }
.nav.scrolled .nav-links a:hover, .nav.scrolled .nav-links a.active { color: var(--primary); background: transparent; }

.nav-cta { display:flex; gap:10px; align-items:center; }
.nav-cta .btn { padding: 10px 18px; font-size: 14px; }

.menu-btn { display:none; width:40px; height:40px; border-radius:8px; }
.menu-btn span { display:block; width:22px; height:2px; background:#fff; margin: 5px auto; transition:.2s; }
.nav.scrolled .menu-btn span { background: var(--ink); }

/* ---------- Hero ---------- */
.hero {
  position: relative; min-height: 100vh; color: #fff;
  display:flex; align-items:center; overflow:hidden;
  background: var(--ink);
}
.hero-bg {
  position:absolute; inset:0; z-index:0;
  background-size: cover; background-position: center;
  transform: scale(1.05);
  animation: ken 14s ease-out forwards;
}
@keyframes ken { to { transform: scale(1); } }
.hero-overlay {
  position:absolute; inset:0; z-index:1;
  background:
    linear-gradient(180deg, rgba(14,14,16,.55) 0%, rgba(14,14,16,.35) 40%, rgba(14,14,16,.88) 100%),
    linear-gradient(90deg, rgba(14,14,16,.7) 0%, rgba(14,14,16,.0) 60%);
}
.hero-inner { position:relative; z-index:2; padding-top: 130px; padding-bottom: 80px; }
.hero-tag {
  display:inline-flex; align-items:center; gap:10px;
  background: rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.2);
  padding: 8px 14px; border-radius: 999px; font-size: 13px; letter-spacing:.08em;
  backdrop-filter: blur(6px);
}
.hero-tag .dot { width:8px; height:8px; border-radius:50%; background: var(--primary); box-shadow: 0 0 0 4px rgba(255,90,31,.25); animation: pulse 1.6s infinite; }
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:.5} }
.hero h1 {
  color:#fff; margin-top: 22px; max-width: 920px;
  font-family: var(--font-cn); font-weight: 700;
}
.hero h1 em {
  font-style: normal; color: var(--primary); position: relative;
}
.hero h1 em::after {
  content:""; position:absolute; left:0; right:0; bottom:-4px; height:6px;
  background: var(--primary); opacity:.7; border-radius: 4px;
}
.hero p.lead {
  margin-top: 24px; max-width: 620px; font-size: 17px;
  color: rgba(255,255,255,.86);
}
.hero-actions { margin-top: 36px; display:flex; gap:14px; flex-wrap: wrap; }
.hero-scroll {
  position:absolute; bottom: 24px; left: 50%; transform: translateX(-50%); z-index:2;
  font-size: 12px; letter-spacing: .3em; color: rgba(255,255,255,.6);
  display:flex; flex-direction:column; align-items:center; gap:8px;
}
.hero-scroll .line { width:1px; height:36px; background: rgba(255,255,255,.4); animation: line 1.6s ease-in-out infinite; }
@keyframes line { 0%{transform: scaleY(.3); transform-origin: top} 50%{transform: scaleY(1)} 100%{transform: scaleY(.3); transform-origin: bottom} }

/* ---------- Marquee ---------- */
.marquee {
  background: var(--ink); color:#fff; padding: 14px 0; overflow:hidden;
  border-top: 1px solid rgba(255,255,255,.06); border-bottom: 1px solid rgba(255,255,255,.06);
}
.marquee-track {
  display:flex; gap:60px; white-space: nowrap;
  animation: scroll 30s linear infinite;
}
.marquee span {
  font-family: var(--font-display); font-size: 14px; letter-spacing:.3em; color: rgba(255,255,255,.7);
}
.marquee .sep { color: var(--primary); }
@keyframes scroll { to { transform: translateX(-50%); } }

/* ---------- Sections ---------- */
section.block { padding: clamp(70px, 9vw, 120px) 0; }
section.block.alt { background: var(--bg-alt); }
section.block.dark { background: var(--ink); color:#fff; }
section.block.dark h2, section.block.dark h3 { color:#fff; }
section.block.dark .eyebrow { color: var(--primary); }

.sec-head { max-width: 720px; margin-bottom: 56px; }
.sec-head.center { margin-left:auto; margin-right:auto; text-align:center; }
.sec-head.center .eyebrow { justify-content: center; }

/* ---------- Stats Bar ---------- */
.stats { background: var(--primary); color:#fff; padding: 36px 0; }
.stats-grid {
  display:grid; grid-template-columns: repeat(7, 1fr); gap: 8px;
  align-items: end;
}
.stat { text-align:center; padding: 8px 4px; position:relative; }
.stat + .stat::before {
  content:""; position:absolute; left:0; top: 18%; bottom: 18%; width:1px; background: rgba(255,255,255,.25);
}
.stat .num {
  font-family: var(--font-display); font-weight:700; font-size: clamp(34px, 4vw, 50px);
  line-height:1; letter-spacing:.02em;
}
.stat .unit {
  font-family: var(--font-display); font-size: 14px; color: rgba(255,255,255,.85);
  margin-left: 2px;
}
.stat .label { display:block; margin-top: 10px; font-size: 13px; color: rgba(255,255,255,.85); letter-spacing:.06em; }

/* ---------- Three Pillars ---------- */
.pillars { display:grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pillar {
  background:#fff; border-radius: var(--radius-lg); padding: 28px;
  border: 1px solid var(--line); transition: transform .25s, box-shadow .25s;
}
.pillar:hover { transform: translateY(-4px); box-shadow: var(--shadow-2); }
.pillar .ph { display:flex; align-items:center; justify-content: space-between; }
.pillar .icon {
  width: 46px; height: 46px; border-radius: 12px; background: var(--primary-soft);
  display:grid; place-items:center; color: var(--primary);
  font-family: var(--font-display); font-weight:700; font-size: 18px;
}
.pillar .num-tag {
  font-family: var(--font-display); font-size: 12px; letter-spacing:.2em; color: var(--muted);
}
.pillar h3 { margin-top: 22px; }
.pillar p  { color: var(--muted); margin-top: 12px; font-size: 14px; }

/* ---------- About / Image text ---------- */
.split { display:grid; grid-template-columns: 1.05fr 1fr; gap: 60px; align-items:center; }
.split.reverse { grid-template-columns: 1fr 1.05fr; }
.split-media { position: relative; }
.split-media .main {
  border-radius: var(--radius-lg); overflow:hidden; aspect-ratio: 4/5; object-fit: cover; width:100%;
}
.split-media .accent {
  position:absolute; bottom:-24px; right:-24px; width: 60%;
  border-radius: var(--radius-lg); overflow:hidden;
  box-shadow: var(--shadow-2); aspect-ratio: 4/3; object-fit: cover;
  border: 6px solid #fff;
}
.split-text .eyebrow { margin-bottom: 18px; }
.split-text h2 { margin-bottom: 22px; }
.split-text p { color: var(--muted); font-size: 16px; }
.split-text ul.bullets { list-style:none; padding:0; margin: 26px 0 0; display:grid; gap:14px; }
.split-text ul.bullets li { display:flex; gap: 12px; align-items:flex-start; font-size: 15px; }
.split-text ul.bullets li::before {
  content:""; flex-shrink:0; width: 22px; height: 22px; border-radius: 50%;
  background: var(--primary-soft) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23FF5A1F'><path d='M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/></svg>") center/14px no-repeat;
  margin-top: 2px;
}
.split-text .actions { margin-top: 30px; display:flex; gap:14px; flex-wrap: wrap; }

/* ---------- History Timeline ---------- */
.history { position: relative; padding-left: 30px; }
.history::before {
  content:""; position:absolute; left: 10px; top: 6px; bottom: 6px; width: 2px; background: var(--line);
}
.history-item { position:relative; padding: 0 0 28px 28px; }
.history-item::before {
  content:""; position:absolute; left: -4px; top: 8px; width: 14px; height: 14px; border-radius:50%;
  background: #fff; border: 3px solid var(--primary);
}
.history-item .year {
  font-family: var(--font-display); font-size: 26px; font-weight: 700; color: var(--primary);
  letter-spacing:.04em;
}
.history-item h4 { margin-top: 4px; font-size: 17px; color: var(--ink); }
.history-item p  { color: var(--muted); margin-top: 6px; font-size: 14px; }

/* ---------- Honor / Care ---------- */
.honor-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.honor-card {
  background:#fff; border-radius: var(--radius-lg); overflow:hidden;
  border: 1px solid var(--line); transition: transform .2s, box-shadow .2s;
}
.honor-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-2); }
.honor-card img { width:100%; height: 220px; object-fit: cover; }
.honor-card .meta { padding: 16px 20px; }
.honor-card h4 { font-size: 15px; }
.honor-card p  { color: var(--muted); font-size: 13px; margin-top: 6px; }

/* ---------- Product Models ---------- */
.products { display:grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.product {
  background:#fff; border-radius: var(--radius-lg); overflow:hidden;
  border: 1px solid var(--line); display:flex; flex-direction:column;
  transition: transform .25s, box-shadow .25s;
}
.product:hover { transform: translateY(-4px); box-shadow: var(--shadow-2); }
.product .cover { aspect-ratio: 4/3; overflow:hidden; position: relative; }
.product .cover img { width:100%; height:100%; object-fit: cover; transition: transform .6s; }
.product:hover .cover img { transform: scale(1.06); }
.product .cover .badge {
  position:absolute; left: 16px; top:16px; padding: 5px 12px;
  background: rgba(255,255,255,.92); color: var(--ink);
  font-family: var(--font-display); font-size: 12px; letter-spacing:.15em;
  border-radius: 999px;
}
.product .body { padding: 22px 24px 26px; flex:1; display:flex; flex-direction: column; }
.product .body .ptag { font-family: var(--font-display); color: var(--primary); font-size: 12px; letter-spacing:.2em; }
.product h3 { margin-top: 8px; }
.product p  { color: var(--muted); margin-top: 10px; font-size: 14px; flex:1; }
.product ul { list-style:none; padding:0; margin: 18px 0 0; display:grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.product ul li { font-size: 13px; color: var(--text); display:flex; gap: 6px; align-items: center; }
.product ul li::before { content:"·"; color: var(--primary); font-weight:700; }

/* ---------- Smart system ---------- */
.smart-grid { display:grid; grid-template-columns: 1.2fr 1fr; gap: 50px; align-items: center; }
.smart-list { display:grid; gap: 18px; margin-top: 26px; }
.smart-item {
  display:flex; gap: 16px; padding: 18px; background:#fff; border-radius: var(--radius);
  border:1px solid var(--line);
}
.smart-item .ic {
  width: 44px; height: 44px; border-radius: 10px; flex-shrink: 0;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  display:grid; place-items:center; color:#fff; font-weight: 700; font-family: var(--font-display);
}
.smart-item h4 { font-size: 15px; }
.smart-item p  { color: var(--muted); font-size: 13px; margin-top: 4px; }

/* ---------- Venues ---------- */
.venues-tabs { display:flex; gap: 8px; flex-wrap: wrap; margin-bottom: 28px; }
.venues-tabs button {
  padding: 9px 18px; border-radius: 999px; font-size: 13px;
  background: rgba(255,255,255,.1); color: rgba(255,255,255,.7); font-weight: 500;
  transition: .2s;
}
.venues-tabs button.active, .venues-tabs button:hover { background: var(--primary); color:#fff; }

.venues-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.venue-card {
  background:#fff; border-radius: var(--radius-lg); overflow:hidden; border: 1px solid var(--line);
  display:flex; flex-direction:column;
  transition: transform .25s, box-shadow .25s;
}
.venue-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-2); }
.venue-card .cover { aspect-ratio: 16/10; overflow:hidden; }
.venue-card .cover img { width:100%; height:100%; object-fit: cover; }
.venue-card .body { padding: 18px 20px 22px; flex:1; display:flex; flex-direction:column; }
.venue-card .tags { display:flex; gap:6px; margin-bottom: 8px; flex-wrap: wrap; }
.venue-card .tag {
  font-size: 11px; padding: 3px 9px; border-radius: 999px;
  background: var(--primary-soft); color: var(--primary-dark); font-weight: 600;
}
.venue-card .tag.alt { background: var(--bg-alt); color: var(--muted); }
.venue-card h4 { font-size: 16px; }
.venue-card p  { color: var(--muted); font-size: 13px; margin-top: 8px; flex:1; }
.venue-card .meta { display:flex; justify-content: space-between; align-items:center; margin-top: 14px; font-size: 13px; color: var(--muted); }
.venue-card .meta strong { color: var(--ink); font-family: var(--font-display); }

/* ---------- Map ---------- */
.map-wrap {
  background: rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.08); border-radius: var(--radius-lg);
  padding: 28px;
}
.map-svg { width:100%; height: 380px; }

/* ---------- Events ---------- */
.events-tabs { display:flex; gap: 0; margin-bottom: 30px; border-bottom: 1px solid rgba(255,255,255,.12); }
.events-tabs button {
  padding: 14px 24px; color: rgba(255,255,255,.6); font-weight: 600;
  border-bottom: 2px solid transparent; margin-bottom: -1px; transition: .2s;
}
.events-tabs button.active { color:#fff; border-bottom-color: var(--primary); }
.events-grid { display:grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.event-card {
  background: rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.08); border-radius: var(--radius-lg);
  overflow:hidden; display:flex; flex-direction:column;
  transition: .25s;
}
.event-card:hover { background: rgba(255,255,255,.07); transform: translateY(-3px); }
.event-card .cover { aspect-ratio: 16/9; overflow:hidden; }
.event-card .cover img { width:100%; height:100%; object-fit: cover; }
.event-card .body { padding: 20px 22px 24px; }
.event-card .tag {
  font-size: 11px; padding: 3px 10px; border-radius: 999px;
  background: var(--primary); color:#fff; font-weight: 600; letter-spacing:.06em;
}
.event-card h4 { margin-top: 12px; color:#fff; }
.event-card .stat {
  margin-top: 10px; color: var(--primary); font-family: var(--font-display); font-size: 13px;
  letter-spacing: .1em;
}
.event-card p { margin-top: 10px; color: rgba(255,255,255,.66); font-size: 14px; }

/* ---------- Training ---------- */
.training { display:grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.training-image { position:relative; border-radius: var(--radius-lg); overflow:hidden; aspect-ratio: 4/3; }
.training-image img { width:100%; height:100%; object-fit: cover; }
.training-image .stamp {
  position:absolute; right: 18px; top: 18px;
  background: var(--primary); color:#fff; padding: 6px 12px;
  font-family: var(--font-display); font-size: 12px; letter-spacing:.18em;
  border-radius: 6px;
}
.training .features { display:grid; gap: 14px; margin-top: 24px; }
.training .feature {
  display:flex; gap:14px; padding: 16px 18px; background: #fff;
  border-radius: var(--radius); border: 1px solid var(--line);
}
.training .feature .num {
  width: 36px; height: 36px; border-radius: 8px; flex-shrink: 0;
  background: var(--primary-soft); color: var(--primary);
  font-family: var(--font-display); font-weight: 700; display:grid; place-items:center;
}
.training .feature h5 { margin: 0 0 4px; font-size: 14px; }
.training .feature p { color: var(--muted); font-size: 13px; }

/* ---------- Jobs ---------- */
.jobs-grid { display:grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.job-card {
  background:#fff; border-radius: var(--radius); padding: 22px; border: 1px solid var(--line);
  transition: transform .2s, box-shadow .2s; cursor:pointer;
}
.job-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-2); border-color: var(--primary); }
.job-card .row1 { display:flex; justify-content: space-between; align-items: center; gap: 12px; }
.job-card h4 { font-size: 18px; color: var(--ink); }
.job-card .pill {
  font-size: 12px; padding: 4px 10px; border-radius: 999px;
  background: var(--primary-soft); color: var(--primary-dark); font-weight: 600;
}
.job-card .tags { display:flex; gap: 14px; color: var(--muted); font-size: 13px; margin-top: 8px; }
.job-card .tags span::before { content:"· "; color: var(--primary); }
.job-card .desc {
  margin-top: 12px; color: var(--muted); font-size: 13px; max-height: 0; overflow: hidden; transition: max-height .3s;
}
.job-card.open .desc { max-height: 360px; margin-top: 12px; }
.job-card .desc ul { padding-left: 18px; margin: 6px 0; }
.job-card .desc li { margin: 3px 0; }

/* ---------- Contact ---------- */
.contact-grid { display:grid; grid-template-columns: 1.1fr 1fr; gap: 40px; }
.contact-form { background: rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.1); border-radius: var(--radius-lg); padding: 30px; }
.contact-form label { display:block; font-size: 13px; color: rgba(255,255,255,.7); margin-bottom: 6px; letter-spacing: .04em; }
.contact-form .field { margin-bottom: 16px; }
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%; padding: 12px 14px; background: rgba(255,255,255,.05); color:#fff;
  border: 1px solid rgba(255,255,255,.18); border-radius: 8px; font: inherit;
  transition: border .2s;
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus {
  outline: none; border-color: var(--primary); background: rgba(255,255,255,.08);
}
.contact-form textarea { min-height: 110px; resize: vertical; }
.contact-form .row2 { display:grid; grid-template-columns: 1fr 1fr; gap: 14px; }

.contact-side .item {
  display:flex; gap:14px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.08);
}
.contact-side .item:last-child { border-bottom: 0; }
.contact-side .ic {
  width: 40px; height: 40px; border-radius: 10px; flex-shrink: 0;
  background: rgba(255,90,31,.16); color: var(--primary);
  display:grid; place-items:center; font-family: var(--font-display); font-weight: 700;
}
.contact-side .item h5 { margin: 0 0 4px; color:#fff; font-size: 14px; }
.contact-side .item p { color: rgba(255,255,255,.7); font-size: 13px; }

.support-grid { display:grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 36px; }
.support-card {
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: var(--radius);
  padding: 18px; text-align:center;
  transition: .2s;
}
.support-card:hover { border-color: var(--primary); }
.support-card .num {
  font-family: var(--font-display); font-size: 26px; font-weight: 700; color: var(--primary);
}
.support-card h5 { color:#fff; margin: 8px 0 4px; font-size: 14px; }
.support-card p  { color: rgba(255,255,255,.6); font-size: 12px; }

/* ---------- Footer ---------- */
footer {
  background: var(--ink); color: rgba(255,255,255,.7);
  padding: 56px 0 28px; border-top: 1px solid rgba(255,255,255,.08);
}
.foot-grid { display:grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,.08); }
.foot-grid h5 { color:#fff; margin: 0 0 14px; font-size: 14px; letter-spacing: .1em; text-transform: uppercase; }
.foot-grid ul { list-style:none; padding:0; margin:0; }
.foot-grid li { margin: 8px 0; font-size: 13px; }
.foot-grid a:hover { color: var(--primary); }
.foot-brand { display:flex; align-items:center; gap: 12px; margin-bottom: 16px; color:#fff; }
.foot-brand .mark {
  width: 44px; height: 44px; border-radius: 10px; background: var(--primary); display:grid; place-items:center;
  font-family: var(--font-display); font-weight: 700; color:#fff;
}
.foot-brand .t strong { display:block; font-family: var(--font-display); font-size: 18px; letter-spacing:.12em; }
.foot-brand .t span { font-size: 11px; letter-spacing:.3em; color: rgba(255,255,255,.6); }
.foot-bottom { display:flex; justify-content: space-between; align-items:center; padding-top: 22px; font-size: 12px; color: rgba(255,255,255,.4); }

/* ---------- Floating CTA ---------- */
.fab {
  position: fixed; right: 24px; bottom: 24px; z-index: 50;
  display:flex; flex-direction:column; gap: 12px; align-items: flex-end;
}
.fab-btn {
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--primary); color:#fff;
  box-shadow: 0 10px 24px rgba(255,90,31,.4);
  display:grid; place-items:center; cursor:pointer; transition: .2s;
  font-family: var(--font-display); font-size: 11px; letter-spacing:.1em;
  text-align:center; line-height: 1.05;
}
.fab-btn:hover { transform: scale(1.05); }
.fab-card {
  background: #fff; color: var(--text); border-radius: var(--radius-lg);
  padding: 16px; width: 240px; box-shadow: var(--shadow-2);
  border: 1px solid var(--line);
  display: none;
}
.fab-card.open { display:block; }
.fab-card h5 { margin: 0 0 6px; font-size: 14px; }
.fab-card .qr {
  width: 200px; height: 200px; margin: 10px auto;
  background: var(--bg-alt); border-radius: 10px;
  display:grid; place-items:center; color: var(--muted); font-size: 12px; text-align:center; padding: 12px;
  border: 1px dashed var(--line);
}
.fab-card .tel { display:block; text-align:center; margin-top: 10px; color: var(--primary); font-weight: 700; }

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: translateY(0); }

/* ---------- 场馆筛选：浅底变体（首页场馆区用） ---------- */
.venues-tabs.light button { background: var(--bg-alt); color: var(--text); }
.venues-tabs.light button:hover { background: var(--primary-soft); color: var(--primary-dark); }
.venues-tabs.light button.active { background: var(--primary); color: #fff; }

/* ---------- 营收增长图 ---------- */
.revenue-block {
  margin-top: 64px; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 28px 30px 24px;
}
.revenue-head {
  display:flex; justify-content: space-between; align-items: flex-end;
  gap: 16px; flex-wrap: wrap; margin-bottom: 4px;
}
.revenue-head h3 { margin-top: 10px; }
.revenue-unit {
  font-family: var(--font-display); font-size: 12px; letter-spacing: .1em; color: var(--muted);
}
.revenue-chart {
  display:flex; align-items: flex-end; gap: clamp(6px, 1.6vw, 20px);
  height: 240px; margin-top: 22px;
}
.rev-col {
  flex: 1; height: 100%; display:flex; flex-direction: column;
  justify-content: flex-end; align-items: center;
}
.rev-val {
  font-family: var(--font-display); font-weight: 700; font-size: 13px;
  color: var(--ink); margin-bottom: 6px; letter-spacing: .02em;
}
.rev-bar {
  width: 100%; max-width: 64px; min-height: 6px; border-radius: 6px 6px 0 0;
  background: linear-gradient(180deg, var(--primary), var(--primary-dark));
  transition: filter .25s ease;
}
.rev-col:last-child .rev-bar { background: var(--primary-dark); }
.rev-col:hover .rev-bar { filter: brightness(1.08); }
.rev-year {
  margin-top: 10px; font-family: var(--font-display); font-size: 12px;
  letter-spacing: .06em; color: var(--muted);
}
.revenue-note { margin-top: 18px; font-size: 13px; color: var(--muted); }

/* ---------- 筹备 / 规划项目占位封面 ---------- */
.cover.ph {
  background: repeating-linear-gradient(45deg, #F1F1EE, #F1F1EE 10px, #F7F7F5 10px, #F7F7F5 20px);
  display: grid; place-items: center;
}
.ph-text {
  font-size: 12px; line-height: 1.7; color: var(--muted);
  letter-spacing: .08em; text-align: center; padding: 10px;
}

/* ---------- 子页头部（page-hero） ----------
   仅新增，不改动 .hero 任何既有规则，首页样式零影响。
   复用 .hero-bg / .hero-overlay / .hero-tag 现有样式。 */
.page-hero {
  position: relative; min-height: 60vh; color: #fff;
  display: flex; align-items: flex-end; overflow: hidden;
  background: var(--ink);
}
.page-hero-inner { position: relative; z-index: 2; padding-top: 190px; padding-bottom: 70px; }
.page-hero h1 {
  color: #fff; margin-top: 18px; max-width: 900px;
  font-family: var(--font-cn); font-weight: 700;
}
.page-hero h1 em { font-style: normal; color: var(--primary); }
.page-hero p.lead { margin-top: 20px; max-width: 640px; font-size: 16px; color: rgba(255,255,255,.84); }
.page-crumb {
  display: flex; align-items: center; gap: 8px; flex-wrap: wrap;
  font-size: 13px; color: rgba(255,255,255,.65); margin-bottom: 16px;
}
.page-crumb a { color: rgba(255,255,255,.65); }
.page-crumb a:hover { color: #fff; }
.page-crumb .sep { opacity: .5; }

/* ---------- 首页业务入口卡 ---------- */
.product .body .btn { margin-top: 18px; }
.entry-grid .product { cursor: default; }

/* ---------- 场馆卡片改为可点击链接（跳转 venue.html?id=xxx） ---------- */
a.venue-card { text-decoration: none; color: inherit; }
.venue-card .venue-more {
  display: flex; align-items: center; justify-content: space-between;
  font-size: 13px; font-weight: 600; color: var(--primary);
  border-top: 1px solid var(--line); padding-top: 12px; margin-top: 4px;
}
.venue-card .venue-more .arrow { transition: transform .2s; }
.venue-card:hover .venue-more .arrow { transform: translateX(4px); }

@media (max-width: 640px) {
  .page-hero { min-height: 46vh; }
  .page-hero-inner { padding-top: 150px; padding-bottom: 46px; }
}

/* ---------- 品牌 Logo（真实素材，替代原 CSS 手绘 mark） ---------- */
.brand-logo { display: block; height: 32px; width: auto; }
.foot-logo  { display: block; height: 34px; width: auto; }
@media (max-width: 640px) {
  .brand-logo { height: 26px; }
  .foot-logo  { height: 30px; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .nav-links { display:none; }
  .menu-btn { display:block; }
  .nav-links.open {
    display:flex; position:absolute; top: 100%; left:0; right:0;
    background: rgba(255,255,255,.96); backdrop-filter: blur(8px);
    flex-direction:column; padding: 18px; gap: 4px;
    border-bottom: 1px solid var(--line);
  }
  .nav-links.open a { color: var(--ink); padding: 10px 12px; }
  .stats-grid { grid-template-columns: repeat(4, 1fr); }
  .pillars, .products, .honor-grid, .venues-grid, .jobs-grid, .events-grid { grid-template-columns: repeat(2, 1fr); }
  .support-grid { grid-template-columns: repeat(4, 1fr); }
  .foot-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .split, .split.reverse, .smart-grid, .training, .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat + .stat::before { display:none; }
  .pillars, .products, .honor-grid, .venues-grid, .jobs-grid, .events-grid { grid-template-columns: 1fr; }
  .support-grid { grid-template-columns: repeat(2, 1fr); }
  .foot-grid { grid-template-columns: 1fr; }
  .nav-cta .btn-ghost { display:none; }
  .nav-cta .btn-primary { padding: 8px 14px; font-size: 13px; }
  .split-media .accent { bottom:-16px; right:-8px; }
  .hero-inner { padding-top: 110px; padding-bottom: 60px; }
}

/* ---------- 合作页：小程序码卡片（替代无服务端的提交表单） ---------- */
.contact-qr {
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius-lg); padding: 40px 30px; text-align: center;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.contact-qr h4 { color: #fff; font-size: 17px; font-weight: 700; margin: 0 0 22px; letter-spacing: .02em; }
.contact-qr .qr-box {
  background: #fff; border-radius: 16px; padding: 12px; line-height: 0;
  box-shadow: 0 14px 34px rgba(0,0,0,.28);
}
.contact-qr .qr-box img { width: 180px; height: 180px; display: block; object-fit: contain; }
.contact-qr .qr-tip { color: rgba(255,255,255,.8); font-size: 13.5px; line-height: 1.8; margin: 22px 0 6px; }
.contact-qr .qr-note { color: rgba(255,255,255,.45); font-size: 12.5px; margin: 0; letter-spacing: .02em; }

@media (min-width: 1101px) {
  .contact-grid-qr { grid-template-columns: 1fr 1.12fr; }
  .contact-grid-qr .contact-side { display: flex; flex-direction: column; justify-content: center; }
}
@media (max-width: 640px) {
  .contact-qr { padding: 30px 20px; }
  .contact-qr .qr-box img { width: 156px; height: 156px; }
}

/* ---------- 详情页图集（venue.html / event.html 共用） ---------- */
.gal-head {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 14px; margin: 46px 0 16px;
}
.gal-head .vd-h3 { margin: 0; }
.gal-count { font-size: 12.5px; color: var(--muted); flex-shrink: 0; }

.gal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.gal-item {
  margin: 0; background: #fff; border: 1px solid var(--line); border-radius: 14px;
  overflow: hidden; cursor: zoom-in; transition: .25s;
}
.gal-item:hover { box-shadow: var(--shadow-2); transform: translateY(-3px); }
.gal-item img {
  width: 100%; aspect-ratio: 16/10; object-fit: cover; display: block;
  background: var(--bg-alt);
}
.gal-item figcaption { padding: 11px 13px 13px; font-size: 12.5px; color: var(--muted); line-height: 1.5; }

/* 原图分辨率不足的素材：限制显示尺寸，避免放大后模糊 */
.gal-item.low {
  background: var(--bg-alt); padding: 14px;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px;
}
.gal-item.low img {
  width: auto; max-width: 300px; max-height: 210px; aspect-ratio: auto;
  border-radius: 8px; object-fit: contain;
}
.gal-item.low figcaption { padding: 0; text-align: center; }

/* ---------- 大图查看 ---------- */
.lightbox {
  position: fixed; inset: 0; z-index: 9999; display: none;
  background: rgba(0,0,0,.9);
  align-items: center; justify-content: center; flex-direction: column;
  padding: 5vh 4vw;
}
.lightbox.open { display: flex; }
.lightbox img {
  max-width: 100%; max-height: 76vh; object-fit: contain;
  border-radius: 10px; box-shadow: 0 20px 60px rgba(0,0,0,.5); background: #111;
}
.lb-cap { color: rgba(255,255,255,.85); font-size: 13px; margin-top: 16px; text-align: center; line-height: 1.6; }
.lb-btn {
  position: absolute; background: rgba(255,255,255,.14); color: #fff;
  border: 0; cursor: pointer; width: 46px; height: 46px; border-radius: 50%;
  font-size: 26px; line-height: 1; display: grid; place-items: center; transition: background .2s;
}
.lb-btn:hover { background: rgba(255,255,255,.28); }
.lb-close { top: 22px; right: 22px; font-size: 24px; }
.lb-prev { left: 22px; top: 50%; transform: translateY(-50%); }
.lb-next { right: 22px; top: 50%; transform: translateY(-50%); }
.lightbox.single .lb-prev, .lightbox.single .lb-next { display: none; }

/* 可点击跳转的赛事卡（跳转由 main.js 绑定，标题匹配 EVENTS.match） */
.event-card.clickable { cursor: pointer; }

@media (max-width: 1100px) {
  .gal-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .gal-grid { grid-template-columns: 1fr; }
  .gal-item.low img { max-width: 240px; }
  .lb-btn { width: 40px; height: 40px; font-size: 22px; }
  .lb-prev { left: 10px; }
  .lb-next { right: 10px; }
  .lb-close { top: 12px; right: 12px; }
}