/* ==========================================================================
   Cut2Thought — 放映不中断
   Single-page editorial site
   Typography & palette inspired by hungryman.com/about
   (bold grotesque sans headings, near-black on cream, high contrast)
   ========================================================================== */

/* ---------- 字体（本地自托管 Google Sans，SIL OFL） ---------- */
@font-face {
  font-family: "Google Sans";
  src: url("../fonts/GoogleSans-Variable.ttf") format("truetype-variations"),
    url("../fonts/GoogleSans-Variable.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Google Sans";
  src: url("../fonts/GoogleSans-Italic-Variable.ttf") format("truetype-variations"),
    url("../fonts/GoogleSans-Italic-Variable.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

/* 衬线点缀字体（首页引导语、播客/文章标题、邮箱） */
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay-Variable.ttf") format("truetype-variations"),
    url("../fonts/PlayfairDisplay-Variable.ttf") format("truetype");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay-Italic-Variable.ttf") format("truetype-variations"),
    url("../fonts/PlayfairDisplay-Italic-Variable.ttf") format("truetype");
  font-weight: 400 900;
  font-style: italic;
  font-display: swap;
}

/* ---------- Design tokens ---------- */
:root {
  /* 品牌主色（换成你们 logo 的绿色即可，全站自动生效） */
  --brand: #4f6752;
  --brand-dark: #3c5140;
  --brand-deep: #2b3b2e;
  --brand-soft: #e9efe9;
  /* 浅绿点缀：用于深绿背景上的细线/悬停强调 */
  --gold: #a9c0ac;
  --brown: #7a5a40;
  --brown-dark: #5e452f;
  --brown-soft: #efe0cc;

  /* 中性色：页面底色与「Essays & Interviews」板块一致 */
  --bg: #fdfbf5;
  --surface: #fdfbf5;
  --ink: #1c1c18;
  --ink-soft: #2b2b25;
  --muted: #55584e;
  --cream: #f5f1e8;
  /* 米绿：电影节板块，介于播客米色与开屏绿色之间 */
  --sage: #e3e9dc;
  --line: rgba(28, 28, 24, 0.15);
  --line-strong: rgba(28, 28, 24, 0.32);

  /* 字体 */
  /* 标题与正文统一使用 Google Sans（无衬线），中文回退系统黑体/苹方 */
  --font-display: "Google Sans", "Helvetica Neue", Helvetica, Arial, "PingFang SC",
    "Hiragino Sans GB", sans-serif;
  --font-body: "Google Sans", "Helvetica Neue", Helvetica, Arial, "PingFang SC",
    "Hiragino Sans GB", "Microsoft YaHei", "Segoe UI", Roboto, sans-serif;
  /* 衬线点缀：首页引导语、播客节目名、文章标题、邮箱 */
  --font-serif: "Playfair Display", "Songti SC", "Noto Serif SC", Georgia, serif;

  --shadow-card: 0 1px 2px rgba(16, 16, 13, 0.05),
    0 14px 36px -20px rgba(16, 16, 13, 0.22);
  --radius: 0;
  --radius-sm: 0;
  --container: 1180px;
  --header-h: 78px;
}

/* ---------- Reset ---------- */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 12px);
}

body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
  border: 0;
  background: none;
  cursor: pointer;
}

ul,
ol {
  list-style: none;
}

::selection {
  background: var(--brand);
  color: #fff;
}

/* ---------- Layout helpers ---------- */
.container {
  width: min(var(--container), 100% - 48px);
  margin-inline: auto;
}

.section {
  padding: 110px 0;
}

.section--surface {
  background: var(--surface);
}

.section--cream {
  background: var(--cream);
}

.section--sage {
  background: var(--sage);
}

.section--brand {
  background: var(--brand-dark);
  color: var(--cream);
}

.grid {
  display: grid;
  gap: 28px;
}

.grid--2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid--3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid--4 {
  grid-template-columns: repeat(4, 1fr);
}

/* ---------- Typography ---------- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--brand);
}

/* 首页小标题：去横线、放大、加粗、宽字距 */
.home .eyebrow {
  font-size: clamp(21px, 2.7vw, 29px);
  font-weight: 700;
  letter-spacing: 0.1em;
}

.home .contact .eyebrow {
  font-size: 13px;
  letter-spacing: 0.18em;
  font-weight: 600;
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 52px;
}

