/* roulang page: index */
:root {
  --wine: #7A1F2B;
  --wine-dark: #5D1420;
  --wine-deep: #45101A;
  --green: #163A2F;
  --green-light: #1E4A3C;
  --gold: #C4A265;
  --gold-light: #D9BA85;
  --cream: #F5F1E8;
  --cream-deep: #EAE3D3;
  --ink: #241F1C;
  --ink-soft: #4A4238;
  --muted: #7A7062;
  --line: #D8CFC0;
  --white: #FFFDF8;
  --shadow: rgba(36, 31, 28, .18);
  --shadow-deep: rgba(36, 31, 28, .30);
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --font-title: "Noto Serif SC", "Songti SC", SimSun, serif;
  --font-latin: "Playfair Display", Georgia, serif;
  --font-body: "Noto Sans SC", system-ui, -apple-system, "PingFang SC", "Microsoft YaHei", sans-serif;
  --space-section: 96px;
  --space-section-mobile: 56px;
  --container-w: 1200px;
  --header-h: 72px;
  --transition: .3s ease;
  --ease: cubic-bezier(.22, .61, .36, 1);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.8;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--wine); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--wine-dark); }
ul, ol { list-style: none; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; background: none; border: none; }
svg { display: block; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; border-radius: 2px; }

.container { width: min(var(--container-w), 100% - 48px); margin-inline: auto; }
.section { padding-block: var(--space-section); }
.section-soft { background: var(--cream-deep); }
.section-dark { background: var(--ink); color: var(--cream); }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 40px; flex-wrap: wrap; }
.section-eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--gold); font-family: var(--font-latin); font-size: 13px; letter-spacing: .22em; text-transform: uppercase; margin-bottom: 10px; }
.section-eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--gold); }
.section-title { font-family: var(--font-title); font-size: 34px; font-weight: 700; line-height: 1.35; color: var(--ink); }
.section-soft .section-title, .section-dark .section-title { color: var(--cream); }
.section-sub { color: var(--muted); max-width: 640px; font-size: 16px; margin-top: 10px; }
.section-link { font-size: 15px; font-weight: 500; color: var(--wine); display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }
.section-link:hover { gap: 10px; }
.section-link svg { width: 15px; height: 15px; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 44px; padding: 0 24px; border-radius: var(--radius-sm);
  font-family: var(--font-body); font-size: 15px; font-weight: 500;
  letter-spacing: .02em; border: 1px solid transparent;
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition), color var(--transition), border-color var(--transition);
  user-select: none; text-align: center;
}
.btn svg { width: 16px; height: 16px; }
.btn-primary { background: var(--wine); color: var(--cream); box-shadow: 0 6px 20px rgba(122, 31, 43, .28); }
.btn-primary:hover { background: var(--wine-dark); color: var(--cream); transform: translateY(-2px); box-shadow: 0 12px 30px rgba(122, 31, 43, .38); }
.btn-primary:active { transform: translateY(0); box-shadow: 0 4px 14px rgba(122, 31, 43, .22); }
.btn-outline { border-color: var(--gold); color: var(--gold); background: rgba(196, 162, 101, .06); }
.btn-outline:hover { background: rgba(196, 162, 101, .14); color: var(--gold-light); transform: translateY(-2px); box-shadow: 0 8px 24px var(--shadow); }
.btn-outline:active { transform: translateY(0); }
.btn-ghost { border-color: rgba(196, 162, 101, .55); color: var(--cream); background: transparent; }
.btn-ghost:hover { background: rgba(196, 162, 101, .12); color: var(--white); border-color: var(--gold); transform: translateY(-2px); }
.btn-sm { min-height: 40px; padding: 0 16px; font-size: 14px; }
.btn[disabled] { opacity: .4; cursor: not-allowed; transform: none !important; box-shadow: none !important; }

.tag {
  display: inline-flex; align-items: center; padding: 4px 11px; border-radius: 999px;
  border: 1px solid rgba(22, 58, 47, .35); color: var(--green);
  font-size: 12px; font-weight: 500; letter-spacing: .04em; background: rgba(22, 58, 47, .05);
}
.tag-gold { border-color: rgba(196, 162, 101, .6); color: #8A6A35; background: rgba(196, 162, 101, .1); }
.rating-badge {
  display: inline-flex; align-items: center; gap: 4px;
  background: var(--gold); color: var(--green); font-family: var(--font-latin);
  font-weight: 700; font-size: 14px; line-height: 1; padding: 6px 10px; border-radius: var(--radius-sm);
  box-shadow: 0 4px 12px rgba(196, 162, 101, .4);
}
.rating-badge svg { width: 12px; height: 12px; fill: var(--green); }

/* ===== 顶部导航 ===== */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000; height: var(--header-h);
  background: linear-gradient(90deg, rgba(36, 31, 28, .72) 0%, rgba(22, 58, 47, .38) 52%, rgba(122, 31, 43, .34) 100%);
  transition: background var(--transition), box-shadow var(--transition), backdrop-filter var(--transition), border-color var(--transition);
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  background: rgba(245, 241, 232, .95);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 10px 40px var(--shadow);
  border-bottom: 1px solid var(--line);
}
.header-inner { max-width: var(--container-w); height: 100%; margin-inline: auto; padding-inline: 24px; display: flex; align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand-logo { width: 36px; height: 36px; border-radius: var(--radius-sm); background: linear-gradient(135deg, var(--wine), #8C2F3C); display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 12px rgba(122, 31, 43, .35); color: var(--cream); font-family: var(--font-latin); font-size: 15px; font-weight: 700; letter-spacing: -.02em; }
.brand-name { font-family: var(--font-title); font-size: 20px; font-weight: 700; color: var(--cream); letter-spacing: .02em; transition: color var(--transition); }
.brand-badge { font-family: var(--font-latin); font-size: 11px; letter-spacing: .12em; color: var(--gold); border: 1px solid rgba(196, 162, 101, .5); padding: 2px 7px; border-radius: 4px; margin-left: 2px; transition: color var(--transition), border-color var(--transition); }
.site-header.scrolled .brand-name { color: var(--ink); }
.site-header.scrolled .brand-badge { color: #8A6A35; border-color: rgba(138, 106, 53, .45); }
.main-nav { display: flex; align-items: center; gap: 6px; margin-left: auto; }
.nav-link {
  position: relative; display: inline-flex; align-items: center; height: 40px; padding: 0 13px;
  font-size: 15px; font-weight: 500; color: rgba(245, 241, 232, .92); border-radius: var(--radius-sm);
  transition: color var(--transition), background var(--transition);
}
.nav-link::after { content: ""; position: absolute; left: 13px; right: 13px; bottom: 4px; height: 2px; background: var(--gold); border-radius: 2px; transform: scaleX(0); transform-origin: left; transition: transform var(--transition); }
.nav-link:hover { color: var(--white); background: rgba(196, 162, 101, .12); }
.nav-link:hover::after { transform: scaleX(1); }
.nav-link.active { color: var(--gold-light); }
.nav-link.active::after { transform: scaleX(1); }
.site-header.scrolled .nav-link { color: var(--ink-soft); }
.site-header.scrolled .nav-link:hover { color: var(--wine); background: rgba(122, 31, 43, .06); }
.site-header.scrolled .nav-link.active { color: var(--wine); }
.header-actions { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.nav-search { width: 38px; height: 38px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: rgba(245, 241, 232, .1); color: var(--cream); border: 1px solid rgba(245, 241, 232, .18); transition: all var(--transition); }
.nav-search:hover { background: rgba(196, 162, 101, .2); color: var(--white); transform: translateY(-1px); }
.nav-search svg { width: 16px; height: 16px; }
.site-header.scrolled .nav-search { color: var(--ink-soft); background: rgba(36, 31, 28, .05); border-color: var(--line); }
.site-header.scrolled .nav-search:hover { color: var(--wine); background: rgba(122, 31, 43, .08); }
.header-cta { display: inline-flex; align-items: center; gap: 6px; min-height: 38px; padding: 0 16px; border-radius: var(--radius-sm); background: var(--wine); color: var(--cream); font-size: 14px; font-weight: 500; box-shadow: 0 4px 14px rgba(122, 31, 43, .3); transition: all var(--transition); }
.header-cta:hover { background: var(--wine-dark); color: var(--cream); transform: translateY(-2px); box-shadow: 0 8px 22px rgba(122, 31, 43, .42); }
.header-cta svg { width: 14px; height: 14px; }
.nav-toggle { display: none; width: 40px; height: 40px; border-radius: var(--radius-sm); background: rgba(36, 31, 28, .32); align-items: center; justify-content: center; flex-direction: column; gap: 5px; border: 1px solid rgba(245, 241, 232, .2); transition: all var(--transition); }
.nav-toggle span { width: 18px; height: 2px; background: var(--cream); border-radius: 2px; transition: all var(--transition); }
.site-header.scrolled .nav-toggle { background: rgba(36, 31, 28, .06); border-color: var(--line); }
.site-header.scrolled .nav-toggle span { background: var(--ink); }
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-nav { display: none; position: fixed; top: var(--header-h); left: 0; right: 0; z-index: 999; background: rgba(245, 241, 232, .98); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); box-shadow: 0 30px 60px var(--shadow-deep); padding: 16px 24px 26px; transform: translateY(-16px); opacity: 0; pointer-events: none; transition: all .35s var(--ease); }
.mobile-nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
.mobile-nav .nav-link { color: var(--ink-soft); height: 44px; width: 100%; font-size: 16px; border-bottom: 1px solid rgba(216, 207, 192, .5); border-radius: 0; padding: 0 4px; }
.mobile-nav .nav-link.active { color: var(--wine); }
.mobile-nav .nav-link::after { display: none; }
.mobile-nav .header-cta { margin-top: 14px; width: 100%; justify-content: center; }
@media (max-width: 900px) { .main-nav { display: none; } .nav-toggle { display: inline-flex; } .mobile-nav { display: block; transform: translateY(-16px); opacity: 0; pointer-events: none; } .mobile-nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; } }

/* ===== Hero ===== */
.hero { position: relative; min-height: 92vh; background: linear-gradient(115deg, #241F1C 0%, #163A2F 48%, #7A1F2B 100%); overflow: hidden; display: flex; align-items: stretch; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: url('/assets/images/backpic/back-1.webp'); background-size: cover; background-position: 70% center; opacity: .18; mix-blend-mode: screen; }
.hero::after { content: "NOW SHOWING"; position: absolute; right: -30px; bottom: 6%; font-family: var(--font-latin); font-size: clamp(90px, 14vw, 200px); font-weight: 700; line-height: 1; color: rgba(245, 241, 232, .04); letter-spacing: .04em; pointer-events: none; white-space: nowrap; }
.hero-inner { position: relative; z-index: 2; width: min(var(--container-w), 100% - 48px); margin-inline: auto; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr); gap: 48px; align-items: center; padding-top: calc(var(--header-h) + 48px); padding-bottom: 64px; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--gold-light); font-family: var(--font-latin); font-size: 13px; letter-spacing: .24em; text-transform: uppercase; margin-bottom: 18px; }
.hero-eyebrow::before { content: ""; width: 34px; height: 2px; background: var(--gold); }
.hero-title { font-family: var(--font-title); font-size: clamp(36px, 4.6vw, 54px); font-weight: 900; line-height: 1.28; color: var(--white); letter-spacing: .01em; margin-bottom: 20px; text-wrap: balance; }
.hero-title .title-mark { color: var(--gold-light); }
.hero-sub { font-size: clamp(16px, 1.3vw, 18px); line-height: 1.9; color: rgba(245, 241, 232, .82); max-width: 540px; margin-bottom: 32px; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 36px; }
.hero-channels { display: flex; flex-wrap: wrap; gap: 10px; }
.channel-chip { display: inline-flex; align-items: center; gap: 6px; padding: 9px 15px; border-radius: 999px; border: 1px solid rgba(196, 162, 101, .4); background: rgba(36, 31, 28, .28); color: rgba(245, 241, 232, .88); font-size: 13.5px; font-weight: 500; backdrop-filter: blur(4px); transition: all var(--transition); }
.channel-chip:hover { border-color: var(--gold); background: rgba(196, 162, 101, .18); color: var(--white); transform: translateY(-2px); }
.channel-chip svg { width: 13px; height: 13px; color: var(--gold); }
.hero-visual { position: relative; min-height: 520px; display: flex; align-items: center; justify-content: center; }
.hero-visual::before { content: ""; position: absolute; top: 10%; right: 4%; bottom: 8%; left: 10%; background: radial-gradient(ellipse at center, rgba(196, 162, 101, .16), transparent 68%); }
.poster-main { position: relative; width: min(330px, 78%); aspect-ratio: 2/3; border-radius: var(--radius-lg); overflow: hidden; box-shadow: 0 40px 90px rgba(0, 0, 0, .5); border: 1px solid rgba(245, 241, 232, .2); transform: rotate(-1.2deg); z-index: 2; }
.poster-main img { width: 100%; height: 100%; object-fit: cover; }
.poster-sub { position: absolute; z-index: 3; left: 0; bottom: 12%; width: min(200px, 46%); aspect-ratio: 3/4; border-radius: var(--radius-md); overflow: hidden; box-shadow: 0 24px 60px rgba(0, 0, 0, .48); border: 1px solid rgba(245, 241, 232, .18); transform: rotate(5deg); }
.poster-sub img { width: 100%; height: 100%; object-fit: cover; }
.poster-ticket { position: absolute; z-index: 4; right: -2%; top: 22%; background: var(--cream); color: var(--ink); border-radius: var(--radius-md); box-shadow: 0 18px 44px rgba(0, 0, 0, .36); padding: 14px 18px; transform: rotate(3deg); max-width: 210px; font-family: var(--font-title); border-left: 4px solid var(--wine); }
.poster-ticket strong { display: block; font-size: 16px; color: var(--wine); line-height: 1.4; margin-bottom: 4px; }
.poster-ticket span { font-size: 12.5px; color: var(--muted); line-height: 1.5; }
.hero-scroll { position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); color: rgba(245, 241, 232, .65); font-size: 12px; letter-spacing: .18em; display: flex; flex-direction: column; align-items: center; gap: 8px; z-index: 5; text-transform: uppercase; font-family: var(--font-latin); }
.hero-scroll::after { content: ""; width: 1px; height: 34px; background: linear-gradient(to bottom, var(--gold), transparent); }
@media (max-width: 1024px) { .hero-inner { grid-template-columns: minmax(0, 1fr) minmax(0, .8fr); gap: 28px; } .poster-main { width: min(280px, 70%); } .poster-sub { width: 160px; } .poster-ticket { width: 150px; padding: 10px 12px; } .poster-ticket strong { font-size: 13px; } .poster-ticket span { font-size: 11px; } }

/* ===== 横滑片库 ===== */
.shelf-wrap { position: relative; }
.shelf { display: flex; gap: 18px; overflow-x: auto; padding: 10px 6px 26px; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: rgba(196, 162, 101, .5) transparent; }
.shelf::-webkit-scrollbar { height: 4px; }
.shelf::-webkit-scrollbar-thumb { background: rgba(196, 162, 101, .5); border-radius: 4px; }
.shelf::-webkit-scrollbar-track { background: transparent; }
.shelf::before, .shelf::after { content: ""; flex: 0 0 4px; }
.shelf-card { flex: 0 0 clamp(220px, 22vw, 260px); scroll-snap-align: start; border-radius: var(--radius-md); overflow: hidden; background: var(--white); box-shadow: 0 6px 24px var(--shadow); border: 1px solid rgba(216, 207, 192, .6); transition: transform var(--transition), box-shadow var(--transition); position: relative; }
.shelf-card:hover { transform: translateY(-4px); box-shadow: 0 18px 44px var(--shadow); }
.shelf-cover { position: relative; aspect-ratio: 16/10; overflow: hidden; }
.shelf-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s var(--ease); }
.shelf-card:hover .shelf-cover img { transform: scale(1.05); }
.shelf-cover::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(36, 31, 28, .55), transparent 55%); }
.shelf-label { position: absolute; left: 12px; bottom: 10px; z-index: 2; font-size: 12.5px; font-weight: 600; color: var(--white); background: rgba(122, 31, 43, .85); padding: 3px 10px; border-radius: 999px; letter-spacing: .04em; }
.shelf-year { position: absolute; right: 10px; top: 10px; z-index: 2; font-family: var(--font-latin); font-size: 12px; color: var(--white); background: rgba(36, 31, 28, .62); padding: 3px 8px; border-radius: 6px; letter-spacing: .03em; }
.shelf-info { padding: 14px 16px 18px; }
.shelf-info h3 { font-family: var(--font-title); font-size: 17px; font-weight: 600; color: var(--ink); line-height: 1.45; margin-bottom: 8px; }
.shelf-info p { font-size: 13.5px; color: var(--muted); line-height: 1.7; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.shelf-arrows { position: absolute; top: -58px; right: 0; display: flex; gap: 8px; }
.shelf-arrow { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line); background: var(--white); display: flex; align-items: center; justify-content: center; color: var(--ink-soft); box-shadow: 0 4px 14px var(--shadow); transition: all var(--transition); }
.shelf-arrow:hover { background: var(--wine); border-color: var(--wine); color: var(--cream); transform: translateY(-2px); }
.shelf-arrow svg { width: 15px; height: 15px; }
.shelf-arrow:last-child svg { transform: rotate(180deg); }

