:root {
  color-scheme: light;
  --paper: #f5f0e6;
  --paper-deep: #e8dfcf;
  --ink: #171717;
  --muted: #6d685f;
  --wine: #8f1738;
  --wine-dark: #5e0c25;
  --sky: #56c9eb;
  --acid: #d6e851;
  --white: #fffdf8;
  --line: rgba(23, 23, 23, .16);
  --shadow: 0 26px 70px rgba(50, 35, 20, .13);
  --shell: min(1480px, calc(100% - 64px));
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body,
h1,
h2,
h3,
p,
figure,
ul,
ol { margin: 0; }

body {
  min-width: 320px;
  background: var(--paper);
  color: var(--ink);
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", system-ui, sans-serif;
  line-height: 1.7;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

body.menu-open { overflow: hidden; }

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }

.skip-link {
  position: fixed;
  z-index: 1000;
  left: 16px;
  top: -60px;
  padding: 10px 16px;
  background: var(--ink);
  color: var(--white);
  transition: top .2s;
}
.skip-link:focus { top: 16px; }

.utility-bar { background: var(--ink); color: rgba(255,255,255,.76); font-size: 12px; letter-spacing: .12em; }
.utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }

.site-header { position: relative; z-index: 50; background: rgba(245,240,230,.97); border-bottom: 1px solid var(--line); }
.masthead { min-height: 112px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 15px; justify-self: start; }
.brand img { width: 64px; height: 64px; object-fit: contain; filter: drop-shadow(0 8px 14px rgba(143,23,56,.18)); }
.brand strong { display: block; font-size: 26px; letter-spacing: .04em; line-height: 1.2; }
.brand small { display: block; margin-top: 6px; color: var(--muted); font-size: 10px; letter-spacing: .2em; }
.edition-mark { text-align: center; font-family: Georgia, "Songti SC", serif; }
.edition-mark span { display: block; font-size: 18px; letter-spacing: .18em; }
.edition-mark small { display: block; color: var(--wine); font-size: 11px; letter-spacing: .12em; margin-top: 6px; }

.menu-toggle { display: none; background: none; border: 0; justify-self: end; padding: 8px; cursor: pointer; }
.menu-toggle span { display: block; width: 28px; height: 2px; margin: 5px 0; background: currentColor; transition: transform .25s, opacity .25s; }
.menu-toggle b { font-size: 11px; letter-spacing: .15em; }

.main-nav { background: var(--wine); color: var(--white); }
.nav-inner { display: grid; grid-template-columns: repeat(7, 1fr); }
.main-nav a { min-height: 54px; display: grid; place-items: center; border-left: 1px solid rgba(255,255,255,.17); font-size: 14px; letter-spacing: .04em; transition: background .25s, color .25s; }
.main-nav a:last-child { border-right: 1px solid rgba(255,255,255,.17); }
.main-nav a:hover,
.main-nav a.active { background: var(--acid); color: var(--ink); }