.section-head h2 {
  font-family: var(--font-display);
  font-size: clamp(31px, 4.1vw, 48px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-top: 14px;
}

.section-head > p:not(.eyebrow) {
  color: var(--muted);
  max-width: 460px;
}

.text-link {
  color: var(--brand);
  font-weight: 600;
  border-bottom: 1px solid rgba(79, 103, 82, 0.35);
  padding-bottom: 2px;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.text-link:hover {
  border-color: var(--brand);
}

.muted {
  color: var(--muted);
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 0;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: transform 0.18s ease, background 0.2s ease, color 0.2s ease,
    border-color 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn--primary {
  background: var(--brand);
  color: #fff;
}

.btn--primary:hover {
  background: var(--brand-dark);
}

.btn--ghost {
  border: 1px solid var(--line-strong);
  color: var(--ink);
  background: transparent;
}

.btn--ghost:hover {
  background: var(--brand);
  border-color: var(--brand);
  color: var(--cream);
}

.btn--cream {
  background: var(--cream);
  color: var(--brand-dark);
}

.btn--cream:hover {
  background: #fffdf6;
}

.btn--outline-cream {
  border: 1px solid rgba(245, 241, 232, 0.45);
  color: var(--cream);
  background: transparent;
}

.btn--outline-cream:hover {
  border-color: var(--cream);
  background: rgba(245, 241, 232, 0.1);
}

.btn--sm {
  padding: 9px 18px;
  font-size: 13.5px;
}

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--header-h);
  background: var(--brand);
  border-bottom: 1px solid transparent;
  transition: background 0.25s ease, border-color 0.25s ease;
}

.site-header.is-scrolled {
  background: var(--bg);
  border-bottom-color: rgba(28, 28, 24, 0.12);
}

.site-header.is-scrolled .logo__img {
  content: url("../img/c2t-logo-green.png");
}

.site-header.is-scrolled .main-nav__links a {
  color: var(--brand-dark);
}

.site-header.is-scrolled .main-nav__links a:hover,
.site-header.is-scrolled .main-nav__links a.is-active {
  color: var(--brand);
}

.site-header.is-scrolled .main-nav__links a::after {
  background: var(--brand);
}

.site-header.is-scrolled .nav-toggle span {
  background: var(--brand);
}

/* 首页顶部绿色页眉：叠加 35% 透明度背景图（与开屏同一张） */
body.home .site-header:not(.is-scrolled) {
  overflow: hidden;
}

body.home .site-header:not(.is-scrolled)::before {
  display: none;
}

/* 首页顶部（绿色开屏时）隐藏 logo，滑过绿色后才显示 */
body.home .site-header .logo {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

body.home .site-header.is-scrolled .logo {
  opacity: 1;
  visibility: visible;
}

/* 内页（非首页）：页头常驻米色，与首页滚动后状态一致 */
body:not(.home):not(.festival-top) .site-header {
  background: var(--bg);
}

body:not(.home):not(.festival-top) .site-header.is-scrolled {
  border-bottom-color: rgba(28, 28, 24, 0.12);
}

body:not(.home):not(.festival-top) .site-header .logo__img {
  content: url("../img/c2t-logo-green.png");
}

body:not(.home):not(.festival-top) .site-header .main-nav__links a {
  color: var(--brand-dark);
}

body:not(.home):not(.festival-top) .site-header .main-nav__links a:hover,
body:not(.home):not(.festival-top) .site-header .main-nav__links a.is-active {
  color: var(--brand);
}

body:not(.home):not(.festival-top) .site-header .main-nav__links a::after {
  background: var(--brand);
}

body:not(.home):not(.festival-top) .site-header .nav-toggle span {
  background: var(--brand);
}

/* About us 页头与 Articles 等内页保持一致 */
body.about .site-header {
  background: var(--bg);
}

body.about .site-header.is-scrolled {
  border-bottom-color: rgba(28, 28, 24, 0.12);
}

body.about .site-header .logo__img {
  content: url("../img/c2t-logo-green.png");
}

body.about .site-header .main-nav__links a {
  color: var(--brand-dark);
}

body.about .site-header .main-nav__links a:hover,
body.about .site-header .main-nav__links a.is-active {
  color: var(--brand);
}

body.about .site-header .main-nav__links a::after {
  background: var(--brand);
}

body.about .site-header .nav-toggle span {
  background: var(--brand);
}

.site-header__inner {
  position: relative;
  z-index: 1;
  height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.logo__img {
  display: block;
  height: 36px;
  width: auto;
  flex-shrink: 0;
}

.logo__text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
  white-space: nowrap;
}

.logo__name {
  font-family: var(--font-display);
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--cream);
}

.logo__tag {
  font-size: 10px;
  letter-spacing: 0.3em;
  color: rgba(245, 241, 232, 0.78);
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 4px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.main-nav__links {
  display: flex;
  align-items: center;
  gap: 26px;
}

.main-nav__links a {
  font-size: 14.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(245, 241, 232, 0.84);
  padding: 6px 0;
  position: relative;
  transition: color 0.2s ease;
}

.main-nav__links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.22s ease;
}

.main-nav__links a:hover,
.main-nav__links a.is-active {
  color: #fff;
}

.main-nav__links a:hover::after,
.main-nav__links a.is-active::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 0;
  position: relative;
}

.nav-toggle span {
  position: absolute;
  left: 12px;
  width: 20px;
  height: 2px;
  background: var(--cream);
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.2s ease, top 0.25s ease;
}

.nav-toggle span:nth-child(1) {
  top: 16px;
}

.nav-toggle span:nth-child(2) {
  top: 22px;
}

.nav-toggle span:nth-child(3) {
  top: 28px;
}

.nav-toggle.is-open span:nth-child(1) {
  top: 22px;
  transform: rotate(45deg);
}

.nav-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.is-open span:nth-child(3) {
  top: 22px;
  transform: rotate(-45deg);
}

/* 移动端全屏菜单 */
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 99;
  background: var(--bg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 96px 32px 48px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}

.mobile-menu.is-open {
  opacity: 1;
  visibility: visible;
}

