/*
Theme Name: PLAYCRAFT AWARDS
Theme URI: https://playcraftawards.com/
Author: MUSEDOOR
Description: PLAYCRAFT AWARDS 原创潮流创意设计大奖赛官方主题。内置赛事、作品、创作者、合作伙伴独立管理，以及首页内容编排功能。
Version: 1.2.1
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: playcraft-awards
Tags: portfolio, custom-logo, custom-menu, featured-images, responsive-layout
*/

:root {
  --ink: #0a0a0a;
  --paper: #f4f3ef;
  --white: #ffffff;
  --line: rgba(10, 10, 10, .22);
  --muted: #6a6a65;
  --acid: #d9ff43;
  --blue: #2145ff;
  --red: #ff453a;
  --font: "Source Han Sans SC", "Noto Sans CJK SC", "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font); font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
body.dialog-open { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { display: inline-flex; align-items: center; justify-content: center; color: inherit; text-align: center; vertical-align: middle; line-height: 1.2; }
.icon-button,
.join-button,
.menu-button,
.tab,
.filter-chip,
.tool-chip,
.query-tabs button,
.query-input-wrap button,
.top20-selector button,
.qr-card a,
.round-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
  line-height: 1.2;
}
.icon-button, .join-button, .menu-button { padding-top: 0; padding-bottom: 0; }
.join-button span { display: inline-flex; align-items: center; justify-content: center; line-height: 1; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 200; background: var(--acid); padding: .75rem 1rem; font-weight: 800; }
.skip-link:focus { top: 1rem; }

.announcement { height: 34px; overflow: hidden; background: var(--acid); border-bottom: 1px solid var(--ink); font-size: 11px; font-weight: 800; letter-spacing: .08em; white-space: nowrap; }
.announcement-track { display: flex; align-items: center; gap: 5rem; width: max-content; height: 100%; animation: ticker 28s linear infinite; }
@keyframes ticker { to { transform: translateX(-50%); } }

.site-header { position: sticky; top: 0; z-index: 80; height: 88px; display: grid; grid-template-columns: 210px 1fr auto; align-items: center; padding: 0 2.25rem; background: rgba(244,243,239,.93); backdrop-filter: blur(14px); border-bottom: 1px solid var(--ink); }
.brand { display: flex; align-items: center; gap: .8rem; width: max-content; }
.brand-mark { display: grid; place-items: center; width: 47px; height: 47px; background: var(--ink); color: var(--white); font-size: 23px; font-weight: 900; letter-spacing: -.15em; }
.brand-mark span { color: var(--acid); }
.brand-name { font-size: 11px; line-height: 1.05; font-weight: 900; letter-spacing: .05em; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(1rem, 2vw, 2rem); font-size: 12px; font-weight: 700; }
.desktop-nav a { position: relative; padding: .5rem 0; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: .25rem; width: 0; height: 2px; background: var(--ink); transition: width .25s; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { width: 100%; }
.header-actions { display: flex; align-items: center; gap: .7rem; }
.icon-button, .join-button, .menu-button { height: 42px; border: 1px solid var(--ink); background: transparent; padding: 0 1rem; font-size: 11px; font-weight: 800; letter-spacing: .04em; cursor: pointer; }
.join-button { background: var(--ink); color: var(--white); min-width: 90px; }
.join-button span { color: var(--acid); margin-left: .6rem; }
.menu-button { display: none; }
.mobile-nav { position: absolute; inset: 87px 0 auto; padding: 1.5rem 2rem 2rem; background: var(--paper); border-bottom: 1px solid var(--ink); grid-template-columns: repeat(2, 1fr); gap: 0; }
.mobile-nav a { padding: .9rem 0; border-bottom: 1px solid var(--line); font-weight: 800; }

.hero { min-height: calc(100vh - 122px); display: grid; grid-template-columns: 58% 42%; border-bottom: 1px solid var(--ink); }
.hero-copy { display: flex; flex-direction: column; padding: 3.5rem 3.2rem 2.8rem 2.25rem; overflow: hidden; }
.eyebrow, .section-index { display: flex; gap: 1rem; align-items: center; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow span { display: inline-grid; place-items: center; width: 30px; height: 30px; border: 1px solid var(--ink); border-radius: 50%; }
.hero h1 { margin: auto 0 2.8rem; line-height: .79; letter-spacing: -.075em; text-transform: uppercase; }
.cn-title { display: block; margin: 0 0 2.5rem .3rem; font-size: clamp(2rem, 3.5vw, 4rem); line-height: 1; letter-spacing: .14em; }
.en-title { display: block; font-size: clamp(5.3rem, 10.2vw, 12rem); font-weight: 900; white-space: nowrap; }
.en-title.outline { color: transparent; -webkit-text-stroke: 2px var(--ink); }
.hero-foot { display: flex; justify-content: space-between; align-items: flex-end; gap: 2rem; border-top: 1px solid var(--ink); padding-top: 1.2rem; }
.hero-foot p { margin: 0; font-size: 14px; color: #2c2c29; }
.text-link { display: inline-flex; gap: 1.5rem; align-items: center; font-size: 13px; font-weight: 800; border-bottom: 1px solid currentColor; padding-bottom: .35rem; white-space: nowrap; }
.text-link span { font-size: 1.5rem; line-height: 1; }
.hero-stage { position: relative; overflow: hidden; min-height: 620px; background: var(--ink); color: var(--white); }
.stage-grid { position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.25) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.25) 1px, transparent 1px); background-size: 12.5% 12.5%; transform: perspective(600px) rotate(-9deg) scale(1.3); }
.stage-kicker { position: absolute; left: 6%; top: 6%; font-size: 11px; line-height: 1.25; font-weight: 800; letter-spacing: .08em; }
.stage-number { position: absolute; right: -5%; bottom: -10%; color: var(--acid); font-size: clamp(21rem, 37vw, 43rem); line-height: .75; letter-spacing: -.13em; font-weight: 900; }
.stage-label { position: absolute; left: 6%; top: 26%; writing-mode: vertical-rl; transform: rotate(180deg); font-size: clamp(4rem, 7vw, 8rem); line-height: 1; font-weight: 900; }
.stage-meta { position: absolute; right: 5%; top: 6%; display: grid; gap: .3rem; text-align: right; font-size: 10px; font-weight: 800; }
.stage-badge { position: absolute; z-index: 2; left: 25%; bottom: 9%; display: grid; place-items: center; width: 112px; height: 112px; border: 1px solid var(--ink); border-radius: 50%; background: var(--red); color: var(--ink); font-size: 14px; line-height: 1.1; text-align: center; font-weight: 900; transform: rotate(-10deg); }

.section { padding: 8.5rem 2.25rem; }
.section-head { display: grid; grid-template-columns: 24% 1fr; gap: 4rem; align-items: start; margin-bottom: 6rem; }
.section-head > div:last-child { display: grid; grid-template-columns: minmax(420px, 1.1fr) minmax(220px, .55fr); align-items: end; gap: 3rem; }
.section h2 { margin: 0; font-size: clamp(3.6rem, 7vw, 8rem); line-height: .92; letter-spacing: -.065em; font-weight: 900; }
.section-head p { max-width: 31rem; margin: 0 0 .8rem; font-size: 16px; line-height: 1.75; }
.competitions { background: var(--white); }
.competition-tabs { display: flex; gap: 0; border-bottom: 1px solid var(--ink); }
.tab { border: 0; border-right: 1px solid var(--ink); background: transparent; padding: 1rem 1.5rem; margin-right: .5rem; font-size: 13px; font-weight: 800; cursor: pointer; opacity: .35; }
.tab.active { opacity: 1; }
.tab sup { color: var(--muted); font-size: 9px; }
.competition-row { display: grid; grid-template-columns: 100px 160px 1fr 240px 70px; gap: 1.25rem; align-items: center; min-height: 210px; padding: 1.4rem 0; border-bottom: 1px solid var(--ink); transition: opacity .3s, max-height .4s, padding .4s; overflow: hidden; }
.competition-row.filtered-out { display: none; }
.comp-date { display: flex; flex-direction: column; }
.comp-date strong { font-size: 3.4rem; line-height: .9; letter-spacing: -.05em; }
.comp-date span, .comp-type { font-size: 11px; font-weight: 800; letter-spacing: .05em; }
.status-dot { display: inline-block; width: 8px; height: 8px; margin-right: .5rem; border-radius: 50%; background: #27ca3f; }
.comp-title h3 { margin: 0; font-size: clamp(2rem, 3.5vw, 4rem); line-height: .95; letter-spacing: -.04em; }
.comp-title p { margin: .85rem 0 0; font-size: 12px; color: var(--muted); }
.comp-placeholder { position: relative; height: 156px; overflow: hidden; display: flex; align-items: flex-end; padding: 1rem; border: 1px solid var(--ink); font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.comp-placeholder::before { content: ""; position: absolute; inset: 20% -10%; background: var(--ink); transform: rotate(-14deg); }
.comp-placeholder span { position: relative; z-index: 1; }
.placeholder-a { background: var(--acid); }
.placeholder-a span { color: var(--acid); }
.placeholder-b { background: var(--blue); color: var(--white); }
.placeholder-b::before { background: var(--white); left: 50%; transform: rotate(26deg); }
.placeholder-b span { color: var(--blue); }
.placeholder-c { background: var(--red); }
.placeholder-c::before { border-radius: 50%; inset: -30% 20%; }
.placeholder-c span { color: var(--white); }
.round-arrow { display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid var(--ink); border-radius: 50%; font-size: 1.3rem; transition: background .2s, color .2s, transform .2s; }
.round-arrow:hover { background: var(--ink); color: var(--acid); transform: rotate(45deg); }

.works { background: var(--paper); }
.works-intro { display: grid; grid-template-columns: 24% 1fr; margin-bottom: 5rem; }
.works-intro h2 { max-width: 1000px; }
.works-intro em { color: var(--blue); font-style: normal; }
.filter-bar { display: flex; justify-content: space-between; align-items: center; gap: 2rem; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); padding: 1.25rem 0; font-size: 11px; font-weight: 800; }
.filter-actions { display: flex; flex-wrap: wrap; gap: .45rem; }
.filter-chip { border: 1px solid var(--ink); border-radius: 99px; background: transparent; padding: .5rem .9rem; font-size: 10px; font-weight: 800; cursor: pointer; }
.filter-chip.active, .filter-chip:hover { background: var(--ink); color: var(--acid); }
.works-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1.2rem; margin-top: 1.2rem; align-items: start; }
.work-card { grid-column: span 4; }
.work-card.work-large { grid-column: span 8; }
.work-card.work-wide { grid-column: 5 / span 8; }
.work-card.filtered-out { display: none; }
.work-visual { position: relative; display: flex; align-items: center; justify-content: center; aspect-ratio: 4 / 5; overflow: hidden; border: 1px solid var(--ink); }
.work-large .work-visual { aspect-ratio: 16 / 10; }
.work-wide .work-visual { aspect-ratio: 16 / 9; }
.visual-code { position: absolute; left: 1rem; top: 1rem; z-index: 2; font-size: 10px; font-weight: 900; }
.visual-cobalt { background: var(--blue); color: var(--white); }
.visual-cobalt::after { content: ""; width: 38%; height: 160%; background: var(--acid); transform: rotate(29deg); }
.visual-word { position: absolute; z-index: 2; right: 1.5rem; bottom: -.1em; font-size: clamp(5rem, 14vw, 13rem); line-height: .75; font-weight: 900; letter-spacing: -.08em; }
.visual-red { background: var(--red); }
.visual-red::before, .visual-red::after { content: ""; position: absolute; width: 65%; height: 65%; border: 3px solid var(--ink); border-radius: 50%; }
.visual-red::after { width: 35%; height: 35%; background: var(--paper); }
.play-icon { position: relative; z-index: 3; display: grid; place-items: center; width: 66px; height: 66px; background: var(--ink); color: var(--white); border-radius: 50%; padding-left: 4px; }
.visual-lime { background: var(--acid); }
.visual-lime::before { content: ""; position: absolute; width: 130%; height: 23%; background: var(--ink); transform: rotate(-34deg); }
.visual-object { position: relative; z-index: 2; display: grid; place-items: center; width: 46%; aspect-ratio: 1; background: var(--paper); border: 2px solid var(--ink); font-size: clamp(2rem, 5vw, 5rem); font-weight: 900; transform: rotate(12deg); }
.visual-black { background: var(--ink); color: var(--white); }
.waveform { display: flex; align-items: center; gap: 6px; height: 55%; }
.waveform i { display: block; width: 8px; height: 30%; background: var(--acid); }
.waveform i:nth-child(2), .waveform i:nth-child(6) { height: 70%; }
.waveform i:nth-child(3), .waveform i:nth-child(5) { height: 95%; background: var(--red); }
.waveform i:nth-child(4) { height: 55%; background: var(--white); }
.visual-silver { background: linear-gradient(135deg, #efefef, #8b8b8b 46%, #fafafa 47%, #bdbdbd 75%, #f3f3f3); }
.visual-silver::before { content: ""; position: absolute; inset: 12%; border: 1px solid var(--ink); transform: skewX(-20deg); }
.visual-word.vertical { right: 1rem; top: 1rem; bottom: auto; writing-mode: vertical-rl; font-size: clamp(3rem, 7vw, 7rem); color: var(--blue); }
.work-info { display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; padding: .9rem 0 2.2rem; }
.work-info h3 { margin: 0 0 .3rem; font-size: 1.25rem; }
.work-info p, .work-info span, .work-info strong { margin: 0; font-size: 10px; letter-spacing: .04em; }
.work-info > div:last-child { display: grid; gap: .35rem; text-align: right; }
.work-info strong { background: var(--acid); padding: .15rem .35rem; }
.works-empty { margin: 4rem 0; padding: 2rem; border: 1px solid var(--ink); text-align: center; font-weight: 800; }
.section-end { display: flex; justify-content: space-between; align-items: flex-end; gap: 2rem; margin-top: 5rem; }
.big-link { display: inline-flex; align-items: center; gap: 2rem; font-size: clamp(1.7rem, 3vw, 3.5rem); font-weight: 900; border-bottom: 2px solid var(--ink); }
.big-link span { font-size: 1.5em; }
.section-end > span { max-width: 320px; font-size: 10px; line-height: 1.6; font-weight: 800; text-align: right; }

.media-strip { overflow: hidden; background: var(--ink); color: var(--white); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.media-track { display: flex; align-items: center; gap: 2rem; width: max-content; padding: 1.25rem 0; font-size: clamp(1.4rem, 2.8vw, 3.5rem); font-weight: 900; letter-spacing: -.04em; animation: ticker 32s linear infinite; }
.media-track b { color: var(--acid); font-size: .55em; }

.system { background: var(--white); }
.system-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.system-card { min-height: 390px; display: flex; flex-direction: column; padding: 1.4rem; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.system-card > span { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid var(--ink); border-radius: 50%; font-size: 10px; }
.system-card h3 { margin: auto 0 1.3rem; font-size: clamp(1.9rem, 3vw, 3.6rem); letter-spacing: -.05em; }
.system-card p { margin: 0 0 2rem; max-width: 270px; }
.system-card small { border-top: 1px solid var(--line); padding-top: .7rem; font-size: 10px; font-weight: 900; }
.system-card:nth-child(2) { background: var(--acid); }
.top20-manifesto { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; margin-top: 6rem; text-align: center; font-size: 10px; font-weight: 900; }
.top20-manifesto span:last-child { text-align: right; }
.top20-manifesto span:first-child { text-align: left; }
.top20-manifesto strong { font-size: clamp(6rem, 17vw, 19rem); line-height: .75; letter-spacing: -.1em; }

.latest { background: var(--blue); color: var(--white); overflow: hidden; }
.latest-title { display: grid; grid-template-columns: 20% 1fr auto; align-items: end; gap: 2rem; margin-bottom: 5rem; }
.latest-title h2 { font-size: clamp(4rem, 9vw, 10rem); }
.latest-title h2 span { color: var(--acid); }
.top20-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.rank-card:nth-child(even) { margin-top: 5rem; }
.rank-visual { position: relative; aspect-ratio: 3 / 4; display: flex; align-items: center; justify-content: center; overflow: hidden; border: 1px solid rgba(255,255,255,.7); color: var(--ink); }
.rank-visual span { position: relative; z-index: 2; font-size: clamp(2.5rem, 5vw, 5.5rem); line-height: .72; font-weight: 900; letter-spacing: -.08em; }
.rv1 { background: var(--acid); }
.rv1::before { content: ""; position: absolute; width: 170%; height: 25%; background: var(--red); transform: rotate(-42deg); }
.rv2 { background: var(--red); }
.rv2::before { content: ""; position: absolute; width: 65%; aspect-ratio: 1; background: var(--paper); border-radius: 50%; }
.rv3 { background: var(--paper); }
.rv3::before { content: ""; position: absolute; inset: 18%; border: 18px solid var(--ink); transform: rotate(20deg); }
.rv4 { background: var(--ink); color: var(--acid); }
.rv4::before { content: ""; position: absolute; width: 90%; height: 90%; background-image: radial-gradient(var(--red) 12%, transparent 13%); background-size: 24px 24px; }
.rank-card p { display: flex; justify-content: space-between; gap: 1rem; margin: .8rem 0 0; font-size: 12px; }

.creators { background: var(--paper); }
.creators-title { display: grid; grid-template-columns: 24% 1fr; margin-bottom: 5rem; }
.creator-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.creator-card.offset { margin-top: 7rem; }
.portrait { display: flex; align-items: flex-end; aspect-ratio: 4 / 5; padding: 1rem; border: 1px solid var(--ink); font-size: 9px; line-height: 1.2; font-weight: 900; letter-spacing: .05em; overflow: hidden; }
.portrait::before { content: ""; display: block; width: 58%; aspect-ratio: .72; border-radius: 48% 48% 9% 9%; background: var(--ink); margin: auto auto -1rem; }
.p1 { background: var(--acid); }
.p2 { background: var(--red); }
.p2::before { width: 68%; transform: rotate(8deg); }
.p3 { background: var(--blue); color: var(--white); }
.p3::before { background: var(--white); transform: skew(-8deg); }
.creator-card h3 { margin: 1rem 0 .15rem; font-size: 1.7rem; letter-spacing: -.04em; }
.creator-card p, .creator-card small { margin: 0; font-size: 10px; }
.creator-card small { display: block; margin-top: .85rem; border-top: 1px solid var(--line); padding-top: .6rem; font-weight: 800; }
.creators > .big-link { margin-top: 6rem; }

.series { padding: 0; display: grid; grid-template-columns: 1fr 1fr; }
.series-panel { position: relative; min-height: 780px; padding: 2.25rem; display: grid; grid-template-rows: 1fr auto; overflow: hidden; }
.theme-panel { background: var(--ink); color: var(--white); }
.regional-panel { background: var(--acid); }
.panel-index { position: absolute; right: 2rem; top: 2rem; z-index: 2; display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid currentColor; border-radius: 50%; font-size: 10px; font-weight: 900; }
.panel-art { position: relative; display: grid; place-items: center; margin: -2rem -2rem 2rem; min-height: 500px; overflow: hidden; }
.panel-art > span { position: relative; z-index: 2; font-size: clamp(5rem, 11vw, 12rem); line-height: .69; letter-spacing: -.1em; font-weight: 900; }
.theme-art { color: var(--acid); }
.theme-art::before { content: ""; position: absolute; width: 45%; height: 140%; background: var(--red); transform: rotate(24deg); }
.region-art { color: var(--paper); }
.region-art::before { content: ""; position: absolute; width: 70%; aspect-ratio: 1; border-radius: 50%; background: var(--blue); }
.panel-copy p { margin: 0 0 1.2rem; font-size: 10px; font-weight: 900; }
.panel-copy h2 { margin-bottom: 2.5rem; font-size: clamp(3rem, 5.5vw, 6.5rem); }
.panel-copy a { font-weight: 900; border-bottom: 1px solid currentColor; }

.partners { background: var(--white); }
.partner-groups { border-top: 1px solid var(--ink); }
.partner-groups > div { display: grid; grid-template-columns: 220px repeat(4, 1fr); border-bottom: 1px solid var(--ink); min-height: 150px; align-items: stretch; }
.partner-groups span, .partner-groups strong { display: flex; align-items: center; padding: 1rem; border-right: 1px solid var(--line); font-size: 10px; }
.partner-groups span { padding-left: 0; font-weight: 900; }
.partner-groups strong { justify-content: center; font-size: 1rem; letter-spacing: -.03em; }
.partner-cta { display: flex; justify-content: space-between; align-items: flex-end; gap: 2rem; margin-top: 6rem; background: var(--acid); padding: 2rem; border: 1px solid var(--ink); }
.partner-cta span { font-size: clamp(2rem, 4.5vw, 5.5rem); line-height: .9; font-weight: 900; letter-spacing: -.06em; }
.partner-cta strong { border-bottom: 1px solid var(--ink); }

.news { background: var(--paper); }
.news-head { display: grid; grid-template-columns: 24% 1fr; margin-bottom: 4rem; }
.news-list { border-top: 1px solid var(--ink); }
.news-row { display: grid; grid-template-columns: 140px 150px 1fr 50px; align-items: center; gap: 1rem; min-height: 130px; border-bottom: 1px solid var(--ink); transition: padding .25s, background .25s; }
.news-row:hover { padding: 0 1rem; background: var(--white); }
.news-row time, .news-row span { font-size: 10px; font-weight: 800; }
.news-row h3 { margin: 0; font-size: clamp(1.2rem, 2.3vw, 2.6rem); letter-spacing: -.035em; }
.news-row i { font-size: 1.4rem; font-style: normal; }

.query-section { background: var(--ink); color: var(--white); padding: 8.5rem 2.25rem; }
.query-grid { display: grid; grid-template-columns: 46% 54%; max-width: 1600px; margin: auto; }
.section-index.light { color: var(--acid); }
.query-copy { padding-right: 5rem; }
.query-copy h2 { margin: 5rem 0 2rem; font-size: clamp(3.6rem, 6.7vw, 7.5rem); line-height: .9; letter-spacing: -.065em; }
.query-copy p { max-width: 420px; line-height: 1.8; color: #aaa; }
.verify-stamp { display: inline-flex; align-items: center; gap: 1rem; margin-top: 4rem; padding: 1rem 1.5rem; border: 1px solid var(--acid); color: var(--acid); font-size: 11px; font-weight: 900; transform: rotate(-3deg); }
.verify-stamp span { font-size: 2rem; }
.query-box { align-self: start; background: var(--paper); color: var(--ink); padding: 2rem; }
.query-tabs { display: flex; gap: 1.6rem; border-bottom: 1px solid var(--ink); }
.query-tabs button { border: 0; background: transparent; padding: 0 0 .8rem; font-size: 11px; font-weight: 900; cursor: pointer; opacity: .35; }
.query-tabs button.active { opacity: 1; border-bottom: 3px solid var(--ink); }
#query-form { padding: 4.5rem 0 2rem; }
#query-form label { display: block; margin-bottom: .8rem; font-size: 11px; font-weight: 900; }
.query-input-wrap { display: flex; border-bottom: 2px solid var(--ink); }
.query-input-wrap input { width: 100%; border: 0; background: transparent; padding: 1rem 0; outline: 0; font-size: clamp(1.25rem, 2.5vw, 2.5rem); font-weight: 800; text-transform: uppercase; }
.query-input-wrap button { border: 0; background: var(--acid); padding: 0 1.5rem; font-size: 11px; font-weight: 900; cursor: pointer; }
#query-form > p { margin: 1rem 0 0; color: var(--muted); font-size: 11px; }
.query-result { margin-top: 1rem; padding-top: 2rem; border-top: 1px solid var(--ink); }
.result-status { display: flex; justify-content: space-between; align-items: center; margin-bottom: 2rem; }
.result-status span { background: var(--ink); color: var(--acid); padding: .65rem .85rem; font-size: 11px; font-weight: 900; }
.result-status small { font-size: 9px; }
.query-result dl { margin: 0; }
.query-result dl > div { display: grid; grid-template-columns: 110px 1fr; padding: .8rem 0; border-top: 1px solid var(--line); }
.query-result dt { font-size: 11px; color: var(--muted); }
.query-result dd { margin: 0; font-size: 12px; font-weight: 800; }
.query-result dd strong { background: var(--acid); padding: .1rem .35rem; }

.join-section { display: grid; grid-template-columns: 1fr 420px; gap: 6rem; align-items: end; background: var(--acid); padding: 8.5rem 2.25rem; border-bottom: 1px solid var(--ink); }
.join-copy > span { font-size: 11px; font-weight: 900; }
.join-copy h2 { margin: 4rem 0 3rem; font-size: clamp(4rem, 8.5vw, 10rem); line-height: .86; letter-spacing: -.07em; }
.join-copy button { border: 0; border-bottom: 2px solid var(--ink); background: transparent; padding: 0 0 .35rem; font-size: 1.2rem; font-weight: 900; cursor: pointer; }
.qr-card { background: var(--paper); border: 1px solid var(--ink); padding: 2rem; cursor: pointer; text-align: left; }
.qr-card strong, .qr-card small { display: block; margin-top: 1rem; }
.qr-card strong { font-size: 1.8rem; }
.qr-card small { font-size: 10px; }
.qr-placeholder { position: relative; display: block; width: 100%; aspect-ratio: 1; border: 18px solid var(--white); background-color: var(--white); background-image: linear-gradient(90deg, var(--ink) 50%, transparent 50%), linear-gradient(var(--ink) 50%, transparent 50%); background-size: 22px 22px; background-position: 0 0, 11px 11px; image-rendering: pixelated; }
.qr-placeholder i { position: absolute; width: 28%; aspect-ratio: 1; border: 12px solid var(--ink); background: var(--white); }
.qr-placeholder i:nth-child(1) { left: 0; top: 0; }
.qr-placeholder i:nth-child(2) { right: 0; top: 0; }
.qr-placeholder i:nth-child(3) { left: 0; bottom: 0; }

.site-footer { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 4rem; background: var(--ink); color: var(--white); padding: 5rem 2.25rem 2.5rem; }
.footer-brand span { display: block; color: var(--acid); font-weight: 800; letter-spacing: .15em; }
.footer-brand strong { display: block; margin-top: 2rem; font-size: clamp(3rem, 6vw, 7rem); line-height: .75; letter-spacing: -.07em; }
.footer-links { display: grid; align-content: start; gap: .7rem; font-size: 12px; font-weight: 800; }
.footer-links a:hover { color: var(--acid); }
.footer-meta { display: flex; justify-content: space-between; align-items: flex-end; gap: 1rem; font-size: 9px; line-height: 1.6; }

.overlay-dialog { width: 100%; max-width: none; height: 100%; max-height: none; margin: 0; padding: 0; border: 0; background: var(--acid); color: var(--ink); }
.overlay-dialog::backdrop { background: rgba(0,0,0,.7); }
.dialog-inner { position: relative; min-height: 100%; padding: 8vh 8vw; display: flex; flex-direction: column; justify-content: center; }
.dialog-close { position: absolute; right: 3rem; top: 2.5rem; border: 0; border-bottom: 1px solid var(--ink); background: transparent; font-size: 11px; font-weight: 900; cursor: pointer; }
.dialog-index { font-size: 11px; font-weight: 900; }
.dialog-inner h2 { margin: 5rem 0; font-size: clamp(4rem, 8vw, 10rem); line-height: .85; letter-spacing: -.07em; }
.search-field { display: grid; grid-template-columns: 110px 1fr; align-items: center; max-width: 1200px; border-bottom: 3px solid var(--ink); font-size: 11px; font-weight: 900; }
.search-field input { min-width: 0; border: 0; background: transparent; padding: 1.3rem 0; outline: 0; font-size: clamp(1.5rem, 3.4vw, 4rem); font-weight: 900; }
.search-feedback { min-height: 1.5em; margin: 1rem 0 4rem 110px; font-size: 12px; }
.search-dialog .text-link { align-self: flex-start; margin-left: 110px; }
.join-dialog { background: var(--paper); }
.join-dialog-inner { display: grid; grid-template-columns: 1fr minmax(280px, 430px); align-items: center; gap: 8rem; }
.join-dialog-inner h2 { margin-bottom: 2rem; }
.join-dialog-inner p { max-width: 520px; line-height: 1.8; }
.modal-qr { padding: 2rem; background: var(--acid); border: 1px solid var(--ink); }
.modal-qr strong { display: block; margin-top: 1.5rem; font-size: 1.4rem; line-height: 1; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in-view { opacity: 1; transform: none; }

@media (max-width: 1180px) {
  .site-header { grid-template-columns: 190px 1fr auto; padding: 0 1.5rem; }
  .desktop-nav { gap: .8rem; }
  .desktop-nav a:nth-child(6), .desktop-nav a:nth-child(7) { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 680px; padding-left: 1.5rem; padding-right: 1.5rem; }
  .hero-stage { min-height: 620px; }
  .section { padding-left: 1.5rem; padding-right: 1.5rem; }
  .competition-row { grid-template-columns: 85px 135px 1fr 190px 55px; }
  .system-card { min-height: 340px; }
  .query-grid { grid-template-columns: 1fr; gap: 5rem; }
  .query-copy { padding-right: 0; }
  .join-section { grid-template-columns: 1fr 340px; }
}

@media (max-width: 820px) {
  .announcement { height: 30px; }
  .site-header { height: 72px; grid-template-columns: 1fr auto; padding: 0 1rem; }
  .brand-mark { width: 40px; height: 40px; }
  .desktop-nav, .icon-button { display: none; }
  .menu-button { display: inline-flex; }
  .mobile-nav { inset: 71px 0 auto; display: grid; }
  .hero { min-height: 0; }
  .hero-copy { min-height: 620px; padding: 2rem 1rem; }
  .hero h1 { margin-top: auto; }
  .cn-title { font-size: 1.7rem; margin-bottom: 2rem; }
  .en-title { font-size: clamp(4rem, 20.4vw, 7.8rem); }
  .hero-foot { display: grid; }
  .hero-stage { min-height: 560px; }
  .stage-number { font-size: 83vw; }
  .stage-label { font-size: 17vw; }
  .section, .query-section, .join-section { padding: 6rem 1rem; }
  .section-head, .works-intro, .creators-title, .news-head { grid-template-columns: 1fr; gap: 2.5rem; }
  .section-head > div:last-child { grid-template-columns: 1fr; gap: 2rem; }
  .section h2 { font-size: clamp(3.3rem, 15vw, 6.7rem); }
  .section-head { margin-bottom: 4rem; }
  .competition-tabs { overflow-x: auto; }
  .tab { flex: 0 0 auto; }
  .competition-row { grid-template-columns: 58px 1fr 48px; gap: 1rem; padding: 1.4rem 0; }
  .comp-type { grid-column: 2; grid-row: 1; align-self: start; }
  .comp-title { grid-column: 2; grid-row: 1 / span 2; padding-top: 1.8rem; }
  .comp-placeholder { grid-column: 1 / -1; height: 220px; }
  .round-arrow { grid-column: 3; grid-row: 1; width: 44px; height: 44px; }
  .filter-bar { display: block; }
  .filter-actions { margin-top: 1rem; flex-wrap: nowrap; overflow-x: auto; padding-bottom: .5rem; }
  .filter-chip { flex: 0 0 auto; }
  .works-grid { grid-template-columns: 1fr 1fr; }
  .work-card, .work-card.work-large, .work-card.work-wide { grid-column: auto; }
  .work-card.work-large { grid-column: 1 / -1; }
  .work-wide .work-visual, .work-large .work-visual { aspect-ratio: 4 / 5; }
  .work-info { display: block; }
  .work-info > div:last-child { margin-top: .6rem; text-align: left; }
  .section-end { display: grid; }
  .section-end > span { text-align: left; }
  .system-grid { grid-template-columns: 1fr 1fr; }
  .top20-manifesto { grid-template-columns: 1fr; }
  .top20-manifesto span:first-child, .top20-manifesto span:last-child { text-align: center; }
  .latest-title { grid-template-columns: 1fr; }
  .top20-grid { grid-template-columns: 1fr 1fr; }
  .creator-grid { grid-template-columns: 1fr 1fr; }
  .creator-card:last-child { grid-column: 1 / -1; width: calc(50% - .6rem); margin-left: auto; }
  .series { grid-template-columns: 1fr; }
  .series-panel { min-height: 680px; }
  .partner-groups > div { grid-template-columns: 1fr 1fr; }
  .partner-groups span { grid-column: 1 / -1; border-bottom: 1px solid var(--line); }
  .news-row { grid-template-columns: 100px 1fr 30px; padding: 1rem 0; }
  .news-row span { grid-column: 2; grid-row: 1; }
  .news-row h3 { grid-column: 1 / span 2; grid-row: 2; }
  .news-row i { grid-column: 3; grid-row: 1 / span 2; }
  .query-copy h2 { margin-top: 3rem; }
  .join-section { grid-template-columns: 1fr; }
  .qr-card { max-width: 380px; }
  .site-footer { grid-template-columns: 1fr 1fr; padding: 4rem 1rem 2rem; }
  .footer-meta { grid-column: 1 / -1; border-top: 1px solid #444; padding-top: 1.5rem; }
  .join-dialog-inner { grid-template-columns: 1fr; gap: 3rem; padding: 5rem 1rem 2rem; }
  .join-dialog-inner h2 { margin-top: 3rem; }
  .modal-qr { max-width: 340px; }
}

/* Unified masonry presentation for homepage works and creators */
.works .works-grid {
  display: block;
  column-count: 3;
  column-gap: 1.25rem;
}
.works .works-grid .work-card,
.works .works-grid .work-card.work-large,
.works .works-grid .work-card.work-wide {
  display: inline-block;
  width: 100%;
  margin: 0 0 1.25rem;
  break-inside: avoid;
  grid-column: auto;
  vertical-align: top;
}
.works .works-grid .work-card:nth-child(1) .work-visual { aspect-ratio: 16 / 10; }
.works .works-grid .work-card:nth-child(2) .work-visual { aspect-ratio: 4 / 5; }
.works .works-grid .work-card:nth-child(3) .work-visual { aspect-ratio: 1; }
.works .works-grid .work-card:nth-child(4) .work-visual { aspect-ratio: 3 / 5; }
.works .works-grid .work-card:nth-child(5) .work-visual { aspect-ratio: 16 / 9; }
.works .works-grid .work-card:nth-child(6) .work-visual { aspect-ratio: 3 / 4; }
.works .works-grid .work-card:nth-child(7) .work-visual { aspect-ratio: 16 / 9; }
.works .works-grid .work-card:nth-child(8) .work-visual { aspect-ratio: 9 / 16; }
.works .visual-sand { background: #e6ddd0; }
.works .visual-sand::before { content: ""; width: 48%; aspect-ratio: 1; border: 1px solid var(--ink); border-radius: 50%; }
.works .visual-sky { background: #b9d3e5; }
.works .visual-sky::before { content: ""; position: absolute; width: 72%; height: 1px; background: var(--ink); }
.works .visual-rose { background: #e2c8c4; }
.works .visual-rose::before { content: "A"; font-size: clamp(7rem, 12vw, 12rem); font-weight: 900; color: rgba(255,255,255,.72); }

.creators .creator-grid {
  display: block;
  column-count: 3;
  column-gap: 1.25rem;
}
.creators .creator-grid .creator-card,
.creators .creator-grid .creator-card.offset,
.creators .creator-grid .creator-card:last-child {
  display: inline-block;
  width: 100%;
  margin: 0 0 2.5rem;
  break-inside: avoid;
  vertical-align: top;
}
.creators .creator-grid .creator-card:nth-child(1) .portrait { aspect-ratio: 3 / 4; }
.creators .creator-grid .creator-card:nth-child(2) .portrait { aspect-ratio: 16 / 10; }
.creators .creator-grid .creator-card:nth-child(3) .portrait { aspect-ratio: 4 / 5; }
.creators .creator-grid .creator-card:nth-child(4) .portrait { aspect-ratio: 1; }
.creators .creator-grid .creator-card:nth-child(5) .portrait { aspect-ratio: 3 / 5; }
.creators .creator-grid .creator-card:nth-child(6) .portrait { aspect-ratio: 4 / 3; }

@media (max-width: 820px) {
  .works .works-grid,
  .creators .creator-grid { column-count: 2; }
}
@media (max-width: 520px) {
  .works .works-grid,
  .creators .creator-grid { column-count: 1; }
}

@media (max-width: 520px) {
  .brand-name { display: none; }
  .join-button { min-width: auto; }
  .header-actions { gap: .4rem; }
  .hero-copy { min-height: 560px; }
  .hero-stage { min-height: 450px; }
  .stage-badge { width: 84px; height: 84px; font-size: 11px; }
  .works-grid { grid-template-columns: 1fr; }
  .work-card.work-large, .work-card.work-wide { grid-column: auto; }
  .system-grid { grid-template-columns: 1fr; }
  .system-card { min-height: 300px; }
  .top20-grid { gap: .6rem; }
  .rank-card:nth-child(even) { margin-top: 2.5rem; }
  .rank-card p { display: block; }
  .creator-grid { grid-template-columns: 1fr; }
  .creator-card.offset { margin-top: 0; }
  .creator-card:last-child { grid-column: auto; width: auto; margin-left: 0; }
  .series-panel { min-height: 610px; padding: 1rem; }
  .panel-art { min-height: 390px; margin: -1rem -1rem 2rem; }
  .partner-cta { display: grid; }
  .news-row { grid-template-columns: 85px 1fr 24px; }
  .query-box { padding: 1.2rem; }
  .query-tabs { gap: 1rem; overflow-x: auto; }
  .query-tabs button { flex: 0 0 auto; }
  .query-input-wrap { display: grid; }
  .query-input-wrap button { padding: 1rem; }
  .result-status { align-items: flex-start; gap: 1rem; }
  .query-result dl > div { grid-template-columns: 82px 1fr; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-meta { grid-column: auto; }
  .dialog-inner { padding: 5rem 1rem 2rem; }
  .dialog-close { right: 1rem; top: 1.5rem; }
  .dialog-inner h2 { margin: 3rem 0; font-size: 15vw; }
  .search-field { grid-template-columns: 1fr; }
  .search-field span { margin-bottom: .5rem; }
  .search-feedback, .search-dialog .text-link { margin-left: 0; }
}

@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; }
}

/* Version 2 — youthful institutional direction */
:root {
  --ink: #13233a;
  --paper: #f5f7fa;
  --white: #ffffff;
  --line: rgba(19, 35, 58, .17);
  --muted: #687487;
  --acid: #e7b44a;
  --blue: #245b9e;
  --red: #c8403b;
}

body { background: var(--paper); }
.announcement { height: 36px; background: var(--blue); color: var(--white); border: 0; }
.announcement-track { width: 100%; justify-content: center; gap: clamp(2rem, 8vw, 9rem); padding: 0 1rem; animation: none; }
.announcement-track span:nth-child(2) { color: #fff1c9; }
.site-header { height: 92px; background: rgba(255,255,255,.96); border-bottom-color: #dbe1e8; }
.brand-mark { background: var(--blue); letter-spacing: -.08em; }
.brand-mark span { color: #fff; }
.brand-name { color: var(--ink); line-height: 1.15; }
.desktop-nav a::after { background: var(--red); }
.icon-button, .join-button, .menu-button { border-color: #b8c2cf; }
.join-button { background: var(--blue); border-color: var(--blue); }
.join-button span { color: #fff; }

.hero { grid-template-columns: 57% 43%; background: var(--white); border-bottom-color: #dbe1e8; }
.hero-copy { padding-top: 4.5rem; padding-bottom: 3.5rem; }
.eyebrow span { border-color: #aeb8c5; color: var(--blue); }
.hero h1 { line-height: .88; letter-spacing: -.045em; }
.cn-title { color: var(--red); font-size: clamp(2rem, 3.2vw, 3.65rem); letter-spacing: .16em; }
.en-title { font-size: clamp(4.8rem, 8.5vw, 10rem); }
.en-title.outline { color: #2b5c94; -webkit-text-stroke: 0; }
.hero-foot { border-top-color: #cfd6df; }
.hero-foot p { color: #4c5a6b; line-height: 1.7; }
.hero-stage { min-height: 620px; background: #173a67; }
.stage-grid { opacity: .12; background-size: 20% 20%; transform: none; }
.stage-number { right: 2%; bottom: -4%; color: rgba(255,255,255,.96); font-size: clamp(18rem, 31vw, 35rem); letter-spacing: -.1em; }
.stage-label { left: 7%; top: 30%; color: #f0c55f; font-size: clamp(3.8rem, 6vw, 6.8rem); }
.stage-badge { left: 9%; bottom: 8%; width: 106px; height: 106px; border-color: rgba(255,255,255,.6); background: var(--red); color: #fff; transform: none; }
.stage-meta { color: #dce6f1; }

.section { padding-top: 9rem; padding-bottom: 9rem; }
.section h2 { font-size: clamp(3.4rem, 6vw, 7rem); line-height: .96; letter-spacing: -.045em; }
.section-index { color: var(--blue); }
.competitions, .system, .partners { background: var(--white); }
.competition-tabs, .competition-row, .filter-bar, .partner-groups, .news-list { border-color: #bfc8d3; }
.tab { border-right-color: #d6dce4; }
.tab.active { color: var(--blue); }
.competition-row { min-height: 200px; border-bottom-color: #c7d0da; }
.competition-row:hover { background: #f7f9fb; }
.comp-date strong { color: var(--blue); }
.status-dot { background: #3d8b62; }
.comp-placeholder { border-color: #c5ccd4; }
.comp-placeholder::before { inset: 0 auto 0 66%; width: 1px; background: rgba(255,255,255,.7); transform: none; }
.placeholder-a { background: #dbe7f4; color: var(--blue); }
.placeholder-a span { color: var(--blue); }
.placeholder-b { background: #416f9f; }
.placeholder-b span { color: #fff; }
.placeholder-c { background: #d9c9b6; color: var(--ink); }
.placeholder-c span { color: var(--ink); }
.placeholder-c::before { inset: 0 auto 0 66%; border-radius: 0; }
.round-arrow { border-color: #9caaba; }
.round-arrow:hover { background: var(--blue); color: #fff; transform: none; }

.works-intro em { color: var(--blue); }
.filter-chip { border-color: #aab5c2; }
.filter-chip.active, .filter-chip:hover { background: var(--blue); color: #fff; border-color: var(--blue); }
.work-visual { border-color: #bcc5cf; }
.visual-cobalt { background: #356aa5; }
.visual-cobalt::after { width: 22%; height: 100%; background: #e1c06f; transform: none; }
.visual-word { font-size: clamp(4rem, 10vw, 10rem); letter-spacing: -.05em; opacity: .94; }
.visual-red { background: #bc5a51; }
.visual-red::before, .visual-red::after { border-width: 1px; }
.visual-red::after { background: #f6f1e9; }
.visual-lime { background: #d9e3ed; }
.visual-lime::before { width: 1px; height: 100%; background: #7895b4; transform: none; }
.visual-object { border-width: 1px; background: #fff; color: var(--blue); transform: none; }
.visual-black { background: #24364c; }
.waveform i { background: #d9b965; }
.waveform i:nth-child(3), .waveform i:nth-child(5) { background: #bd6a60; }
.visual-silver { background: linear-gradient(135deg, #eef1f4, #c3cbd4 55%, #f7f8fa); }
.visual-silver::before { transform: none; }
.visual-word.vertical { color: var(--blue); }
.work-info strong { background: #e9d39b; }
.big-link { color: var(--blue); border-bottom-color: var(--blue); }

.media-strip { background: var(--blue); border: 0; }
.media-track { padding: 1rem 0; font-size: clamp(1.2rem, 2.1vw, 2.5rem); animation-duration: 48s; }
.media-track b { color: #eac469; }
.system-grid { border-color: #bfc8d3; }
.system-card { min-height: 360px; border-color: #c7d0da; }
.system-card > span { border-color: #a9b5c2; color: var(--blue); }
.system-card:nth-child(2) { background: #eaf0f6; }
.top20-manifesto strong { color: var(--blue); font-size: clamp(5.5rem, 14vw, 15rem); }

.latest { background: #e9eff5; color: var(--ink); }
.latest-title h2 span { color: var(--red); }
.latest .text-link { color: var(--blue); }
.rank-visual { border-color: #aebac7; }
.rv1 { background: #dce7f1; }
.rv1::before { width: 20%; height: 100%; background: #c56a61; transform: none; }
.rv2 { background: #c8d8e8; }
.rv2::before { background: #fff; }
.rv3 { background: #f8f5ee; }
.rv3::before { border-width: 7px; border-color: #456b93; transform: none; }
.rv4 { background: #27496f; color: #fff; }
.rv4::before { opacity: .25; background-image: radial-gradient(#fff 8%, transparent 9%); background-size: 26px 26px; }

.portrait { border-color: #b8c2ce; }
.portrait::before { border-radius: 48% 48% 12% 12%; background: #536b85; }
.p1 { background: #dde7ef; }
.p2 { background: #eadbd2; }
.p2::before { transform: none; }
.p3 { background: #7899ba; }
.p3::before { background: #f3f5f7; transform: none; }

.theme-panel { background: #173a67; }
.regional-panel { background: #edf1f5; }
.theme-art { color: #fff; }
.theme-art::before { width: 1px; height: 100%; background: rgba(255,255,255,.3); transform: none; }
.region-art { color: #fff; }
.region-art::before { background: #577ea7; }
.regional-panel .panel-copy h2 { color: var(--ink); }
.panel-art > span { font-size: clamp(4.5rem, 8.5vw, 9rem); line-height: .78; letter-spacing: -.06em; }

.partner-groups > div { border-color: #c8d0d9; }
.partner-groups span, .partner-groups strong { border-right-color: #dbe0e6; }
.partner-groups strong { color: #53657a; }
.partner-cta { background: var(--blue); color: #fff; border: 0; }
.partner-cta strong { border-bottom-color: #fff; }
.news-row { border-bottom-color: #c5ced8; }
.news-row:hover { background: #fff; }
.news-row span { color: var(--blue); }

.query-section { background: #162f52; }
.section-index.light { color: #f0c667; }
.verify-stamp { border-color: #e9c25e; color: #f2cd70; transform: none; }
.query-box { background: #fff; }
.query-tabs button.active { color: var(--blue); border-bottom-color: var(--blue); }
.query-input-wrap button { background: var(--blue); color: #fff; }
.result-status span { background: var(--blue); color: #fff; }
.query-result dd strong { background: #e8d7a9; }

.join-section { background: #e8eef4; }
.join-copy > span { color: var(--blue); }
.join-copy button { color: var(--blue); border-bottom-color: var(--blue); }
.qr-card { background: #fff; border-color: #aeb9c5; }
.site-footer { background: #122640; }
.footer-brand span { color: #e7c56f; }
.footer-links a:hover { color: #f0cc70; }
.overlay-dialog { background: #e8eef4; }
.modal-qr { background: #e8eef4; }
.reveal { transform: translateY(18px); }

@media (max-width: 820px) {
  .site-header { height: 74px; }
  .mobile-nav { inset: 73px 0 auto; background: #fff; }
  .announcement-track { justify-content: flex-start; gap: 2rem; overflow: hidden; }
  .announcement-track span:last-child { display: none; }
  .hero-copy { min-height: 600px; }
  .hero-stage { min-height: 500px; }
  .stage-number { font-size: 72vw; }
  .section { padding-top: 6.5rem; padding-bottom: 6.5rem; }
}

/* WordPress integration */
body.admin-bar .site-header { top: 32px; }
.custom-logo-link { display: flex; align-items: center; }
.desktop-nav .pc-menu, .mobile-nav .pc-menu, .footer-menu { list-style: none; margin: 0; padding: 0; }
.desktop-nav .pc-menu, .desktop-nav .menu-fallback { display: flex; justify-content: center; gap: clamp(1rem, 2vw, 2rem); }
.mobile-nav .pc-menu, .mobile-nav .menu-fallback { display: grid; grid-template-columns: repeat(2, 1fr); }
.desktop-nav .current-menu-item > a, .desktop-nav .current-menu-ancestor > a { color: var(--blue); }
.footer-menu li { margin-bottom: .7rem; }
.custom-logo { display: block; width: auto; max-width: 150px; max-height: 52px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { z-index: 100000; display: block; top: 5px; left: 5px; width: auto; height: auto; clip: auto; padding: 15px 23px 14px; background: #fff; color: #111; font-weight: 700; }
.work-visual.has-image, .creator-cover.has-image, .detail-main-visual.has-image, .competition-feature-art.has-image { display: block; }
.work-visual img, .creator-cover img, .portrait.has-image img, .detail-main-visual img, .competition-feature-art img, .comp-placeholder.has-image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.portrait.has-image { padding: 0; }
.portrait.has-image::before, .detail-main-visual.has-image::before, .comp-placeholder.has-image::before { display: none; }
.comp-placeholder.has-image { padding: 0; }
.logo-grid img { display: block; max-width: 70%; max-height: 72px; width: auto; height: auto; object-fit: contain; }
.qr-placeholder img { display: block; width: 100%; height: 100%; object-fit: contain; }
.work-card a { display: block; }
.creator-card a { display: block; }
.entry-content { font-size: 1.05rem; line-height: 1.9; }
.entry-content > * { max-width: 860px; }
.entry-content > .alignwide { max-width: 1200px; }
.entry-content > .alignfull { max-width: none; }
.entry-content img { max-width: 100%; height: auto; }
.archive-empty { padding: 6rem 2.25rem; border-top: 1px solid #c5ced7; }
.archive-empty h2 { margin: 0 0 1rem; font-size: clamp(2.4rem,5vw,5rem); }
.archive-empty p { max-width: 600px; color: var(--muted); }
.pagination { display: flex; gap: .5rem; justify-content: center; padding: 3rem 2.25rem 7rem; }
.pagination .page-numbers { min-width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid #aeb9c5; }
.pagination .current { background: var(--blue); color: #fff; border-color: var(--blue); }
.pagination ul.page-numbers { display: flex; gap: .5rem; width: auto; height: auto; border: 0; list-style: none; margin: 0; padding: 0; }
.wp-caption, .gallery-caption { max-width: 100%; }
.sticky { position: relative; }
.bypostauthor { display: initial; }
@media (max-width: 782px) { body.admin-bar .site-header { top: 46px; } }