/* ===== 热播推荐 ===== */
.trend-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.trend-card { position: relative; display: flex; flex-direction: column; border-radius: var(--radius-lg); overflow: hidden; background: var(--white); border: 1px solid rgba(216, 207, 192, .55); box-shadow: 0 8px 28px var(--shadow); transition: transform var(--transition), box-shadow var(--transition); }
.trend-card:hover { transform: translateY(-4px); box-shadow: 0 22px 48px var(--shadow); }
.trend-media { position: relative; aspect-ratio: 16/10; overflow: hidden; }
.trend-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s var(--ease); }
.trend-card:hover .trend-media img { transform: scale(1.04); }
.trend-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(36, 31, 28, .48), transparent 48%); }
.trend-rating { position: absolute; right: 14px; top: 14px; z-index: 2; }
.trend-type { position: absolute; left: 14px; bottom: 12px; z-index: 2; color: var(--white); font-size: 12.5px; font-weight: 600; letter-spacing: .06em; background: rgba(22, 58, 47, .78); padding: 4px 11px; border-radius: 999px; border: 1px solid rgba(196, 162, 101, .4); }
.trend-body { padding: 20px 22px 24px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.trend-body h3 { font-family: var(--font-title); font-size: 20px; font-weight: 700; color: var(--ink); line-height: 1.4; }
.trend-card a.trend-title-link:hover h3 { color: var(--wine); }
.trend-excerpt { font-size: 14.5px; color: var(--muted); line-height: 1.75; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.trend-tags { margin-top: auto; display: flex; gap: 8px; flex-wrap: wrap; padding-top: 8px; }
.trend-more { margin-left: auto; align-self: flex-end; display: inline-flex; align-items: center; gap: 5px; font-size: 13.5px; font-weight: 500; color: var(--wine); }
.trend-more svg { width: 13px; height: 13px; transition: transform var(--transition); }
.trend-card:hover .trend-more svg { transform: translateX(4px); }
.trend-card--feature { grid-column: span 2; grid-row: span 2; }
.trend-card--feature .trend-media { aspect-ratio: auto; flex: 1; min-height: 320px; }
.trend-card--feature .trend-body { position: absolute; left: 0; right: 0; bottom: 0; z-index: 3; background: linear-gradient(to top, rgba(36, 31, 28, .84), transparent 85%); border-top: 1px solid rgba(245, 241, 232, .14); }
.trend-card--feature .trend-body h3 { color: var(--white); font-size: 26px; }
.trend-card--feature .trend-excerpt { color: rgba(245, 241, 232, .84); -webkit-line-clamp: 2; }
.trend-card--feature .trend-more { color: var(--gold-light); }
.trend-card--feature a.trend-title-link:hover h3 { color: var(--gold-light); }
.trend-card--feature .trend-type { bottom: auto; top: 16px; left: auto; right: 16px; }
.trend-card--feature .trend-rating { right: auto; left: 16px; top: 16px; }

/* ===== 片单分区 ===== */
.playlist-block + .playlist-block { margin-top: 64px; }
.playlist-head { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 6px; flex-wrap: wrap; }
.playlist-head h3 { font-family: var(--font-title); font-size: 23px; font-weight: 700; color: var(--ink); line-height: 1.4; }
.playlist-head p { color: var(--muted); font-size: 15px; }
.playlist-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; margin-top: 18px; }
.playlist-card { border-radius: var(--radius-md); overflow: hidden; background: var(--white); border: 1px solid rgba(216, 207, 192, .5); box-shadow: 0 6px 20px var(--shadow); transition: all var(--transition); }
.playlist-card:hover { transform: translateY(-5px); box-shadow: 0 18px 40px var(--shadow); }
.playlist-cover { position: relative; aspect-ratio: 2/3; overflow: hidden; }
.playlist-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s var(--ease); }
.playlist-card:hover .playlist-cover img { transform: scale(1.05); }
.playlist-cover::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(36, 31, 28, .5), transparent 62%); }
.playlist-tag { position: absolute; left: 10px; top: 10px; z-index: 2; font-size: 11.5px; font-weight: 600; color: var(--white); background: rgba(122, 31, 43, .82); padding: 3px 9px; border-radius: 999px; }
.playlist-info { padding: 14px 15px 17px; }
.playlist-info h4 { font-family: var(--font-title); font-size: 16.5px; font-weight: 600; color: var(--ink); line-height: 1.45; margin-bottom: 5px; }
.playlist-info .playlist-year { font-family: var(--font-latin); font-size: 13px; color: var(--muted); }
@media (max-width: 1024px) { .playlist-grid { grid-template-columns: repeat(4, 1fr); } }