.mobile-menu a {
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 600;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-menu a::after {
  content: "→";
  font-family: var(--font-body);
  font-size: 18px;
  color: var(--brand);
}

/* ---------- Hero（开屏） ---------- */
.hero {
  min-height: calc((100vh - var(--header-h)) * 2 / 3);
  background: var(--brand);
  color: var(--cream);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

/* 开屏底层背景图：35% 透明度、30° 斜向左上 */
.hero__bg {
  display: none;
}

.hero__inner {
  position: relative;
  z-index: 1;
  padding: 64px 0 72px;
}

.hero__wordmark {
  font-family: var(--font-serif);
  font-size: clamp(42px, 8.5vw, 112px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.01em;
  color: var(--cream);
}

.hero__lead {
  font-family: var(--font-body);
  font-style: italic;
  max-width: 620px;
  font-size: clamp(15px, 1.6vw, 18px);
  color: rgba(245, 241, 232, 0.9);
  margin: 22px 0 0;
  line-height: 1.7;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

/* 首页 About 专题介绍 */
.about-intro__inner {
  max-width: 920px;
  margin-inline: auto;
}

.about-intro__inner > p {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.85;
  color: var(--ink-soft);
  margin-bottom: 1.4em;
}

.about-intro__inner > p:last-child {
  margin-bottom: 0;
}

.about-intro__inner strong {
  font-weight: 700;
  color: var(--brand);
}

/* ---------- Marquee ---------- */
.marquee {
  background: var(--brand-deep);
  color: rgba(245, 241, 232, 0.68);
  overflow: hidden;
  border-top: 1px solid rgba(245, 241, 232, 0.12);
  padding: 15px 0;
}

.marquee__track {
  display: flex;
  width: max-content;
  animation: marquee 36s linear infinite;
}

.marquee__group {
  display: flex;
  align-items: center;
  gap: 42px;
  padding-right: 42px;
  font-family: var(--font-display);
  font-size: 15px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  white-space: nowrap;
}

.marquee__group span {
  color: var(--gold);
}

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}

/* ---------- Section numbers ---------- */
.section-index {
  font-family: var(--font-display);
  font-size: 15px;
  color: var(--brand);
  letter-spacing: 0.08em;
}

/* ---------- Festival cards ---------- */
.festival-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.festival-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: var(--brand);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.festival-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card);
  border-color: rgba(79, 103, 82, 0.32);
}

.festival-card:hover::before {
  transform: scaleX(1);
}

.festival-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.festival-card__num {
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 600;
  color: var(--brand);
  line-height: 1;
}

.festival-card h3 {
  font-family: var(--font-serif);
  font-size: 27px;
  font-weight: 700;
  line-height: 1.2;
}

.festival-card p {
  font-size: 14.5px;
  color: var(--muted);
  flex-grow: 1;
}

.festival-card__links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  font-size: 13.5px;
  font-weight: 600;
  color: var(--brand);
}

.festival-card__links a:hover {
  text-decoration: underline;
}

.festival-note {
  margin-top: 40px;
  padding: 26px 30px;
  border: 1px dashed rgba(79, 103, 82, 0.35);
  border-radius: var(--radius);
  color: var(--ink-soft);
  font-size: 15px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.festival-note strong {
  color: var(--brand);
  white-space: nowrap;
}

/* 首页 Film Festival —— 图片左、米白文字卡右，横向滑动 + 两侧绿色圆形箭头 */
.section--festival {
  background: var(--bg);
  color: var(--ink);
  padding-bottom: 132px;
}

.section--festival-onsite {
  padding-top: 0;
  padding-bottom: 0;
  background: var(--bg);
  color: var(--ink);
}

.section--festival-onsite .festival-showcase {
  margin-top: 30px;
}

.home .section--festival .eyebrow {
  color: var(--brand);
}

.festival-showcase {
  position: relative;
  margin-top: 44px;
}

.festival-showcase__view {
  position: relative;
  overflow: hidden;
}

.festival-slides {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}

.festival-slide {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  gap: 0;
  flex: 0 0 100%;
  min-width: 100%;
  min-height: calc(100vh - var(--header-h) - 100px);
  position: relative;
}

.festival-slide__media {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dedbd4;
  overflow: hidden;
  transition: transform 0.5s ease;
}

.festival-slide__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.festival-slide__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.festival-slide.is-linked {
  cursor: pointer;
}

.festival-slide.is-linked:hover .festival-slide__media img {
  transform: scale(1.08);
}

.festival-slide__info h3 {
  transition: color 0.22s ease;
}

.festival-slide.is-linked:hover .festival-slide__info h3 {
  color: var(--brand);
}

.festival-slide__placeholder {
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(28, 28, 24, 0.42);
}

.festival-slide__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--cream);
  color: var(--ink);
  padding: 72px 110px 72px 64px;
}

.festival-slide__info h3 {
  font-family: var(--font-serif);
  font-size: clamp(30px, 3.4vw, 46px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.01em;
}

.festival-slide__info p {
  margin-top: 22px;
  font-size: 16px;
  line-height: 1.8;
  color: var(--ink-soft);
  max-width: 520px;
}

.festival-round-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 50%;
  background: var(--brand);
  color: var(--cream);
  font-size: 22px;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(28, 28, 24, 0.18);
  transition: background 0.2s ease, color 0.2s ease, opacity 0.25s ease,
    visibility 0.25s ease;
}

.festival-round-btn.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.festival-round-btn:hover {
  background: var(--brand-dark);
  color: var(--cream);
}

.festival-round-btn--prev {
  left: -28px;
}

.festival-round-btn--next {
  right: -28px;
}

@media (max-width: 860px) {
  .festival-slide {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .festival-slide__media {
    min-height: 300px;
  }

  .festival-slide__info {
    padding: 40px 78px 40px 28px;
  }

  .festival-round-btn--prev {
    left: -24px;
  }

  .festival-round-btn--next {
    right: -24px;
  }
}

/* ---------- About ---------- */
.about-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 72px;
  align-items: start;
}

.about-copy p {
  margin-bottom: 18px;
  font-size: 16.5px;
  line-height: 1.85;
  color: var(--ink-soft);
}

.about-copy em {
  color: var(--brand);
  font-style: italic;
  font-weight: 600;
}

.about-copy strong {
  color: var(--brand);
  font-weight: 700;
}

.about-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.about-stat {
  background: var(--surface);
  padding: 30px 26px;
}

.about-stat strong {
  font-family: var(--font-display);
  font-size: 42px;
  font-weight: 700;
  color: var(--brand);
  display: block;
  line-height: 1;
}

