:root{--c-primary:#e5383b;}
@charset "UTF-8";
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Noto Sans SC', sans-serif; background: #ffffff; color: #101010; line-height: 1.75; }
h1, h2, h3, .brand, .crumb, .port-cap, .blog-date { font-family: 'Oswald', 'Noto Sans SC', sans-serif; }
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

.site-header { position: fixed; top: 0; left: 0; width: 100%; z-index: 100; background: #101010; border-bottom: 2px solid #e5383b; }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand { display: flex; align-items: center; gap: 10px; color: #ffffff; font-size: 22px; letter-spacing: 1px; font-weight: 600; }
.brand .lens { width: 30px; height: 30px; border-radius: 50%; border: 4px solid #e5383b; position: relative; }
.brand .lens::after { content: ''; position: absolute; inset: 4px; border: 1px solid #ffffff; border-radius: 50%; }
.main-nav ul { display: flex; list-style: none; gap: 34px; }
.main-nav a { color: #9aa0a6; font-family: 'Oswald', sans-serif; letter-spacing: 1.5px; padding: 6px 0; position: relative; }
.main-nav a::after { content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background: #e5383b; transition: width .3s; }
.main-nav a:hover, .main-nav a.active { color: #ffffff; }
.main-nav a:hover::after, .main-nav a.active::after { width: 100%; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: #ffffff; margin: 5px 0; transition: transform .3s; }

.hero { position: relative; min-height: 620px; display: flex; align-items: center; overflow: hidden; background: #101010; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .45; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(115deg, rgba(16,16,16,.92) 20%, rgba(16,16,16,.35) 60%, rgba(16,16,16,.6)); }
.hero-content { position: relative; z-index: 2; color: #ffffff; padding-top: 120px; padding-bottom: 120px; }
.hero-badge { display: inline-block; color: #ffffff; border: 1px solid #e5383b; background: rgba(229,56,59,.18); padding: 6px 18px; font-family: 'Oswald', sans-serif; letter-spacing: 3px; font-size: 14px; margin-bottom: 22px; }
.hero-content h1 { font-size: 64px; line-height: 1.15; letter-spacing: 2px; margin-bottom: 18px; }
.hero-content h1 em { color: #e5383b; font-style: normal; }
.hero-content p { max-width: 560px; font-size: 17px; color: #d7d9dc; margin-bottom: 32px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }

.btn { display: inline-block; background: #e5383b; color: #ffffff; padding: 13px 34px; font-family: 'Oswald', 'Noto Sans SC', sans-serif; letter-spacing: 1.5px; transition: background .3s, transform .3s; }
.btn:hover { background: #b52a2c; transform: translateY(-2px); }
.btn.outline { background: transparent; border: 1px solid #ffffff; }
.btn.outline:hover { background: #ffffff; color: #101010; }

.lens-graphic { position: absolute; right: 4%; top: 50%; transform: translateY(-50%); z-index: 2; width: 330px; height: 330px; border: 2px solid rgba(229,56,59,.5); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.lens-graphic::before { content: ''; position: absolute; inset: 34px; border: 1px dashed rgba(255,255,255,.5); border-radius: 50%; animation: spin 18s linear infinite; }
.lens-graphic::after { content: ''; position: absolute; inset: 90px; background: radial-gradient(circle, #e5383b 0%, #101010 62%, rgba(16,16,16,0) 72%); border-radius: 50%; box-shadow: 0 0 60px rgba(229,56,59,.8); }
.lens-mark { position: absolute; top: -8px; right: 40px; color: #e5383b; font-family: 'Oswald', sans-serif; letter-spacing: 2px; font-size: 13px; }
.rec-dot { position: absolute; top: 6px; left: 24px; color: #e5383b; font-family: 'Oswald', sans-serif; letter-spacing: 2px; font-size: 14px; display: flex; align-items: center; gap: 8px; }
.rec-dot::before { content: ''; width: 10px; height: 10px; border-radius: 50%; background: #e5383b; animation: blink 1s steps(2) infinite; }
@keyframes blink { 50% { opacity: 0; } }
@keyframes spin { to { transform: rotate(360deg); } }

.ticker { background: #e5383b; color: #ffffff; overflow: hidden; padding: 10px 0; }
.ticker-track { display: inline-block; white-space: nowrap; animation: tick 26s linear infinite; font-family: 'Oswald', 'Noto Sans SC', sans-serif; letter-spacing: 1px; }
.ticker-track span { margin-right: 48px; }
.ticker-track b { color: #101010; margin-right: 48px; }
@keyframes tick { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.section { padding: 84px 0; }
.section.alt { background: #f4f5f6; }
.section.dark { background: #101010; color: #ffffff; }
.section-head { text-align: center; margin-bottom: 48px; }
.kicker { display: block; color: #e5383b; font-family: 'Oswald', sans-serif; letter-spacing: 4px; font-size: 14px; margin-bottom: 10px; }
.section-head h2 { font-size: 40px; letter-spacing: 1px; position: relative; display: inline-block; padding-bottom: 14px; }
.section-head h2::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 60px; height: 3px; background: #e5383b; }

.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.about-media img { width: 100%; height: 460px; object-fit: cover; box-shadow: 16px 16px 0 rgba(16,16,16,.12); }
.about-text h3 { font-size: 30px; margin-bottom: 18px; }
.about-text p { color: #555; margin-bottom: 14px; }
.stats { display: flex; gap: 30px; margin: 26px 0; }
.stat b { display: block; font-family: 'Oswald', sans-serif; font-size: 34px; color: #e5383b; }
.stat span { color: #777; font-size: 14px; }
.more-link { display: inline-block; color: #e5383b; font-family: 'Oswald', sans-serif; letter-spacing: 2px; border-bottom: 2px solid #e5383b; padding-bottom: 4px; }

.press-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.press-card { background: #ffffff; border: 1px solid #e3e3e3; border-top: 4px solid #e5383b; padding: 34px 26px; position: relative; transition: transform .3s, box-shadow .3s; }
.press-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(16,16,16,.12); }
.press-card .ring { width: 46px; height: 46px; border: 2px solid #e5383b; border-radius: 50%; margin-bottom: 18px; position: relative; }
.press-card .ring::after { content: ''; position: absolute; inset: 10px; border: 1px dashed #101010; border-radius: 50%; }
.press-card h3 { font-size: 21px; margin-bottom: 12px; }
.press-card p { color: #666; font-size: 15px; }
.press-card .tag { position: absolute; top: 0; right: 0; background: #101010; color: #ffffff; font-family: 'Oswald', sans-serif; font-size: 12px; letter-spacing: 2px; padding: 4px 12px; }

.live-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.live-card { border: 1px solid rgba(255,255,255,.2); padding: 30px 24px; position: relative; background: rgba(255,255,255,.04); }
.live-card h3 { font-size: 22px; margin-bottom: 10px; display: flex; align-items: center; gap: 12px; }
.live-card .rec-dot { position: static; }
.live-card p { color: #aab; font-size: 15px; }
.live-card .lens-mark { position: static; margin-bottom: 12px; display: inline-block; }

.quote { background: #101010; color: #ffffff; padding: 52px 60px; font-size: 26px; line-height: 1.9; border-left: 6px solid #e5383b; font-weight: 300; margin-top: 54px; }
.quote .author { display: block; margin-top: 16px; font-family: 'Oswald', sans-serif; font-size: 15px; letter-spacing: 3px; color: #e5383b; }

.port-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.port-item { position: relative; overflow: hidden; display: block; }
.port-item img { width: 100%; height: 300px; object-fit: cover; transition: transform .5s; }
.port-item:hover img { transform: scale(1.06); }
.port-cap { position: absolute; left: 0; bottom: 0; right: 0; padding: 46px 18px 14px; background: linear-gradient(transparent, rgba(16,16,16,.88)); color: #ffffff; font-family: 'Oswald', 'Noto Sans SC', sans-serif; letter-spacing: 1px; }

.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.blog-card { background: #ffffff; box-shadow: 0 6px 24px rgba(16,16,16,.08); }
.blog-card img { width: 100%; height: 220px; object-fit: cover; }
.blog-body { padding: 22px 24px 26px; }
.blog-date { color: #e5383b; font-family: 'Oswald', sans-serif; font-size: 14px; letter-spacing: 2px; }
.blog-body h3 { font-size: 20px; margin: 10px 0; }
.blog-body p { color: #666; font-size: 15px; margin-bottom: 14px; }
.read-more { color: #e5383b; font-family: 'Oswald', sans-serif; letter-spacing: 1.5px; border-bottom: 2px solid #e5383b; padding-bottom: 3px; }

.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.team-card { text-align: center; background: #ffffff; padding: 30px 24px; border: 1px solid #e3e3e3; }
.team-card img { width: 150px; height: 150px; object-fit: cover; border-radius: 50%; border: 4px solid #101010; margin: 0 auto 18px; }
.team-card h3 { font-size: 22px; }
.team-card .role { display: block; color: #e5383b; font-family: 'Oswald', sans-serif; letter-spacing: 2px; font-size: 14px; margin: 6px 0 12px; }
.team-card p { color: #666; font-size: 14px; }

.cta { background: #101010; color: #ffffff; text-align: center; padding: 80px 0; position: relative; overflow: hidden; }
.cta::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at center, rgba(229,56,59,.28), transparent 65%); }
.cta .container { position: relative; z-index: 1; }
.cta h2 { font-size: 38px; margin-bottom: 12px; }
.cta p { color: #b7b9bd; margin-bottom: 26px; }

.site-footer { background: #0b0b0b; color: #aab; padding: 60px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 40px; padding-bottom: 40px; }
.footer-brand { color: #ffffff; font-size: 20px; font-family: 'Oswald', 'Noto Sans SC', sans-serif; letter-spacing: 1px; display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.footer-brand .lens { width: 22px; height: 22px; border: 3px solid #e5383b; border-radius: 50%; }
.footer-grid p { font-size: 14px; }
.footer-grid h4 { color: #ffffff; font-size: 17px; margin-bottom: 16px; letter-spacing: 1px; }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: 14px; color: #aab; transition: color .3s; }
.footer-links a:hover { color: #e5383b; }
.footer-bottom { border-top: 1px solid #262626; padding: 20px 0; text-align: center; font-size: 13px; color: #777; }

.page-hero { position: relative; height: 340px; display: flex; align-items: center; justify-content: center; background: #101010; overflow: hidden; }
.page-hero .hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .4; }
.page-hero .container { position: relative; z-index: 2; text-align: center; color: #ffffff; }
.page-hero h1 { font-size: 52px; letter-spacing: 3px; }
.page-hero .crumb { font-family: 'Oswald', sans-serif; letter-spacing: 3px; color: #e5383b; margin-top: 10px; }

.blog-list { max-width: 980px; margin: 0 auto; }
.blog-row { display: grid; grid-template-columns: 300px 1fr; gap: 30px; align-items: center; padding: 28px 0; border-bottom: 1px solid #e3e3e3; }
.blog-row img { width: 100%; height: 200px; object-fit: cover; }
.blog-text h2 { font-size: 26px; margin: 10px 0; }
.blog-text p { color: #666; margin-bottom: 14px; }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; }
.contact-info h3 { font-size: 26px; margin-bottom: 16px; }
.contact-info p { color: #555; margin-bottom: 12px; }
.contact-info .info-note { background: #f4f5f6; border-left: 4px solid #e5383b; padding: 14px 18px; color: #444; }
.contact-form label { display: block; margin-bottom: 6px; font-weight: 500; color: #333; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 12px 14px; margin-bottom: 18px; border: 1px solid #d5d5d5; font-family: 'Noto Sans SC', sans-serif; font-size: 15px; background: #ffffff; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: none; border-color: #e5383b; }
.submit-btn { border: 0; cursor: pointer; }
.map-frame { margin-top: 18px; border: 4px solid #101010; }
.map-frame img { width: 100%; height: 220px; object-fit: cover; }

@media (max-width: 768px) {
  .nav-toggle { display: block; }
  .main-nav { display: none; position: absolute; top: 72px; left: 0; right: 0; background: #101010; border-bottom: 2px solid #e5383b; }
  .main-nav.open { display: block; }
  .main-nav ul { flex-direction: column; gap: 0; padding: 10px 24px 20px; }
  .main-nav a { display: block; padding: 12px 0; border-bottom: 1px solid #262626; }
  .lens-graphic { display: none; }
  .hero-content h1 { font-size: 40px; }
  .about-grid, .contact-grid, .blog-row { grid-template-columns: 1fr; }
  .press-grid, .live-grid, .port-grid, .blog-grid, .team-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .section-head h2 { font-size: 30px; }
  .quote { font-size: 20px; padding: 34px 26px; }
  .about-media img { height: 280px; }
  .port-item img { height: 220px; }
  .blog-row img { height: 200px; }
}


/* ===== CMS helpers ===== */
.form-alert{padding:12px 16px;border-radius:8px;margin:0 0 16px;font-size:.92rem;line-height:1.6}
.form-alert-ok{background:rgba(46,160,67,.08);border:1px solid rgba(46,160,67,.35);color:#2ea043}
.form-alert-err{background:rgba(220,53,69,.08);border:1px solid rgba(220,53,69,.35);color:#dc3545}
.form-alert ul{margin:0;padding-left:18px}
.cms-pager{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin:44px 0 0}
.cms-pager a,.cms-pager span{min-width:38px;padding:8px 13px;border:1px solid rgba(128,128,128,.35);border-radius:6px;text-align:center;text-decoration:none;color:inherit}
.cms-pager .active{background:var(--c-primary);border-color:var(--c-primary);color:#fff}
.detail-page{max-width:1100px;margin:0 auto;padding:72px 24px}
.detail-media{width:100%;max-height:520px;object-fit:cover;border-radius:14px;margin-bottom:26px;display:block}
.detail-title{font-size:clamp(26px,3vw,38px);line-height:1.3;margin-bottom:12px}
.detail-meta{color:#777;font-size:.95rem;margin-bottom:20px}
.detail-body{line-height:1.9;color:#444}
.detail-body p{margin-bottom:1em}
.detail-body img{max-width:100%;height:auto;border-radius:10px}
.detail-back{display:inline-block;margin-top:28px;padding:11px 26px;border:1px solid rgba(128,128,128,.4);border-radius:999px;text-decoration:none;color:inherit}
/* ===== 深色 banner 标题白字（避免 h1 与背景同色不可读） ===== */
.banner--ink h1,.banner--purple h1,.banner--coral h1{color:#fff}
/* ===== 阅读全文按钮（硬边 neo-brutalist 风格） ===== */
.news-item .more{display:inline-block;margin-top:14px;padding:10px 20px;background:var(--c-ink);color:#fff;border:var(--border-2);box-shadow:var(--shadow-sm);font-family:var(--font-en);font-weight:800;font-size:.85rem;letter-spacing:.02em;text-decoration:none;transition:transform .12s ease,box-shadow .12s ease,background .12s ease}
.news-item .more:hover{background:var(--c-coral);transform:translate(-2px,-2px);box-shadow:var(--shadow)}
/* ===== 留言板一行一个 input（01 翰墨轩） ===== */
.form-grid{grid-template-columns:1fr}