/* ===== 数据口碑 ===== */
.stats-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; border-block: 1px solid var(--line); padding-block: 40px; }
.stat-item { text-align: center; padding: 10px 8px; }
.stat-num { font-family: var(--font-latin); font-size: clamp(38px, 4vw, 54px); font-weight: 700; line-height: 1.1; color: var(--wine); }
.stat-item:nth-child(2) .stat-num { color: var(--green); }
.stat-item:nth-child(3) .stat-num { color: #8A6A35; }
.stat-num small { font-size: .55em; font-family: var(--font-body); font-weight: 500; color: var(--muted); margin-left: 4px; }
.stat-label { margin-top: 8px; font-size: 15px; color: var(--ink-soft); letter-spacing: .04em; }
@media (max-width: 768px) { .stats-strip { grid-template-columns: repeat(2, 1fr); } }

/* ===== FAQ ===== */
.faq-list { max-width: 860px; margin-inline: auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item:first-child { border-top: 1px solid var(--line); }
.faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 26px 4px; text-align: left; font-family: var(--font-title); font-size: 18.5px; font-weight: 600; color: var(--ink); line-height: 1.5; transition: color var(--transition); }
.faq-question:hover { color: var(--wine); }
.faq-icon { position: relative; width: 28px; height: 28px; flex-shrink: 0; border-radius: 50%; border: 1px solid var(--gold); display: inline-block; transition: all var(--transition); }
.faq-icon::before, .faq-icon::after { content: ""; position: absolute; top: 50%; left: 50%; width: 12px; height: 1.5px; background: var(--gold); transform: translate(-50%, -50%); transition: transform var(--transition); }
.faq-icon::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item.open .faq-icon { background: var(--wine); border-color: var(--wine); }
.faq-item.open .faq-icon::before { background: var(--cream); }
.faq-item.open .faq-icon::after { transform: translate(-50%, -50%) rotate(0deg); background: var(--cream); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .45s var(--ease), padding .25s ease; padding: 0 44px 0 4px; }
.faq-item.open .faq-answer { max-height: 400px; padding: 0 44px 26px 4px; }
.faq-answer p { font-size: 16px; color: var(--ink-soft); line-height: 1.85; }

/* ===== CTA ===== */
.cta-band { position: relative; overflow: hidden; padding-block: 96px; background: linear-gradient(100deg, #241F1C 0%, #163A2F 55%, #7A1F2B 120%); }
.cta-band::before { content: ""; position: absolute; inset: 0; background-image: url('/assets/images/backpic/back-2.png'); background-size: cover; background-position: center; opacity: .18; mix-blend-mode: soft-light; }
.cta-band::after { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at 80% 20%, rgba(196, 162, 101, .2), transparent 55%); }
.cta-inner { position: relative; z-index: 2; text-align: center; max-width: 720px; margin-inline: auto; padding-inline: 24px; }
.cta-eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--gold-light); font-family: var(--font-latin); font-size: 13px; letter-spacing: .22em; text-transform: uppercase; margin-bottom: 14px; }
.cta-eyebrow::before, .cta-eyebrow::after { content: ""; width: 22px; height: 1px; background: var(--gold); }
.cta-title { font-family: var(--font-title); font-size: clamp(30px, 3.8vw, 46px); font-weight: 700; line-height: 1.35; color: var(--white); margin-bottom: 16px; }
.cta-sub { font-size: 17px; line-height: 1.85; color: rgba(245, 241, 232, .78); margin-bottom: 36px; }
.cta-form { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; max-width: 560px; margin-inline: auto; }
.form-input { flex: 1 1 280px; min-height: 48px; border: 1px solid rgba(245, 241, 232, .35); border-radius: var(--radius-sm); background: rgba(245, 241, 232, .08); color: var(--white); font-size: 15px; padding: 0 18px; transition: border-color var(--transition), box-shadow var(--transition), background var(--transition); }
.form-input::placeholder { color: rgba(245, 241, 232, .5); }
.form-input:focus { outline: none; border-color: var(--gold); background: rgba(245, 241, 232, .1); box-shadow: 0 0 0 4px rgba(196, 162, 101, .16); }
.cta-note { margin-top: 18px; font-size: 13.5px; color: rgba(245, 241, 232, .6); }
.cta-note.success { color: #A8C3A0; }
.cta-note.error { color: #E0A6A0; }
.cta-secondary { margin-top: 22px; display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }

/* ===== 最新信息 ===== */
.news-list { display: flex; flex-direction: column; gap: 18px; }
.news-card { display: grid; grid-template-columns: 240px 1fr; gap: 26px; background: var(--white); border: 1px solid rgba(216, 207, 192, .55); border-radius: var(--radius-lg); padding: 18px; box-shadow: 0 6px 22px var(--shadow); transition: transform var(--transition), box-shadow var(--transition); }
.news-card:hover { transform: translateY(-3px); box-shadow: 0 16px 38px var(--shadow); }
.news-thumb { display: block; aspect-ratio: 16/10; border-radius: var(--radius-md); background-size: cover; background-position: center; background-color: var(--cream-deep); position: relative; overflow: hidden; }
.news-thumb::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to right, transparent, rgba(36, 31, 28, .12)); transition: background var(--transition); }
.news-card:hover .news-thumb::after { background: rgba(122, 31, 43, .16); }
.news-body { padding: 6px 10px 6px 0; display: flex; flex-direction: column; gap: 8px; }
.news-meta { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.news-meta time { font-family: var(--font-latin); font-size: 13.5px; color: var(--muted); letter-spacing: .03em; }
.news-title { font-family: var(--font-title); font-size: 21px; font-weight: 700; line-height: 1.45; color: var(--ink); }
.news-title a { color: inherit; }
.news-title a:hover { color: var(--wine); }
.news-excerpt { font-size: 15px; color: var(--ink-soft); line-height: 1.8; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.news-link { margin-top: auto; display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 500; color: var(--wine); align-self: flex-start; }
.news-link svg { width: 14px; height: 14px; transition: transform var(--transition); }
.news-link:hover svg { transform: translateX(4px); }
.empty-tip { text-align: center; color: var(--muted); font-size: 16px; padding: 60px 20px; background: var(--cream-deep); border-radius: var(--radius-lg); border: 1px dashed var(--line); }
@media (max-width: 768px) { .news-card { grid-template-columns: 1fr; gap: 14px; padding: 14px; } .news-thumb { aspect-ratio: 16/9; } }

/* ===== 页脚 ===== */
.site-footer { background: #1B1714; color: rgba(245, 241, 232, .72); padding-top: 72px; position: relative; overflow: hidden; }
.site-footer::before { content: ""; position: absolute; inset: 0; background-image: url('/assets/images/backpic/back-3.webp'); background-size: cover; background-position: center; opacity: .06; pointer-events: none; }
.footer-top { position: relative; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 48px; padding-bottom: 56px; }
.footer-brand .brand-name { font-size: 22px; }
.footer-brand .brand-badge { color: var(--gold); border-color: rgba(196, 162, 101, .45); }
.footer-desc { margin-top: 16px; font-size: 15px; line-height: 1.85; color: rgba(245, 241, 232, .6); max-width: 320px; }
.footer-title { font-family: var(--font-title); font-size: 16px; font-weight: 600; color: var(--cream); margin-bottom: 18px; letter-spacing: .06em; position: relative; padding-bottom: 10px; }
.footer-title::after { content: ""; position: absolute; left: 0; bottom: 0; width: 28px; height: 2px; background: var(--gold); }
.footer-links { display: flex; flex-direction: column; gap: 11px; }
.footer-links a { color: rgba(245, 241, 232, .62); font-size: 15px; transition: color var(--transition), padding-left var(--transition); }
.footer-links a:hover { color: var(--gold-light); padding-left: 6px; }
.footer-contact p { font-size: 15px; line-height: 1.9; color: rgba(245, 241, 232, .6); }
.footer-bottom { position: relative; border-top: 1px solid rgba(245, 241, 232, .12); padding-block: 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 13.5px; color: rgba(245, 241, 232, .45); }
.footer-bottom a { color: rgba(245, 241, 232, .55); }
.footer-bottom a:hover { color: var(--gold-light); }
@media (max-width: 900px) { .footer-top { grid-template-columns: 1fr 1fr; gap: 36px; } }
@media (max-width: 560px) { .footer-top { grid-template-columns: 1fr; } .footer-bottom { justify-content: center; text-align: center; } }

/* ===== 响应式 ===== */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; padding-top: calc(var(--header-h) + 56px); }
  .hero-visual { min-height: 460px; max-width: 620px; margin-inline: auto; width: 100%; }
  .hero { min-height: 100vh; }
  .trend-grid { grid-template-columns: repeat(2, 1fr); }
  .trend-card--feature { grid-column: span 2; }
  .shelf-card { flex-basis: 280px; }
}
@media (max-width: 768px) {
  :root { --space-section: var(--space-section-mobile); }
  .section-title { font-size: 27px; }
  .hero-title { font-size: 32px; }
  .poster-main { width: min(280px, 70%); }
  .poster-sub { width: 150px; bottom: 8%; }
  .poster-ticket { width: 138px; top: 16%; right: 2%; }
  .cta-form { flex-direction: column; align-items: stretch; }
  .cta-band { padding-block: 64px; }
}
@media (max-width: 520px) {
  .hero-inner { width: min(100% - 32px, var(--container-w)); padding-top: calc(var(--header-h) + 40px); padding-bottom: 40px; }
  .hero-visual { display: none; }
  .hero { min-height: 86vh; }
  .hero-ctas .btn { width: 100%; }
  .channel-chip { width: 100%; justify-content: center; }
  .trend-grid { grid-template-columns: 1fr; }
  .trend-card--feature { grid-column: span 1; grid-row: span 1; }
  .trend-card--feature .trend-media { min-height: 220px; }
  .shelf-card { flex-basis: 60vw; }
  .playlist-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .section-head { gap: 12px; }
  .section-link { display: none; }
  .header-cta span { display: none; }
  .header-cta { width: 38px; padding: 0; justify-content: center; }
  .brand-name { font-size: 17px; }
  .brand-badge { display: none; }
}

/* roulang page: category1 */
:root {
            --primary: #7A1F2B;
            --primary-dark: #5C141D;
            --primary-light: #9A3340;
            --secondary: #163A2F;
            --secondary-light: #1F4A3C;
            --accent: #C4A265;
            --accent-light: #D4B87A;
            --cream: #F5F1E8;
            --cream-deep: #E8E0D2;
            --dark: #241F1C;
            --dark-soft: #2E2823;
            --text: #2A2420;
            --text-light: #6B6259;
            --border: #D8CDBA;
            --white: #FFFFFF;
            --font-serif: 'Playfair Display', 'Noto Serif SC', Georgia, serif;
            --font-sans: 'Noto Sans SC', system-ui, -apple-system, sans-serif;
            --radius-sm: 6px;
            --radius-md: 12px;
            --radius-lg: 16px;
            --shadow-sm: 0 2px 8px rgba(36, 31, 28, .10);
            --shadow-md: 0 8px 24px rgba(36, 31, 28, .14);
            --shadow-lg: 0 16px 40px rgba(36, 31, 28, .18);
            --space-section: 96px;
            --container: 1200px;
            --header-h: 72px;
            --transition: all .3s ease;
        }
        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
        }
        body {
            font-family: var(--font-sans);
            font-size: 16px;
            line-height: 1.8;
            color: var(--text);
            background: var(--cream);
            -webkit-font-smoothing: antialiased;
        }
        img {
            max-width: 100%;
            display: block;
        }
        a {
            color: inherit;
            text-decoration: none;
            transition: var(--transition);
        }
        ul,
        ol {
            list-style: none;
        }
        button {
            font-family: inherit;
            cursor: pointer;
            border: none;
            background: none;
            color: inherit;
        }
        input {
            font-family: inherit;
            border: none;
            outline: none;
            background: transparent;
        }
        :focus-visible {
            outline: 2px solid var(--accent);
            outline-offset: 2px;
        }
        .container {
            max-width: var(--container);
            margin: 0 auto;
            padding: 0 24px;
        }
        .section {
            padding: var(--space-section) 0;
        }
        .section-title {
            font-family: var(--font-serif);
            font-size: 34px;
            font-weight: 700;
            line-height: 1.3;
            color: var(--text);
            margin-bottom: 12px;
        }
        .section-sub {
            font-size: 17px;
            color: var(--text-light);
            max-width: 640px;
            line-height: 1.8;
        }
        .section-head {
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            gap: 24px;
            margin-bottom: 48px;
            flex-wrap: wrap;
        }
        .section-kicker {
            display: inline-block;
            font-size: 14px;
            font-weight: 700;
            letter-spacing: .08em;
            text-transform: uppercase;
            color: var(--accent);
            margin-bottom: 8px;
        }
        .section-kicker.light {
            color: var(--accent-light);
        }
        .section-title.light {
            color: var(--white);
        }
        .section-sub.light {
            color: rgba(255, 255, 255, .78);
        }

        /* Header */
        .site-header {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 1000;
            height: var(--header-h);
            display: flex;
            align-items: center;
            transition: background .4s ease, box-shadow .4s ease;
            background: linear-gradient(90deg, rgba(36, 31, 28, .82) 0%, rgba(36, 31, 28, .55) 50%, rgba(36, 31, 28, .28) 100%);
        }
        .site-header.scrolled {
            background: rgba(122, 31, 43, .96);
            box-shadow: 0 4px 20px rgba(36, 31, 28, .22);
        }
        .header-inner {
            width: 100%;
            max-width: var(--container);
            margin: 0 auto;
            padding: 0 24px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 24px;
        }
        .brand {
            display: flex;
            align-items: center;
            gap: 10px;
            flex-shrink: 0;
        }
        .brand-logo {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 42px;
            height: 42px;
            border-radius: 10px;
            background: linear-gradient(135deg, var(--accent), var(--accent-light));
            color: var(--secondary);
            font-family: var(--font-serif);
            font-weight: 700;
            font-size: 18px;
            letter-spacing: .03em;
            box-shadow: 0 4px 12px rgba(196, 162, 101, .4);
        }
        .brand-name {
            font-family: var(--font-serif);
            font-size: 20px;
            font-weight: 700;
            color: var(--white);
            letter-spacing: .02em;
            white-space: nowrap;
        }
        .site-header.scrolled .brand-name {
            color: var(--white);
        }
        .brand-badge {
            font-size: 11px;
            font-weight: 700;
            letter-spacing: .08em;
            color: var(--accent);
            border: 1px solid rgba(196, 162, 101, .55);
            padding: 2px 8px;
            border-radius: 20px;
            white-space: nowrap;
        }
        .main-nav {
            display: flex;
            align-items: center;
            gap: 6px;
        }
        .nav-link {
            position: relative;
            display: inline-block;
            padding: 8px 16px;
            font-size: 15px;
            font-weight: 500;
            color: rgba(255, 255, 255, .82);
            border-radius: var(--radius-sm);
            transition: var(--transition);
            white-space: nowrap;
        }
        .nav-link:hover {
            color: var(--white);
            background: rgba(255, 255, 255, .08);
        }
        .nav-link.active {
            color: var(--white);
            font-weight: 700;
        }
        .nav-link.active::after {
            content: '';
            position: absolute;
            left: 16px;
            right: 16px;
            bottom: 2px;
            height: 2px;
            background: var(--accent);
            border-radius: 2px;
        }
        .header-actions {
            display: flex;
            align-items: center;
            gap: 10px;
            flex-shrink: 0;
        }
        .nav-search {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            color: var(--white);
            background: rgba(255, 255, 255, .1);
            transition: var(--transition);
        }
        .nav-search:hover {
            background: rgba(255, 255, 255, .2);
        }
        .nav-search svg {
            width: 18px;
            height: 18px;
        }
        .header-cta {
            display: inline-flex;
            align-items: center;
            gap: 7px;
            height: 40px;
            padding: 0 18px;
            border-radius: var(--radius-sm);
            background: var(--accent);
            color: var(--dark);
            font-size: 14px;
            font-weight: 700;
            transition: var(--transition);
        }
        .header-cta:hover {
            background: var(--accent-light);
            transform: translateY(-1px);
            box-shadow: 0 6px 18px rgba(196, 162, 101, .35);
        }
        .header-cta svg {
            width: 15px;
            height: 15px;
        }
        .nav-toggle {
            display: none;
            flex-direction: column;
            justify-content: center;
            gap: 5px;
            width: 40px;
            height: 40px;
            border-radius: var(--radius-sm);
            padding: 0 9px;
            background: rgba(255, 255, 255, .1);
        }
        .nav-toggle span {
            display: block;
            height: 2px;
            background: var(--white);
            border-radius: 2px;
            transition: var(--transition);
        }
        .nav-toggle.open span:nth-child(1) {
            transform: translateY(7px) rotate(45deg);
        }
        .nav-toggle.open span:nth-child(2) {
            opacity: 0;
        }
        .nav-toggle.open span:nth-child(3) {
            transform: translateY(-7px) rotate(-45deg);
        }

        /* Mobile nav panel */
        .mobile-nav-panel {
            display: none;
            position: fixed;
            top: var(--header-h);
            left: 0;
            width: 100%;
            background: rgba(122, 31, 43, .98);
            padding: 20px 24px 28px;
            box-shadow: 0 20px 40px rgba(36, 31, 28, .3);
            z-index: 999;
            border-top: 1px solid rgba(255, 255, 255, .08);
        }
        .mobile-nav-panel.open {
            display: block;
        }
        .mobile-nav-link {
            display: block;
            padding: 14px 8px;
            font-size: 16px;
            font-weight: 500;
            color: rgba(255, 255, 255, .85);
            border-bottom: 1px solid rgba(255, 255, 255, .08);
        }
        .mobile-nav-link:last-child {
            border-bottom: none;
        }
        .mobile-nav-link:hover {
            color: var(--white);
            padding-left: 16px;
        }
        .mobile-nav-link.active {
            color: var(--accent);
            font-weight: 700;
        }

        /* Search panel */
        .search-drop-panel {
            display: none;
            position: fixed;
            top: var(--header-h);
            left: 0;
            width: 100%;
            z-index: 998;
            background: rgba(36, 31, 28, .96);
            padding: 20px 24px;
            box-shadow: 0 20px 40px rgba(36, 31, 28, .3);
        }
        .search-drop-panel.open {
            display: block;
        }
        .search-drop-inner {
            max-width: var(--container);
            margin: 0 auto;
            display: flex;
            gap: 12px;
        }
        .search-drop-input {
            flex: 1;
            height: 46px;
            background: rgba(255, 255, 255, .08);
            border: 1px solid rgba(255, 255, 255, .14);
            border-radius: var(--radius-sm);
            padding: 0 16px;
            color: var(--white);
            font-size: 15px;
        }
        .search-drop-input:focus {
            border-color: var(--accent);
            box-shadow: 0 0 0 3px rgba(196, 162, 101, .2);
        }
        .search-drop-input::placeholder {
            color: rgba(255, 255, 255, .5);
        }
        .search-drop-btn {
            height: 46px;
            padding: 0 24px;
            background: var(--accent);
            color: var(--dark);
            border-radius: var(--radius-sm);
            font-weight: 700;
            font-size: 15px;
            transition: var(--transition);
        }
        .search-drop-btn:hover {
            background: var(--accent-light);
        }

        /* Buttons */
        .btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            height: 46px;
            padding: 0 28px;
            border-radius: var(--radius-sm);
            font-size: 15px;
            font-weight: 700;
            line-height: 1;
            transition: var(--transition);
            border: 1.5px solid transparent;
        }
        .btn-primary {
            background: var(--primary);
            color: var(--white);
        }
        .btn-primary:hover {
            background: var(--primary-dark);
            box-shadow: 0 8px 22px rgba(122, 31, 43, .35);
            transform: translateY(-2px);
        }
        .btn-outline {
            background: transparent;
            color: var(--white);
            border-color: var(--accent);
        }
        .btn-outline:hover {
            background: rgba(196, 162, 101, .1);
            border-color: var(--accent-light);
            transform: translateY(-2px);
        }
        .btn-dark {
            background: var(--secondary);
            color: var(--white);
        }
        .btn-dark:hover {
            background: var(--secondary-light);
            box-shadow: 0 8px 22px rgba(22, 58, 47, .3);
            transform: translateY(-2px);
        }
        .btn:disabled {
            opacity: .4;
            cursor: not-allowed;
            transform: none !important;
            box-shadow: none !important;
        }

        /* Page Hero */
        .page-hero {
            position: relative;
            min-height: 580px;
            display: flex;
            align-items: center;
            padding: calc(var(--header-h) + 48px) 0 64px;
            background: var(--dark);
            overflow: hidden;
        }
        .page-hero-bg {
            position: absolute;
            inset: 0;
            background-size: cover;
            background-position: center;
            z-index: 0;
            transform: scale(1.02);
        }
        .page-hero-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(100deg,
                    rgba(36, 31, 28, .92) 0%,
                    rgba(36, 31, 28, .78) 40%,
                    rgba(122, 31, 43, .42) 75%,
                    rgba(122, 31, 43, .18) 100%);
            z-index: 1;
        }
        .page-hero-content {
            position: relative;
            z-index: 2;
            max-width: 720px;
            padding-top: 20px;
        }
        .hero-kicker {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            font-size: 14px;
            font-weight: 700;
            letter-spacing: .1em;
            text-transform: uppercase;
            color: var(--accent);
            background: rgba(196, 162, 101, .12);
            border: 1px solid rgba(196, 162, 101, .35);
            padding: 6px 14px;
            border-radius: 30px;
            margin-bottom: 24px;
        }
        .page-hero h1 {
            font-family: var(--font-serif);
            font-size: 54px;
            font-weight: 700;
            line-height: 1.2;
            color: var(--white);
            margin-bottom: 20px;
        }
        .hero-lead {
            font-size: 18px;
            line-height: 1.9;
            color: rgba(255, 255, 255, .82);
            margin-bottom: 36px;
            max-width: 600px;
        }
        .hero-actions {
            display: flex;
            gap: 16px;
            flex-wrap: wrap;
            margin-bottom: 44px;
        }
        .hero-stats {
            display: flex;
            gap: 36px;
            flex-wrap: wrap;
        }
        .hero-stat {
            text-align: left;
        }
        .hero-stat b {
            display: block;
            font-family: var(--font-serif);
            font-size: 30px;
            font-weight: 700;
            color: var(--accent);
            line-height: 1.2;
        }
        .hero-stat span {
            font-size: 13px;
            color: rgba(255, 255, 255, .58);
            letter-spacing: .04em;
        }

        /* Features */
        .features {
            background: var(--cream);
        }
        .feature-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 24px;
        }
        .feature-card {
            background: var(--white);
            border: 1px solid rgba(216, 205, 186, .6);
            border-radius: var(--radius-lg);
            padding: 32px 26px;
            box-shadow: var(--shadow-sm);
            transition: var(--transition);
            position: relative;
            overflow: hidden;
        }
        .feature-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, var(--primary), var(--accent));
            opacity: 0;
            transition: var(--transition);
        }
        .feature-card:hover {
            transform: translateY(-4px);
            box-shadow: var(--shadow-md);
        }
        .feature-card:hover::before {
            opacity: 1;
        }
        .feature-icon {
            width: 54px;
            height: 54px;
            border-radius: var(--radius-md);
            background: rgba(122, 31, 43, .08);
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
        }
        .feature-icon svg {
            width: 26px;
            height: 26px;
            stroke: var(--primary);
            fill: none;
            stroke-width: 1.8;
            stroke-linecap: round;
            stroke-linejoin: round;
        }
        .feature-card h3 {
            font-family: var(--font-serif);
            font-size: 20px;
            font-weight: 700;
            color: var(--text);
            margin-bottom: 10px;
        }
        .feature-card p {
            font-size: 15px;
            color: var(--text-light);
            line-height: 1.75;
        }

        /* Scenes */
        .scenes {
            position: relative;
            background: var(--secondary);
            background-image: linear-gradient(rgba(22, 58, 47, .88), rgba(22, 58, 47, .94)), url('/assets/images/backpic/back-2.png');
            background-size: cover;
            background-position: center;
        }
        .scene-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 24px;
        }
        .scene-item {
            background: rgba(255, 255, 255, .05);
            border: 1px solid rgba(255, 255, 255, .1);
            border-radius: var(--radius-lg);
            padding: 30px 24px;
            transition: var(--transition);
        }
        .scene-item:hover {
            background: rgba(255, 255, 255, .09);
            transform: translateY(-3px);
        }
        .scene-icon {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            background: rgba(196, 162, 101, .18);
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 18px;
            font-size: 22px;
        }
        .scene-item h3 {
            font-family: var(--font-serif);
            font-size: 19px;
            font-weight: 600;
            color: var(--white);
            margin-bottom: 8px;
            line-height: 1.4;
        }
        .scene-item p {
            font-size: 14px;
            line-height: 1.7;
            color: rgba(255, 255, 255, .66);
        }

        /* Curated List */
        .curated {
            background: var(--cream);
        }
        .curated-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 28px;
        }
        .film-card {
            background: var(--white);
            border-radius: var(--radius-lg);
            overflow: hidden;
            box-shadow: var(--shadow-sm);
            transition: var(--transition);
            display: flex;
            flex-direction: column;
        }
        .film-card:hover {
            transform: translateY(-4px);
            box-shadow: var(--shadow-lg);
        }
        .film-cover {
            position: relative;
            aspect-ratio: 16/10;
            overflow: hidden;
        }
        .film-cover img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform .4s ease;
        }
        .film-card:hover .film-cover img {
            transform: scale(1.03);
        }
        .film-tag {
            position: absolute;
            top: 14px;
            left: 14px;
            background: var(--secondary);
            color: var(--accent-light);
            font-size: 12px;
            font-weight: 700;
            letter-spacing: .04em;
            padding: 4px 10px;
            border-radius: 20px;
            border: 1px solid rgba(196, 162, 101, .4);
        }
        .film-score {
            position: absolute;
            right: 14px;
            bottom: 14px;
            background: var(--accent);
            color: var(--secondary);
            font-size: 14px;
            font-weight: 700;
            padding: 3px 10px;
            border-radius: var(--radius-sm);
            font-family: var(--font-serif);
        }
        .film-body {
            padding: 22px 22px 26px;
            flex: 1;
            display: flex;
            flex-direction: column;
        }
        .film-title-row {
            display: flex;
            align-items: baseline;
            justify-content: space-between;
            gap: 12px;
            margin-bottom: 8px;
        }
        .film-title-row h3 {
            font-family: var(--font-serif);
            font-size: 21px;
            font-weight: 700;
            color: var(--text);
            line-height: 1.3;
        }
        .film-year {
            font-size: 13px;
            color: var(--text-light);
            font-family: var(--font-serif);
            white-space: nowrap;
        }
        .film-desc {
            font-size: 14px;
            color: var(--text-light);
            line-height: 1.75;
            flex: 1;
            margin-bottom: 16px;
        }
        .film-link {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            font-size: 14px;
            font-weight: 700;
            color: var(--primary);
            transition: var(--transition);
        }
        .film-link:hover {
            color: var(--primary-dark);
            gap: 10px;
        }
        .film-link svg {
            width: 14px;
            height: 14px;
        }

        /* How to */
        .howto {
            background: var(--dark-soft);
            position: relative;
            overflow: hidden;
        }
        .howto::before {
            content: '';
            position: absolute;
            top: -80px;
            right: -80px;
            width: 320px;
            height: 320px;
            border-radius: 50%;
            background: rgba(122, 31, 43, .25);
            filter: blur(80px);
        }
        .howto-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 32px;
            position: relative;
            z-index: 1;
        }
        .howto-step {
            position: relative;
            padding-top: 20px;
        }
        .howto-number {
            font-family: var(--font-serif);
            font-size: 48px;
            font-weight: 700;
            color: var(--accent);
            opacity: .35;
            line-height: 1;
            margin-bottom: 14px;
            display: block;
        }
        .howto-step h3 {
            font-family: var(--font-serif);
            font-size: 20px;
            font-weight: 600;
            color: var(--white);
            margin-bottom: 10px;
        }
        .howto-step p {
            font-size: 14px;
            line-height: 1.75;
            color: rgba(255, 255, 255, .6);
        }
        .howto-step::after {
            content: '→';
            position: absolute;
            top: 32px;
            right: -18px;
            font-size: 20px;
            color: var(--accent);
            opacity: .5;
        }
        .howto-step:last-child::after {
            display: none;
        }

        /* FAQ */
        .faq-section {
            background: var(--cream);
        }
        .faq-list {
            max-width: 760px;
            margin: 0 auto;
        }
        .faq-item {
            border-bottom: 1px solid var(--border);
        }
        .faq-item:first-child {
            border-top: 1px solid var(--border);
        }
        .faq-question {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 20px;
            width: 100%;
            padding: 22px 4px;
            font-size: 17px;
            font-weight: 600;
            color: var(--text);
            text-align: left;
            transition: var(--transition);
            background: transparent;
        }
        .faq-question:hover {
            color: var(--primary);
        }
        .faq-icon {
            flex-shrink: 0;
            width: 28px;
            height: 28px;
            border-radius: 50%;
            border: 1.5px solid var(--border);
            position: relative;
            transition: var(--transition);
        }
        .faq-icon::before,
        .faq-icon::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: var(--text);
            border-radius: 2px;
            transition: var(--transition);
        }
        .faq-icon::before {
            width: 12px;
            height: 2px;
        }
        .faq-icon::after {
            width: 2px;
            height: 12px;
        }
        .faq-item.open .faq-icon {
            border-color: var(--primary);
            transform: rotate(45deg);
        }
        .faq-item.open .faq-icon::before,
        .faq-item.open .faq-icon::after {
            background: var(--primary);
        }
        .faq-answer {
            display: none;
            padding: 0 4px 24px;
            font-size: 15px;
            line-height: 1.85;
            color: var(--text-light);
            max-width: 660px;
        }
        .faq-item.open .faq-answer {
            display: block;
            animation: fadeIn .3s ease;
        }
        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(-4px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* CTA */
        .cta-section {
            position: relative;
            background: var(--dark);
            background-image: linear-gradient(rgba(36, 31, 28, .82), rgba(36, 31, 28, .9)), url('/assets/images/backpic/back-3.webp');
            background-size: cover;
            background-position: center;
            padding: 96px 0;
        }
        .cta-inner {
            max-width: 640px;
            margin: 0 auto;
            text-align: center;
        }
        .cta-title {
            font-family: var(--font-serif);
            font-size: 36px;
            font-weight: 700;
            color: var(--white);
            line-height: 1.35;
            margin-bottom: 16px;
        }
        .cta-desc {
            font-size: 16px;
            color: rgba(255, 255, 255, .72);
            line-height: 1.8;
            margin-bottom: 36px;
        }
        .remind-form {
            display: flex;
            gap: 12px;
            max-width: 480px;
            margin: 0 auto;
            flex-wrap: wrap;
        }
        .remind-form .form-input {
            flex: 1;
            min-width: 220px;
            height: 48px;
            background: rgba(255, 255, 255, .1);
            border: 1px solid rgba(255, 255, 255, .2);
            border-radius: var(--radius-sm);
            padding: 0 18px;
            color: var(--white);
            font-size: 15px;
            transition: var(--transition);
        }
        .remind-form .form-input:focus {
            border-color: var(--accent);
            box-shadow: 0 0 0 3px rgba(196, 162, 101, .2);
            background: rgba(255, 255, 255, .14);
        }
        .remind-form .form-input::placeholder {
            color: rgba(255, 255, 255, .5);
        }
        .remind-form .btn {
            height: 48px;
        }
        .form-note {
            font-size: 12px;
            color: rgba(255, 255, 255, .45);
            margin-top: 14px;
            letter-spacing: .03em;
        }

        /* Footer */
        .site-footer {
            background: var(--dark);
            color: rgba(255, 255, 255, .7);
            padding: 64px 0 32px;
        }
        .footer-top {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr 1.2fr;
            gap: 48px;
            padding-bottom: 48px;
            border-bottom: 1px solid rgba(255, 255, 255, .08);
            margin-bottom: 28px;
        }
        .footer-brand .brand-name {
            color: var(--white);
        }
        .footer-desc {
            font-size: 14px;
            line-height: 1.8;
            color: rgba(255, 255, 255, .55);
            margin-top: 18px;
            max-width: 340px;
        }
        .footer-title {
            font-family: var(--font-serif);
            font-size: 16px;
            font-weight: 600;
            color: var(--white);
            margin-bottom: 18px;
        }
        .footer-links {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }
        .footer-links a {
            font-size: 14px;
            color: rgba(255, 255, 255, .58);
            transition: var(--transition);
        }
        .footer-links a:hover {
            color: var(--accent);
            padding-left: 4px;
        }
        .footer-contact p {
            font-size: 14px;
            line-height: 1.8;
            color: rgba(255, 255, 255, .58);
        }
        .footer-contact a {
            color: var(--accent);
        }
        .footer-contact a:hover {
            color: var(--accent-light);
        }
        .footer-bottom {
            display: flex;
            justify-content: space-between;
            gap: 16px;
            flex-wrap: wrap;
            font-size: 13px;
            color: rgba(255, 255, 255, .4);
        }

        /* Responsive */
        @media (max-width: 1024px) {
            :root {
                --space-section: 76px;
            }
            .main-nav {
                display: none;
            }
            .nav-toggle {
                display: inline-flex;
            }
            .feature-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            .scene-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            .curated-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            .howto-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 40px;
            }
            .howto-step::after {
                display: none;
            }
            .footer-top {
                grid-template-columns: 1fr 1fr;
                gap: 40px;
            }
            .page-hero h1 {
                font-size: 44px;
            }
        }
        @media (max-width: 768px) {
            :root {
                --space-section: 56px;
            }
            .header-inner {
                padding: 0 16px;
            }
            .brand-name {
                font-size: 18px;
            }
            .brand-badge {
                display: none;
            }
            .page-hero {
                min-height: 480px;
                padding-top: calc(var(--header-h) + 36px);
            }
            .page-hero h1 {
                font-size: 36px;
            }
            .hero-lead {
                font-size: 16px;
            }
            .hero-stats {
                gap: 22px;
            }
            .section-head {
                flex-direction: column;
                align-items: flex-start;
                gap: 12px;
                margin-bottom: 32px;
            }
            .section-title {
                font-size: 28px;
            }
            .feature-grid {
                grid-template-columns: 1fr;
            }
            .scene-grid {
                grid-template-columns: 1fr;
            }
            .curated-grid {
                grid-template-columns: 1fr;
            }
            .howto-grid {
                grid-template-columns: 1fr;
                gap: 28px;
            }
            .footer-top {
                grid-template-columns: 1fr;
                gap: 32px;
            }
            .footer-bottom {
                flex-direction: column;
                text-align: center;
            }
            .cta-title {
                font-size: 28px;
            }
            .remind-form {
                flex-direction: column;
            }
            .remind-form .btn {
                width: 100%;
            }
        }
        @media (max-width: 520px) {
            .header-cta span {
                display: none;
            }
            .header-cta {
                width: 40px;
                padding: 0;
                justify-content: center;
            }
            .page-hero h1 {
                font-size: 30px;
            }
            .hero-actions .btn {
                width: 100%;
            }
            .hero-stat b {
                font-size: 24px;
            }
            .curated-grid {
                gap: 20px;
            }
            .film-body {
                padding: 18px;
            }
            .search-drop-inner {
                flex-direction: column;
            }
        }