.about-stat span {
  font-size: 13px;
  color: var(--muted);
  display: block;
  margin-top: 9px;
}

.about-quote {
  margin-top: 56px;
  border-left: 3px solid var(--brand);
  padding-left: 28px;
  font-family: var(--font-display);
  font-size: clamp(23px, 2.7vw, 32px);
  font-weight: 600;
  line-height: 1.45;
  color: var(--brand-dark);
  max-width: 820px;
}

/* About us 页：顶部整体上移、标题缩小，量化信息打开即完整可见 */
.about .page-hero {
  padding: 38px 0 24px;
}

.about .page-hero h1 {
  font-size: clamp(31px, 4.1vw, 48px);
  margin: 0;
  letter-spacing: -0.01em;
}

.about .about-head {
  align-items: flex-start;
  margin-bottom: 18px;
}

.about .about-head h2 {
  font-family: var(--font-display);
  font-size: clamp(27px, 3.5vw, 40px);
  margin-top: 0;
  font-style: italic;
  color: var(--ink);
}

.about .about-copy p {
  margin-bottom: 14px;
}

.about .about-grid {
  gap: 56px;
  margin-top: 40px;
}

.about .team-section {
  padding-top: 36px;
}

.about .team-head {
  margin-bottom: 30px;
}

.about .team-head h2 {
  font-family: var(--font-display);
  font-size: clamp(31px, 4.1vw, 48px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.about .about-quote {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(22px, 2.6vw, 31px);
  font-weight: 600;
  line-height: 1.5;
  color: var(--brand-dark);
  text-align: justify;
  text-justify: inter-word;
}

/* ---------- Tags ---------- */
.tag {
  display: inline-block;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding: 4px 11px;
  border-radius: 0;
  background: var(--brand-soft);
  color: var(--brand-dark);
  white-space: nowrap;
}

.tag--gold {
  background: var(--brand-soft);
  color: var(--brand-dark);
}

.tag--neutral {
  background: rgba(28, 28, 24, 0.07);
  color: var(--muted);
}

/* ---------- Podcast player mockup ---------- */
.player {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  transition: transform 0.22s ease, box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.player:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card);
  border-color: rgba(79, 103, 82, 0.32);
}

.player__top {
  display: flex;
  align-items: center;
  gap: 18px;
}

.player__play {
  width: 46px;
  height: 46px;
  border-radius: 0;
  background: var(--brand);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.2s ease, transform 0.2s ease;
}

.player:hover .player__play {
  background: var(--brand-dark);
  transform: scale(1.06);
}

.player__wave {
  display: flex;
  align-items: center;
  gap: 3px;
  height: 40px;
  flex: 1;
  overflow: hidden;
}

.player__wave i {
  width: 3px;
  border-radius: 3px;
  background: var(--brand);
  opacity: 0.85;
  flex-shrink: 0;
}

.player__wave i:nth-child(3n) {
  background: var(--brand-dark);
}

.player__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 12.5px;
  color: var(--muted);
}

.player h3 {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

.player .episode__cn {
  font-size: 13px;
  margin-top: -12px;
}

.player__bar {
  height: 4px;
  border-radius: 4px;
  background: rgba(28, 28, 24, 0.1);
  position: relative;
  overflow: hidden;
}

.player__bar::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 62%;
  background: var(--brand);
  border-radius: 4px;
}

.player__time {
  display: flex;
  justify-content: space-between;
  font-size: 11.5px;
  color: var(--muted);
  margin-top: -12px;
}

/* 最热单集 — 三列并排：图片在上、标题在下，无边框 */
.episode-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 300px));
  justify-content: center;
  gap: 69px;
}

.episode-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.episode-feature__art {
  display: block;
  width: 100%;
  max-width: 300px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  margin-bottom: 6px;
}

.episode-feature__art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.episode-feature:hover .episode-feature__art img {
  transform: scale(1.04);
}

.episode-feature__cat {
  width: 100%;
  max-width: 300px;
  text-align: left;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brand);
}

.episode-feature h3 {
  width: 100%;
  max-width: 300px;
  text-align: left;
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -0.01em;
}

.episode-feature h3 a {
  color: var(--ink);
  transition: color 0.2s ease;
}

.episode-feature h3 a:hover {
  color: var(--brand);
}

.episode-feature__date {
  width: 100%;
  max-width: 300px;
  text-align: left;
  font-size: 14px;
  color: var(--muted);
}

@media (max-width: 1020px) {
  .episode-grid {
    grid-template-columns: repeat(2, minmax(0, 300px));
  }
}

@media (max-width: 720px) {
  .episode-grid {
    grid-template-columns: minmax(0, 300px);
  }
}

/* 首页文章区 — 参考播客板块排版（3:4 竖图 + 分类 + 标题 + 撰稿人） */
.article-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
}

.article-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.article-feature__art {
  display: block;
  width: 100%;
  max-width: 360px;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  margin-bottom: 6px;
}

.article-feature__art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.article-feature:hover .article-feature__art img {
  transform: scale(1.04);
}

.article-feature__cat {
  width: 100%;
  max-width: 360px;
  text-align: left;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brand);
}

.article-feature h3 {
  width: 100%;
  max-width: 360px;
  text-align: left;
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -0.01em;
}

.article-feature h3 a {
  color: var(--ink);
  transition: color 0.2s ease;
}

.article-feature h3 a:hover {
  color: var(--brand);
}

.article-feature__author {
  width: 100%;
  max-width: 360px;
  text-align: left;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--muted);
}

@media (max-width: 900px) {
  .article-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .article-feature-grid {
    grid-template-columns: 1fr;
  }
}

