.inner-header .desktop-nav a[aria-current="page"] { color: var(--blue); }
.inner-header .desktop-nav a[aria-current="page"]::after { width: 100%; }
.page-main { min-height: 70vh; }
.page-hero { padding: 7rem 2.25rem 5rem; background: var(--white); border-bottom: 1px solid #cbd3dc; }
.page-hero-grid { display: grid; grid-template-columns: 22% 1fr; gap: 3rem; align-items: end; }
.page-hero h1 { margin: 0; font-size: clamp(4.5rem, 10vw, 11rem); line-height: .82; letter-spacing: -.065em; }
.page-hero h1 span { display: block; margin-top: 1.5rem; color: var(--red); font-size: clamp(1.5rem, 2.8vw, 3rem); line-height: 1.1; letter-spacing: .12em; }
.page-hero-summary { display: grid; grid-template-columns: 1fr minmax(240px, 430px); gap: 3rem; align-items: end; margin-top: 4.5rem; padding-top: 1.5rem; border-top: 1px solid #cbd3dc; }
.page-hero-summary p { max-width: 650px; margin: 0; font-size: 1.1rem; line-height: 1.8; }
.page-hero-meta { display: flex; justify-content: space-between; gap: 1rem; font-size: 11px; font-weight: 800; color: var(--muted); }
.content-section { padding: 7rem 2.25rem; }
.content-section.white { background: var(--white); }
.content-section.navy { background: #162f52; color: var(--white); }
.content-head { display: grid; grid-template-columns: 22% 1fr; gap: 3rem; margin-bottom: 4rem; }
.content-head h2 { max-width: 1000px; margin: 0; font-size: clamp(2.8rem, 5.5vw, 6.5rem); line-height: .95; letter-spacing: -.045em; }
.content-head p { max-width: 650px; margin: 1.5rem 0 0; line-height: 1.8; color: var(--muted); }
.nav-shell { display: contents; }

.fact-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid #c5ced7; }
.fact { min-height: 280px; padding: 1.5rem; border-right: 1px solid #c5ced7; display: flex; flex-direction: column; }
.fact:last-child { border-right: 0; }
.fact span { color: var(--blue); font-size: 11px; font-weight: 900; }
.fact h3 { margin: auto 0 1rem; font-size: 1.8rem; }
.fact p { margin: 0; color: var(--muted); line-height: 1.7; }
.statement { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: start; }
.statement-lead { margin: 0; font-size: clamp(2.4rem, 4.6vw, 5.2rem); line-height: 1.05; letter-spacing: -.045em; font-weight: 800; }
.statement-body { font-size: 1rem; line-height: 2; }
.statement-body p { margin: 0 0 1.5rem; }
.standards { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid #c5ced7; }
.standard-row { display: grid; grid-template-columns: 60px 1fr; gap: 1.5rem; padding: 2rem 1rem 2rem 0; border-bottom: 1px solid #c5ced7; }
.standard-row:nth-child(odd) { border-right: 1px solid #c5ced7; }
.standard-row:nth-child(even) { padding-left: 2rem; }
.standard-row span { color: var(--blue); font-size: 12px; font-weight: 900; }
.standard-row h3 { margin: 0 0 .6rem; font-size: 1.3rem; }
.standard-row p { margin: 0; color: var(--muted); line-height: 1.7; }

.page-tools { position: sticky; top: 92px; z-index: 30; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 2.25rem; background: rgba(245,247,250,.96); border-bottom: 1px solid #c5ced7; backdrop-filter: blur(12px); }
.page-tools strong { font-size: 11px; letter-spacing: .08em; }
.page-tools-group { display: flex; flex-wrap: wrap; gap: .5rem; }
.tool-chip { border: 1px solid #aeb9c5; border-radius: 99px; background: transparent; padding: .55rem 1rem; font-size: 11px; font-weight: 800; cursor: pointer; }
.tool-chip.active, .tool-chip:hover { background: var(--blue); border-color: var(--blue); color: var(--white); }

.competition-feature { display: grid; grid-template-columns: 1.1fr .9fr; background: #173a67; color: #fff; }
.competition-feature-copy { padding: 5rem 3rem; }
.competition-feature-copy small { color: #f1cb72; font-weight: 900; }
.competition-feature-copy h2 { margin: 4rem 0 2rem; font-size: clamp(4rem, 7vw, 8rem); line-height: .83; letter-spacing: -.06em; }
.competition-feature-copy p { max-width: 520px; line-height: 1.8; color: #d5e0ec; }
.competition-feature-art { position: relative; min-height: 600px; display: grid; place-items: center; background: #e9eff5; color: var(--blue); overflow: hidden; }
.competition-feature-art::before { content: "20"; font-size: clamp(13rem, 27vw, 31rem); line-height: .7; font-weight: 900; letter-spacing: -.12em; }
.competition-feature-art span { position: absolute; left: 2rem; top: 2rem; font-size: 11px; font-weight: 900; }
.competition-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.competition-card { min-height: 440px; display: flex; flex-direction: column; padding: 1.5rem; background: #fff; border: 1px solid #bdc7d1; }
.competition-card-top { display: flex; justify-content: space-between; font-size: 10px; font-weight: 900; }
.competition-card-visual { height: 180px; margin: 2rem 0; background: #dce7f1; display: grid; place-items: center; color: var(--blue); font-size: 2.5rem; font-weight: 900; }
.competition-card:nth-child(2) .competition-card-visual { background: #eadbd2; color: var(--red); }
.competition-card:nth-child(3) .competition-card-visual { background: #d7dee7; color: #3e5873; }
.competition-card h3 { margin: auto 0 .5rem; font-size: 2rem; line-height: 1; }
.competition-card p { margin: 0 0 1.5rem; color: var(--muted); }
.competition-card a { align-self: flex-start; color: var(--blue); border-bottom: 1px solid currentColor; font-weight: 800; }
.archive-years { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #bcc6d1; border-left: 1px solid #bcc6d1; }
.archive-years a { min-height: 180px; display: flex; flex-direction: column; justify-content: space-between; padding: 1.5rem; background: #fff; border-right: 1px solid #bcc6d1; border-bottom: 1px solid #bcc6d1; }
.archive-years strong { font-size: 2.8rem; }
.archive-years span { font-size: 11px; font-weight: 800; color: var(--muted); }

.works-page-hero { padding-bottom: 2.5rem; }
.works-search-row { display: grid; grid-template-columns: 22% 1fr auto; gap: 1rem; align-items: center; margin-top: 5rem; border-bottom: 2px solid var(--ink); }
.works-search-row label { font-size: 11px; font-weight: 900; }
.works-search-row input { min-width: 0; border: 0; outline: 0; background: transparent; padding: 1rem 0; font-size: clamp(1.4rem, 2.5vw, 2.6rem); font-weight: 700; }
.works-count { color: var(--blue); font-size: 2rem; font-weight: 900; }
.works-layout { display: grid; grid-template-columns: 220px 1fr; gap: 3rem; padding: 3rem 2.25rem 7rem; }
.filter-sidebar { align-self: start; position: sticky; top: 180px; }
.filter-group { padding: 1.2rem 0; border-bottom: 1px solid #cbd3dc; }
.filter-group > span { display: block; margin-bottom: .8rem; color: var(--blue); font-size: 10px; font-weight: 900; }
.filter-group label { display: block; margin: .5rem 0; font-size: 12px; cursor: pointer; }
.filter-group input { accent-color: var(--blue); }
.works-gallery { column-count: 3; column-gap: 1.25rem; }
.works-gallery .work-card { display: inline-block; width: 100%; margin: 0 0 1.25rem; break-inside: avoid; vertical-align: top; cursor: pointer; }
.works-gallery .ratio-landscape .work-visual { aspect-ratio: 16 / 10; }
.works-gallery .ratio-wide .work-visual { aspect-ratio: 16 / 9; }
.works-gallery .ratio-square .work-visual { aspect-ratio: 1; }
.works-gallery .ratio-portrait .work-visual { aspect-ratio: 3 / 4; }
.works-gallery .ratio-tall .work-visual { aspect-ratio: 3 / 5; }
.works-gallery .work-card:hover .work-visual { box-shadow: 0 12px 35px rgba(19,35,58,.15); }
.works-gallery .work-card:hover h3 { color: var(--blue); }
.visual-sand { background: #e6ddd0; }
.visual-sand::before { content: ""; width: 48%; aspect-ratio: 1; border: 1px solid var(--ink); border-radius: 50%; }
.visual-sky { background: #b9d3e5; }
.visual-sky::before { content: ""; position: absolute; width: 72%; height: 1px; background: var(--ink); }
.visual-rose { background: #e2c8c4; }
.visual-rose::before { content: "A"; font-size: 12rem; font-weight: 900; color: rgba(255,255,255,.7); }
.visual-stone { background: #d9dde0; }
.visual-stone::before { content: ""; width: 50%; height: 62%; background: #fff; border: 1px solid #8896a5; }
.works-pagination { display: flex; justify-content: center; gap: .5rem; margin-top: 4rem; grid-column: 1 / -1; }
.works-pagination a { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid #aeb9c5; font-size: 12px; }
.works-pagination a.active { background: var(--blue); color: #fff; }

.work-detail-hero { display: grid; grid-template-columns: 1.55fr .75fr; min-height: 700px; background: #fff; }
.detail-main-visual { position: relative; display: grid; place-items: center; overflow: hidden; background: #356aa5; color: #fff; }
.detail-main-visual::before { content: ""; position: absolute; width: 20%; height: 100%; background: #dfc074; }
.detail-main-visual strong { position: relative; z-index: 2; font-size: clamp(6rem, 16vw, 18rem); line-height: .7; letter-spacing: -.08em; }
.detail-main-visual span { position: absolute; left: 2rem; top: 2rem; z-index: 2; font-size: 11px; font-weight: 900; }
.detail-summary { display: flex; flex-direction: column; padding: 3rem 2.25rem; border-left: 1px solid #c5ced7; }
.detail-summary .back-link { align-self: flex-start; margin-bottom: auto; font-size: 12px; font-weight: 800; color: var(--blue); }
.award-pill { align-self: flex-start; background: #e8d8a9; padding: .45rem .7rem; font-size: 11px; font-weight: 900; }
.detail-summary h1 { margin: 1.5rem 0 .5rem; font-size: clamp(3rem, 5vw, 5.5rem); line-height: .92; letter-spacing: -.05em; }
.detail-summary > p { margin: 0 0 2rem; color: var(--muted); }
.meta-list { margin: 0; }
.meta-list div { display: grid; grid-template-columns: 95px 1fr; padding: .8rem 0; border-top: 1px solid #d4dbe3; }
.meta-list dt { color: var(--muted); font-size: 11px; }
.meta-list dd { margin: 0; font-size: 12px; font-weight: 800; }
.detail-story { display: grid; grid-template-columns: 1fr 1fr; gap: 7rem; }
.detail-story h2 { margin: 0; font-size: clamp(3rem, 5vw, 5.8rem); line-height: .95; letter-spacing: -.045em; }
.detail-story p { margin: 0 0 1.5rem; line-height: 2; }
.detail-gallery { display: grid; grid-template-columns: 1.2fr .8fr; gap: 1rem; }
.detail-gallery > div { min-height: 520px; display: grid; place-items: center; border: 1px solid #bfc8d2; background: #e7ecf1; color: var(--blue); font-weight: 900; }
.detail-gallery-side { display: grid; gap: 1rem; }
.detail-gallery-side > div { min-height: 250px; display: grid; place-items: center; background: #fff; border: 1px solid #bfc8d2; }
.creator-signature { display: grid; grid-template-columns: 220px 1fr auto; gap: 2rem; align-items: center; border-top: 1px solid #bdc7d1; border-bottom: 1px solid #bdc7d1; padding: 1.5rem 0; }
.creator-signature .mini-portrait { aspect-ratio: 1; background: #dce7f0; display: grid; place-items: center; font-weight: 900; color: var(--blue); }
.creator-signature h3 { margin: 0 0 .5rem; font-size: 2rem; }
.creator-signature p { margin: 0; color: var(--muted); }

.top20-page { background: #e9eff5; }
.top20-selector { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid #b8c3cf; background: #fff; }
.top20-selector button { min-height: 90px; border: 0; border-right: 1px solid #cbd3dc; background: transparent; font-weight: 900; cursor: pointer; }
.top20-selector button.active { background: var(--blue); color: #fff; }
.top20-rank-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 3rem; }
.top20-rank-grid .rank-card:nth-child(even) { margin-top: 0; }
.top20-rank-grid .rank-card p { color: var(--ink); }

.creator-directory { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.creator-directory .creator-card.offset { margin-top: 0; }
.creator-directory .creator-card:nth-child(4n+2), .creator-directory .creator-card:nth-child(4n+4) { margin-top: 3rem; }
.creator-stats { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 6rem; border-top: 1px solid #bdc7d1; }
.creator-stats div { padding: 2rem 0; border-right: 1px solid #bdc7d1; }
.creator-stats strong { display: block; color: var(--blue); font-size: clamp(3rem, 7vw, 7rem); line-height: 1; }
.creator-stats span { font-size: 11px; font-weight: 800; }

.partner-tier { display: grid; grid-template-columns: 250px 1fr; gap: 3rem; padding: 2.5rem 0; border-top: 1px solid #c2cbd5; }
.partner-tier h3 { margin: 0; color: var(--blue); font-size: 13px; }
.logo-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #d1d7de; border-left: 1px solid #d1d7de; }
.logo-grid span { min-height: 130px; display: grid; place-items: center; border-right: 1px solid #d1d7de; border-bottom: 1px solid #d1d7de; color: #68798b; font-weight: 800; }
.case-study { display: grid; grid-template-columns: 1fr 1fr; background: #173a67; color: #fff; }
.case-study-art { min-height: 560px; display: grid; place-items: center; background: #dbe6f0; color: var(--blue); font-size: 7rem; font-weight: 900; }
.case-study-copy { padding: 4rem; }
.case-study-copy small { color: #efc96c; font-weight: 900; }
.case-study-copy h2 { margin: 5rem 0 2rem; font-size: clamp(3rem, 5.4vw, 6rem); line-height: .94; }
.case-study-copy p { line-height: 1.9; color: #d7e1eb; }

.news-feature { display: grid; grid-template-columns: 1.2fr .8fr; background: #fff; border: 1px solid #c5ced8; }
.news-feature-art { min-height: 500px; display: grid; place-items: center; background: #dce7f1; color: var(--blue); font-size: 4rem; font-weight: 900; }
.news-feature-copy { padding: 3rem; display: flex; flex-direction: column; }
.news-feature-copy small { color: var(--blue); font-weight: 900; }
.news-feature-copy h2 { margin: auto 0 1.5rem; font-size: clamp(2.6rem, 4.7vw, 5rem); line-height: .98; }
.news-feature-copy p { color: var(--muted); line-height: 1.8; }
.news-archive .news-row { grid-template-columns: 150px 130px 1fr 40px; }

.query-page-panel { display: grid; grid-template-columns: .85fr 1.15fr; border: 1px solid #b9c4d0; background: #fff; }
.query-guide { padding: 3rem; background: #173a67; color: #fff; }
.query-guide h2 { margin: 4rem 0 2rem; font-size: clamp(3rem, 5vw, 5.5rem); line-height: .95; }
.query-guide p { color: #d4dfeb; line-height: 1.8; }
.query-guide ol { margin: 3rem 0 0; padding-left: 1.4rem; color: #d4dfeb; }
.query-guide li { padding: .7rem 0; }
.query-page-panel .query-box { padding: 3rem; }

.competition-detail-title { padding: 7rem 2.25rem 3rem; background: #fff; }
.competition-detail-title .crumb { color: var(--blue); font-size: 11px; font-weight: 900; }
.competition-detail-title h1 { margin: 5rem 0 2rem; font-size: clamp(4rem, 10vw, 11rem); line-height: .82; letter-spacing: -.065em; }
.competition-detail-title h1 span { display: block; color: var(--red); }
.timeline { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #bdc7d1; }
.timeline div { min-height: 180px; padding: 1.5rem; border-right: 1px solid #bdc7d1; }
.timeline div:last-child { border-right: 0; }
.timeline small { color: var(--blue); font-weight: 900; }
.timeline strong { display: block; margin-top: 3rem; font-size: 1.6rem; }
.detail-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; }
.detail-columns h3 { margin: 0 0 1.5rem; font-size: 2rem; }
.detail-columns p, .detail-columns li { line-height: 1.9; }

@media (max-width: 1000px) {
  .fact-grid, .top20-rank-grid, .creator-directory { grid-template-columns: repeat(2, 1fr); }
  .fact:nth-child(2) { border-right: 0; }
  .fact:nth-child(-n+2) { border-bottom: 1px solid #c5ced7; }
  .competition-feature, .work-detail-hero, .case-study, .query-page-panel { grid-template-columns: 1fr; }
  .competition-feature-art { min-height: 450px; }
  .detail-summary { min-height: 600px; border-left: 0; border-top: 1px solid #c5ced7; }
  .works-layout { grid-template-columns: 1fr; }
  .filter-sidebar { position: static; display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; }
  .works-gallery { column-count: 2; }
  .creator-directory .creator-card:nth-child(n) { margin-top: 0; }
}

@media (max-width: 820px) {
  .page-hero, .content-section, .competition-detail-title { padding-left: 1rem; padding-right: 1rem; }
  .page-hero-grid, .page-hero-summary, .content-head, .statement, .detail-story, .detail-gallery, .partner-tier, .detail-columns { grid-template-columns: 1fr; gap: 2rem; }
  .page-hero { padding-top: 5rem; }
  .page-hero h1 { font-size: clamp(4rem, 19vw, 8rem); }
  .content-section { padding-top: 5rem; padding-bottom: 5rem; }
  .page-tools { top: 74px; padding: .8rem 1rem; overflow-x: auto; }
  .page-tools > strong { display: none; }
  .page-tools-group { flex-wrap: nowrap; }
  .tool-chip { flex: 0 0 auto; }
  .competition-cards, .archive-years { grid-template-columns: repeat(2, 1fr); }
  .works-search-row { grid-template-columns: 80px 1fr auto; }
  .works-layout { padding-left: 1rem; padding-right: 1rem; }
  .filter-sidebar { grid-template-columns: repeat(2,1fr); }
  .detail-main-visual { min-height: 520px; }
  .creator-signature { grid-template-columns: 110px 1fr; }
  .creator-signature .text-link { grid-column: 2; }
  .top20-selector { grid-template-columns: repeat(2,1fr); }
  .logo-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 540px) {
  .page-hero h1 { font-size: 18vw; }
  .page-hero h1 span { font-size: 1.25rem; }
  .page-hero-meta { display: grid; }
  .fact-grid, .competition-cards, .archive-years, .top20-rank-grid, .creator-directory, .creator-stats { grid-template-columns: 1fr; }
  .works-gallery { column-count: 1; }
  .fact { border-right: 0; border-bottom: 1px solid #c5ced7; }
  .standards { grid-template-columns: 1fr; }
  .standard-row:nth-child(n) { border-right: 0; padding-left: 0; }
  .detail-main-visual { min-height: 420px; }
  .detail-summary { min-height: 560px; padding-left: 1rem; padding-right: 1rem; }
  .timeline { grid-template-columns: 1fr; }
  .timeline div { border-right: 0; border-bottom: 1px solid #bdc7d1; }
  .news-feature { grid-template-columns: 1fr; }
  .news-feature-art { min-height: 340px; }
  .news-feature-copy { min-height: 420px; padding: 1.5rem; }
  .news-archive .news-row { grid-template-columns: 85px 1fr 24px; }
}

/* Creator directory masonry — keep author covers at their natural ratios */
.creator-directory {
  display: block;
  column-count: 4;
  column-gap: 1rem;
}
.creator-directory .creator-card,
.creator-directory .creator-card:nth-child(n) {
  display: inline-block;
  width: 100%;
  margin: 0 0 2.5rem;
  break-inside: avoid;
  vertical-align: top;
}
.creator-directory .creator-card:nth-child(1) .portrait,
.creator-directory .creator-card:nth-child(6) .portrait { aspect-ratio: 3 / 4; }
.creator-directory .creator-card:nth-child(2) .portrait { aspect-ratio: 16 / 10; }
.creator-directory .creator-card:nth-child(3) .portrait,
.creator-directory .creator-card:nth-child(7) .portrait { aspect-ratio: 4 / 5; }
.creator-directory .creator-card:nth-child(4) .portrait { aspect-ratio: 1; }
.creator-directory .creator-card:nth-child(5) .portrait { aspect-ratio: 3 / 5; }
.creator-directory .creator-card:nth-child(8) .portrait { aspect-ratio: 4 / 3; }

@media (max-width: 1000px) { .creator-directory { column-count: 3; } }
@media (max-width: 820px) { .creator-directory { column-count: 2; } }
@media (max-width: 540px) { .creator-directory { column-count: 1; } }