/* roulang page: article */
/* ===== Design Tokens ===== */
:root {
    --clr-primary: #7A1F2B;
    --clr-primary-dark: #5E1820;
    --clr-primary-light: #A34A55;
    --clr-secondary: #163A2F;
    --clr-secondary-dark: #0F2A22;
    --clr-secondary-light: #1E4F40;
    --clr-gold: #C4A265;
    --clr-gold-light: #D9BE8C;
    --clr-cream: #F5F1E8;
    --clr-cream-deep: #EBE3D5;
    --clr-dark: #241F1C;
    --clr-dark-soft: #3A3430;
    --clr-text: #2E2925;
    --clr-muted: #78716A;
    --clr-white: #FFFFFF;

    --font-serif: 'Noto Serif SC', 'Songti SC', 'SimSun', Georgia, serif;
    --font-sans: 'Noto Sans SC', system-ui, -apple-system, 'PingFang SC', 'Microsoft YaHei', sans-serif;
    --font-en: 'Playfair Display', Georgia, 'Times New Roman', serif;

    --radius-sm: 6px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --radius-pill: 999px;

    --shadow-sm: 0 2px 10px rgba(36,31,28,.08);
    --shadow-md: 0 8px 24px rgba(36,31,28,.12);
    --shadow-lg: 0 20px 48px rgba(36,31,28,.18);
    --shadow-gold: 0 4px 16px rgba(196,162,101,.25);

    --sp-section: 96px;
    --sp-section-mobile: 56px;
    --container: 1200px;
    --header-h: 72px;
    --z-header: 100;
}

/* ===== Reset & Base ===== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    font-family: var(--font-sans);
    font-size: 16px;
    line-height: 1.8;
    color: var(--clr-text);
    background: var(--clr-cream);
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; transition: color .25s; }
button { background: none; border: none; cursor: pointer; font-family: inherit; }
input, textarea { font-family: inherit; }
ul, ol { list-style: none; }
h1, h2, h3, h4 { font-family: var(--font-serif); color: var(--clr-text); line-height: 1.3; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.container-narrow { max-width: 760px; margin: 0 auto; padding: 0 24px; }

/* ===== Buttons ===== */
.btn-primary,
.btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 28px;
    border-radius: var(--radius-sm);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .02em;
    transition: all .3s ease;
    line-height: 1;
    white-space: nowrap;
}
.btn-primary {
    background: var(--clr-primary);
    color: var(--clr-cream);
    box-shadow: 0 4px 14px rgba(122,31,43,.28);
}
.btn-primary:hover {
    background: var(--clr-primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(122,31,43,.35);
    color: var(--clr-white);
}
.btn-primary:active { transform: translateY(0); box-shadow: 0 2px 8px rgba(122,31,43,.25); }
.btn-primary:focus-visible {
    outline: 2px solid var(--clr-gold);
    outline-offset: 2px;
}
.btn-secondary {
    background: transparent;
    color: var(--clr-secondary);
    border: 1.5px solid var(--clr-secondary);
}
.btn-secondary:hover {
    background: rgba(22,58,47,.08);
    border-color: var(--clr-secondary-dark);
    transform: translateY(-2px);
}
.btn-secondary:active { transform: translateY(0); }
.btn-secondary:focus-visible {
    outline: 2px solid var(--clr-gold);
    outline-offset: 2px;
}

/* ===== Header / Nav ===== */
.site-header {
    position: fixed;
    top: 0; left: 0; right: 0;
    height: var(--header-h);
    z-index: var(--z-header);
    background: linear-gradient(to right, rgba(36,31,28,.72), rgba(36,31,28,.35));
    backdrop-filter: blur(6px);
    transition: background .4s ease, box-shadow .4s ease;
}
.site-header.scrolled {
    background: var(--clr-cream);
    box-shadow: var(--shadow-md);
}
.site-header.scrolled .brand-name,
.site-header.scrolled .brand-badge,
.site-header.scrolled .nav-link { color: var(--clr-text); }
.site-header.scrolled .brand-logo {
    background: var(--clr-primary);
    color: var(--clr-cream);
}
.site-header.scrolled .nav-link:hover { color: var(--clr-primary); }
.site-header.scrolled .nav-link.active { color: var(--clr-primary); }
.site-header.scrolled .nav-search { color: var(--clr-text); }
.site-header.scrolled .header-cta {
    background: var(--clr-primary);
    color: var(--clr-cream);
}

.header-inner {
    max-width: var(--container);
    margin: 0 auto;
    height: 100%;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}
.brand-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px; height: 40px;
    background: var(--clr-gold);
    color: var(--clr-secondary-dark);
    font-family: var(--font-en);
    font-weight: 700;
    font-size: 15px;
    border-radius: 10px;
    letter-spacing: .04em;
    box-shadow: 0 2px 8px rgba(196,162,101,.3);
    transition: background .3s, color .3s;
}
.brand-name {
    font-family: var(--font-serif);
    font-weight: 700;
    font-size: 20px;
    color: var(--clr-cream);
    letter-spacing: .02em;
    line-height: 1.2;
    transition: color .3s;
}
.brand-badge {
    font-family: var(--font-en);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .12em;
    color: var(--clr-gold-light);
    border: 1px solid rgba(196,162,101,.5);
    padding: 2px 8px;
    border-radius: var(--radius-pill);
    text-transform: uppercase;
    transition: color .3s, border-color .3s;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 4px;
}
.nav-link {
    font-size: 15px;
    font-weight: 500;
    color: rgba(245,241,232,.9);
    padding: 8px 14px;
    border-radius: var(--radius-sm);
    transition: color .25s, background .25s;
    position: relative;
}
.nav-link:hover { color: var(--clr-gold-light); background: rgba(255,255,255,.08); }
.nav-link.active { color: var(--clr-gold); font-weight: 700; }
.nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 2px; left: 14px; right: 14px;
    height: 2px;
    background: var(--clr-gold);
    border-radius: 2px;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}
.nav-search {
    width: 40px; height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(245,241,232,.9);
    border-radius: var(--radius-sm);
    transition: background .25s, color .25s;
}
.nav-search:hover { background: rgba(255,255,255,.1); color: var(--clr-gold-light); }
.nav-search svg { width: 20px; height: 20px; }
.nav-search:focus-visible { outline: 2px solid var(--clr-gold); outline-offset: 2px; }

.header-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 40px;
    padding: 0 18px;
    background: rgba(196,162,101,.18);
    border: 1px solid rgba(196,162,101,.45);
    color: var(--clr-gold-light);
    border-radius: var(--radius-sm);
    font-size: 14px;
    font-weight: 600;
    transition: all .3s;
}
.header-cta:hover {
    background: var(--clr-gold);
    color: var(--clr-secondary-dark);
    border-color: var(--clr-gold);
}
.header-cta svg { width: 16px; height: 16px; }
.header-cta:focus-visible { outline: 2px solid var(--clr-gold); outline-offset: 2px; }

.nav-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    width: 40px; height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: var(--radius-sm);
}
.nav-toggle span {
    display: block;
    width: 20px; height: 2px;
    background: currentColor;
    border-radius: 2px;
    transition: transform .3s, opacity .3s;
}
.nav-toggle { color: rgba(245,241,232,.9); }
.nav-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav-toggle:focus-visible { outline: 2px solid var(--clr-gold); outline-offset: 2px; }

/* ===== Article Hero ===== */
.article-hero {
    position: relative;
    min-height: 480px;
    display: flex;
    align-items: flex-end;
    padding-top: calc(var(--header-h) + 40px);
    padding-bottom: 64px;
    background: var(--clr-dark);
    overflow: hidden;
    color: var(--clr-cream);
}
.article-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center 30%;
    z-index: 0;
}
.article-hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, rgba(36,31,28,.92) 0%, rgba(36,31,28,.68) 45%, rgba(36,31,28,.35) 100%);
}
.article-hero .container {
    position: relative;
    z-index: 2;
}
.breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 13px;
    color: rgba(245,241,232,.7);
    margin-bottom: 20px;
}
.breadcrumb a { color: rgba(245,241,232,.7); transition: color .25s; }
.breadcrumb a:hover { color: var(--clr-gold-light); }
.breadcrumb .sep { opacity: .5; }
.breadcrumb .current { color: var(--clr-gold-light); }
.article-category-badge {
    display: inline-block;
    background: var(--clr-secondary);
    color: var(--clr-gold-light);
    border: 1px solid rgba(196,162,101,.4);
    padding: 5px 14px;
    border-radius: var(--radius-pill);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .04em;
    margin-bottom: 16px;
}
.article-hero h1 {
    font-family: var(--font-serif);
    font-size: clamp(28px, 4.2vw, 46px);
    font-weight: 700;
    color: var(--clr-white);
    line-height: 1.3;
    max-width: 860px;
    margin-bottom: 18px;
    text-shadow: 0 2px 20px rgba(0,0,0,.3);
}
.article-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 14px;
    color: rgba(245,241,232,.75);
}
.article-meta .meta-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.article-meta .meta-item svg { width: 15px; height: 15px; opacity: .7; }
.article-meta .dot {
    width: 3px; height: 3px;
    background: rgba(245,241,232,.5);
    border-radius: 50%;
}

/* ===== Article Body ===== */
.article-body {
    padding: 64px 0 72px;
    background: var(--clr-cream);
}
.article-body-content {
    font-size: 17px;
    line-height: 1.9;
    color: var(--clr-text);
    word-break: break-word;
}
.article-body-content > * + * { margin-top: 1.4em; }
.article-body-content p { margin-bottom: 1.4em; }
.article-body-content h2 {
    font-size: 28px;
    font-weight: 700;
    color: var(--clr-text);
    margin: 2em 0 .6em;
    padding-bottom: .35em;
    border-bottom: 2px solid var(--clr-cream-deep);
}
.article-body-content h3 {
    font-size: 22px;
    font-weight: 600;
    color: var(--clr-primary);
    margin: 1.8em 0 .5em;
}
.article-body-content h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--clr-secondary);
    margin: 1.5em 0 .4em;
}
.article-body-content strong { color: var(--clr-primary-dark); font-weight: 700; }
.article-body-content em { font-style: italic; color: var(--clr-secondary); }
.article-body-content a {
    color: var(--clr-primary);
    border-bottom: 1px solid rgba(122,31,43,.3);
    transition: border-color .25s, color .25s;
}
.article-body-content a:hover { border-color: var(--clr-primary); color: var(--clr-primary-dark); }
.article-body-content img {
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    margin: 2em auto;
}
.article-body-content figure {
    margin: 2em 0;
}
.article-body-content figure img { margin: 0 auto; }
.article-body-content figcaption {
    text-align: center;
    font-size: 14px;
    color: var(--clr-muted);
    margin-top: 12px;
    line-height: 1.6;
}
.article-body-content blockquote {
    border-left: 4px solid var(--clr-gold);
    background: var(--clr-cream-deep);
    padding: 20px 28px;
    border-radius: 0 var(--radius-md) var(--radius-md) 0;
    font-style: italic;
    color: var(--clr-text);
    margin: 2em 0;
    position: relative;
}
.article-body-content blockquote::before {
    content: '“';
    font-family: var(--font-en);
    font-size: 48px;
    color: var(--clr-gold);
    position: absolute;
    top: 6px; left: 10px;
    opacity: .6;
    line-height: 1;
}
.article-body-content ul {
    list-style: disc;
    padding-left: 1.5em;
    margin: 1.4em 0;
}
.article-body-content ul li {
    margin-bottom: .5em;
    padding-left: .3em;
}
.article-body-content ul li::marker { color: var(--clr-gold); }
.article-body-content ol {
    list-style: decimal;
    padding-left: 1.5em;
    margin: 1.4em 0;
}
.article-body-content ol li {
    margin-bottom: .5em;
    padding-left: .3em;
}
.article-body-content ol li::marker { color: var(--clr-gold); font-weight: 600; }
.article-body-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 2em 0;
    font-size: 15px;
}
.article-body-content th {
    background: var(--clr-secondary);
    color: var(--clr-cream);
    padding: 12px 16px;
    text-align: left;
    font-weight: 600;
}
.article-body-content td {
    padding: 12px 16px;
    border: 1px solid rgba(36,31,28,.12);
    background: var(--clr-white);
}
.article-body-content tr:nth-child(even) td { background: var(--clr-cream-deep); }
.article-body-content pre {
    background: var(--clr-dark);
    color: var(--clr-cream);
    border-radius: var(--radius-md);
    padding: 20px 24px;
    overflow-x: auto;
    font-family: 'Courier New', monospace;
    font-size: 14px;
    line-height: 1.7;
    margin: 2em 0;
}
.article-body-content code {
    font-family: 'Courier New', monospace;
    background: var(--clr-cream-deep);
    padding: 2px 6px;
    border-radius: 4px;
    font-size: .9em;
}
.article-body-content pre code { background: none; padding: 0; color: inherit; }
.article-body-content hr {
    border: none;
    border-top: 1px solid var(--clr-cream-deep);
    margin: 2.5em 0;
}
.article-footer-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 56px;
    padding-top: 32px;
    border-top: 1px solid var(--clr-cream-deep);
}