/* 三图对称（仅播客三张展示）：
   首图对齐板块标题首字（Podcast 的 P），末图镜像靠右，中图居中 */
.episode-grid .episode-feature:first-child {
  align-items: flex-start;
}

.episode-grid .episode-feature:last-child {
  align-items: flex-end;
}

@media (max-width: 720px) {
  .episode-grid .episode-feature {
    align-items: flex-start;
  }
}

/* 热播单集 */
.chart {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 10px 30px;
}

.chart__row {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
  transition: padding-left 0.2s ease;
}

.chart__row:last-child {
  border-bottom: 0;
}

.chart__row:hover {
  padding-left: 8px;
}

.chart__rank {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 700;
  color: var(--brand);
  line-height: 1;
}

.chart__row h3 {
  font-family: var(--font-serif);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
}

.chart__row p {
  font-size: 13px;
  color: var(--muted);
}

.chart__plays {
  font-size: 13px;
  color: var(--muted);
  white-space: nowrap;
}

.platforms {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 40px;
}

/* ---------- Articles ---------- */
.article-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.22s ease, box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.article-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card);
  border-color: rgba(79, 103, 82, 0.32);
}

.article-card__poster {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.article-card__poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.article-card:hover .article-card__poster img {
  transform: scale(1.04);
}

.article-card__body {
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}

.article-card__body h3 {
  font-family: var(--font-serif);
  font-size: 23px;
  font-weight: 700;
  line-height: 1.28;
}

.article-card__body h3 a:hover {
  color: var(--brand);
}

.article-card__body p {
  font-size: 14px;
  color: var(--muted);
  flex-grow: 1;
}

.article-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  font-size: 13px;
  color: var(--ink-soft);
}

/* ---------- Team ---------- */
.member {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 38px 34px;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.member:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card);
}

.member__avatar {
  width: 84px;
  height: 84px;
  border-radius: 0;
  overflow: hidden;
  background: var(--brand-soft);
  color: var(--brand-dark);
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border: 1px solid rgba(79, 103, 82, 0.22);
}

.member__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.member__avatar--hoho img {
  object-position: 50% 55%;
}

.member__name {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}

.member__name h3 {
  font-size: 24px;
  font-weight: 700;
}

.member__name span {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 600;
  color: var(--brand);
}

.member__role {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand);
  margin: 5px 0 14px;
}

.member p {
  font-size: 14.5px;
  color: var(--muted);
}

.member__cv {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

/* ---------- Contact ---------- */
.contact {
  background: var(--brand-dark);
  color: var(--cream);
}

.contact .eyebrow {
  color: #a9c0ac;
}

.contact__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
}

.contact h2 {
  font-family: var(--font-display);
  font-size: clamp(40px, 5.4vw, 64px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.01em;
  margin: 18px 0 22px;
}

.contact p {
  color: rgba(245, 241, 232, 0.78);
  max-width: 460px;
}

.contact__email {
  display: inline-block;
  font-family: var(--font-serif);
  font-size: clamp(24px, 2.8vw, 34px);
  font-weight: 700;
  color: var(--cream);
  margin-top: 30px;
  border-bottom: 1px solid rgba(245, 241, 232, 0.4);
  padding-bottom: 4px;
  transition: border-color 0.2s ease;
}

.contact__email:hover {
  border-color: var(--gold);
  color: #fff;
}

.contact__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  margin-top: 34px;
}

.contact__socials a {
  font-size: 14px;
  font-weight: 600;
  color: rgba(245, 241, 232, 0.72);
  transition: color 0.2s ease;
}

.contact__socials a:hover {
  color: #fff;
}

/* Contact — 居中版（参考 jacksonalexander） */
.contact--center {
  text-align: center;
}

.contact--center .contact__email {
  margin-top: 20px;
}

.contact__based {
  margin-top: 20px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(245, 241, 232, 0.55);
}

.contact__follow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-top: 48px;
  padding-top: 34px;
  border-top: 1px solid rgba(245, 241, 232, 0.16);
}

.contact__follow span {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(245, 241, 232, 0.5);
  margin-right: 4px;
}

