@font-face { font-family: Manrope; src: url('assets/fonts/manrope.ttf') format('truetype'); font-display: swap; }
:root { color-scheme: light dark; --ink:#143e3b; --ink-soft:#3a625e; --aqua:#48d9b6; --aqua-deep:#177f6b; --canvas:#f6fbf9; --surface:#fff; --mint:#e4f6f0; --line:#cfe4de; --muted:#52706b; --gold:#f5ab19; --page:min(1180px,calc(100% - clamp(2rem,7vw,6rem))); --radius:22px; --section:clamp(4rem,9vw,7rem); }
* { box-sizing:border-box; } html { scroll-behavior:smooth; } body { min-width:280px; margin:0; overflow-x:clip; background:var(--canvas); color:var(--ink); font-family:Manrope,Arial,sans-serif; font-size:clamp(1rem,.95rem + .18vw,1.125rem); line-height:1.6; } a { color:inherit; text-decoration:none; } button { font:inherit; cursor:pointer; } img { max-width:100%; display:block; } :focus-visible { outline:3px solid var(--gold); outline-offset:4px; } .skip-link { position:fixed; inset:1rem auto auto 1rem; z-index:20; padding:.7rem 1rem; border-radius:8px; background:var(--ink); color:#fff; transform:translateY(-180%); } .skip-link:focus { transform:translateY(0); }
.page-width { width:var(--page); margin-inline:auto; } .site-header { position:sticky; top:0; z-index:5; border-bottom:1px solid rgba(207,228,222,.8); background:rgba(246,251,249,.94); backdrop-filter:blur(14px); } .header-inner { min-height:65px; display:flex; align-items:center; justify-content:space-between; gap:1rem; } .brand img { width:152px; height:auto; } .desktop-nav { display:none; align-items:center; gap:1.35rem; font-size:.86rem; font-weight:750; } .desktop-nav a { color:var(--ink-soft); } .desktop-nav a:hover,.desktop-nav a[aria-current="page"] { color:var(--aqua-deep); } .menu-toggle { width:46px; height:46px; display:grid; place-items:center; padding:0; border:1px solid var(--line); border-radius:50%; background:var(--surface); } .menu-toggle img { width:22px; } .mobile-panel { display:none; padding-bottom:1rem; } .mobile-panel.open { display:grid; gap:.2rem; } .mobile-panel a { padding:.62rem .2rem; font-weight:750; }
.button { min-height:48px; display:inline-flex; align-items:center; justify-content:center; gap:.6rem; padding:.72rem 1.05rem; border:1px solid transparent; border-radius:999px; background:var(--ink); color:#fff; font-size:.9rem; font-weight:800; white-space:nowrap; transition:transform .2s ease,background .2s ease; } .button:hover { background:var(--aqua-deep); } .button:active { transform:translateY(1px) scale(.985); } .button-secondary { border-color:var(--ink); background:transparent; color:var(--ink); } .button-secondary:hover { background:var(--mint); } .button-icon { width:17px; height:17px; filter:invert(1); } .button-secondary .button-icon { filter:none; }
.eyebrow { margin:0 0 .7rem; color:var(--aqua-deep); font-size:.78rem; font-weight:850; letter-spacing:.09em; text-transform:uppercase; } h1,h2,h3,p { overflow-wrap:break-word; } h1,h2,h3 { letter-spacing:-.055em; line-height:1.1; } h1 { max-width:12ch; margin:0; font-size:clamp(3rem,7vw,6rem); } h2 { max-width:20ch; margin:0; font-size:clamp(2rem,3.7vw,3.45rem); } h3 { margin:0; font-size:1.18rem; } .lead { max-width:54ch; margin:1.25rem 0 0; color:var(--muted); }
.stories-hero { position:relative; height:50dvh; min-height:320px; display:grid; align-items:center; overflow:clip; isolation:isolate; background:#173d39; } .stories-hero::before { display:none; } .stories-hero::after { content:""; position:absolute; inset:0; z-index:1; background:linear-gradient(90deg,rgba(9,63,57,.78) 0%,rgba(9,63,57,.5) 34%,rgba(9,63,57,.14) 64%,rgba(9,63,57,.08) 100%); pointer-events:none; } .stories-hero-image { position:absolute; inset:0; z-index:0; width:100%; height:100%; object-fit:cover; object-position:70% 12%; } .stories-hero-inner { position:relative; z-index:2; display:block; } .stories-hero h1 { max-width:none; margin:0; color:#fff; font-size:clamp(3.5rem,8vw,7.5rem); line-height:.9; letter-spacing:-.08em; text-shadow:0 3px 18px rgba(0,0,0,.16); }
.featured { padding-block:var(--section); background:var(--surface); } .section-heading { display:grid; gap:1rem; } .section-heading .lead { margin-top:0; } .featured-grid { display:grid; gap:1rem; margin-top:2.8rem; } .feature-story,.story-card { overflow:clip; border:1px solid var(--line); border-radius:var(--radius); background:var(--surface); } .feature-story { display:grid; } .feature-story-image { width:100%; height:100%; min-height:250px; object-fit:cover; } .story-body { display:flex; flex-direction:column; align-items:flex-start; padding:clamp(1.35rem,3vw,2rem); } .story-meta { display:flex; flex-wrap:wrap; gap:.65rem; align-items:center; color:var(--muted); font-size:.74rem; font-weight:800; letter-spacing:.04em; text-transform:uppercase; } .tag { padding:.3rem .55rem; border-radius:999px; background:var(--mint); color:var(--aqua-deep); } .story-body h3 { margin-top:1.1rem; font-size:clamp(1.35rem,1.1rem + .6vw,1.8rem); } .story-body p { margin:.75rem 0 0; color:var(--muted); } .text-link { display:inline-flex; align-items:center; gap:.45rem; margin-top:auto; padding-top:1.4rem; color:var(--aqua-deep); font-size:.9rem; font-weight:850; } .text-link img { width:16px; height:16px; }
.story-stack { display:grid; gap:1rem; } .story-card { display:grid; grid-template-columns:145px minmax(0,1fr); min-height:190px; } .story-card > img { width:100%; height:100%; min-height:190px; object-fit:cover; } .story-card .story-body { padding:1.25rem; } .story-card .story-body h3 { margin-top:.75rem; font-size:1.2rem; } .story-card .story-body p { display:-webkit-box; overflow:hidden; -webkit-box-orient:vertical; -webkit-line-clamp:3; font-size:.9rem; }
.news-grid { display:grid; grid-template-columns:1fr; gap:1rem; margin-top:2.8rem; } .news-card { display:flex; min-width:0; min-height:100%; flex-direction:column; overflow:clip; border:1px solid var(--line); border-radius:var(--radius); background:var(--surface); } .news-card[hidden] { display:none; } .news-card-media { display:block; aspect-ratio:4 / 3; overflow:hidden; background:var(--mint); } .news-card-media img { width:100%; height:100%; object-fit:cover; transition:transform .35s ease; } .news-card:hover .news-card-media img { transform:scale(1.035); } .news-card .story-body { flex:1; padding:1.35rem; } .news-card .story-body h3 { margin-top:.9rem; font-size:clamp(1.15rem,1rem + .35vw,1.45rem); } .news-card .story-body p { display:-webkit-box; overflow:hidden; -webkit-box-orient:vertical; -webkit-line-clamp:4; margin:.7rem 0 0; font-size:.92rem; } .news-pagination { display:flex; align-items:center; justify-content:center; gap:1rem; margin-top:2rem; } .pagination-arrow { min-width:92px; padding:.6rem .9rem; border:1px solid var(--line); border-radius:999px; background:var(--surface); color:var(--ink); font-size:.84rem; font-weight:800; } .pagination-arrow:hover:not(:disabled) { border-color:var(--aqua-deep); color:var(--aqua-deep); } .pagination-arrow:disabled { cursor:not-allowed; opacity:.42; } .pagination-status { min-width:88px; color:var(--muted); font-size:.86rem; font-weight:800; text-align:center; }
.topics { padding-block:var(--section); background:var(--canvas); } .topics-grid { display:grid; gap:1rem; margin-top:2.8rem; } .topic-card { min-height:250px; display:flex; flex-direction:column; align-items:flex-start; padding:1.5rem; border:1px solid var(--line); border-radius:var(--radius); background:var(--mint); } .topic-card:nth-child(2) { background:var(--surface); } .topic-card:nth-child(3) { background:#fff3d9; } .topic-mark { width:42px; height:42px; display:grid; place-items:center; margin-bottom:1.5rem; border-radius:14px; background:rgba(72,217,182,.2); color:var(--ink); font-weight:850; } .topic-card:nth-child(3) .topic-mark { background:rgba(245,171,25,.25); } .topic-card p { margin:.65rem 0 0; color:var(--muted); font-size:.92rem; } .topic-card .text-link { margin-top:auto; }
.story-cta { padding-block:0 var(--section); } .story-cta-panel { display:grid; gap:1.5rem; align-items:center; padding:clamp(1.6rem,5vw,3.5rem); border-radius:var(--radius); background:var(--gold); color:#173f39; } .story-cta-panel h2 { max-width:15ch; } .story-cta-panel p { max-width:48ch; margin:1rem 0 0; font-weight:650; } .story-cta-panel .button { justify-self:start; background:var(--ink); }
footer { padding:2.5rem 0 max(2.5rem,env(safe-area-inset-bottom)); background:#0e302d; color:#eafff9; } .footer-grid { display:grid; gap:2rem; } .footer-brand img { width:166px; filter:brightness(0) invert(1); } .footer-brand p { max-width:36ch; margin:1rem 0 0; color:#b6d4ce; font-size:.87rem; } .social-links { display:flex; flex-wrap:wrap; gap:.65rem; margin-top:1.35rem; } .social-link { width:42px; height:42px; display:grid; place-items:center; border:1px solid rgba(228,246,240,.28); border-radius:50%; color:#eafff9; background:rgba(228,246,240,.08); transition:transform .2s ease,background .2s ease,color .2s ease; } .social-link:hover { transform:translateY(-2px); color:var(--ink); background:var(--aqua); } .social-link img { width:21px; height:21px; filter:invert(1); } .social-link:hover img { filter:brightness(0) saturate(100%); } .footer-links { display:grid; gap:.7rem; align-content:start; justify-items:start; font-size:.85rem; font-weight:700; } .footer-contact { display:grid; gap:.5rem; align-content:start; font-size:.8rem; } .footer-contact-line { display:grid; grid-template-columns:6.5rem minmax(0,1fr); gap:.35rem; align-items:baseline; } .footer-contact-label { color:#86b4aa; font-size:.7rem; font-weight:800; letter-spacing:.04em; text-transform:uppercase; } .footer-contact strong,.footer-contact-value { color:#eafff9; font-size:.82rem; overflow-wrap:anywhere; } .footer-contact a:hover { color:var(--aqua); }
@media (min-width:600px) { .topics-grid { grid-template-columns:repeat(3,1fr); } .footer-grid { grid-template-columns:1.4fr 1fr; } }
@media (min-width:600px) { .news-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (min-width:800px) { .desktop-nav { display:flex; } .menu-toggle,.mobile-panel { display:none !important; } .news-grid { grid-template-columns:repeat(3,minmax(0,1fr)); } .story-cta-panel { grid-template-columns:1fr auto; } .footer-grid { grid-template-columns:1.1fr .85fr auto; } }
@media (min-width:1080px) { .news-grid { grid-template-columns:repeat(4,minmax(0,1fr)); } }
@media (max-width:799px) { .stories-hero::after { background:linear-gradient(180deg,rgba(9,63,57,.38) 0%,rgba(9,63,57,.72) 46%,rgba(9,63,57,.95) 100%); } .stories-hero-image { object-position:70% 12%; } }
@media (prefers-reduced-motion:reduce) { *,*::before,*::after { scroll-behavior:auto !important; transition-duration:.01ms !important; animation-duration:.01ms !important; } }
@media (prefers-color-scheme:dark) { :root { --ink:#e5fbf6; --ink-soft:#c1ded7; --aqua-deep:#68e8c8; --canvas:#0f2927; --surface:#163532; --mint:#1e4742; --line:#2a5750; --muted:#a5c4bd; } .site-header { background:rgba(15,41,39,.92); } .brand img { filter:brightness(0) invert(1); } .button-secondary { border-color:var(--aqua); color:var(--aqua); } .stories-hero { background:#173d39; } .story-card,.feature-story { background:var(--surface); } .topic-card:nth-child(3) { background:#4b3b19; } .story-cta-panel { color:#102d29; } footer { background:#081e1c; } }

/* Shared site chrome matches the homepage on every page. */
.header-inner { min-height:64px; } .desktop-nav { gap:1.1rem; font-size:.88rem; } .desktop-nav a { padding:.55rem .1rem; } .desktop-nav a:hover,.desktop-nav a:focus-visible { color:var(--aqua-deep); } .desktop-nav a[aria-current="page"],.mobile-panel a[aria-current="page"],.footer-links a[aria-current="page"] { color:#a85416; font-weight:850; } .desktop-nav a[aria-current="page"] { position:relative; } .desktop-nav a[aria-current="page"]::after { content:""; position:absolute; left:.1rem; right:.1rem; bottom:.2rem; height:3px; border-radius:999px; background:var(--gold); } .mobile-panel { padding:0 0 1.15rem; } .mobile-panel.open { gap:.25rem; } .mobile-panel a { padding:.65rem .25rem; } .mobile-panel a[aria-current="page"] { border-left:3px solid var(--gold); padding-left:.75rem; background:rgba(245,171,25,.12); } .footer-links a[aria-current="page"] { text-decoration:underline; text-decoration-thickness:2px; text-underline-offset:.3rem; text-decoration-color:var(--gold); } .social-links { display:flex; flex-wrap:wrap; gap:.65rem; margin-top:1.35rem; } .social-link { width:42px; height:42px; display:grid; place-items:center; border:1px solid rgba(228,246,240,.28); border-radius:50%; color:#eafff9; background:rgba(228,246,240,.08); transition:transform .2s ease,background .2s ease,color .2s ease; } .social-link:hover { transform:translateY(-2px); color:var(--ink); background:var(--aqua); } .social-link img { width:21px; height:21px; filter:invert(1); } .social-link:hover img { filter:brightness(0) saturate(100%); } .footer-links { display:grid; gap:.7rem; align-content:start; justify-items:start; font-size:.85rem; font-weight:700; } .footer-contact { display:grid; gap:.5rem; align-content:start; font-size:.85rem; } .footer-contact-line { display:grid; grid-template-columns:6.5rem minmax(0,1fr); gap:.35rem; align-items:baseline; } .footer-contact-label { color:#86b4aa; font-size:.85rem; font-weight:800; letter-spacing:.04em; text-transform:uppercase; } .footer-contact strong,.footer-contact-value { color:#eafff9; font-size:.85rem; overflow-wrap:anywhere; } .footer-contact a:hover { color:var(--aqua); } @media (prefers-color-scheme:dark) { .desktop-nav a[aria-current="page"],.mobile-panel a[aria-current="page"],.footer-links a[aria-current="page"] { color:#ffd27a; } .mobile-panel a[aria-current="page"] { background:rgba(245,171,25,.18); } }
/* News pagination labels and numbered page controls. */
.news-pagination {
  gap:1.15rem;
  margin-top:2.25rem;
  padding-top:1rem;
}
.pagination-arrow {
  width:auto;
  min-width:92px;
  height:auto;
  display:inline-flex;
  padding:.6rem .9rem;
  border-radius:999px;
  background:var(--surface);
  color:var(--ink);
  font-size:.84rem;
}
.pagination-arrow::before { content:none; }
.pagination-arrow:hover:not(:disabled) {
  transform:translateY(-1px);
  border-color:var(--aqua-deep);
  background:var(--mint);
  color:var(--aqua-deep);
}
.pagination-arrow:disabled {
  border-color:var(--line);
  background:var(--surface);
  color:#a8b9b6;
  opacity:.72;
}
.pagination-pages {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:.5rem;
}
.pagination-page {
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  padding:0;
  border:1px solid var(--line);
  border-radius:50%;
  background:var(--surface);
  color:var(--ink-soft);
  font-size:.9rem;
  font-weight:850;
  transition:transform .2s ease,border-color .2s ease,background .2s ease,color .2s ease;
}
.pagination-page:hover:not(.is-current) {
  transform:translateY(-1px);
  border-color:var(--aqua-deep);
  color:var(--aqua-deep);
}
.pagination-page.is-current {
  border-color:var(--aqua-deep);
  background:var(--mint);
  color:var(--aqua-deep);
  box-shadow:0 0 0 3px rgba(72,217,182,.14);
}
@media (max-width:479px) {
  .news-pagination { gap:.65rem; }
  .pagination-arrow { min-width:78px; padding:.55rem .65rem; font-size:.78rem; }
  .pagination-page { width:36px; height:36px; font-size:.84rem; }
}
/* Topic labels expand to the length of the English text. */
.topic-mark {
  width:max-content;
  min-width:42px;
  padding-inline:.7rem;
  white-space:nowrap;
}
.footer-links a[aria-current="page"] { text-decoration: none; }
.wechat-float { position:fixed; right:max(1rem,env(safe-area-inset-right)); bottom:max(1rem,env(safe-area-inset-bottom)); z-index:6; }
.chat-button { width:58px; height:58px; display:grid; place-items:center; padding:0; border:0; border-radius:50%; background:var(--aqua-deep); box-shadow:0 11px 24px rgba(20,62,59,.28); }
.chat-button img { width:28px; filter:invert(1); }
.wechat-qr { position:absolute; right:0; bottom:calc(100% + 12px); width:170px; padding:.7rem; border:1px solid var(--line); border-radius:16px; background:var(--surface); box-shadow:var(--shadow); opacity:0; transform:translateY(8px); visibility:hidden; pointer-events:none; transition:opacity .2s ease,transform .2s ease,visibility .2s ease; }
.wechat-float:hover .wechat-qr,.wechat-float:focus-within .wechat-qr { opacity:1; transform:translateY(0); visibility:visible; }
.wechat-qr p { margin:0 0 .55rem; color:var(--ink-soft); font-size:.72rem; font-weight:800; line-height:1.35; text-align:center; }
.wechat-qr img { width:100%; height:auto; aspect-ratio:1 / 1; object-fit:contain; border-radius:8px; }
.chat-panel { position:fixed; right:max(1rem,env(safe-area-inset-right)); bottom:calc(max(1rem,env(safe-area-inset-bottom)) + 72px); z-index:6; width:min(360px,calc(100% - 2rem)); padding:1.2rem; border:1px solid var(--line); border-radius:18px; background:var(--surface); box-shadow:var(--shadow); opacity:0; transform:translateY(12px); visibility:hidden; transition:opacity .2s ease,transform .2s ease,visibility .2s ease; }
.chat-panel.open { opacity:1; transform:translateY(0); visibility:visible; }
.chat-panel header { display:flex; align-items:center; justify-content:space-between; gap:1rem; }
.chat-panel h2 { margin:0; font-size:1.05rem; }
.chat-panel header button { width:34px; height:34px; display:grid; place-items:center; padding:0; border:0; border-radius:50%; background:var(--mint); }
.chat-panel header img { width:18px; }
.chat-panel p { margin:.7rem 0 1rem; color:var(--muted); font-size:.83rem; }
.chat-panel textarea { width:100%; min-height:80px; padding:.78rem .85rem; border:1px solid #a8c8c1; border-radius:10px; background:var(--canvas); color:var(--ink); font:inherit; resize:vertical; }
.chat-panel .button { width:100%; margin-top:.75rem; }
.chat-help { margin-top:.8rem!important; text-align:center; }
@media (prefers-color-scheme:dark) { .chat-panel { background:#183b37; } .chat-panel textarea { border-color:#47756d; background:#183b37; color:var(--ink); } }