/* ===== Not Found ===== */
.not-found-box {
    text-align: center;
    padding: 60px 24px;
    background: var(--clr-white);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
}
.not-found-box .nf-icon {
    font-size: 52px;
    margin-bottom: 16px;
    display: block;
}
.not-found-box h2 {
    font-size: 28px;
    color: var(--clr-text);
    margin-bottom: 8px;
}
.not-found-box p {
    color: var(--clr-muted);
    margin-bottom: 24px;
}

/* ===== Related Section ===== */
.related-section {
    padding: 72px 0;
    background: var(--clr-cream);
    border-top: 1px solid rgba(36,31,28,.06);
}
.section-heading {
    margin-bottom: 40px;
}
.section-eyebrow {
    display: block;
    font-family: var(--font-en);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--clr-gold);
    margin-bottom: 8px;
}
.section-title {
    font-size: clamp(26px, 3vw, 34px);
    color: var(--clr-text);
    font-weight: 700;
}
.related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.related-card {
    display: flex;
    flex-direction: row;
    background: var(--clr-white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: transform .3s, box-shadow .3s;
    border: 1px solid rgba(36,31,28,.04);
}
.related-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
}
.related-card:hover img { transform: scale(1.05); }
.related-cover {
    width: 42%;
    min-width: 42%;
    overflow: hidden;
    position: relative;
}
.related-cover img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
    aspect-ratio: 4/3;
}
.related-info {
    padding: 18px 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.related-tag {
    display: inline-block;
    align-self: flex-start;
    background: rgba(22,58,47,.08);
    color: var(--clr-secondary);
    border: 1px solid rgba(22,58,47,.2);
    font-size: 12px;
    font-weight: 600;
    padding: 2px 10px;
    border-radius: var(--radius-pill);
}
.related-info h3 {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--clr-text);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.related-info p {
    font-size: 14px;
    color: var(--clr-muted);
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ===== Article CTA ===== */
.article-cta {
    position: relative;
    padding: 88px 0;
    background: var(--clr-dark);
    color: var(--clr-cream);
    overflow: hidden;
}
.article-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('/assets/images/backpic/back-2.png') center/cover no-repeat;
    opacity: .18;
}
.article-cta::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(22,58,47,.55) 0%, rgba(36,31,28,.45) 100%);
}
.article-cta .container {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 720px;
}
.article-cta h2 {
    font-size: clamp(26px, 3vw, 34px);
    color: var(--clr-white);
    margin-bottom: 14px;
    font-weight: 700;
}
.article-cta p {
    color: rgba(245,241,232,.8);
    font-size: 16px;
    margin-bottom: 32px;
}
.remind-form {
    display: flex;
    gap: 12px;
    max-width: 480px;
    margin: 0 auto;
}
.remind-form input[type="email"] {
    flex: 1;
    min-height: 44px;
    padding: 0 16px;
    background: rgba(245,241,232,.1);
    border: 1.5px solid rgba(196,162,101,.4);
    border-radius: var(--radius-sm);
    color: var(--clr-white);
    font-size: 14px;
    transition: border-color .3s, box-shadow .3s;
}
.remind-form input[type="email"]::placeholder { color: rgba(245,241,232,.55); }
.remind-form input[type="email"]:focus {
    outline: none;
    border-color: var(--clr-gold);
    box-shadow: 0 0 0 3px rgba(196,162,101,.2);
}
.remind-form input[type="email"]:focus-visible {
    outline: 2px solid var(--clr-gold);
    outline-offset: -2px;
}
.remind-form .btn-primary { flex-shrink: 0; }
.form-success-msg {
    margin-top: 16px;
    color: var(--clr-gold-light);
    font-size: 14px;
    display: none;
}

/* ===== Footer ===== */
.site-footer {
    background: var(--clr-dark);
    color: rgba(245,241,232,.75);
    padding-top: 64px;
}
.site-footer .container { padding-bottom: 0; }
.footer-top {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 48px;
}
.footer-brand .brand { margin-bottom: 16px; }
.footer-desc {
    font-size: 14px;
    line-height: 1.8;
    color: rgba(245,241,232,.6);
    max-width: 340px;
    margin-top: 14px;
}
.footer-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--clr-cream);
    margin-bottom: 18px;
    font-family: var(--font-serif);
}
.footer-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-links a {
    font-size: 14px;
    color: rgba(245,241,232,.65);
    transition: color .25s;
}
.footer-links a:hover { color: var(--clr-gold-light); }
.footer-contact {
    font-size: 14px;
    line-height: 1.9;
    color: rgba(245,241,232,.65);
}
.footer-contact a { color: var(--clr-gold-light); border-bottom: 1px solid rgba(196,162,101,.4); }
.footer-contact a:hover { color: var(--clr-gold); }
.footer-bottom {
    border-top: 1px solid rgba(245,241,232,.1);
    padding: 24px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 13px;
    color: rgba(245,241,232,.4);
}

/* ===== Responsive ===== */
@media (max-width: 1024px) {
    .main-nav {
        position: fixed;
        top: var(--header-h);
        left: 0; right: 0;
        flex-direction: column;
        align-items: stretch;
        background: var(--clr-dark);
        padding: 16px 24px 24px;
        gap: 4px;
        transform: translateY(-130%);
        transition: transform .4s ease;
        box-shadow: var(--shadow-lg);
        z-index: 95;
        max-height: calc(100vh - var(--header-h));
        overflow-y: auto;
    }
    .main-nav.open { transform: translateY(0); }
    .nav-link {
        color: var(--clr-cream);
        padding: 12px 16px;
        font-size: 16px;
        border-radius: var(--radius-md);
        display: block;
    }
    .nav-link:hover { background: rgba(255,255,255,.08); color: var(--clr-gold-light); }
    .nav-link.active::after { display: none; }
    .nav-link.active {
        background: rgba(196,162,101,.12);
        color: var(--clr-gold-light);
    }
    .nav-toggle { display: inline-flex; }
    .header-cta span { display: none; }
    .header-cta {
        width: 40px; padding: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .header-cta svg { width: 18px; height: 18px; }
    .related-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    :root { --sp-section: 56px; }
    .article-hero { min-height: 420px; padding-bottom: 48px; }
    .article-body { padding: 48px 0 56px; }
    .related-grid { grid-template-columns: 1fr; }
    .remind-form { flex-direction: column; }
    .footer-top { grid-template-columns: 1fr; gap: 32px; }
    .container, .container-narrow { padding-left: 20px; padding-right: 20px; }
}

@media (max-width: 520px) {
    .article-hero h1 { font-size: 26px; }
    .article-hero { min-height: 380px; }
    .section-title { font-size: 24px; }
    .article-body-content { font-size: 16px; line-height: 1.8; }
    .article-body-content h2 { font-size: 24px; }
    .article-body-content blockquote { padding: 16px 20px; }
    .related-cover { width: 40%; min-width: 40%; }
    .footer-bottom { flex-direction: column; text-align: center; }
    .header-inner { padding: 0 16px; gap: 12px; }
    .brand-name { font-size: 17px; }
    .brand-badge { display: none; }
    .footer-top { padding-bottom: 32px; }
}

@media (prefers-reduced-motion: reduce) {
    * { transition: none !important; animation: none !important; }
    html { scroll-behavior: auto; }
}

/* roulang page: category2 */
:root {
  --color-primary: #7A1F2B;
  --color-primary-dark: #5E1821;
  --color-secondary: #163A2F;
  --color-secondary-light: #1F4A3D;
  --color-gold: #C4A265;
  --color-gold-light: #D4B77E;
  --color-cream: #F5F1E8;
  --color-dark: #241F1C;
  --color-dark-soft: #2D2723;
  --text-primary: #241F1C;
  --text-body: #3D3733;
  --text-muted: #7A7168;
  --text-on-dark: #F5F1E8;
  --border-light: rgba(36,31,28,.12);
  --border-gold: rgba(196,162,101,.45);
  --shadow-warm: rgba(36,31,28,.18);
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --font-display: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --font-serif: 'Noto Serif SC', 'Songti SC', SimSun, serif;
  --font-body: 'Noto Sans SC', system-ui, -apple-system, sans-serif;
  --space-section: 96px;
  --space-section-mobile: 56px;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.8;
  color: var(--text-body);
  background-color: var(--color-cream);
  background-image: radial-gradient(rgba(36,31,28,.035) 1px, transparent 1px);
  background-size: 24px 24px;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color .25s ease;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

input {
  font-family: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 2px solid var(--color-gold);
  outline-offset: 2px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ===== Buttons ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 48px;
  padding: 0 28px;
  border-radius: var(--radius-sm);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all .3s ease;
  white-space: nowrap;
}

.btn-primary {
  background: var(--color-primary);
  color: #fff;
  box-shadow: 0 4px 14px rgba(122,31,43,.25);
}

.btn-primary:hover {
  background: var(--color-primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(122,31,43,.32);
}

.btn-primary:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(122,31,43,.2);
}

.btn-outline-light {
  background: transparent;
  border-color: rgba(255,255,255,.55);
  color: #fff;
}

.btn-outline-light:hover {
  background: rgba(255,255,255,.12);
  border-color: #fff;
  transform: translateY(-2px);
}

.btn-secondary {
  background: var(--color-secondary);
  color: var(--text-on-dark);
}

.btn-secondary:hover {
  background: var(--color-secondary-light);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(22,58,47,.28);
}

/* ===== Header ===== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: background .35s ease, box-shadow .35s ease;
}

.site-header:not(.scrolled) {
  background: linear-gradient(90deg, rgba(36,31,28,.88), rgba(36,31,28,.5) 60%, rgba(36,31,28,.2));
}

.site-header.scrolled {
  background: rgba(245,241,232,.96);
  box-shadow: 0 1px 0 var(--border-light), 0 12px 30px rgba(36,31,28,.08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.brand-logo {
  width: 40px;
  height: 40px;
  background: var(--color-primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14px;
  border-radius: 10px;
  letter-spacing: 1px;
  box-shadow: 0 2px 8px rgba(122,31,43,.3);
}

.brand-name {
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 18px;
  color: var(--text-primary);
  letter-spacing: .5px;
  transition: color .3s;
}

.site-header:not(.scrolled) .brand-name {
  color: #fff;
}

.brand-badge {
  font-family: var(--font-display);
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--color-gold);
  border: 1px solid var(--border-gold);
  padding: 3px 9px;
  border-radius: 20px;
  background: rgba(36,31,28,.25);
}

.site-header.scrolled .brand-badge {
  background: rgba(196,162,101,.08);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: 16px;
}

.nav-link {
  font-size: 15px;
  font-weight: 500;
  color: var(--text-primary);
  position: relative;
  padding: 8px 2px;
  text-decoration: none;
  transition: color .25s ease;
}

.nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--color-gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
  transform: scaleX(1);
}

.nav-link:hover,
.nav-link.active {
  color: var(--color-primary);
}

.site-header:not(.scrolled) .nav-link {
  color: rgba(255,255,255,.9);
}

.site-header:not(.scrolled) .nav-link:hover,
.site-header:not(.scrolled) .nav-link.active {
  color: var(--color-gold-light);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.nav-search {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-primary);
  border: 1px solid var(--border-light);
  transition: all .25s ease;
}

.nav-search:hover {
  background: rgba(196,162,101,.18);
  border-color: var(--border-gold);
  transform: scale(1.05);
}

.site-header:not(.scrolled) .nav-search {
  color: #fff;
  border-color: rgba(255,255,255,.35);
}

.nav-search svg {
  width: 18px;
  height: 18px;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  height: 40px;
  padding: 0 18px;
  background: var(--color-primary);
  color: #fff;
  border-radius: var(--radius-sm);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s ease;
}

.header-cta:hover {
  background: var(--color-primary-dark);
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(122,31,43,.28);
}

.site-header:not(.scrolled) .header-cta {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.4);
}

.header-cta svg {
  width: 15px;
  height: 15px;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 8px;
}

.nav-toggle span {
  width: 22px;
  height: 2px;
  background: var(--text-primary);
  border-radius: 2px;
  transition: all .3s ease;
}

.site-header:not(.scrolled) .nav-toggle span {
  background: #fff;
}

/* ===== Hero ===== */
.hero-category {
  position: relative;
  min-height: 74vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(20,15,12,.9) 0%, rgba(20,15,12,.66) 45%, rgba(20,15,12,.28) 100%);
}

.hero-container {
  position: relative;
  z-index: 2;
  padding-top: 132px;
  padding-bottom: 88px;
  width: 100%;
}

.hero-content {
  max-width: 660px;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--color-gold);
  margin-bottom: 18px;
}

.hero-kicker::before {
  content: '';
  width: 30px;
  height: 1px;
  background: var(--color-gold);
}

.hero-content h1 {
  font-family: var(--font-serif);
  font-size: 64px;
  line-height: 1.12;
  color: #fff;
  margin: 0 0 14px;
  letter-spacing: 4px;
}

.hero-lead {
  font-size: 19px;
  line-height: 1.75;
  color: rgba(255,255,255,.86);
  max-width: 540px;
}

.hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 34px;
  flex-wrap: wrap;
}

.hero-scroll {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: rgba(255,255,255,.7);
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  z-index: 3;
}

.hero-scroll i {
  display: block;
  width: 1px;
  height: 36px;
  background: linear-gradient(to bottom, var(--color-gold), transparent);
  animation: scrollLine 2s infinite;
}

@keyframes scrollLine {
  0% { transform: scaleY(0); transform-origin: top; }
  45% { transform: scaleY(1); transform-origin: top; }
  55% { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

/* ===== Section ===== */
.section {
  padding: var(--space-section) 0;
}

.section-head {
  max-width: 740px;
  margin-bottom: 52px;
}

.section-kicker {
  font-family: var(--font-display);
  font-size: 13px;
  letter-spacing: 3px;
  color: var(--color-gold);
  text-transform: uppercase;
}

.section-head h2 {
  font-family: var(--font-serif);
  font-size: 36px;
  line-height: 1.3;
  color: var(--text-primary);
  margin: 12px 0 14px;
}

.section-head p {
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.8;
  margin: 0;
}

.row-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  flex-wrap: wrap;
  max-width: 100%;
}

.row-head h2 {
  margin-bottom: 0;
}

.row-head .section-note {
  margin: 0 0 4px;
  max-width: 360px;
  text-align: right;
}

/* ===== Channel Intro ===== */
.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.intro-media {
  position: relative;
}

.intro-media img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: 0 24px 50px var(--shadow-warm);
}

.intro-media-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  font-size: 12px;
  color: #fff;
  background: rgba(36,31,28,.74);
  padding: 7px 15px;
  border-radius: 24px;
  backdrop-filter: blur(6px);
  letter-spacing: .5px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.intro-media-badge span {
  color: var(--color-gold);
  font-family: var(--font-display);
  font-weight: 700;
}

.intro-content > p {
  font-size: 17px;
  color: var(--text-body);
  line-height: 1.85;
  margin: 0 0 28px;
}

.intro-points {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.intro-points li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.intro-tag {
  flex: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--color-secondary);
  background: rgba(22,58,47,.08);
  border: 1px solid rgba(22,58,47,.18);
  padding: 3px 12px;
  border-radius: 20px;
}

.intro-points li p {
  margin: 0;
  font-size: 15px;
  color: var(--text-body);
  line-height: 1.7;
}

/* ===== Replay List ===== */
.replay-list {
  background: var(--color-dark);
  position: relative;
}

.replay-list::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 15% 0%, rgba(122,31,43,.25), transparent 45%),
              radial-gradient(circle at 85% 100%, rgba(22,58,47,.5), transparent 40%);
  pointer-events: none;
}

.replay-list .container {
  position: relative;
  z-index: 1;
}

.replay-list .section-kicker {
  color: var(--color-gold);
}

.replay-list .section-head h2 {
  color: #fff;
}

.replay-list .section-note {
  color: rgba(255,255,255,.55);
}

.replay-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.replay-card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all .3s ease;
}

.replay-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(0,0,0,.35);
  border-color: rgba(196,162,101,.3);
}

.replay-media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--color-dark-soft);
}

.replay-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.replay-card:hover .replay-media img {
  transform: scale(1.04);
}

.badge-year {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(245,241,232,.92);
  color: var(--color-secondary);
  font-size: 12px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 20px;
  letter-spacing: .5px;
  box-shadow: 0 2px 8px rgba(0,0,0,.2);
}

.replay-body {
  padding: 22px 24px 24px;
}

.replay-title-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.replay-title-row h3 {
  font-family: var(--font-serif);
  font-size: 21px;
  color: #fff;
  margin: 0;
}

.rating {
  font-size: 14px;
  color: var(--color-gold);
  font-weight: 600;
  flex-shrink: 0;
}

.rating-star {
  color: var(--color-gold-light);
  font-size: 12px;
  margin-left: 2px;
}

.replay-desc {
  font-size: 14px;
  color: rgba(255,255,255,.72);
  line-height: 1.75;
  margin: 10px 0 16px;
}

.replay-meta {
  display: flex;
  gap: 18px;
  font-size: 12px;
  color: rgba(255,255,255,.5);
  border-top: 1px solid rgba(255,255,255,.08);
  padding-top: 14px;
  letter-spacing: .3px;
}

/* ===== Watch Guide ===== */
.steps-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
}

.steps-flow::before {
  content: '';
  position: absolute;
  top: 38px;
  left: 48px;
  right: 48px;
  height: 1px;
  background: var(--border-gold);
}