.hero { padding: 56px 0 52px; background: linear-gradient(135deg, #f8f3ea 0 61%, #ebdfcf 61%); }
.hero-grid { min-height: 690px; display: grid; grid-template-columns: .96fr 1.12fr; gap: 54px; align-items: stretch; }
.hero-copy { padding: 16px 0 10px; display: flex; flex-direction: column; }
.issue-line { display: flex; justify-content: space-between; padding-bottom: 13px; border-bottom: 2px solid var(--ink); font-size: 11px; font-weight: 700; letter-spacing: .18em; }
.eyebrow,
.section-kicker { color: var(--wine); font-size: 12px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow { margin-top: 42px; }
.hero h1 { max-width: 780px; margin-top: 18px; font-family: Georgia, "Songti SC", serif; font-size: clamp(52px, 5.4vw, 88px); font-weight: 500; line-height: 1.08; letter-spacing: -.04em; }
.hero-lead { max-width: 700px; margin-top: 28px; color: #504b44; font-size: 18px; line-height: 2; }
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid var(--ink); border-radius: 999px; font-weight: 700; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(23,23,23,.12); }
.button-primary { background: var(--ink); color: var(--white); }
.button-ghost { background: transparent; }
.hero-meta { list-style: none; padding: 0; margin-top: auto; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hero-meta li { padding: 18px 16px 18px 0; }
.hero-meta li + li { padding-left: 16px; border-left: 1px solid var(--line); }
.hero-meta b,
.hero-meta span { display: block; }
.hero-meta b { font-size: 13px; }
.hero-meta span { margin-top: 4px; color: var(--muted); font-size: 11px; }

.hero-visual { position: relative; min-height: 650px; overflow: hidden; background: #1c1513; box-shadow: var(--shadow); }
.hero-visual::before { content: "黄果官方封面"; position: absolute; z-index: 3; top: 26px; left: 26px; padding: 8px 12px; background: var(--sky); color: var(--ink); font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.88) contrast(1.03); }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(15,8,8,.96) 0, rgba(15,8,8,.1) 64%); pointer-events: none; }
.hero-visual figcaption { position: absolute; z-index: 2; left: 38px; right: 38px; bottom: 34px; color: var(--white); }
.story-tag { display: inline-block; margin-bottom: 10px; color: var(--acid); font-size: 12px; font-weight: 800; letter-spacing: .13em; }
.hero-visual strong { display: block; font-family: Georgia, "Songti SC", serif; font-size: clamp(38px, 4vw, 62px); font-weight: 500; }
.hero-visual p { max-width: 620px; color: rgba(255,255,255,.76); font-size: 14px; }

.news-ticker { overflow: hidden; background: var(--sky); border-block: 2px solid var(--ink); }
.ticker-inner { min-height: 50px; display: flex; align-items: center; }
.ticker-inner > strong { flex: 0 0 auto; padding-right: 22px; border-right: 2px solid var(--ink); font-size: 13px; letter-spacing: .08em; }
.ticker-window { overflow: hidden; }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 22px; padding-left: 22px; animation: ticker 30s linear infinite; }
.ticker-track span { font-size: 13px; font-weight: 700; white-space: nowrap; }
.ticker-track i { width: 5px; height: 5px; border-radius: 50%; background: var(--wine); }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding: 120px 0; }
.ranking-section { background: var(--ink); color: var(--white); }
.ranking-layout { display: grid; grid-template-columns: 410px 1fr; gap: 72px; align-items: start; }
.ranking-intro { position: sticky; top: 28px; }
.ranking-intro .section-kicker { color: var(--sky); }
.ranking-intro h2 { margin-top: 16px; font-family: Georgia, "Songti SC", serif; font-size: clamp(52px, 5vw, 78px); font-weight: 500; line-height: 1.1; }
.ranking-intro > p:not(.section-kicker) { margin-top: 26px; color: rgba(255,255,255,.6); }
.ranking-note { margin-top: 42px; padding: 24px; border: 1px solid rgba(255,255,255,.17); background: rgba(255,255,255,.04); }
.ranking-note b,
.ranking-note span { display: block; }
.ranking-note b { color: var(--acid); font-size: 12px; letter-spacing: .13em; }
.ranking-note span { margin-top: 10px; color: rgba(255,255,255,.7); font-size: 13px; }
.ranking-list { list-style: none; padding: 0; border-top: 1px solid rgba(255,255,255,.25); }
.rank-item { position: relative; display: grid; grid-template-columns: 72px 108px 1fr auto; gap: 26px; align-items: center; min-height: 174px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.rank-item::after { content: "黄果榜单"; position: absolute; z-index: 2; top: 22px; left: 98px; padding: 4px 6px; background: var(--wine); color: #fff; font-size: 8px; font-weight: 800; letter-spacing: .08em; }
.rank-no { align-self: start; padding-top: 3px; color: var(--sky); font-family: Georgia, serif; font-size: 40px; line-height: 1; }
.rank-item img { width: 108px; height: 132px; object-fit: cover; object-position: top center; border-radius: 4px; }
.rank-type { color: var(--sky); font-size: 11px; letter-spacing: .11em; }
.rank-copy h3 { margin-top: 5px; font-family: Georgia, "Songti SC", serif; font-size: 28px; font-weight: 500; }
.rank-copy p { margin-top: 8px; color: rgba(255,255,255,.55); font-size: 13px; }
.rank-mark { padding: 7px 10px; border: 1px solid rgba(214,232,81,.5); color: var(--acid); font-size: 10px; letter-spacing: .08em; white-space: nowrap; }

.latest-section { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; padding-bottom: 30px; border-bottom: 2px solid var(--ink); }
.section-heading h2,
.collection-head h2,
.brand-copy h2 { margin-top: 12px; font-family: Georgia, "Songti SC", serif; font-size: clamp(48px, 5vw, 72px); font-weight: 500; line-height: 1.08; }
.section-heading > p { color: var(--muted); }
.latest-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 34px; }
.latest-card { min-width: 0; background: var(--white); border: 1px solid var(--line); box-shadow: 0 12px 26px rgba(40,28,18,.06); transition: transform .25s, box-shadow .25s; }
.latest-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.latest-card figure { position: relative; aspect-ratio: 2 / 2.7; overflow: hidden; background: #d9d2c6; }
.latest-card figure::after { content: "黄果收录"; position: absolute; left: 0; top: 0; padding: 7px 10px; background: var(--wine); color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.latest-card figure img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform .55s; }
.latest-card:hover figure img { transform: scale(1.035); }
.latest-card figure > span { position: absolute; z-index: 2; right: 10px; bottom: 10px; padding: 5px 8px; background: rgba(23,23,23,.88); color: #fff; font-size: 10px; }
.latest-card > div { padding: 22px; }
.card-number { color: var(--wine); font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.latest-card h3 { margin-top: 8px; font-family: Georgia, "Songti SC", serif; font-size: 25px; font-weight: 600; line-height: 1.25; }
.latest-card > div > p:last-of-type { margin-top: 11px; color: var(--muted); font-size: 13px; }
.latest-card ul { list-style: none; padding: 16px 0 0; display: flex; gap: 8px; flex-wrap: wrap; }
.latest-card li { padding: 5px 8px; background: var(--paper); color: var(--wine); font-size: 10px; }
.feature-card { grid-column: span 2; display: grid; grid-template-columns: 1.1fr .9fr; }
.feature-card figure { aspect-ratio: auto; min-height: 470px; }
.feature-card > div { display: flex; flex-direction: column; justify-content: center; padding: 38px; background: var(--wine); color: var(--white); }
.feature-card .card-number { color: var(--acid); }
.feature-card h3 { font-size: 42px; }
.feature-card > div > p:last-of-type { color: rgba(255,255,255,.72); }
.feature-card li { background: rgba(255,255,255,.12); color: var(--white); }

.collection-section { background: var(--wine); color: var(--white); }
.collection-head { display: grid; grid-template-columns: 1.2fr .8fr; column-gap: 60px; align-items: end; }
.collection-head .section-kicker { color: var(--acid); grid-column: 1 / -1; }
.collection-head p:last-child { color: rgba(255,255,255,.64); }
.collection-grid { margin-top: 54px; display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid rgba(255,255,255,.25); }
.collection-story { position: relative; min-height: 360px; display: grid; grid-template-columns: 210px 1fr; border-bottom: 1px solid rgba(255,255,255,.25); }
.collection-story::after { content: "黄果题材"; position: absolute; z-index: 2; left: 0; top: 0; padding: 7px 10px; background: var(--sky); color: var(--ink); font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.collection-story:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.25); }
.collection-story:nth-last-child(-n+2) { border-bottom: 0; }
.collection-story img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; object-position: top center; }
.collection-story > div { padding: 36px 30px; display: flex; flex-direction: column; }
.collection-story span { color: var(--acid); font-size: 11px; letter-spacing: .1em; }
.collection-story h3 { margin-top: 12px; font-family: Georgia, "Songti SC", serif; font-size: 34px; font-weight: 500; }
.collection-story p { margin-top: 14px; color: rgba(255,255,255,.64); font-size: 13px; }
.collection-story b { margin-top: auto; padding-top: 24px; color: var(--sky); font-size: 11px; }

.brand-section { background: var(--paper-deep); }
.brand-layout { display: grid; grid-template-columns: 360px 1fr; gap: 90px; align-items: center; }
.brand-emblem { min-height: 530px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 50% 50% 4px 4px; background: radial-gradient(circle, rgba(86,201,235,.34), transparent 58%), var(--paper); }
.brand-emblem img { width: 220px; height: 220px; object-fit: contain; filter: drop-shadow(0 24px 30px rgba(94,12,37,.22)); }
.brand-emblem span { margin-top: 28px; color: var(--wine); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.brand-lead { margin-top: 28px; font-family: Georgia, "Songti SC", serif; font-size: 23px; line-height: 1.85; }
.brand-columns { margin-top: 30px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; color: var(--muted); font-size: 14px; }
.keyword-ribbon { list-style: none; padding: 0; margin-top: 32px; display: flex; flex-wrap: wrap; gap: 9px; }
.keyword-ribbon li { padding: 8px 13px; border: 1px solid var(--wine); color: var(--wine); border-radius: 999px; font-size: 11px; }

.watch-section { background: var(--sky); border-block: 2px solid var(--ink); }
.watch-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; }
.watch-heading { border-right: 2px solid var(--ink); }
.watch-heading > span { font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.watch-heading h2 { margin-top: 18px; font-family: Georgia, "Songti SC", serif; font-size: clamp(52px, 5vw, 78px); font-weight: 500; line-height: 1.1; }
.watch-copy > p:first-child { max-width: 900px; font-size: 18px; line-height: 2; }
.watch-steps { margin-top: 42px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.watch-steps article { min-height: 180px; padding: 24px 22px 20px 0; }
.watch-steps article + article { padding-left: 22px; border-left: 1px solid rgba(23,23,23,.4); }
.watch-steps span { color: var(--wine); font-family: Georgia, serif; font-size: 28px; }
.watch-steps h3 { margin-top: 18px; font-size: 16px; }
.watch-steps p { margin-top: 6px; font-size: 12px; color: rgba(23,23,23,.66); }
.rights-note { margin-top: 28px; padding-left: 16px; border-left: 4px solid var(--wine); color: rgba(23,23,23,.68); font-size: 12px; }

.site-footer { padding: 50px 0 26px; background: var(--ink); color: var(--white); }
.footer-top { display: grid; grid-template-columns: 1fr 1fr auto; gap: 40px; align-items: center; padding-bottom: 34px; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand img { width: 58px; height: 58px; object-fit: contain; }
.footer-brand strong,
.footer-brand span { display: block; }
.footer-brand strong { font-size: 21px; }
.footer-brand span { color: rgba(255,255,255,.45); font-size: 11px; }
.footer-top > p { color: rgba(255,255,255,.52); font-size: 13px; }
.footer-top > a { padding: 10px 14px; border: 1px solid rgba(255,255,255,.3); font-size: 12px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.4); font-size: 11px; }

.back-to-top { position: fixed; z-index: 40; right: 22px; bottom: 22px; width: 48px; height: 48px; border: 0; border-radius: 50%; background: var(--acid); box-shadow: 0 10px 30px rgba(0,0,0,.18); cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(12px); transition: opacity .25s, transform .25s, visibility .25s; }
.back-to-top.visible { opacity: 1; visibility: visible; transform: translateY(0); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1180px) {
  :root { --shell: min(100% - 40px, 1080px); }
  .masthead { grid-template-columns: 1fr 1fr; }
  .edition-mark { display: none; }
  .hero-grid { grid-template-columns: 1fr; min-height: 0; }
  .hero-visual { min-height: 600px; }
  .hero-meta { margin-top: 40px; }
  .ranking-layout { grid-template-columns: 320px 1fr; gap: 44px; }
  .latest-grid { grid-template-columns: repeat(3, 1fr); }
  .feature-card { grid-column: span 2; }
  .collection-story { grid-template-columns: 160px 1fr; }
  .brand-layout { grid-template-columns: 300px 1fr; gap: 54px; }
}

@media (max-width: 900px) {
  :root { --shell: calc(100% - 32px); }
  .utility-inner span:last-child { display: none; }
  .masthead { min-height: 84px; }
  .brand img { width: 52px; height: 52px; }
  .brand strong { font-size: 20px; }
  .brand small { display: none; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; z-index: 60; inset: 0 0 0 auto; width: min(82vw, 390px); padding: 110px 26px 30px; transform: translateX(100%); transition: transform .3s; box-shadow: -20px 0 60px rgba(0,0,0,.26); overflow-y: auto; }
  .main-nav.open { transform: translateX(0); }
  .nav-inner { width: 100%; display: block; }
  .main-nav a { justify-content: start; min-height: 58px; padding: 0 18px; border: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .menu-toggle[aria-expanded="true"] { position: fixed; z-index: 70; top: 52px; right: 26px; color: #fff; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .section { padding: 82px 0; }
  .ranking-layout { grid-template-columns: 1fr; }
  .ranking-intro { position: static; }
  .latest-grid { grid-template-columns: repeat(2, 1fr); }
  .section-heading,
  .collection-head { grid-template-columns: 1fr; gap: 20px; }
  .collection-grid { grid-template-columns: 1fr; }
  .collection-story:nth-child(odd) { border-right: 0; }
  .collection-story:nth-last-child(2) { border-bottom: 1px solid rgba(255,255,255,.25); }
  .brand-layout { grid-template-columns: 1fr; }
  .brand-emblem { min-height: 420px; }
  .watch-layout { grid-template-columns: 1fr; gap: 42px; }
  .watch-heading { border-right: 0; border-bottom: 2px solid var(--ink); padding-bottom: 30px; }
  .footer-top { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 24px); }
  .utility-inner { min-height: 30px; font-size: 9px; }
  .hero { padding: 30px 0 40px; background: var(--paper); }
  .hero-grid { gap: 34px; }
  .eyebrow { margin-top: 28px; }
  .hero h1 { font-size: clamp(42px, 13vw, 62px); }
  .hero-lead { font-size: 15px; line-height: 1.85; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-meta { grid-template-columns: 1fr; }
  .hero-meta li { padding: 13px 0; }
  .hero-meta li + li { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .hero-visual { min-height: 520px; }
  .hero-visual figcaption { left: 22px; right: 22px; bottom: 22px; }
  .ticker-inner > strong { padding-right: 12px; font-size: 10px; }
  .section { padding: 68px 0; }
  .ranking-intro h2,
  .section-heading h2,
  .collection-head h2,
  .brand-copy h2,
  .watch-heading h2 { font-size: 46px; }
  .rank-item { grid-template-columns: 50px 82px 1fr; gap: 14px; min-height: 145px; }
  .rank-item::after { left: 64px; padding: 3px 5px; font-size: 7px; }
  .rank-no { font-size: 28px; }
  .rank-item img { width: 82px; height: 112px; }
  .rank-copy h3 { font-size: 21px; }
  .rank-copy p,
  .rank-mark { display: none; }
  .latest-grid { grid-template-columns: 1fr; gap: 18px; }
  .feature-card { grid-column: auto; display: block; }
  .feature-card figure { min-height: 480px; }
  .feature-card > div { padding: 28px 22px; }
  .feature-card h3 { font-size: 32px; }
  .collection-story { grid-template-columns: 128px 1fr; min-height: 300px; }
  .collection-story img { min-height: 300px; }
  .collection-story > div { padding: 24px 18px; }
  .collection-story h3 { font-size: 26px; }
  .brand-emblem { min-height: 340px; }
  .brand-emblem img { width: 160px; height: 160px; }
  .brand-columns { grid-template-columns: 1fr; }
  .watch-copy > p:first-child { font-size: 15px; }
  .watch-steps { grid-template-columns: 1fr; }
  .watch-steps article { min-height: auto; padding: 18px 0; }
  .watch-steps article + article { padding-left: 0; border-left: 0; border-top: 1px solid rgba(23,23,23,.4); }
  .footer-bottom { flex-direction: column; }
  .back-to-top { right: 14px; bottom: 14px; }
}