.contact__follow a {
  font-size: 15px;
  font-weight: 600;
  color: var(--cream);
  border-bottom: 1px solid rgba(245, 241, 232, 0.35);
  padding-bottom: 2px;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.contact__follow a:hover {
  border-color: var(--gold);
  color: #fff;
}

.contact__follow-logos {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.contact__follow .follow-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.contact__follow .follow-logo img {
  display: block;
  max-width: 40px;
  max-height: 30px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.contact__follow .follow-logo:hover {
  border-color: transparent;
  color: #fff;
  opacity: 0.8;
  transform: translateY(-2px);
}

.form-card {
  background: rgba(245, 241, 232, 0.08);
  border: 1px solid rgba(245, 241, 232, 0.18);
  border-radius: var(--radius);
  padding: 38px;
  backdrop-filter: blur(4px);
}

.form-card h3 {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 24px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}

.form-group label {
  font-size: 13px;
  font-weight: 600;
  color: rgba(245, 241, 232, 0.72);
}

.form-group input,
.form-group textarea {
  font: inherit;
  font-size: 15px;
  color: var(--ink);
  background: var(--cream);
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  padding: 12px 15px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
}

.form-group textarea {
  resize: vertical;
  min-height: 130px;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(169, 192, 172, 0.28);
}

.form-note {
  font-size: 12.5px;
  color: rgba(245, 241, 232, 0.55);
  margin-top: 12px;
}

/* ---------- Footer ---------- */
.site-footer {
  background: var(--ink);
  color: rgba(245, 241, 232, 0.7);
  padding: 52px 0 30px;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(245, 241, 232, 0.14);
}

.site-footer .logo__name {
  color: var(--cream);
}

.site-footer .logo__tag {
  color: #a9c0ac;
}

.site-footer__desc {
  font-size: 14px;
  margin-top: 18px;
  max-width: 340px;
}

.site-footer h4 {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(245, 241, 232, 0.48);
  margin-bottom: 18px;
}

.site-footer nav a {
  display: block;
  font-size: 14.5px;
  padding: 6px 0;
  transition: color 0.2s ease;
}

.site-footer nav a:hover {
  color: #a9c0ac;
}

.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 26px;
  font-size: 13px;
  color: rgba(245, 241, 232, 0.42);
}

.site-footer__socials {
  display: flex;
  gap: 20px;
}

.site-footer__socials a {
  font-size: 13.5px;
  font-weight: 600;
  color: rgba(245, 241, 232, 0.6);
  transition: color 0.2s ease;
}

.site-footer__socials a:hover {
  color: #a9c0ac;
}

.site-footer__center {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.site-footer__brand {
  justify-content: center;
}

.site-footer__wordmark {
  font-family: var(--font-serif);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--cream);
}

.site-footer__tagline {
  margin-top: 18px;
  max-width: 560px;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.7;
  color: rgba(245, 241, 232, 0.66);
}

.site-footer__follow-label {
  margin-top: 28px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(245, 241, 232, 0.5);
}

.site-footer__follow-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 16px;
}

.site-footer .follow-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 32px;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.site-footer .follow-logo img {
  display: block;
  max-width: 36px;
  max-height: 30px;
  width: auto;
  height: auto;
}

.site-footer .follow-logo svg {
  display: block;
  width: 28px;
  height: 22px;
  color: var(--cream);
}

.site-footer .follow-logo--xy {
  width: 30px;
}

.site-footer .follow-logo--xy img {
  max-width: 24px;
  max-height: 20px;
}

.site-footer .follow-logo--mail {
  width: 32px;
}

.site-footer .follow-logo:hover {
  opacity: 0.78;
  transform: translateY(-2px);
}

.site-footer__rule {
  width: min(900px, 100%);
  height: 1px;
  margin: 30px auto 0;
  background: rgba(245, 241, 232, 0.22);
}

.site-footer__copyright {
  margin-top: 16px;
  font-size: 13px;
  color: rgba(245, 241, 232, 0.52);
}

/* ---------- Reveal ---------- */
.js .reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .js .reveal,
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  html {
    scroll-behavior: auto;
  }
  .marquee__track {
    animation: none;
  }
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-grid,
  .contact__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

@media (max-width: 900px) {
  .main-nav__links {
    display: none;
  }

  .nav-toggle {
    display: block;
  }

  .grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .section {
    padding: 80px 0;
  }

  .site-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .grid--2,
  .grid--3,
  .grid--4 {
    grid-template-columns: 1fr;
  }

  .section-head {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 36px;
  }

  .hero__inner {
    padding: 40px 0 48px;
  }

  .hero__wordmark {
    font-size: clamp(38px, 12vw, 64px);
  }

  .chart__row {
    grid-template-columns: 36px 1fr;
    gap: 14px;
  }

  .chart__plays {
    grid-column: 2;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .form-card {
    padding: 28px 22px;
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .festival-note {
    flex-direction: column;
    gap: 8px;
  }
}

@media (max-width: 480px) {
  .logo__tag {
    display: none;
  }

  .about-stats {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   Interior pages
   ========================================================================== */

.page-hero {
  padding: 96px 0 72px;
}

.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(48px, 6.4vw, 78px);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  margin: 18px 0 18px;
}

.page-hero__lead {
  max-width: 640px;
  color: var(--muted);
  font-size: 17px;
}

/* Articles 页顶部 — 杂志式特稿头图（参考排版截图） */
.article-hero {
  padding: 88px 0 84px;
}

.article-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 48px;
  align-items: start;
}

.article-hero__text .eyebrow {
  font-size: 13px;
  letter-spacing: 0.22em;
}

.article-hero h1 {
  font-family: var(--font-serif);
  font-size: clamp(38px, 5vw, 62px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.01em;
  text-transform: none;
  color: var(--ink);
  margin: 20px 0 22px;
}

.article-hero h1 a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.article-hero h1 a:hover,
.article-hero h1 a:focus {
  color: var(--brand);
}

.article-hero__date {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

.article-hero__media {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.article-hero__poster {
  margin: 0;
  overflow: hidden;
}

.article-hero__poster {
  width: 320px;
  aspect-ratio: 2 / 3;
  margin-right: 24px;
}

.article-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 900px) {
  .article-hero__inner {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .article-hero__media {
    align-items: center;
  }

  .article-hero__poster {
    margin-right: 0;
  }
}

/* 单篇文章页 */
.article-single {
  padding: 72px 0 120px;
}

.article-single__inner {
  max-width: 900px;
  margin-inline: auto;
}

.article-single__back {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: var(--brand);
  margin-bottom: 56px;
  text-decoration: none;
  transition: color 0.2s ease;
}

.article-single__back:hover {
  color: var(--brand-dark);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

.article-single h1 {
  font-family: var(--font-serif);
  font-size: clamp(36px, 5.2vw, 58px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.015em;
  margin: 18px 0 26px;
}

.article-single h1 em {
  font-style: italic;
  color: var(--brand);
}

/* Nagib 文章页：标题分两行、两端对齐、行距加宽 */
.article-nagib .article-single h1 {
  text-align: justify;
  text-justify: inter-word;
  line-height: 1.45;
  word-spacing: 0.05em;
  margin-bottom: 11px; /* 副标题与主标题间距减半 */
}

.article-nagib .article-single__subtitle {
  text-align: justify;
  text-justify: inter-word;
  line-height: 1.65;
  word-spacing: 0.05em;
}

.article-single__subtitle,
.article-hero__subtitle {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 700;
  color: var(--brand);
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.45;
  margin: 0 0 26px;
}

.article-single__subtitle em,
.article-hero__subtitle em {
  font-style: italic;
}

.article-hero__subtitle {
  margin: -12px 0 20px;
}

.article-single__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 26px;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  padding-bottom: 30px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 48px;
}

.article-single__meta-left {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 26px;
}

.article-single__meta-author {
  margin-left: auto;
}

.article-single__body {
  font-size: 18px;
  line-height: 1.85;
  color: var(--ink);
}

/* 非 Nagib 文章页：正文行宽与采访正文一致（每行字数参考 interview） */
body:not(.article-nagib) .article-single__body {
  max-width: 780px;
  margin-inline: auto;
}

.article-single__body p {
  text-align: justify;
  -webkit-hyphens: auto;
  hyphens: auto;
  margin-bottom: 1.7em;
}

.article-single__body p:last-child {
  margin-bottom: 0;
}

.article-single__body em {
  font-style: italic;
  color: var(--brand-dark);
}

/* 文章开头海报排版（参考 interview 文章） */
.article-lead {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 44px;
  align-items: start;
  margin-bottom: 1.7em;
}

.article-lead__posters {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.article-lead__poster {
  margin: 6px 0 0;
  width: 150px;
}

.article-lead__poster img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  display: block;
}

/* 双海报并列 + 正文环绕（Sorry Baby 文章） */
.article-lead--wrap {
  float: right;
  width: 318px;
  display: flex;
  gap: 18px;
  margin: 8px 0 18px 28px;
}

.article-lead--wrap .article-lead__poster {
  margin: 0;
  width: 150px;
}

/* 单张海报右浮动 + 文字环绕（Dear You 文章） */
.article-lead--float {
  float: right;
  width: 150px;
  margin: 6px 0 18px 24px;
}

.article-lead--float img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  display: block;
}

@media (max-width: 720px) {
  .article-lead {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .article-lead__poster {
    width: 140px;
  }

  .article-lead--wrap {
    float: none;
    width: 100%;
    margin: 0 0 18px;
  }

  .article-lead--wrap .article-lead__poster {
    width: calc(50% - 9px);
  }

  .article-lead--float {
    float: none;
    width: 100%;
    margin: 0 0 18px;
  }

  .article-lead--float img {
    width: 100%;
  }
}

/* 开篇介绍：正文字体，比正文稍大 */
.article-single__intro {
  margin-bottom: 28px;
}

.article-single__intro-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 52px;
  align-items: start;
  margin-bottom: 1.2em;
}

.article-single__intro p {
  font-family: var(--font-body);
  font-size: 19px;
  line-height: 1.8;
  color: var(--ink);
  text-align: justify;
  margin-bottom: 1.2em;
}

.article-single__intro p:last-child {
  margin-bottom: 0;
}

.article-single__intro strong {
  font-weight: 700;
}

.article-single__intro-copy {
  max-width: 700px;
}

.article-single__intro-poster {
  margin: 6px 0 0;
  width: 150px;
}

.article-single__intro-poster img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  display: block;
}

.article-single__listen {
  margin: 0 0 2.8em;
  padding-bottom: 2em;
  border-bottom: 1px solid var(--line);
}

.article-single__listen a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
  color: var(--brand);
  text-decoration: none;
  transition: color 0.2s ease;
}

.article-single__listen a:hover,
.article-single__listen a:focus {
  color: var(--brand-dark);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

/* FIRST 影展信息页：中文副标题与 Vol 小节 */
.festival-first__subtitle {
  letter-spacing: 0.01em;
}

.festival-first__vol {
  margin-top: 48px;
}

.festival-first__vol-title {
  font-size: 19px;
  color: var(--brand);
  margin-bottom: 10px;
}

.festival-first__vol .article-single__listen {
  margin-top: 24px;
}

.festival-first__vol:last-child .article-single__listen {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.festival-section {
  margin-top: 48px;
}

.festival-section__title {
  font-size: 19px;
  color: var(--brand);
  margin-bottom: 10px;
}

.festival-listen-clean {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 2.4em;
}

/* 采访问答正文 */
.interview-body {
  max-width: 780px;
  margin-inline: auto;
}

.interview-body em {
  color: inherit;
}

.interview-q {
  font-weight: 700;
  color: var(--ink);
}

.article-single__standfirst {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(19px, 2.1vw, 23px);
  font-weight: 600;
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-word;
  color: var(--brand-dark);
  margin: 0 0 1.8em;
  max-width: 900px;
}

@media (max-width: 720px) {
  .article-single {
    padding: 56px 0 88px;
  }

  .article-single__back {
    margin-bottom: 40px;
  }

  .article-single__body {
    font-size: 17px;
  }

  .article-single__intro-top {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .article-single__intro-poster {
    width: 140px;
  }

}

/* 播客列表行 */
.episode {
  display: grid;
  grid-template-columns: 92px 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
  transition: padding-left 0.2s ease;
}

.episode:first-child {
  border-top: 1px solid var(--line);
}

.episode:hover {
  padding-left: 10px;
}

.episode__num {
  font-family: var(--font-display);
  font-size: 42px;
  font-weight: 600;
  color: var(--brand);
  line-height: 1;
}

.episode__num small {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: var(--muted);
  display: block;
  margin-top: 6px;
  text-transform: uppercase;
}

.episode__title {
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.28;
}

.episode__title a:hover {
  color: var(--brand);
}

.episode__cn {
  font-size: 14px;
  color: var(--muted);
  margin-top: 3px;
}

.episode__desc {
  font-size: 14.5px;
  color: var(--muted);
  margin-top: 5px;
  max-width: 640px;
}

.episode[hidden] {
  display: none;
}

.episode__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  font-size: 12.5px;
  color: var(--muted);
}

.episode__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--brand);
  white-space: nowrap;
}

.episode__cta:hover .arrow {
  transform: translateX(4px);
}

.episode__cta .arrow {
  transition: transform 0.2s ease;
}

/* 节目筛选 */
.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-btn {
  padding: 6px 14px;
  border: 1px solid var(--line-strong);
  border-radius: 0;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--ink-soft);
  background: transparent;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.filter-btn:hover {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
}

.filter-btn.is-active {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
}

/* 更多详情入口 */
.more-link-row {
  text-align: center;
  margin-top: 52px;
}

.more-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--brand);
  text-decoration: none;
  transition: color 0.2s ease;
}

.more-link:hover,
.more-link:focus {
  color: var(--brand-dark);
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}

/* 影展时间线 */
.timeline {
  position: relative;
  padding-left: 36px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 10px;
  bottom: 10px;
  width: 2px;
  background: var(--line);
}

.timeline__item {
  position: relative;
  padding: 0 0 52px;
}

.timeline__item:last-child {
  padding-bottom: 4px;
}

.timeline__item::before {
  content: "";
  position: absolute;
  left: -33px;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--brand);
}

.timeline__year {
  position: relative;
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 700;
  color: var(--brand);
  margin-bottom: 26px;
  padding: 2px 0;
}

.timeline__year::before {
  content: "";
  position: absolute;
  left: -33px;
  top: 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--brand);
  border: 3px solid var(--bg);
  box-shadow: 0 0 0 2px var(--brand);
}