.step-item {
  position: relative;
  padding: 24px 8px 0;
  text-align: center;
}

.step-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: var(--color-cream);
  border: 1px solid var(--border-gold);
  font-family: var(--font-display);
  font-size: 24px;
  color: var(--color-primary);
  box-shadow: 0 8px 22px rgba(36,31,28,.10);
  position: relative;
  z-index: 1;
}

.step-item h3 {
  font-family: var(--font-serif);
  font-size: 18px;
  color: var(--text-primary);
  margin: 0 0 6px;
}

.step-item p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.7;
  margin: 0;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
}

/* ===== When Watch ===== */
.when-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 64px;
  align-items: center;
}

.when-content .section-kicker {
  margin-bottom: 8px;
}

.when-content h2 {
  font-family: var(--font-serif);
  font-size: 34px;
  color: var(--text-primary);
  line-height: 1.3;
  margin: 10px 0 20px;
}

.when-items {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.when-items > div {
  padding: 22px 26px;
  background: #fff;
  border-left: 3px solid var(--color-gold);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  box-shadow: 0 6px 20px rgba(36,31,28,.07);
  transition: all .25s ease;
}

.when-items > div:hover {
  transform: translateX(5px);
  box-shadow: 0 10px 28px rgba(36,31,28,.11);
}

.when-items span {
  font-family: var(--font-serif);
  font-size: 18px;
  color: var(--color-secondary);
  font-weight: 700;
}

.when-items p {
  margin: 4px 0 0;
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.7;
}

.when-media img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: 0 24px 50px var(--shadow-warm);
}

/* ===== FAQ ===== */
.faq-section {
  background: linear-gradient(180deg, var(--color-cream) 0%, #f0eadc 100%);
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
}

.faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid var(--border-light);
}

.faq-item:first-child {
  border-top: 1px solid var(--border-light);
}

.faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 24px 8px;
  font-size: 18px;
  font-family: var(--font-serif);
  font-weight: 600;
  color: var(--text-primary);
  cursor: pointer;
  margin: 0;
  transition: color .2s ease;
}

.faq-q:hover {
  color: var(--color-primary);
}

.faq-icon {
  position: relative;
  width: 20px;
  height: 20px;
  flex: none;
  transition: transform .3s ease;
}

.faq-icon::before,
.faq-icon::after {
  content: '';
  position: absolute;
  background: var(--color-gold);
  transition: transform .3s ease;
  border-radius: 2px;
}

.faq-icon::before {
  left: 0;
  top: 9px;
  width: 20px;
  height: 2px;
}

.faq-icon::after {
  left: 9px;
  top: 0;
  width: 2px;
  height: 20px;
}

.faq-item.active .faq-icon::before {
  transform: rotate(45deg);
}

.faq-item.active .faq-icon::after {
  transform: rotate(-45deg);
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
}

.faq-item.active .faq-a {
  max-height: 400px;
}

.faq-a p {
  padding: 0 8px 24px;
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.8;
  margin: 0;
}

/* ===== CTA ===== */
.cta-section {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  text-align: center;
}

.cta-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(22,58,47,.94), rgba(22,58,47,.86));
}

.cta-container {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin: 0 auto;
  padding: 0 24px;
}

.cta-section h2 {
  font-family: var(--font-serif);
  font-size: 34px;
  color: #fff;
  margin: 0 0 12px;
}

.cta-section .cta-desc {
  color: rgba(255,255,255,.8);
  font-size: 16px;
  margin: 0 0 30px;
  line-height: 1.8;
}

.cta-form {
  display: flex;
  gap: 10px;
  max-width: 500px;
  margin: 0 auto;
}

.cta-form input {
  flex: 1;
  height: 50px;
  padding: 0 18px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255,255,255,.35);
  background: rgba(255,255,255,.12);
  color: #fff;
  font-size: 15px;
  outline: none;
  transition: border-color .3s ease, box-shadow .3s ease;
}

.cta-form input::placeholder {
  color: rgba(255,255,255,.65);
}

.cta-form input:focus {
  border-color: var(--color-gold);
  box-shadow: 0 0 0 3px rgba(196,162,101,.25);
}

.cta-form .btn {
  height: 50px;
  flex-shrink: 0;
}

.cta-note {
  font-size: 12px;
  color: rgba(255,255,255,.55);
  margin-top: 16px;
  letter-spacing: .3px;
}

/* ===== Footer ===== */
.site-footer {
  background: var(--color-dark);
  color: rgba(255,255,255,.75);
  padding: 64px 0 28px;
}

.site-footer .brand .brand-name {
  color: #fff;
}

.site-footer .brand-badge {
  background: rgba(255,255,255,.05);
  border-color: rgba(196,162,101,.4);
}

.site-footer .brand-logo {
  box-shadow: none;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.6fr .9fr .9fr 1.2fr;
  gap: 48px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.footer-desc {
  font-size: 14px;
  color: rgba(255,255,255,.55);
  line-height: 1.8;
  margin-top: 16px;
  max-width: 300px;
}

.footer-title {
  font-size: 15px;
  font-family: var(--font-serif);
  color: #fff;
  margin: 0 0 18px;
  font-weight: 600;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links a {
  color: rgba(255,255,255,.65);
  font-size: 14px;
  text-decoration: none;
  transition: color .2s ease;
  position: relative;
  padding-left: 0;
}

.footer-links a:hover {
  color: var(--color-gold);
  text-decoration: none;
  padding-left: 4px;
}

.footer-contact p {
  font-size: 14px;
  color: rgba(255,255,255,.55);
  line-height: 1.85;
  margin: 0;
}

.footer-contact a {
  color: var(--color-gold);
  text-decoration: none;
  transition: color .2s;
}

.footer-contact a:hover {
  color: var(--color-gold-light);
  text-decoration: underline;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  font-size: 12px;
  color: rgba(255,255,255,.4);
  gap: 12px;
  flex-wrap: wrap;
}

/* ===== Responsive ===== */
@media (max-width: 1024px) {
  .main-nav {
    gap: 20px;
    margin-left: 0;
  }

  .header-inner {
    padding: 0 18px;
  }

  .intro-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .intro-media img {
    height: 380px;
  }

  .when-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .when-media img {
    height: 360px;
  }

  .steps-flow {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 24px;
  }

  .steps-flow::before {
    display: none;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .replay-grid {
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .section {
    padding: var(--space-section-mobile) 0;
  }

  .header-inner {
    height: 64px;
  }

  .main-nav {
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    background: var(--color-cream);
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 24px 28px;
    gap: 16px;
    transform: translateY(-16px);
    opacity: 0;
    visibility: hidden;
    transition: all .25s ease;
    box-shadow: 0 24px 40px var(--shadow-warm);
    border-top: 1px solid var(--border-light);
    z-index: 99;
  }

  .main-nav.open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .main-nav .nav-link {
    font-size: 16px;
    width: 100%;
  }

  .main-nav.open .nav-link {
    color: var(--text-primary);
  }

  .main-nav.open .nav-link.active,
  .main-nav.open .nav-link:hover {
    color: var(--color-primary);
  }

  .nav-toggle {
    display: flex;
  }

  .header-cta span {
    display: none;
  }

  .header-cta {
    width: 42px;
    padding: 0;
    justify-content: center;
  }

  .site-header.menu-open {
    background: var(--color-cream) !important;
    box-shadow: 0 1px 0 var(--border-light);
  }

  .site-header.menu-open .nav-link {
    color: var(--text-primary);
  }

  .site-header.menu-open .nav-toggle span {
    background: var(--text-primary);
  }

  .hero-content h1 {
    font-size: 50px;
    letter-spacing: 2px;
  }

  .hero-lead {
    font-size: 17px;
  }

  .hero-actions {
    margin-top: 26px;
  }

  .hero-container {
    padding-top: 110px;
    padding-bottom: 70px;
  }

  .replay-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .row-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .row-head .section-note {
    text-align: left;
    margin: 0;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .cta-section {
    padding: 72px 0;
  }

  .cta-form {
    flex-direction: column;
    gap: 12px;
  }

  .cta-form input {
    width: 100%;
  }

  .cta-form .btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 18px;
  }

  .brand-name {
    font-size: 15px;
  }

  .brand-badge {
    display: none;
  }

  .hero-content h1 {
    font-size: 40px;
  }

  .hero-lead {
    font-size: 16px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .section-head h2 {
    font-size: 28px;
  }

  .intro-media img {
    height: 300px;
  }

  .steps-flow {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .when-media img {
    height: 280px;
  }

  .faq-q {
    font-size: 16px;
    padding: 20px 0;
  }

  .cta-section h2 {
    font-size: 27px;
  }

  .footer-top {
    gap: 30px;
  }
}

/* roulang page: category3 */
:root {
  --color-primary: #7A1F2B;
  --color-primary-dark: #5E1621;
  --color-primary-light: #9C3A47;
  --color-secondary: #163A2F;
  --color-secondary-light: #1F4D3F;
  --color-accent: #C4A265;
  --color-accent-light: #D9BC8A;
  --color-cream: #F5F1E8;
  --color-cream-dark: #E8E0D0;
  --color-ink: #241F1C;
  --color-ink-soft: #5C5148;
  --color-white: #FFFCF5;
  --color-border: #E0D6C5;
  --shadow-warm: 0 10px 30px rgba(36,31,28,.18);
  --shadow-card: 0 6px 20px rgba(36,31,28,.14);
  --shadow-btn: 0 4px 14px rgba(122,31,43,.28);
  --radius-base: 12px;
  --radius-card: 16px;
  --radius-btn: 6px;
  --radius-tag: 6px;
  --font-serif: 'Noto Serif SC', 'Playfair Display', Georgia, 'Songti SC', serif;
  --font-sans: 'Noto Sans SC', 'PingFang SC', system-ui, -apple-system, sans-serif;
  --space-section: 96px;
  --space-section-mobile: 56px;
  --container: 1200px;
  --z-header: 100;
  --z-modal: 200;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.8;
  color: var(--color-ink);
  background: var(--color-cream);
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, p, figure, ul, ol, dl, dd, blockquote { margin: 0; }
ul, ol { list-style: none; padding: 0; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
input, textarea, select { font: inherit; }
:focus-visible { outline: 2px solid var(--color-accent); outline-offset: 2px; }

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

/* ---------- Header ---------- */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: var(--z-header);
  height: 72px;
  background: linear-gradient(90deg, rgba(36,31,28,.78) 0%, rgba(36,31,28,.44) 60%, rgba(36,31,28,.12) 100%);
  border-bottom: 1px solid transparent;
  transition: background .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.site-header.scrolled {
  background: rgba(245,241,232,.97);
  border-bottom-color: var(--color-border);
  box-shadow: var(--shadow-warm);
}
.header-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.brand-logo {
  width: 40px; height: 40px;
  background: var(--color-primary);
  color: var(--color-white);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-serif);
  font-size: 16px; font-weight: 700;
  letter-spacing: .04em;
  box-shadow: 0 4px 14px rgba(122,31,43,.4);
}
.brand-name {
  font-family: var(--font-serif);
  font-size: 18px; font-weight: 700;
  color: var(--color-white);
  letter-spacing: .02em;
  transition: color .3s;
  white-space: nowrap;
}
.site-header.scrolled .brand-name { color: var(--color-ink); }
.brand-badge {
  font-size: 10px;
  letter-spacing: .12em;
  color: var(--color-accent);
  border: 1px solid rgba(196,162,101,.6);
  border-radius: 4px;
  padding: 2px 6px;
  font-weight: 600;
  white-space: nowrap;
}
.site-header.scrolled .brand-badge { border-color: rgba(122,31,43,.35); color: var(--color-primary); }
.main-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}
.nav-link {
  position: relative;
  padding: 8px 14px;
  font-size: 15px;
  color: rgba(255,252,245,.88);
  border-radius: var(--radius-btn);
  transition: color .3s, background .3s;
  white-space: nowrap;
}
.site-header.scrolled .nav-link { color: var(--color-ink-soft); }
.nav-link:hover { color: var(--color-accent); background: rgba(196,162,101,.12); }
.site-header.scrolled .nav-link:hover { background: rgba(122,31,43,.06); }
.nav-link.active { color: var(--color-accent); font-weight: 600; }
.site-header.scrolled .nav-link.active { color: var(--color-primary); }
.nav-link.active::after {
  content: '';
  position: absolute;
  left: 14px; right: 14px; bottom: 2px;
  height: 2px;
  background: var(--color-accent);
  border-radius: 2px;
}
.site-header.scrolled .nav-link.active::after { background: var(--color-primary); }
.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.nav-search {
  width: 42px; height: 42px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,252,245,.1);
  border: 1px solid rgba(255,252,245,.25);
  border-radius: 50%;
  color: var(--color-white);
  transition: all .3s;
}
.site-header.scrolled .nav-search {
  color: var(--color-ink);
  background: var(--color-cream-dark);
  border-color: var(--color-border);
}
.nav-search:hover { border-color: var(--color-accent); color: var(--color-accent); }
.site-header.scrolled .nav-search:hover { background: var(--color-white); }
.nav-search svg { width: 18px; height: 18px; }
.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 42px;
  padding: 0 20px;
  background: var(--color-primary);
  color: var(--color-white);
  border-radius: var(--radius-btn);
  font-size: 14px; font-weight: 600;
  transition: all .3s;
  box-shadow: 0 4px 12px rgba(122,31,43,.32);
}
.header-cta:hover {
  background: var(--color-primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(122,31,43,.42);
}
.header-cta svg { width: 16px; height: 16px; }
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 42px; height: 42px;
  background: transparent;
  border: none;
  padding: 9px;
  border-radius: 8px;
}
.nav-toggle span {
  display: block;
  height: 2px;
  width: 22px;
  margin: 0 auto;
  background: var(--color-white);
  border-radius: 2px;
  transition: all .3s;
}
.site-header.scrolled .nav-toggle span { background: var(--color-ink); }
.nav-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 28px;
  border-radius: var(--radius-btn);
  font-size: 15px;
  font-weight: 600;
  border: 1.5px solid transparent;
  transition: all .3s ease;
  white-space: nowrap;
}
.btn-primary {
  background: var(--color-primary);
  color: var(--color-white);
  box-shadow: var(--shadow-btn);
}
.btn-primary:hover {
  background: var(--color-primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(122,31,43,.4);
}
.btn-primary:active { transform: translateY(0); box-shadow: 0 3px 10px rgba(122,31,43,.3); }
.btn-outline {
  background: rgba(36,31,28,.18);
  border-color: var(--color-accent);
  color: var(--color-accent);
}
.btn-outline:hover {
  background: rgba(196,162,101,.16);
  transform: translateY(-2px);
}
.btn-accent {
  background: var(--color-accent);
  color: var(--color-ink);
  box-shadow: 0 4px 14px rgba(196,162,101,.35);
}
.btn-accent:hover {
  background: var(--color-accent-light);
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(196,162,101,.45);
}

/* ---------- Channel Hero ---------- */
.channel-hero {
  position: relative;
  min-height: 76vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background-color: var(--color-ink);
}
.channel-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('/assets/images/backpic/back-1.webp');
  background-size: cover;
  background-position: center 35%;
  opacity: .5;
  animation: heroScale 22s ease-out forwards;
}
@keyframes heroScale {
  from { transform: scale(1.06); }
  to { transform: scale(1); }
}
.channel-hero-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(36,31,28,.94) 0%, rgba(36,31,28,.62) 52%, rgba(36,31,28,.18) 100%);
}
.channel-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 150px 24px 80px;
}
.hero-copy {
  max-width: 620px;
  animation: fadeInUp .8s ease-out both;
}
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(26px); }
  to { opacity: 1; transform: translateY(0); }
}
.channel-kicker {
  display: inline-block;
  font-family: var(--font-serif);
  font-size: 13px;
  letter-spacing: .22em;
  color: var(--color-accent);
  text-transform: uppercase;
  margin-bottom: 18px;
  border: 1px solid rgba(196,162,101,.55);
  padding: 4px 14px;
  border-radius: 4px;
  background: rgba(36,31,28,.3);
}
.channel-hero h1 {
  font-family: var(--font-serif);
  font-size: 54px;
  font-weight: 700;
  color: var(--color-white);
  line-height: 1.18;
  margin-bottom: 18px;
}
.channel-hero .hero-lead {
  font-size: 17px;
  line-height: 1.95;
  color: rgba(255,252,245,.9);
  max-width: 560px;
  margin-bottom: 32px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.hero-metadata {
  position: relative;
  z-index: 2;
  max-width: var(--container);
  margin: -30px auto 0;
  padding: 0 24px 42px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.hero-chip {
  display: inline-block;
  padding: 6px 14px;
  font-size: 12px;
  letter-spacing: .06em;
  color: rgba(255,252,245,.78);
  background: rgba(36,31,28,.45);
  border: 1px solid rgba(255,252,245,.22);
  border-radius: 999px;
  backdrop-filter: blur(4px);
}
.hero-en {
  position: absolute;
  right: 26px;
  top: 104px;
  z-index: 2;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 13px;
  letter-spacing: .42em;
  color: rgba(255,252,245,.42);
  user-select: none;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

/* ---------- Stats ---------- */
.stats-section { padding: 76px 0 80px; }
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.stat-item {
  padding: 30px 20px;
  background: var(--color-white);
  border-radius: var(--radius-card);
  text-align: center;
  box-shadow: var(--shadow-card);
  transition: transform .3s, box-shadow .3s;
}
.stat-item:hover { transform: translateY(-3px); box-shadow: var(--shadow-warm); }
.stat-num {
  display: block;
  font-family: var(--font-serif);
  font-size: 44px;
  font-weight: 700;
  color: var(--color-primary);
  line-height: 1.2;
}
.stat-suffix { font-size: 22px; margin-left: 2px; }
.stat-label {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  color: var(--color-ink-soft);
}

/* ---------- Section base ---------- */
.section { padding: var(--space-section) 0; }
.section-alt { background: var(--color-secondary); }
.section-head { max-width: 680px; margin-bottom: 44px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-title {
  font-family: var(--font-serif);
  font-size: 33px;
  font-weight: 700;
  color: var(--color-ink);
  line-height: 1.3;
  margin-bottom: 10px;
}
.section-alt .section-title { color: var(--color-white); }
.section-subtitle {
  font-size: 16px;
  color: var(--color-ink-soft);
  line-height: 1.7;
}
.section-alt .section-subtitle { color: rgba(255,252,245,.68); }
.section-center { text-align: center; margin-top: 40px; }

/* ---------- Topics ---------- */
#topics { background: var(--color-white); }
.topic-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.topic-card {
  display: flex;
  flex-direction: column;
  background: var(--color-white);
  border-radius: var(--radius-card);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(224,214,197,.6);
  transition: transform .3s ease, box-shadow .3s ease;
}
.topic-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-warm); }
.topic-card-cover {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--color-cream-dark);
}
.topic-card-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}
.topic-card:hover .topic-card-cover img { transform: scale(1.04); }
.topic-card-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(22,58,47,.9);
  color: var(--color-white);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .05em;
  padding: 4px 12px;
  border-radius: var(--radius-tag);
}
.topic-card-body {
  padding: 24px 26px 26px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.topic-card-body h3 {
  font-family: var(--font-serif);
  font-size: 21px;
  font-weight: 600;
  color: var(--color-ink);
  margin-bottom: 8px;
}
.topic-card-body p {
  font-size: 14px;
  line-height: 1.75;
  color: var(--color-ink-soft);
  flex: 1;
  margin-bottom: 16px;
}
.topic-card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--color-primary);
  font-weight: 600;
  font-size: 14px;
  transition: gap .3s, color .3s;
}
.topic-card-link svg { width: 16px; height: 16px; }
.topic-card-link:hover { gap: 10px; color: var(--color-primary-dark); }

