:root {
  color-scheme: light;
  --paper: #eee9df;
  --paper-2: #f8f5ee;
  --ink: #111111;
  --muted: #6f6a63;
  --red: #e44332;
  --red-dark: #b82921;
  --acid: #d7ff45;
  --line: rgba(17,17,17,.2);
  --page: clamp(20px,4.4vw,86px);
  --sans: Inter,"PingFang SC","Microsoft YaHei",system-ui,sans-serif;
  --serif: "Songti SC","STSong","Noto Serif CJK SC",serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; background: var(--paper); color: var(--ink); font-family: var(--sans); }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
h1,h2,h3,p,figure,blockquote,dl,dd { margin-top: 0; }
h1,h2 { margin-bottom: 0; font-family: var(--serif); font-weight: 900; letter-spacing: -.055em; }
h2 { font-size: clamp(48px,6.2vw,104px); line-height: .97; }
p { line-height: 1.85; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 15px; background: var(--acid); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.eyebrow { margin-bottom: 18px; color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }

.masthead { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid var(--ink); background: rgba(238,233,223,.94); backdrop-filter: blur(16px); }
.masthead-main { display: flex; min-height: 76px; align-items: center; gap: 36px; padding: 0 var(--page); }
.brand { display: flex; flex: 0 0 auto; align-items: center; gap: 12px; }
.brand img { width: 54px; height: 54px; object-fit: contain; }
.brand span { display: grid; }
.brand strong { font-family: var(--serif); font-size: 25px; line-height: 1; }
.brand small { margin-top: 5px; color: var(--muted); font-size: 7px; letter-spacing: .18em; }
.main-nav { display: flex; flex: 1; justify-content: flex-end; gap: clamp(14px,1.7vw,30px); }
.main-nav a { position: relative; padding: 30px 0; color: #55514c; font-size: 11px; font-weight: 800; white-space: nowrap; }
.main-nav a::after { position: absolute; right: 0; bottom: 20px; left: 0; height: 3px; background: var(--red); content: ""; transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.main-nav a:hover::after,.main-nav a.active::after { transform: scaleX(1); }
.menu-button { display: none; width: 44px; height: 44px; margin-left: auto; padding: 12px; border: 1px solid var(--ink); background: transparent; }
.menu-button i { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--ink); transition: .2s ease; }

.hero { display: grid; grid-template-columns: minmax(540px,.92fr) minmax(620px,1.08fr); min-height: calc(100svh - 77px); border-bottom: 1px solid var(--ink); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(80px,9vw,155px) var(--page); }
.hero h1 { max-width: 920px; font-size: clamp(62px,8vw,142px); line-height: .88; }
.hero-lead { max-width: 760px; margin: 35px 0 30px; color: #57524c; font-size: 14px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 25px; }
.solid-button { display: inline-flex; min-height: 54px; align-items: center; padding: 0 26px; background: var(--ink); color: #fff; font-size: 11px; font-weight: 900; transition: background .2s ease, transform .2s ease; }
.solid-button:hover { background: var(--red); transform: translateY(-2px); }
.under-link { border-bottom: 1px solid var(--ink); font-size: 11px; font-weight: 800; }
.hero-visual { position: relative; min-height: 780px; overflow: hidden; margin: 0; background: #181818; }
.hero-visual::after { position: absolute; inset: 0; background: linear-gradient(180deg,transparent 35%,rgba(0,0,0,.92)); content: ""; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.74) contrast(1.08); }
.hero-visual figcaption { position: absolute; z-index: 2; right: var(--page); bottom: 55px; left: var(--page); display: grid; gap: 8px; color: #fff; }
.hero-visual figcaption span { color: var(--acid); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.hero-visual figcaption strong { max-width: 700px; font-family: var(--serif); font-size: clamp(38px,4.6vw,78px); line-height: 1; }
.hero-visual figcaption small { color: rgba(255,255,255,.63); }

.news-wire { overflow: hidden; background: var(--red); color: #fff; }
.news-wire div { display: flex; width: max-content; animation: wire 24s linear infinite; }
.news-wire span { position: relative; padding: 16px 32px; font-size: 10px; font-weight: 900; white-space: nowrap; }
.news-wire span::after { position: absolute; top: 50%; right: -3px; width: 6px; height: 6px; border-radius: 50%; background: var(--acid); content: ""; transform: translateY(-50%); }
@keyframes wire { to { transform: translateX(-35%); } }

.hot-news { padding: clamp(90px,10vw,170px) var(--page); }
.section-heading { display: grid; grid-template-columns: minmax(520px,1.15fr) minmax(430px,.85fr); gap: clamp(45px,8vw,145px); align-items: end; max-width: 1700px; margin: 0 auto 45px; }
.section-heading > p { margin: 0; color: var(--muted); }
.filter-bar { display: flex; flex-wrap: wrap; max-width: 1700px; margin: 0 auto 28px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.filter-bar button { padding: 15px 22px; border: 0; border-right: 1px solid var(--line); background: transparent; color: var(--muted); cursor: pointer; font-size: 10px; font-weight: 800; }
.filter-bar button.active { background: var(--ink); color: #fff; }
.news-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 18px; max-width: 1700px; margin: auto; }
.filter-item.hidden { display: none; }
.lead-story,.brief-story,.wide-story { overflow: hidden; border: 1px solid var(--ink); background: var(--paper-2); }
.lead-story { grid-row: span 2; }
.lead-story img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.lead-story > div,.brief-story > div,.wide-story > div { padding: clamp(27px,3.8vw,58px); }
.source-chip { color: var(--red); font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.lead-story h3 { margin: 20px 0; font-family: var(--serif); font-size: clamp(36px,4vw,66px); line-height: 1.05; }
.lead-story p,.brief-story p,.wide-story p { color: var(--muted); font-size: 13px; }
.lead-story a,.brief-story a,.wide-story a,.influencer-copy > a { display: inline-block; margin-top: 12px; border-bottom: 1px solid currentColor; color: var(--red-dark); font-size: 10px; font-weight: 900; }
.brief-story { display: grid; grid-template-columns: minmax(190px,.75fr) minmax(240px,1.25fr); }
.brief-story img { width: 100%; height: 100%; object-fit: cover; }
.brief-story h3 { margin: 15px 0; font-family: var(--serif); font-size: clamp(25px,2.6vw,42px); line-height: 1.08; }
.dark-card { background: var(--ink); color: #fff; }
.dark-card p { color: rgba(255,255,255,.6); }
.dark-card a { color: var(--acid); }
.wide-story { grid-column: 1/-1; display: grid; grid-template-columns: minmax(500px,1.15fr) minmax(420px,.85fr); }
.wide-story h3 { margin: 18px 0; font-family: var(--serif); font-size: clamp(36px,4.5vw,76px); line-height: 1; }
.wide-story img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; }

.celebrity-desk { display: grid; grid-template-columns: minmax(520px,.9fr) minmax(650px,1.1fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: #171717; color: #fff; }
.celebrity-title-block { display: flex; flex-direction: column; justify-content: center; padding: clamp(80px,9vw,150px) var(--page); border-right: 1px solid rgba(255,255,255,.2); }
.celebrity-title-block p:last-child { margin: 38px 0 0; color: rgba(255,255,255,.6); }
.verification-timeline { margin: 0; padding: 0; list-style: none; }
.verification-timeline li { display: grid; grid-template-columns: 110px 1fr; gap: 25px; padding: clamp(34px,4vw,62px); border-bottom: 1px solid rgba(255,255,255,.17); }
.verification-timeline li:last-child { border-bottom: 0; }
.verification-timeline > li > span { color: var(--acid); font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.verification-timeline h3 { margin-bottom: 12px; font-family: var(--serif); font-size: clamp(26px,2.5vw,42px); }
.verification-timeline p { margin: 0; color: rgba(255,255,255,.56); font-size: 12px; }

.influencer-report { display: grid; grid-template-columns: minmax(580px,1.05fr) minmax(560px,.95fr); min-height: 900px; background: #d7ff45; }
.influencer-image { position: relative; overflow: hidden; }
.influencer-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7); }
.influencer-image span { position: absolute; top: 30px; left: 30px; padding: 10px 12px; background: var(--ink); color: #fff; font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.influencer-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(75px,8vw,135px) var(--page); }
.influencer-copy h2 { font-size: clamp(54px,6vw,100px); }
.influencer-copy > p:not(.eyebrow) { margin: 35px 0 25px; }
.influencer-copy blockquote { margin: 0; padding: 22px 0 22px 28px; border-left: 5px solid var(--red); font-family: var(--serif); font-size: clamp(18px,1.7vw,28px); line-height: 1.6; }
.commerce-check { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 45px; border-top: 1px solid var(--ink); }
.commerce-check div { padding: 20px 14px 0 0; }
.commerce-check dt { font-size: 11px; font-weight: 900; }
.commerce-check dd { margin-top: 7px; font-size: 9px; line-height: 1.65; }

.entertainment-files { padding: clamp(90px,10vw,170px) var(--page); background: var(--red); color: #fff; }
.entertainment-files > header { display: grid; grid-template-columns: minmax(520px,1.2fr) minmax(430px,.8fr); gap: clamp(45px,8vw,145px); align-items: end; max-width: 1700px; margin: 0 auto 70px; }
.entertainment-files .eyebrow { color: var(--acid); }
.entertainment-files > header > p:last-child { margin: 0; color: rgba(255,255,255,.72); }
.file-board { display: grid; grid-template-columns: repeat(4,1fr); max-width: 1700px; margin: auto; border-top: 1px solid rgba(255,255,255,.45); border-left: 1px solid rgba(255,255,255,.45); }
.file-board article { min-height: 360px; padding: clamp(28px,3.4vw,52px); border-right: 1px solid rgba(255,255,255,.45); border-bottom: 1px solid rgba(255,255,255,.45); }
.file-board b { display: block; margin-bottom: 70px; color: var(--acid); font-family: var(--serif); font-size: 52px; }
.file-board span { font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.file-board h3 { margin: 16px 0; font-family: var(--serif); font-size: clamp(27px,2.7vw,44px); }
.file-board p { color: rgba(255,255,255,.7); font-size: 11px; }

.workplace { display: grid; grid-template-columns: minmax(560px,.9fr) minmax(640px,1.1fr); background: var(--paper-2); }
.workplace-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(85px,9vw,155px) var(--page); }
.workplace-copy > p:not(.eyebrow) { margin: 35px 0; color: var(--muted); }
.workplace-notes { border-top: 1px solid var(--ink); }
.workplace-notes p { display: grid; grid-template-columns: 140px 1fr; gap: 20px; margin: 0; padding: 18px 0; border-bottom: 1px solid var(--line); font-size: 11px; }
.workplace figure { position: relative; min-height: 860px; margin: 0; }
.workplace figure img { width: 100%; height: 100%; object-fit: cover; }
.workplace figcaption { position: absolute; right: 25px; bottom: 25px; padding: 12px 16px; background: var(--ink); color: #fff; font-size: 8px; letter-spacing: .13em; }

.about { display: grid; grid-template-columns: minmax(460px,.72fr) minmax(690px,1.28fr); min-height: 880px; background: var(--paper); }
.about-brand { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 25px; border-right: 1px solid var(--ink); background: var(--ink); color: #fff; }
.about-brand img { width: min(48%,270px); filter: drop-shadow(0 18px 35px rgba(228,67,50,.18)); }
.about-brand span { color: var(--acid); font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.about-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(85px,9vw,155px) var(--page); }
.about-lead { margin: 35px 0 20px; font-family: var(--serif); font-size: clamp(22px,2.1vw,34px); line-height: 1.6; }
.about-copy > p:not(.eyebrow):not(.about-lead) { color: var(--muted); }
.about-principles { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.about-principles span { padding: 8px 12px; border: 1px solid var(--ink); font-size: 9px; font-weight: 800; }

.site-footer { display: grid; grid-template-columns: minmax(300px,.8fr) 1fr auto; gap: 45px; align-items: center; padding: 65px var(--page) 28px; border-top: 1px solid var(--ink); background: #d8d0c3; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand img { width: 58px; height: 58px; object-fit: contain; }
.footer-brand div { display: grid; }
.footer-brand strong { font-family: var(--serif); font-size: 22px; }
.footer-brand span,.site-footer p,.site-footer > div:nth-child(3),.site-footer small { color: #665f57; font-size: 9px; line-height: 1.8; }
.site-footer > p { margin: 0; }
.site-footer > div:nth-child(3) { display: grid; text-align: right; }
.site-footer small { grid-column: 1/-1; padding-top: 22px; border-top: 1px solid rgba(17,17,17,.18); }

.back-top { position: fixed; z-index: 90; right: 22px; bottom: 22px; display: grid; width: 52px; height: 52px; place-items: center; border: 1px solid var(--ink); background: var(--acid); font-size: 18px; opacity: 0; transform: translateY(12px); pointer-events: none; transition: .2s ease; }
.back-top.visible { opacity: 1; transform: none; pointer-events: auto; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1180px) {
  .menu-button { display: block; }
  .main-nav { position: fixed; top: 77px; right: 0; bottom: 0; left: 0; display: grid; align-content: start; gap: 0; padding: 18px var(--page) 50px; background: rgba(238,233,223,.98); opacity: 0; transform: translateY(-8px); visibility: hidden; transition: .2s ease; }
  .main-nav.open { opacity: 1; transform: none; visibility: visible; }
  .main-nav a { padding: 18px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
  .main-nav a::after { display: none; }
  .menu-button[aria-expanded="true"] i:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] i:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }
  .hero,.celebrity-desk,.influencer-report,.workplace,.about { grid-template-columns: 1fr; }
  .hero-visual { min-height: 700px; }
  .celebrity-title-block,.about-brand { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .influencer-image { min-height: 720px; }
  .workplace figure { min-height: 700px; }
  .about-brand { min-height: 600px; }
  .section-heading,.entertainment-files > header { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer > div:nth-child(3) { text-align: left; }
}

@media (max-width: 760px) {
  .brand img { width: 46px; height: 46px; }
  .brand strong { font-size: 20px; }
  .brand small { display: none; }
  .hero-copy { padding-top: 80px; padding-bottom: 75px; }
  .hero h1 { font-size: clamp(58px,16vw,86px); }
  .hero-visual { min-height: 580px; }
  .filter-bar { overflow-x: auto; flex-wrap: nowrap; }
  .filter-bar button { flex: 0 0 auto; }
  .news-grid { grid-template-columns: 1fr; }
  .lead-story { grid-row: auto; }
  .brief-story,.wide-story { grid-column: auto; grid-template-columns: 1fr; }
  .brief-story img,.wide-story img { aspect-ratio: 16/10; min-height: 0; }
  .verification-timeline li { grid-template-columns: 1fr; gap: 12px; }
  .influencer-image { min-height: 570px; }
  .commerce-check { grid-template-columns: 1fr; }
  .commerce-check div { padding: 15px 0; border-bottom: 1px solid rgba(17,17,17,.2); }
  .file-board { grid-template-columns: 1fr; }
  .file-board article { min-height: auto; }
  .file-board b { margin-bottom: 35px; }
  .workplace-notes p { grid-template-columns: 1fr; gap: 7px; }
  .workplace figure { min-height: 580px; }
  .about-brand { min-height: 500px; }
  .site-footer { grid-template-columns: 1fr; gap: 25px; }
  .site-footer small { grid-column: auto; }
}

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