.timeline__title {
  font-size: 17px;
  font-weight: 700;
  margin: 4px 0 8px;
}

.timeline__title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.timeline__title a:hover {
  color: var(--brand);
}

.timeline__body {
  font-size: 14.5px;
  color: var(--muted);
  max-width: 700px;
}

.timeline__links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 12px;
  font-size: 13.5px;
  font-weight: 600;
}

@media (max-width: 720px) {
  .episode {
    grid-template-columns: 64px 1fr;
    gap: 16px;
  }

  .episode__num {
    font-size: 30px;
  }

  .episode__cta {
    grid-column: 2;
  }
}

/* ==========================================================================
   悬停绿色填充（美式/法式复古编辑风）
   ========================================================================== */
.festival-card:hover,
.article-card:hover,
.player:hover,
.member:hover,
.stat-card:hover {
  background: var(--brand);
  border-color: var(--brand);
}

.festival-card:hover h3,
.festival-card:hover .festival-card__num,
.article-card:hover h3,
.article-card:hover .article-card__body h3 a,
.player:hover h3,
.member:hover h3,
.member:hover .member__role,
.stat-card:hover strong {
  color: var(--cream);
}

.festival-card:hover p,
.article-card:hover .article-card__body p,
.player:hover .player__meta,
.player:hover .player__time,
.member:hover p,
.stat-card:hover span {
  color: rgba(245, 241, 232, 0.82);
}