/* ---------- Steps ---------- */
#watchPath { background: var(--color-secondary); }
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.step-card {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius-card);
  padding: 40px 32px 36px;
  text-align: center;
  transition: transform .3s, background .3s;
}
.step-card:hover { transform: translateY(-5px); background: rgba(255,255,255,.11); }
.step-num {
  width: 52px; height: 52px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: var(--color-accent);
  color: var(--color-secondary);
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(0,0,0,.22);
}
.step-card h3 {
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 600;
  color: var(--color-white);
  margin-bottom: 12px;
}
.step-card p {
  font-size: 14px;
  line-height: 1.75;
  color: rgba(255,252,245,.65);
}

/* ---------- FAQ ---------- */
#faq { background: var(--color-cream); }
.faq-list {
  max-width: 820px;
  margin: 0 auto;
}
.faq-item {
  border-bottom: 1px solid var(--color-border);
}
.faq-item:first-child { border-top: 1px solid var(--color-border); }
.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 22px 4px;
  background: none;
  border: none;
  text-align: left;
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 600;
  color: var(--color-ink);
  transition: color .3s;
}
.faq-question:hover { color: var(--color-primary); }
.faq-icon {
  position: relative;
  width: 20px; height: 20px;
  flex-shrink: 0;
}
.faq-icon::before,
.faq-icon::after {
  content: '';
  position: absolute;
  background: var(--color-primary);
  border-radius: 2px;
  transition: all .35s;
}
.faq-icon::before { width: 20px; height: 2px; top: 9px; left: 0; }
.faq-icon::after { width: 2px; height: 20px; top: 0; left: 9px; }
.faq-item.open .faq-icon::after { transform: rotate(90deg); opacity: 0; }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease;
}
.faq-answer-inner {
  padding: 0 4px 22px;
  color: var(--color-ink-soft);
  font-size: 15px;
  line-height: 1.85;
  max-width: 680px;
}
.faq-footer {
  text-align: center;
  margin-top: 36px;
}
.faq-footer p {
  font-size: 15px;
  color: var(--color-ink-soft);
  margin-bottom: 6px;
}
.faq-footer a {
  color: var(--color-primary);
  font-weight: 600;
  border-bottom: 1px solid rgba(122,31,43,.3);
  transition: border-color .3s, color .3s;
}
.faq-footer a:hover { border-color: var(--color-primary); }

/* ---------- CTA ---------- */
.cta-section { padding: 0 0 var(--space-section); }
.cta-band {
  position: relative;
  background: var(--color-primary);
  border-radius: var(--radius-card);
  padding: 76px 48px;
  text-align: center;
  overflow: hidden;
  box-shadow: var(--shadow-warm);
}
.cta-band-bg {
  position: absolute;
  inset: 0;
  background-image: url('/assets/images/backpic/back-3.webp');
  background-size: cover;
  background-position: center 30%;
  opacity: .22;
}
.cta-inner { position: relative; z-index: 1; }
.cta-band h2 {
  font-family: var(--font-serif);
  font-size: 34px;
  font-weight: 700;
  color: var(--color-white);
  margin-bottom: 12px;
}
.cta-band .cta-desc {
  color: rgba(255,252,245,.78);
  max-width: 440px;
  margin: 0 auto 8px;
  font-size: 15px;
}
.subscribe-form {
  display: flex;
  gap: 12px;
  max-width: 500px;
  margin: 26px auto 0;
}
.subscribe-form input[type="email"] {
  flex: 1;
  min-height: 48px;
  padding: 0 18px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(196,162,101,.4);
  border-radius: var(--radius-btn);
  color: var(--color-white);
  font-size: 15px;
  outline: none;
  transition: border-color .3s, box-shadow .3s, background .3s;
}
.subscribe-form input[type="email"]::placeholder { color: rgba(255,255,255,.52); }
.subscribe-form input[type="email"]:focus {
  border-color: var(--color-accent);
  background: rgba(255,255,255,.16);
  box-shadow: 0 0 0 3px rgba(196,162,101,.22);
}
.subscribe-form input.invalid {
  border-color: #E8A0A8;
  box-shadow: 0 0 0 3px rgba(156,58,71,.25);
}
.form-success {
  margin: 24px auto 0;
  max-width: 460px;
  padding: 14px 22px;
  background: rgba(22,58,47,.72);
  border: 1px solid rgba(196,162,101,.4);
  border-radius: var(--radius-btn);
  color: var(--color-white);
  font-size: 14px;
}
.subscribe-note {
  margin-top: 14px;
  font-size: 13px;
  color: rgba(255,252,245,.45);
}

/* ---------- Footer ---------- */
.site-footer {
  background: var(--color-ink);
  color: rgba(255,252,245,.72);
  padding: 72px 0 32px;
}
.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.3fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,252,245,.1);
}
.footer-brand .brand-name { color: var(--color-white); }
.footer-desc {
  font-size: 14px;
  line-height: 1.85;
  color: rgba(255,252,245,.58);
  margin-top: 16px;
  max-width: 320px;
}
.footer-title {
  font-family: var(--font-serif);
  font-size: 16px;
  font-weight: 600;
  color: var(--color-white);
  margin-bottom: 16px;
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-links a {
  font-size: 14px;
  color: rgba(255,252,245,.62);
  transition: color .3s;
}
.footer-links a:hover { color: var(--color-accent); }
.footer-contact {
  font-size: 14px;
  line-height: 1.9;
  color: rgba(255,252,245,.6);
}
.footer-contact a { color: var(--color-accent); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 28px;
  font-size: 13px;
  color: rgba(255,252,245,.4);
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .main-nav {
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: rgba(36,31,28,.96);
    backdrop-filter: blur(10px);
    padding: 14px 24px 24px;
    border-bottom: 1px solid rgba(196,162,101,.35);
    transform: translateY(-150%);
    visibility: hidden;
    transition: transform .38s ease, visibility .38s;
  }
  .main-nav.open {
    transform: translateY(0);
    visibility: visible;
  }
  .site-header.scrolled .main-nav {
    background: rgba(245,241,232,.98);
    border-bottom-color: rgba(122,31,43,.14);
  }
  .nav-link {
    padding: 14px 8px;
    color: var(--color-white);
    border-bottom: 1px solid rgba(255,255,255,.07);
    border-radius: 0;
  }
  .nav-link:last-child { border-bottom: none; }
  .nav-link.active { color: var(--color-accent); }
  .nav-link.active::after { display: none; }
  .site-header.scrolled .nav-link { color: var(--color-ink); }
  .site-header.scrolled .nav-link.active { color: var(--color-primary); }
  .nav-toggle { display: flex; }
  .hero-en { display: none; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 36px; }
}

@media (max-width: 768px) {
  .header-cta span { display: none; }
  .header-cta { padding: 0 13px; }
  .channel-hero { min-height: 72vh; }
  .channel-hero h1 { font-size: 40px; }
  .channel-hero .hero-lead { font-size: 15px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .topic-grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr; }
  .cta-band { padding: 56px 28px; }
  .cta-band h2 { font-size: 28px; }
  .subscribe-form { flex-direction: column; }
  .footer-top { grid-template-columns: 1fr; gap: 32px; }
}

@media (max-width: 480px) {
  .header-actions .nav-search { display: none; }
  .header-inner { padding: 0 16px; }
  .container { padding-left: 16px; padding-right: 16px; }
  .channel-hero h1 { font-size: 34px; }
  .channel-hero-content { padding-top: 130px; padding-bottom: 52px; }
  .hero-actions .btn { width: 100%; }
  .stat-num { font-size: 34px; }
  .stat-item { padding: 20px 12px; }
  .section-title { font-size: 27px; }
  .faq-question { font-size: 16px; }
  .cta-band { padding: 44px 18px; }
  .cta-band h2 { font-size: 24px; }
  .brand-badge { display: none; }
}

/* roulang page: category4 */
:root {
  --red: #7A1F2B;
  --red-dark: #5a131d;
  --green: #163A2F;
  --green-light: #1f4d3f;
  --gold: #C4A265;
  --gold-light: #d8bc85;
  --cream: #F5F1E8;
  --cream-deep: #e9e2d4;
  --dark: #241F1C;
  --dark-2: #2d2825;
  --text: #241F1C;
  --text-soft: #5f5750;
  --text-muted: #8a8178;
  --line: #ddd4c6;
  --line-warm: #d6cab9;
  --shadow-warm: rgba(36,31,28,.18);
  --shadow-deep: rgba(36,31,28,.26);
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --font-serif: 'Noto Serif SC', 'Songti SC', Georgia, 'Times New Roman', serif;
  --font-sans: 'Noto Sans SC', system-ui, -apple-system, 'PingFang SC', 'Microsoft YaHei', sans-serif;
  --font-deco: 'Playfair Display', Georgia, serif;
  --spacing-section: 96px;
  --container: 1200px;
  --header-h: 72px;
  --ease: cubic-bezier(.22,.61,.36,1);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.8;
  color: var(--text);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button, input, select, textarea { font: inherit; color: inherit; background: none; border: none; outline: none; }
button { cursor: pointer; }
.container { width: min(100% - 48px, var(--container)); max-width: var(--container); margin-inline: auto; }
.section { padding-block: var(--spacing-section); }
.section-sm { padding-block: 64px; }
.section-cream { background: var(--cream); }
.section-dark {
  background: var(--dark);
  color: #f8f3e9;
  background-image: linear-gradient(135deg, rgba(122,31,43,.05), transparent 40%);
}
::selection { background: var(--gold); color: var(--dark); }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; border-radius: 4px; }

/* ---------- Buttons ---------- */
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 10px 22px;
  border-radius: var(--radius-sm);
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: .02em;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease), border-color .25s var(--ease), color .25s var(--ease);
}
.btn svg { width: 17px; height: 17px; }
.btn-primary { background: var(--red); color: var(--cream); border: 1px solid var(--red); }
.btn-primary:hover { background: var(--red-dark); transform: translateY(-2px); box-shadow: 0 10px 22px var(--shadow-warm); }
.btn-primary:active { transform: translateY(0); box-shadow: none; }
.btn-outline { background: transparent; color: var(--green); border: 1px solid var(--green); }
.btn-outline:hover { background: rgba(22,58,47,.08); border-color: var(--green); transform: translateY(-2px); box-shadow: 0 8px 18px var(--shadow-warm); }
.btn-gold-outline { background: transparent; color: var(--gold); border: 1px solid var(--gold); }
.btn-gold-outline:hover { background: rgba(196,162,101,.1); transform: translateY(-2px); box-shadow: 0 8px 18px rgba(196,162,101,.18); }
.btn.big { min-height: 52px; padding: 12px 34px; font-size: 16px; }

/* ---------- Header / Nav ---------- */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  height: var(--header-h);
  transition: background .3s, box-shadow .3s, border-color .3s;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  background: rgba(245,241,232,.96);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 4px 20px var(--shadow-warm);
  backdrop-filter: blur(10px);
}
.header-inner {
  width: min(100% - 48px, 1240px);
  margin-inline: auto;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  min-height: 44px;
}
.brand-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px; height: 42px;
  border-radius: var(--radius-md);
  background: linear-gradient(145deg, var(--red), var(--red-dark));
  color: var(--cream);
  font-family: var(--font-deco);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .06em;
  box-shadow: 0 6px 12px rgba(122,31,43,.3);
}
.brand-name {
  font-family: var(--font-serif);
  font-weight: 700;
  letter-spacing: .05em;
  font-size: 18px;
  color: var(--text);
}
.brand-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  font-family: var(--font-deco);
  letter-spacing: .1em;
  padding: 3px 8px;
  border: 1px solid var(--gold);
  color: var(--green);
  border-radius: 999px;
  text-transform: uppercase;
  line-height: 1.4;
  white-space: nowrap;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: 22px;
  flex: 1;
}
.nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 14px;
  font-size: 15px;
  font-weight: 500;
  border-radius: var(--radius-sm);
  color: var(--text);
  white-space: nowrap;
  transition: color .2s ease, background .2s ease;
}
.nav-link:hover { color: var(--red); background: rgba(122,31,43,.05); }
.nav-link.active { color: var(--red); font-weight: 700; }
.nav-link.active::after {
  content: '';
  position: absolute;
  left: 14px; right: 14px; bottom: 6px;
  height: 2px;
  background: var(--red);
  border-radius: 2px;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}
.nav-search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px; height: 42px;
  border-radius: var(--radius-sm);
  color: var(--text);
  transition: background .2s, color .2s;
}
.nav-search svg { width: 19px; height: 19px; }
.nav-search:hover { background: rgba(196,162,101,.24); color: var(--red); }
.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 18px;
  border-radius: var(--radius-sm);
  background: var(--red);
  color: var(--cream);
  font-size: 14px;
  font-weight: 700;
  transition: background .2s, transform .2s;
}
.header-cta svg { width: 16px; height: 16px; }
.header-cta:hover { background: var(--red-dark); transform: translateY(-1px); }
.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  border-radius: var(--radius-sm);
  background: transparent;
  color: var(--text);
  transition: background .2s;
}
.nav-toggle span {
  display: block;
  width: 20px; height: 2px;
  margin: 4px auto;
  border-radius: 2px;
  background: currentColor;
  transition: transform .3s, opacity .3s;
}
.site-header.menu-open .nav-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.site-header.menu-open .nav-toggle span:nth-child(2) { opacity: 0; }
.site-header.menu-open .nav-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.site-header:not(.scrolled) .brand-badge { border-color: rgba(245,241,232,.75); }
.site-header:not(.scrolled) .nav-link { color: rgba(245,241,232,.95); }
.site-header:not(.scrolled) .nav-link:hover { color: #fff; background: rgba(245,241,232,.1); }
.site-header:not(.scrolled) .nav-search { color: var(--cream); }
.site-header:not(.scrolled) .brand-name { color: var(--cream); }
.site-header:not(.scrolled) .nav-toggle { color: var(--cream); }
@media (prefers-reduced-motion: reduce) {
  .site-header, .hero, * { transition: none !important; scroll-behavior: auto; }
}

/* ---------- Category hero banner ---------- */
.cat-hero {
  position: relative;
  min-height: 74vh;
  display: flex;
  align-items: flex-end;
  background-color: var(--dark);
  background-image: linear-gradient(90deg, var(--dark) 0%, rgba(36,31,28,.46) 100%), url('/assets/images/backpic/back-2.png');
  background-size: cover;
  background-position: 62% 28%;
  color: var(--cream);
  padding-bottom: 48px;
  overflow: hidden;
}
.cat-hero::after {
  content: '';
  position: absolute;
  inset: auto 0 0 0;
  height: 180px;
  background: linear-gradient(180deg, transparent, var(--cream) 100%);
  pointer-events: none;
}
.cat-hero-inner { position: relative; z-index: 2; padding-top: 170px; }
.kicker {
  display: inline-block;
  font-family: var(--font-deco);
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 15px;
  border-left: 3px solid var(--gold);
  padding-left: 12px;
  text-shadow: 0 1px 4px rgba(36,31,28,.5);
}
.cat-hero h1 {
  font-family: var(--font-serif);
  font-size: clamp(44px, 6vw, 62px);
  line-height: 1.18;
  color: #fff;
  font-weight: 700;
  letter-spacing: .02em;
  margin-bottom: 16px;
  text-shadow: 0 4px 14px rgba(0,0,0,.52);
}
.cat-hero .hero-intro {
  max-width: 620px;
  font-size: 16px;
  line-height: 1.9;
  color: rgba(245,241,232,.92);
  text-shadow: 0 2px 10px rgba(0,0,0,.54);
  margin-bottom: 28px;
}
.cat-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 34px; }
.cat-hero .hero-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px 26px;
  color: rgba(245,241,232,.72);
  font-size: 14px;
  margin-bottom: 28px;
}
.cat-hero .hero-meta .badge-line { display: inline-flex; align-items: center; gap: 7px; }
.cat-hero .hero-meta i { font-style: normal; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }

