/* Edition-specific layouts leave the original people, partner and prize components intact. */
.recap-container { max-width: 1320px; margin-inline: auto; }
.recap-section { padding: 80px var(--page-pad); }
.edition-site :where(main) h1, .edition-site :where(main) h2, .edition-site :where(main) h3, .eyebrow, .edition-breadcrumb, .gallery-filters { letter-spacing: 0; }
.edition-site :where(main) h1 { font-size: 64px; line-height: 1.05; max-width: 100%; }
.edition-site :where(main) h2 { font-size: 44px; line-height: 1.12; max-width: 100%; }
.edition-site :where(main) h3 { font-size: 28px; line-height: 1.15; }
.eyebrow { font-size: 12px; line-height: 1.5; font-weight: 800; text-transform: uppercase; margin: 0 0 16px; }
.recap-heading { display: grid; grid-template-columns: 1.1fr 1fr; align-items: end; gap: 64px; margin-bottom: 36px; }
.recap-heading p { max-width: 58ch; }
.recap-heading p:last-child { margin-bottom: 0; }
.recap-hero { position: relative; height: 640px; min-height: 0; background: #171c20; overflow: hidden; }
.recap-hero > img { position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: center 49%; }
.recap-hero__top { position: absolute; inset: 0 0 auto; padding: 28px var(--page-pad); background: #101519c9; color: #fff; z-index: 2; }
.recap-hero__top h1, .recap-hero__top .eyebrow { color: #fff; }
.recap-hero__top .eyebrow { margin-bottom: 8px; }
.recap-hero__top h1 { font-size: 46px; line-height: 1.02; margin: 0; max-width: 750px; text-transform: uppercase; }
.recap-hero__bottom { position: absolute; inset: auto var(--page-pad) 26px; display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.recap-hero__bottom p { color: white; font-size: 22px; line-height: 1.3; font-weight: 700; margin: 0; text-shadow: 0 1px 6px #000; }
.recap-hero__bottom .button { box-shadow: 0 2px 8px #0002; }
.recap-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; padding: 30px var(--page-pad); border-bottom: 1px solid #ced6df; background: white; }
.recap-stats > div { display: flex; align-items: center; justify-content: center; gap: 16px; padding-inline: 20px; border-right: 1px solid #ced6df; }
.recap-stats > div:first-child { padding-left: 0; }
.recap-stats > div:last-child { border: 0; padding-right: 0; }
.recap-stats strong { font: 700 48px/1 "Space Grotesk", sans-serif; }
.recap-stats span { font-size: 13px; font-weight: 600; max-width: 12ch; line-height: 1.4; }
.winner-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 28px; }
.winner-card { min-width: 0; border-bottom: 2px solid #ccd4dd; }
.winner-card:first-child { border-color: var(--accent-color); }
.winner-card__photo { display: block; position: relative; aspect-ratio: 3/2; overflow: hidden; }
.winner-card__photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s; }
.winner-card__photo:hover img { transform: scale(1.02); }
.winner-rank { position: absolute; left: 0; bottom: 0; display: flex; align-items: center; gap: 12px; padding: 9px 16px; background: var(--deep-navy); color: white; font-size: 24px; font-weight: 800; }
.winner-card:first-child .winner-rank { background: var(--accent-color); color: #141414; }
.winner-rank span { font-size: 12px; text-transform: uppercase; }
.winner-card__body { padding: 24px 0 28px; }
.winner-card__body .eyebrow { color: #5d6976; margin-bottom: 8px; }
.winner-card__body h3 { text-transform: none; font-size: 32px; margin-bottom: 12px; }
.winner-card__body p:last-child { font-size: 16px; line-height: 1.65; margin: 0; }
.recap-photo-strip { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.recap-photo-strip > a { text-decoration: none; }
.recap-photo-strip img { display: block; width: 100%; aspect-ratio: 3/2; height: auto; object-fit: cover; }
.recap-photo-strip > a > span { display: flex; align-items: center; gap: 12px; font-size: 12px; padding: 16px 0; border-bottom: 1px solid #bec9d4; }
.recap-photo-strip strong { font-size: 17px; }
.recap-photo-strip > a > span > span { margin-left: auto; font-size: 22px; }
.next-band { padding: 64px var(--page-pad); background: #ee6f2d; color: #13171d; }
.next-band__body { display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; align-items: end; }
.next-band h2 { font-size: 58px; line-height: 1.06; }
.next-band p { max-width: 52ch; }
.button--dark { background: #111820; color: white; border-color: #111820; }
.button--dark:hover { background: #293541; color: white; }
.community-photo { max-width: 1080px; margin: 0 auto 32px; }
.community-photo img { width: 100%; height: auto; display: block; }
.archive-links { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 24px; }
.archive-links a { padding: 18px 0; border-block: 1px solid #cbd3dd; display: flex; justify-content: space-between; gap: 12px; text-decoration: none; font-weight: 700; }
.archive-links a:hover { color: var(--accent-color-dark); }
.archive-intro { background: var(--stone); }
.archive-intro h1 { font-size: 80px; margin-bottom: 20px; }
.archive-intro p { max-width: 64ch; }
.archive-note { margin: -12px 0 32px; max-width: 70ch; }
.edition-site[data-page="archive"] .section__header h2 { font-size: 44px; }
.edition-site[data-page="archive"] .home-judges h2 { color: inherit; }
.edition-site[data-page="archive"] .section__header { gap: 40px; }
.gallery-section h1 { font-size: 56px; }
.gallery-toolbar { display: flex; justify-content: space-between; gap: 24px; align-items: center; margin-bottom: 32px; }
.gallery-toolbar p { margin: 0; font-size: 13px; color: #5b6675; }
.gallery-filters { display: flex; background: #e5eaf0; padding: 4px; gap: 4px; }
.gallery-filters button { border: 0; padding: 11px 18px; background: transparent; color: var(--ink); font: 600 14px "DM Sans",sans-serif; cursor: pointer; }
.gallery-filters button[aria-pressed="true"] { background: var(--ink); color: white; }
.gallery-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.gallery-item { margin: 0; min-width: 0; }
.gallery-item[hidden] { display: none; }
.gallery-item a { display: block; overflow: hidden; background: #dbe4ef; }
.gallery-item img { display: block; width: 100%; aspect-ratio: 3/2; height: auto; object-fit: cover; transition: transform .25s; }
.gallery-item a:hover img { transform: scale(1.025); }
.photo-dialog { width: min(1200px,calc(100vw - 40px)); max-width: none; max-height: calc(100dvh - 32px); border: 0; background: #101519; color: #fff; padding: 12px 24px 24px; }
.photo-dialog::backdrop { background: #05080de8; }
.photo-dialog__toolbar { display: flex; justify-content: space-between; align-items: center; min-height: 44px; font-size: 13px; }
.photo-dialog__stage { position: relative; display: flex; justify-content: center; align-items: center; height: min(65dvh,760px); }
.photo-dialog__stage img { width: 100%; height: 100%; object-fit: contain; }
.photo-tool { border: 1px solid #ffffff50; width: 44px; height: 44px; flex-shrink: 0; background: #101519e8; color: white; font: 28px/1 sans-serif; cursor: pointer; display: inline-grid; place-items: center; }
.photo-tool:hover { background: #35404b; }
.photo-tool--previous { position: absolute; left: 0; }
.photo-tool--next { position: absolute; right: 0; }
.photo-original { color: #d6dfe7; font-size: 13px; }
.photo-open { overflow: hidden; }
.edition-site .actions { flex-wrap: wrap; }
.edition-site .button { gap: 12px; white-space: normal; text-align: center; }
.edition-site :is(h1,h2,h3,p,a) { overflow-wrap: break-word; }
@media (min-width: 1800px) {
  .recap-hero { height: 760px; }
  .recap-hero__top h1 { font-size: 58px; }
}
@media (max-width: 1100px) {
  .recap-hero { height: 580px; }
  .recap-hero__top h1 { font-size: 42px; }
  .recap-hero > img { object-position: center 40%; }
  .recap-heading { gap: 32px; }
  .recap-stats strong { font-size: 40px; }
  .recap-stats > div { gap: 10px; padding-inline: 12px; }
  .winner-grid { gap: 20px; }
  .winner-card__body h3 { font-size: 28px; }
  .recap-photo-strip { gap: 16px; }
  .recap-photo-strip > a > span { flex-wrap: wrap; gap: 6px 10px; }
  .next-band h2 { font-size: 48px; }
  .archive-links { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .gallery-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 760px) {
  .recap-section { padding: 52px 24px; }
  .edition-site :where(main) h1 { font-size: 44px; }
  .edition-site :where(main) h2, .edition-site[data-page="archive"] .section__header h2 { font-size: 34px; }
  .recap-heading { grid-template-columns: 1fr; gap: 20px; }
  /* Keep the heading in flow so wrapping never crosses into the photo. */
  .recap-hero { display: grid; grid-template-rows: auto auto; height: auto; }
  .recap-hero > img { position: static; grid-area: 2 / 1; display: block; height: auto; width: 100%; object-fit: contain; }
  .recap-hero__top { position: static; grid-area: 1 / 1; padding: 28px 24px; background: #171c20; }
  .recap-hero__top h1 { font-size: 40px; max-width: 580px; }
  .recap-hero__bottom { inset: auto 24px 22px; }
  .recap-hero__bottom p { display: none; }
  .recap-stats { padding: 22px 24px; }
  .recap-stats > div { display: block; text-align: center; }
  .recap-stats strong { display: block; font-size: 36px; margin-bottom: 5px; }
  .recap-stats span { display: block; font-size: 11px; max-width: none; }
  .winner-grid { grid-template-columns: 1fr; gap: 32px; }
  .winner-card__body { padding-block: 20px 24px; }
  .winner-card__body h3 { font-size: 32px; }
  .recap-photo-strip { grid-template-columns: 1fr; gap: 24px; }
  .recap-photo-strip img { aspect-ratio: 3/2; }
  .next-band { padding: 48px 24px; }
  .next-band__body { grid-template-columns: 1fr; gap: 24px; }
  .next-band h2 { font-size: 44px; }
  .archive-intro h1 { font-size: 64px; }
  .gallery-section h1 { font-size: 44px; }
  .gallery-toolbar { flex-wrap: wrap; gap: 12px; }
  .gallery-filters { width: 100%; }
  .gallery-filters button { padding: 10px 8px; flex: 1; font-size: 13px; }
  .gallery-grid { gap: 16px; }
  .photo-dialog { width: calc(100vw - 16px); padding: 8px 12px 20px; }
  .photo-dialog__stage { height: 52dvh; }
}
@media (max-width: 480px) {
  .recap-hero__top h1 { font-size: 36px; }
  .recap-hero__top .eyebrow { font-size: 11px; max-width: 28ch; }
  .recap-hero__bottom { bottom: 12px; }
  .recap-hero__bottom .button { padding: 12px 16px; font-size: 12px; }
  .recap-stats { padding-inline: 12px; }
  .recap-stats > div { padding-inline: 6px; }
  .recap-stats span { font-size: 10px; }
  .recap-stats strong { font-size: 30px; }
  .archive-links { grid-template-columns: 1fr; gap: 12px; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 360px) {
  .recap-hero__top h1 { font-size: 31px; }
  .edition-site :where(main) h1, .gallery-section h1 { font-size: 36px; }
  .edition-site .recap-hero__top h1 { font-size: 31px; }
}
@media (prefers-reduced-motion: reduce) {
  .winner-card__photo img, .gallery-item img { transition: none; }
}

.recap-heading p + p, .next-band p + p { margin-top: 12px; }
.next-band .button { margin-top: 22px; }
.recap-section > .recap-container > h2 + p { margin-top: 20px; }
.recap-section > .recap-container > p + .button { margin-top: 24px; }



.edition-site [id] { scroll-margin-top: 116px; }
.edition-breadcrumb { padding: 22px var(--page-pad) 0; font-size: 13px; }
.edition-breadcrumb ol { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 0; list-style: none; }
.edition-breadcrumb li + li::before { content: "/"; color: #687584; margin-right: 10px; }
.edition-breadcrumb a { color: #485563; text-underline-offset: 3px; }
.edition-breadcrumb [aria-current] { font-weight: 700; }
.edition-breadcrumb + .archive-intro { background: transparent; }
.edition-resources { display: flex; flex-wrap: wrap; gap: 16px 28px; margin-top: 32px; padding-top: 24px; border-top: 1px solid #cbd3dd; }
.edition-resources a { font-size: 15px; font-weight: 700; text-underline-offset: 5px; }
.edition-entry { display: grid; grid-template-columns: 1.4fr 1fr; align-items: center; gap: 48px; padding-block: 32px; border-block: 1px solid #cbd3dd; }
.edition-entry__photo img { display: block; width: 100%; height: auto; }
.edition-entry__body h2 { font-size: 72px; margin-bottom: 18px; }
.edition-entry__link { display: inline-block; margin-top: 24px; font-weight: 700; text-underline-offset: 5px; }
.gallery-item img { object-position: center 30%; }
.photo-original { display: inline-block; margin-top: 16px; }
@media (max-width: 760px) {
  .edition-site [id] { scroll-margin-top: 98px; }
  .edition-breadcrumb { padding-inline: 24px; }
  .edition-entry { grid-template-columns: 1fr; gap: 28px; }
  .edition-entry__body h2 { font-size: 56px; }
}

@media (min-width: 761px) and (max-width: 900px) {
  .recap-hero > img { object-fit: contain; object-position: center bottom; }
}