.festival-card:hover .festival-card__links,
.article-card:hover .article-card__foot,
.member:hover .member__cv {
  border-color: rgba(245, 241, 232, 0.25);
}

.festival-card:hover .festival-card__links a,
.article-card:hover .article-card__foot {
  color: var(--cream);
}

.festival-card:hover .tag,
.article-card:hover .tag,
.player:hover .tag,
.member:hover .tag {
  background: rgba(245, 241, 232, 0.18);
  color: var(--cream);
}

.member:hover .member__avatar {
  background: rgba(245, 241, 232, 0.16);
  color: var(--cream);
  border-color: rgba(245, 241, 232, 0.4);
}

.player:hover .player__play {
  background: var(--cream);
  color: var(--brand);
}

.episode:hover {
  background: var(--brand);
  border-color: rgba(245, 241, 232, 0.25);
}

.episode:hover .episode__num,
.episode:hover .episode__title a,
.episode:hover .episode__cta {
  color: var(--cream);
}

.episode:hover .episode__desc,
.episode:hover .episode__meta,
.episode:hover .episode__cn {
  color: rgba(245, 241, 232, 0.82);
}

.episode:hover .tag {
  background: rgba(245, 241, 232, 0.18);
  color: var(--cream);
}

.chart__row:hover {
  background: var(--brand);
}

.chart__row:hover h3 a,
.chart__row:hover .chart__rank {
  color: var(--cream);
}

.chart__row:hover p,
.chart__row:hover .chart__plays {
  color: rgba(245, 241, 232, 0.82);
}

/* Team：去框、双栏分布、内部居中（About us） */
body.about .grid--2 {
  gap: 72px;
}

body.about .member {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}

body.about .member:hover {
  transform: none;
  box-shadow: none;
  background: transparent;
  border-color: transparent;
}

body.about .member:hover h3 {
  color: var(--ink);
}

body.about .member:hover .member__role {
  color: var(--brand);
}

body.about .member:hover p {
  color: var(--muted);
}

body.about .member__avatar {
  border: 0;
  margin: 0 auto 20px;
}

body.about .member__avatar:hover {
  background: transparent;
  border-color: transparent;
}

body.about .member__name {
  justify-content: center;
}

body.about .member__role {
  margin: 6px auto 14px;
}

body.about .member p {
  max-width: 400px;
  margin-inline: auto;
}