/* ---------- Section top ---------- */
.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px;
}
.section-head h2 {
  font-family: var(--font-serif);
  font-size: clamp(28px, 3.4vw, 38px);
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.3;
  color: var(--text);
}
.section-head .en-mark {
  display: block;
  font-family: var(--font-deco);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 6px;
}
.section-head p {
  max-width: 480px;
  color: var(--text-soft);
  font-size: 14px;
  line-height: 1.7;
}
.section-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--red);
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
  transition: gap .2s;
}
.section-link svg { width: 15px; height: 15px; }
.section-link:hover { gap: 13px; }

/* ---------- Quick chips ---------- */
.event-anchors {
  padding: 22px 0;
  margin-top: -58px;
  position: relative;
  z-index: 5;
}
.chip-card {
  background: #fffdf9;
  box-shadow: 0 10px 25px var(--shadow-warm);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding: 14px 18px;
}
.chip-card a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background: var(--cream);
  border: 1px solid transparent;
  color: var(--text);
  font-weight: 500;
  font-size: 14px;
  transition: background .2s, border-color .2s, color .2s;
}
.chip-card a i {
  font-style: normal;
  color: var(--red);
  font-weight: 700;
}
.chip-card a:hover {
  background: #fff;
  border-color: var(--gold);
  color: var(--red);
}

/* ---------- Scroller / rail ---------- */
.rail-wrap { position: relative; }
.rail-mask {
  margin: 0 -17px;
  padding-inline: 17px;
  overflow: hidden;
}
.rail {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-block: 6px 20px;
  scrollbar-width: thin;
  scrollbar-color: var(--gold) transparent;
}
.rail::-webkit-scrollbar { height: 5px; }
.rail::-webkit-scrollbar-track { background: transparent; }
.rail::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 999px; }
.rail > * { scroll-snap-align: start; flex: 0 0 252px; }
@media (max-width: 768px) {
  .rail > * { flex-basis: 63vw; }
}

.topic-card {
  background: #fffdfa;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.topic-card:hover { transform: translateY(-4px); box-shadow: 0 18px 30px var(--shadow-warm); }
.topic-media {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: var(--cream-deep);
  background-image: linear-gradient(145deg, #b9aa9e 0%, #253b31 100%);
}
.topic-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.topic-card:hover .topic-media img { transform: scale(1.04); }
.topic-media .layer {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(36,31,28,.68));
}
.topic-media .tag {
  position: absolute;
  top: 12px; left: 12px;
  z-index: 2;
  background: rgba(245,241,232,.92);
  color: var(--green);
  border: 1px solid rgba(22,58,47,.25);
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}
.topic-media .year {
  position: absolute;
  right: 12px; bottom: 12px;
  font-family: var(--font-deco);
  color: #fff;
  font-size: 12px;
  letter-spacing: .08em;
  z-index: 2;
  background: rgba(36,31,28,.4);
  padding: 3px 9px;
  border-radius: 6px;
}
.topic-body { padding: 18px 20px 20px; }
.topic-body h3 {
  font-family: var(--font-serif);
  font-size: 18px;
  line-height: 1.5;
  color: var(--text);
  margin-bottom: 6px;
}
.topic-body p {
  color: var(--text-soft);
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.topic-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--red);
  font-size: 13px;
  font-weight: 700;
  transition: gap .2s;
}
.topic-link svg { width: 14px; height: 14px; }
.topic-link:hover { gap: 10px; }

/* ---------- Triptych recommendations ---------- */
.recommend-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
}
.recommend-lead {
  grid-column: span 7;
  background: var(--dark);
  border-radius: var(--radius-lg);
  overflow: hidden;
  color: var(--cream);
  min-height: 360px;
  display: flex;
  position: relative;
}
.recommend-lead .lead-poster {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to top, #120f0d 4%, transparent 60%), url('/assets/images/coverpic/cover-5.png');
  background-size: cover;
  background-position: center;
}
.recommend-lead .lead-body {
  position: relative;
  z-index: 2;
  align-self: flex-end;
  padding: 40px 32px;
  max-width: 560px;
}
.recommend-lead .p-series { color: var(--gold); font-size: 13px; letter-spacing: .1em; margin-bottom: 10px; }
.recommend-lead h3 {
  font-family: var(--font-serif);
  font-size: clamp(24px, 2.6vw, 32px);
  line-height: 1.4;
  margin-bottom: 12px;
}
.recommend-lead p { color: rgba(245,241,232,.82); font-size: 15px; line-height: 1.8; margin-bottom: 20px; }
.recommend-lead-meta { display: flex; gap: 20px; font-size: 13px; color: rgba(245,241,232,.74); }
.recommend-side { grid-column: span 5; display: flex; flex-direction: column; gap: 18px; }
.reco-item {
  background: #fffdfa;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 18px 20px;
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 16px;
  align-items: center;
  transition: box-shadow .25s, border-color .25s, transform .25s;
}
.reco-item:hover { border-color: var(--gold); box-shadow: 0 12px 22px var(--shadow-warm); transform: translateY(-2px); }
.reco-thumb {
  width: 84px; height: 64px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 5px 10px var(--shadow-warm);
}
.reco-text { min-width: 0; }
.reco-text .mini-cat { color: var(--red); font-size: 12px; font-weight: 700; margin-bottom: 4px; letter-spacing: .03em; }
.reco-text h4 { font-size: 17px; font-weight: 700; line-height: 1.4; margin-bottom: 5px; }
.reco-text p { font-size: 13px; color: var(--text-soft); display: -webkit-box; -webkit-line-clamp: 1; overflow: hidden; -webkit-box-orient: vertical; }
@media (max-width: 1024px) {
  .recommend-lead { grid-column: span 12; min-height: 330px; }
  .recommend-side { grid-column: span 12; flex-direction: row; }
  .reco-item { flex: 1; min-width: 0; }
}
@media (max-width: 768px) {
  .recommend-side { flex-direction: column; }
  .reco-item { grid-template-columns: 80px 1fr; }
}

/* ---------- Genre portal tiles ---------- */
.genre-wrap { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.genre-tile {
  background: #fffdfa;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: transform .3s, box-shadow .3s;
  display: flex;
  flex-direction: column;
}
.genre-tile:hover { transform: translateY(-4px); box-shadow: 0 16px 28px var(--shadow-warm); }
.genre-fig {
  position: relative;
  height: 142px;
  overflow: hidden;
}
.genre-fig img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.genre-tile:hover .genre-fig img { transform: scale(1.05); }
.genre-fig::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(36,31,28,.55)); }
.genre-label {
  position: absolute;
  left: 16px; bottom: 12px;
  color: #fff;
  font-family: var(--font-serif);
  font-size: 15px;
  font-weight: 700;
  z-index: 2;
  text-shadow: 0 2px 8px rgba(0,0,0,.4);
}
.genre-tile-body { padding: 16px 18px 18px; flex: 1; display: flex; flex-direction: column; }
.genre-tile-body p { color: var(--text-soft); font-size: 13px; line-height: 1.7; margin-bottom: 12px; flex: 1; }
.genre-dots {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.genre-dots span {
  padding: 3px 9px;
  border-radius: 999px;
  border: 1px solid var(--line-warm);
  background: var(--cream);
  font-size: 11px;
  line-height: 1.4;
  color: var(--green);
}
@media (max-width: 900px) {
  .genre-wrap { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .genre-wrap { grid-template-columns: 1fr; }
}

/* ---------- Watch flow steps ---------- */
#watchFlow {
  background: var(--cream-deep);
  background-image: linear-gradient(120deg, rgba(22,58,47,.04) 0%, rgba(196,162,101,.05) 100%);
}
.flow-list { display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px; counter-reset: flow; }
.trend-step {
  background: #fffdfa;
  border: 1px solid var(--line);
  border-left: 4px solid var(--red);
  padding: 22px 18px 20px;
  border-radius: var(--radius-md);
  box-shadow: 0 5px 14px var(--shadow-warm);
  transition: transform .25s;
}
.trend-step:hover { transform: translateY(-3px); }
.step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 31px; height: 31px;
  border-radius: var(--radius-sm);
  background: var(--dark);
  color: var(--gold);
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 13px;
  padding: 0 5px;
  margin-bottom: 12px;
}
.trend-step h3 { font-family: var(--font-serif); font-size: 18px; margin-bottom: 8px; }
.trend-step p { font-size: 13px; color: var(--text-soft); line-height: 1.7; }
@media (max-width: 1024px) {
  .flow-list { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
  .flow-list { grid-template-columns: 1fr; }
}

/* ---------- Theme cards for monthly ---------- */
.dark-panel {
  background: var(--dark);
  border-radius: var(--radius-lg);
  color: #f4efe5;
  padding: 44px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 32px;
  align-items: center;
  position: relative;
}
.dark-panel .accent-lines {
  position: absolute;
  right: -40px; top: -70px;
  width: 320px; height: 320px;
  border: 1px solid rgba(196,162,101,.22);
  border-radius: 50%;
  pointer-events: none;
}
.dark-panel .accent-lines::before {
  content: '';
  position: absolute; inset: 34px;
  border: 1px solid rgba(196,162,101,.15);
  border-radius: inherit;
}
.dark-panel .accent-lines::after {
  content: '';
  position: absolute; inset: 70px;
  border: 1px solid rgba(196,162,101,.1);
  border-radius: inherit;
}
.monthly-copy h2 { font-family: var(--font-serif); font-size: 30px; margin-bottom: 12px; line-height: 1.4; }
.monthly-copy p { color: rgba(245,241,232,.8); margin-bottom: 24px; }
.monthly-clues { display: flex; flex-wrap: wrap; gap: 20px 32px; margin-top: 20px; }
.monthly-clues li { display: flex; gap: 8px; font-size: 14px; color: rgba(245,241,232,.82); align-items: baseline; }
.monthly-clues .clue-label { color: var(--gold); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; }
.monthly-panel {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: 0 20px 36px rgba(0,0,0,.28);
  max-height: 300px;
}
.monthly-panel img { width: 100%; height: 100%; min-height: 180px; object-fit: cover; }
@media (max-width: 900px) {
  .dark-panel { grid-template-columns: 1fr; padding: 34px 25px; }
}

/* ---------- FAQ ---------- */
.faq-wrap {
  max-width: 850px;
  margin-inline: auto;
}
.faq-item {
  border-bottom: 1px solid var(--line-warm);
  background: transparent;
}
.faq-item:first-child { border-top: 1px solid var(--line-warm); }
.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  text-align: left;
  padding: 22px 4px;
  font-size: 18px;
  font-weight: 700;
  color: var(--text);
  font-family: var(--font-serif);
  transition: color .2s;
}
.faq-q:hover { color: var(--red); }
.faq-q .faq-icon {
  flex: 0 0 auto;
  width: 28px; height: 28px;
  border-radius: 50%;
  border: 1px solid var(--line-warm);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: transform .3s, background .3s, border-color .3s;
}
.faq-q .faq-icon::before,
.faq-q .faq-icon::after {
  content: '';
  position: absolute;
  width: 12px; height: 1.6px;
  background: var(--red);
  transition: opacity .25s, transform .3s;
  border-radius: 2px;
}
.faq-q .faq-icon::after { transform: rotate(90deg); }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s var(--ease);
}
.faq-answer-inner {
  padding: 0 42px 24px 4px;
  color: var(--text-soft);
  font-size: 16px;
  line-height: 1.9;
}
.faq-item.open .faq-icon { transform: rotate(45deg); border-color: var(--gold); }
.faq-item.plain-open .faq-icon::before { opacity: 0; }
.faq-item.plain-open .faq-icon::after { transform: none; }

/* ---------- CTA / Subscribe ---------- */
.subscribe-cta {
  background-color: var(--dark);
  background-image: radial-gradient(ellipse at 20% 0%, rgba(122,31,43,.75), transparent 55%), url('/assets/images/backpic/back-3.webp');
  background-size: cover;
  background-position: center;
  color: var(--cream);
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
  padding: 52px 48px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 30px;
  align-items: center;
}
.subscribe-cta::before { content: ''; position: absolute; inset: 0; background: linear-gradient(99deg, rgba(36,31,28,.84) 10%, rgba(36,31,28,.35)); pointer-events: none; }
.cta-content, .cta-form { position: relative; z-index: 2; }
.cta-content .sc-label { font-family: var(--font-deco); font-size: 13px; letter-spacing: .26em; color: var(--gold); text-transform: uppercase; margin-bottom: 12px; }
.cta-content h2 {
  font-family: var(--font-serif);
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.45;
  margin-bottom: 14px;
}
.cta-content p { color: rgba(245,241,232,.82); max-width: 480px; margin-bottom: 20px; }
.cta-form .form-title { font-family: var(--font-serif); font-size: 18px; margin-bottom: 14px; }
.subscribe-form {
  background: rgba(245,241,232,.96);
  border-radius: var(--radius-md);
  padding: 20px;
  max-width: 420px;
}
.sub-form-row { display: flex; gap: 10px; }
.sub-form-row input {
  flex: 1;
  min-width: 0;
  height: 46px;
  padding: 0 14px;
  border-radius: var(--radius-sm);
  border: 1px solid #ccc5b8;
  background: #fff;
  font-size: 14px;
  transition: border-color .2s, box-shadow .2s;
}
.sub-form-row input::placeholder { color: var(--text-muted); }
.sub-form-row input:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(196,162,101,.2); }
.sub-form-row .btn { height: 46px; }
.form-note { margin-top: 9px; font-size: 12px; color: var(--text-muted); }
@media (max-width: 900px) {
  .subscribe-cta { grid-template-columns: 1fr; padding: 32px 24px; }
}

/* ---------- Footer ---------- */
.site-footer {
  background: var(--dark);
  color: rgba(245,241,232,.78);
  border-top: 1px solid rgba(255,255,255,.05);
  margin-top: 0;
}
.site-footer .container { padding-top: 44px; padding-bottom: 30px; }
.footer-top {
  display: grid;
  grid-template-columns: 2fr 1.4fr 1.4fr 1.2fr;
  gap: 30px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255,255,255,.09);
}
.footer-top .brand-name { color: #ece4d6; }
.footer-top .brand-logo { background: linear-gradient(145deg, var(--red-dark), var(--red)); }
.footer-desc { font-size: 14px; line-height: 1.9; color: rgba(245,241,232,.58); margin-top: 12px; max-width: 260px; }
.footer-title {
  color: #ece4d6;
  font-family: var(--font-serif);
  font-size: 16px;
  letter-spacing: .05em;
  margin-bottom: 17px;
  font-weight: 700;
}
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-links a { font-size: 14px; color: rgba(245,241,232,.7); transition: color .2s, margin-left .2s; }
.footer-links a:hover { color: var(--gold-light); margin-left: 3px; }
.footer-contact p { font-size: 14px; line-height: 1.9; color: rgba(245,241,232,.64); }
.footer-contact a { color: var(--gold-light); border-bottom: 1px solid transparent; transition: border-color .2s; }
.footer-contact a:hover { border-bottom-color: var(--gold-light); }
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 22px;
  font-size: 13px;
  color: rgba(245,241,232,.4);
}
@media (max-width: 1000px) {
  .footer-top { grid-template-columns: 1.2fr 1fr; gap: 24px; }
  .footer-top > div:first-child { grid-column: span 2; }
}
@media (max-width: 600px) {
  .footer-top { grid-template-columns: 1fr; }
  .footer-top > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}

/* ---------- Responsive nav ---------- */
@media (max-width: 1024px) {
  .main-nav { display: none; }
  .nav-toggle { display: inline-flex; }
  .header-inner { justify-content: flex-start; }
  .header-actions { margin-left: auto; }
  .site-header.menu-open .main-nav {
    display: flex;
    position: fixed;
    top: var(--header-h);
    left: 12px; right: 12px;
    margin: 0 auto;
    background: var(--cream);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    box-shadow: 0 16px 34px var(--shadow-warm);
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    gap: 2px;
  }
  .site-header.menu-open .main-nav .nav-link { width: 100%; justify-content: flex-start; height: 46px; }
  .site-header.menu-open .main-nav .nav-link.active::after { left: 14px; top: 14px; bottom: 14px; right: auto; width: 3px; height: auto; border-radius: 3px; }
}
@media (max-width: 520px) {
  .header-cta span { display: none; }
  .header-cta { width: 42px; padding: 0; justify-content: center; }
  .brand-name { font-size: 16px; }
  .brand-badge { display: none; }
  .brand-logo { width: 38px; height: 38px; border-radius: 10px; }
  .site-header:not(.scrolled) { background: rgba(36,31,28,.74); backdrop-filter: blur(8px); }
}

/* ---------- Misc spacing ---------- */
.space-top { margin-top: 50px; }
.center { text-align: center; }
.pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(22,58,47,.08);
  border: 1px solid rgba(22,58,47,.25);
  color: var(--green);
  border-radius: 999px;
  padding: 5px 13px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .01em;
}
.section-with-divider { border-top: 1px solid var(--line); }

@media (max-width: 768px) {
  .section { padding-block: 56px; }
}
