/* Premium culture archive and home portal — 2026-07-31 v2 */
.page-activity-archive .archive-page-hero::after {
  content: "81 / CULTURE / ARCHIVE";
  position: absolute;
  right: 4vw;
  bottom: 20px;
  color: rgba(8, 21, 18, .08);
  font-size: clamp(44px, 8vw, 132px);
  font-weight: 950;
  line-height: .8;
  letter-spacing: -.08em;
  pointer-events: none;
}

.archive-stage {
  padding-top: clamp(70px, 8vw, 126px);
  background: var(--paper);
}

.archive-stage-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr);
  gap: clamp(48px, 7vw, 108px);
  align-items: center;
  min-height: 730px;
  padding: clamp(44px, 6vw, 84px);
  overflow: hidden;
  border-radius: 56px 18px 56px 18px;
  color: #fff;
  background:
    radial-gradient(circle at 14% 8%, rgba(32, 214, 107, .17), transparent 31%),
    radial-gradient(circle at 92% 92%, rgba(202, 255, 74, .1), transparent 28%),
    #07100d;
  box-shadow: 0 40px 100px rgba(8, 21, 18, .17);
}

.archive-stage-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .18;
  background-image: linear-gradient(rgba(255, 255, 255, .12) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .12) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, #000, transparent 55%);
}

.archive-stage-copy,
.archive-stage-gallery {
  position: relative;
  z-index: 2;
}

.archive-stage-kicker,
.culture-home-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  color: var(--lime);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.archive-stage-title {
  margin: 0 0 34px;
  font-size: clamp(48px, 5.4vw, 84px);
  line-height: .95;
  letter-spacing: -.07em;
}

.archive-stage-title span,
.culture-home-copy h2 span {
  display: block;
}

.archive-stage-copy>p:not(.archive-stage-kicker) {
  max-width: 540px;
  color: rgba(255, 255, 255, .64);
  font-size: 15px;
  line-height: 2;
}

.archive-stage-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 44px 0 40px;
}

.archive-stage-stats div {
  padding: 18px 16px;
  border-top: 1px solid rgba(255, 255, 255, .2);
}

.archive-stage-stats dt {
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 950;
  line-height: 1;
  color: #fff;
}

.archive-stage-stats dd {
  margin: 9px 0 0;
  color: rgba(255, 255, 255, .45);
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.archive-stage-copy .text-link {
  color: #fff;
  border-color: rgba(255, 255, 255, .5);
}

.archive-stage-gallery {
  min-height: 560px;
}

.archive-stage-card {
  position: absolute;
  overflow: hidden;
  margin: 0;
  border-radius: 34px 10px 34px 10px;
  background: #16231e;
  box-shadow: 0 34px 60px rgba(0, 0, 0, .32);
  transform: translate3d(0, var(--archive-parallax, 0px), 0);
  will-change: transform;
}

.archive-stage-card--1 {
  width: 54%;
  aspect-ratio: .78;
  left: 0;
  top: 8%;
  z-index: 3;
  rotate: -3deg;
}

.archive-stage-card--2 {
  width: 49%;
  aspect-ratio: .78;
  right: 2%;
  top: 0;
  z-index: 2;
  rotate: 4deg;
}

.archive-stage-card--3 {
  width: 47%;
  aspect-ratio: 1.08;
  right: 7%;
  bottom: 1%;
  z-index: 4;
  rotate: -2deg;
}

.archive-stage-card img,
.archive-stage-card picture {
  width: 100%;
  height: 100%;
}

.archive-stage-card img {
  object-fit: cover;
}

.archive-stage-card::after,
.culture-home-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 47%, rgba(2, 9, 7, .86));
}

.archive-stage-card figcaption,
.culture-home-card figcaption {
  position: absolute;
  z-index: 2;
  inset: auto 22px 19px;
  display: flex;
  flex-direction: column;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .45);
}

.archive-stage-card figcaption small,
.culture-home-card figcaption small {
  order: 2;
  margin-top: 4px;
  color: rgba(255, 255, 255, .65);
  font-size: 10px;
}

.archive-stage-card figcaption strong,
.culture-home-card figcaption strong {
  font-size: 17px;
}

.archive-index {
  padding-top: clamp(100px, 10vw, 160px);
}

.archive-index-head {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 50px;
  align-items: end;
  margin-bottom: 48px;
}

.archive-index-head h2 {
  margin: 0;
  font-size: clamp(56px, 7vw, 104px);
  line-height: .9;
  letter-spacing: -.075em;
}

.archive-index-head .lead {
  max-width: 620px;
  margin: 0 0 5px auto;
  color: var(--muted);
}

.archive-filter-shell {
  position: sticky;
  z-index: 20;
  top: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 34px;
  padding: 12px 14px;
  border: 1px solid rgba(8, 21, 18, .1);
  border-radius: 999px;
  background: rgba(247, 248, 242, .86);
  backdrop-filter: blur(20px);
  box-shadow: 0 18px 48px rgba(8, 21, 18, .08);
}

.archive-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.archive-filter {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--muted);
  background: transparent;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  transition: background .35s, color .35s, transform .35s, border-color .35s;
}

.archive-filter small {
  display: grid;
  place-items: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  background: rgba(8, 21, 18, .06);
  font-size: 8px;
}

.archive-filter:hover {
  transform: translateY(-2px);
  color: var(--ink);
}

.archive-filter.is-active {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
}

.archive-filter.is-active small {
  color: var(--ink);
  background: var(--lime);
}

.archive-result {
  flex: none;
  margin: 0 10px 0 0;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: .1em;
}

.archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.archive-entry {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 32px 10px 32px 10px;
  background: #dce8df;
  box-shadow: 0 18px 50px rgba(8, 21, 18, .09);
  opacity: 0;
  transform: translateY(54px) scale(.985);
  transition: opacity .8s var(--ease) var(--archive-delay), transform .9s var(--ease) var(--archive-delay), box-shadow .45s var(--ease);
}

.archive-entry.is-inview {
  opacity: 1;
  transform: none;
}

.archive-entry.is-filtering {
  opacity: 0;
  transform: translateY(22px) scale(.97);
}

.archive-entry[hidden] {
  display: none !important;
}

.archive-entry:hover {
  box-shadow: 0 34px 74px rgba(8, 21, 18, .18);
}

.archive-entry-media,
.archive-entry-media picture,
.archive-entry-media img {
  width: 100%;
  height: 100%;
}

.archive-entry-media img {
  object-fit: cover;
  transition: transform 1s var(--ease), filter .7s;
}

.archive-entry:hover .archive-entry-media img {
  transform: scale(1.055);
  filter: saturate(1.08) contrast(1.03);
}

.archive-entry-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 10, 8, .02) 38%, rgba(3, 10, 8, .28) 61%, rgba(3, 10, 8, .9) 100%);
}

.archive-entry-year {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 18px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 999px;
  color: #fff;
  background: rgba(4, 13, 10, .32);
  backdrop-filter: blur(10px);
  font-size: 9px;
  letter-spacing: .13em;
}

.archive-entry-overlay {
  position: absolute;
  z-index: 3;
  inset: auto 0 0;
  padding: 26px;
  color: #fff;
}

.archive-entry-index {
  margin: 0 0 9px;
  color: var(--lime);
  font-family: monospace;
  font-size: 9px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.archive-entry-overlay h3 {
  margin: 0 0 8px;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.15;
  letter-spacing: -.035em;
}

.archive-entry-overlay p {
  margin: 0;
  font-size: 12px;
}

.archive-entry-overlay small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, .62);
  font-size: 10px;
}

/* Activity page gateway */
.culture-archive-gateway {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  min-height: 470px;
  margin-top: 42px;
  overflow: hidden;
  border-radius: 46px 14px 46px 14px;
  color: #fff;
  background: #07100d;
  box-shadow: 0 30px 80px rgba(8, 21, 18, .15);
}

.culture-archive-gateway-copy {
  padding: clamp(42px, 6vw, 76px);
}

.culture-archive-gateway-copy h2 {
  margin: 0 0 24px;
  font-size: clamp(40px, 5vw, 70px);
  line-height: 1.04;
  letter-spacing: -.06em;
}

.culture-archive-gateway-copy>p:not(.eyebrow) {
  max-width: 520px;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, .62);
}

.culture-archive-gateway .eyebrow {
  color: var(--lime);
}

.culture-archive-gateway-visual {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background: linear-gradient(145deg, #173c2d, #0a1813);
}

.culture-archive-gateway-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .2;
  background-image: linear-gradient(rgba(255, 255, 255, .16) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .16) 1px, transparent 1px);
  background-size: 56px 56px;
}

.gateway-year {
  position: absolute;
  z-index: 4;
  left: 26px;
  top: 23px;
  color: var(--lime);
  font-family: monospace;
  font-size: 11px;
  letter-spacing: .17em;
}

.culture-archive-gateway-visual figure {
  position: absolute;
  overflow: hidden;
  margin: 0;
  border-radius: 28px 9px 28px 9px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, .32);
}

.culture-archive-gateway-visual figure:first-of-type {
  width: 49%;
  aspect-ratio: .8;
  left: 12%;
  bottom: -10%;
  rotate: -5deg;
  z-index: 2;
}

.culture-archive-gateway-visual figure:last-of-type {
  width: 46%;
  aspect-ratio: .8;
  right: 8%;
  top: 12%;
  rotate: 4deg;
}

.culture-archive-gateway-visual figure img,
.culture-archive-gateway-visual figure picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Home culture portal */
.culture-home-portal {
  padding: clamp(90px, 10vw, 160px) 0;
  background: var(--paper);
}

.culture-home-shell {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(540px, 1.08fr);
  gap: clamp(50px, 7vw, 105px);
  align-items: center;
  min-height: 650px;
  padding: clamp(42px, 5vw, 72px);
  overflow: hidden;
  border-radius: 54px 16px 54px 16px;
  color: #fff;
  background: radial-gradient(circle at 8% 0, rgba(32, 214, 107, .13), transparent 34%), #050a08;
  box-shadow: 0 38px 90px rgba(8, 21, 18, .16);
}

.culture-home-copy h2 {
  margin: 0 0 28px;
  font-size: clamp(45px, 5.5vw, 78px);
  line-height: 1.02;
  letter-spacing: -.065em;
}

.culture-home-copy>p:not(.culture-home-kicker) {
  max-width: 570px;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, .62);
}

.culture-home-kicker i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 6px rgba(32, 214, 107, .15);
}

.culture-home-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
  color: rgba(255, 255, 255, .42);
  font-family: monospace;
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.culture-home-gallery {
  position: relative;
  min-height: 530px;
}

.culture-home-card {
  position: absolute;
  overflow: hidden;
  margin: 0;
  border-radius: 34px 10px 34px 10px;
  background: #18251f;
  box-shadow: 0 30px 70px rgba(0, 0, 0, .35);
  transform: translate3d(0, var(--culture-parallax, 0px), 0);
  will-change: transform;
}

.culture-home-card--main {
  width: 48%;
  aspect-ratio: .82;
  left: 0;
  top: 10%;
  z-index: 3;
}

.culture-home-card--top {
  width: 43%;
  aspect-ratio: .9;
  right: 3%;
  top: 0;
  rotate: 2deg;
}

.culture-home-card--bottom {
  width: 43%;
  aspect-ratio: 1.12;
  right: 3%;
  bottom: 0;
  rotate: -2deg;
  z-index: 2;
}

.culture-home-card img,
.culture-home-card picture {
  width: 100%;
  height: 100%;
}

.culture-home-card img {
  object-fit: cover;
  transition: transform 1s var(--ease);
}

.culture-home-card:hover img {
  transform: scale(1.055);
}

@media(max-width:1050px) {

  .archive-stage-shell,
  .culture-home-shell {
    grid-template-columns: 1fr;
  }

  .archive-stage-gallery,
  .culture-home-gallery {
    min-height: 620px;
  }

  .archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .culture-archive-gateway {
    grid-template-columns: 1fr;
  }

  .culture-archive-gateway-visual {
    min-height: 520px;
  }
}

@media(max-width:760px) {
  .archive-stage {
    padding-top: 58px;
  }

  .archive-stage-shell,
  .culture-home-shell {
    width: calc(100% - 28px);
    padding: 34px 22px 28px;
    border-radius: 34px 10px 34px 10px;
  }

  .archive-stage-title,
  .culture-home-copy h2 {
    font-size: clamp(39px, 12vw, 58px);
  }

  .archive-stage-stats {
    grid-template-columns: repeat(3, 1fr);
  }

  .archive-stage-stats div {
    padding-inline: 8px;
  }

  .archive-stage-gallery {
    min-height: 480px;
  }

  .archive-stage-card--1 {
    width: 58%;
    left: 0;
  }

  .archive-stage-card--2 {
    width: 52%;
    right: 0;
  }

  .archive-stage-card--3 {
    width: 52%;
    right: 4%;
  }

  .archive-index {
    padding-top: 90px;
  }

  .archive-index-head {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .archive-filter-shell {
    position: relative;
    top: auto;
    display: block;
    margin-inline: -4px;
    padding: 10px;
    border-radius: 24px;
  }

  .archive-filter-row {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 3px;
    scrollbar-width: none;
  }

  .archive-filter-row::-webkit-scrollbar {
    display: none;
  }

  .archive-filter {
    flex: none;
    min-height: 40px;
    padding-inline: 13px;
  }

  .archive-result {
    margin: 8px 4px 0;
  }

  .archive-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .archive-entry {
    border-radius: 26px 8px 26px 8px;
  }

  .culture-home-shell {
    min-height: auto;
  }

  .culture-home-gallery {
    min-height: 470px;
  }

  .culture-home-card--main {
    width: 58%;
  }

  .culture-home-card--top,
  .culture-home-card--bottom {
    width: 48%;
    right: 0;
  }

  .culture-archive-gateway {
    border-radius: 32px 10px 32px 10px;
  }

  .culture-archive-gateway-copy {
    padding: 38px 25px;
  }

  .culture-archive-gateway-visual {
    min-height: 420px;
  }
}

@media(prefers-reduced-motion:reduce) {
  .archive-entry {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .archive-stage-card,
  .culture-home-card {
    transform: none !important;
  }
}

/* Neon full-width refinement — v2 (2026-07-31) */
.culture-home-portal {
  position: relative;
  isolation: isolate;
  padding: clamp(96px, 10vw, 156px) 0;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 12% 10%, rgba(32, 214, 107, .20), transparent 27%),
    radial-gradient(circle at 86% 82%, rgba(202, 255, 74, .10), transparent 30%),
    linear-gradient(135deg, #071a14 0%, #081512 52%, #06110d 100%);
}

.culture-home-portal::before {
  content: "CULTURE ARCHIVE";
  position: absolute;
  z-index: -1;
  right: -2vw;
  top: 4%;
  color: rgba(255, 255, 255, .026);
  font-size: clamp(86px, 15vw, 240px);
  font-weight: 950;
  line-height: .8;
  letter-spacing: -.085em;
  white-space: nowrap;
  pointer-events: none;
}

.culture-home-portal::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .12;
  background-image:
    linear-gradient(rgba(202, 255, 74, .13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(202, 255, 74, .13) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, .65), transparent 72%);
  pointer-events: none;
}

.culture-home-shell {
  min-height: 680px;
  padding: clamp(20px, 3vw, 44px) 0;
  overflow: visible;
  border-radius: 0;
  color: #fff;
  background: transparent;
  box-shadow: none;
}

.culture-home-copy {
  position: relative;
  z-index: 3;
}

.culture-home-copy h2 {
  text-wrap: balance;
}

.culture-home-copy>p:not(.culture-home-kicker) {
  color: rgba(255, 255, 255, .66);
}

.culture-home-portal .btn.light {
  border: 1px solid rgba(255, 255, 255, .18);
  box-shadow: 0 16px 44px rgba(0, 0, 0, .22);
}

.culture-home-gallery::before {
  content: "";
  position: absolute;
  left: 14%;
  top: 11%;
  width: 62%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(32, 214, 107, .20), transparent 67%);
  filter: blur(12px);
  pointer-events: none;
}

.culture-home-card {
  border: 1px solid rgba(202, 255, 74, .12);
  background: #10251c;
  box-shadow: 0 34px 80px rgba(0, 0, 0, .40), 0 0 42px rgba(32, 214, 107, .07);
}

/* Activity page archive gateway: bright editorial mint instead of a large black panel. */
.culture-archive-gateway {
  min-height: 430px;
  border: 1px solid rgba(8, 21, 18, .10);
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 10%, rgba(202, 255, 74, .40), transparent 32%),
    linear-gradient(135deg, #f4fff5 0%, #dffbe9 48%, #ecf8ed 100%);
  box-shadow: 0 28px 72px rgba(8, 21, 18, .10);
}

.culture-archive-gateway-copy {
  position: relative;
  z-index: 2;
}

.culture-archive-gateway-copy>p:not(.eyebrow) {
  color: #53665f;
}

.culture-archive-gateway .eyebrow {
  color: var(--green-dark);
}

.culture-archive-gateway .btn.light {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
}

.culture-archive-gateway .btn.light:hover {
  color: var(--ink);
  background: var(--lime);
  border-color: var(--lime);
}

.culture-archive-gateway-visual {
  min-height: 430px;
  background:
    radial-gradient(circle at 76% 24%, rgba(202, 255, 74, .18), transparent 30%),
    linear-gradient(145deg, #164f37, #071a14 68%);
}

.culture-archive-gateway-visual::after {
  content: "ARCHIVE";
  position: absolute;
  right: -3%;
  bottom: -7%;
  color: rgba(255, 255, 255, .06);
  font-size: clamp(74px, 10vw, 150px);
  font-weight: 950;
  line-height: .8;
  letter-spacing: -.08em;
}

/* Archive year controls: year labels only. */
.archive-filter-shell {
  justify-content: flex-start;
  border-radius: 22px;
  background: rgba(247, 248, 242, .92);
}

.archive-filter-row {
  width: 100%;
  justify-content: space-between;
  gap: 8px;
}

.archive-filter {
  justify-content: center;
  flex: 1 1 86px;
  max-width: 132px;
  min-height: 46px;
  padding: 0 18px;
  border-color: rgba(8, 21, 18, .08);
  background: rgba(255, 255, 255, .62);
  color: #52635d;
  font-size: 13px;
  letter-spacing: .045em;
}

.archive-filter:hover {
  border-color: rgba(32, 214, 107, .45);
  color: var(--ink);
  background: #fff;
}

.archive-filter.is-active {
  color: var(--ink);
  border-color: var(--lime);
  background: var(--lime);
  box-shadow: 0 10px 28px rgba(32, 214, 107, .20);
}

.archive-result {
  display: none !important;
}

@media (max-width: 1050px) {
  .culture-home-shell {
    min-height: auto;
    padding-block: 22px;
  }
}

@media (max-width: 760px) {
  .culture-home-portal {
    padding: 72px 0;
  }

  .culture-home-shell {
    width: min(var(--wrap), calc(100% - 40px));
    padding: 0;
    border-radius: 0;
  }

  .culture-home-portal::before {
    right: -10vw;
    top: 5%;
  }

  .culture-archive-gateway {
    border-radius: 28px 8px 28px 8px;
  }

  .archive-filter-shell {
    padding: 9px;
    border-radius: 18px;
  }

  .archive-filter-row {
    justify-content: flex-start;
  }

  .archive-filter {
    flex: 0 0 auto;
    min-width: 72px;
    max-width: none;
    min-height: 40px;
  }
}

/* V3 — pill-style archive year navigation with live result summary */
.archive-filter-shell {
  position: sticky;
  z-index: 20;
  top: 88px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  margin-bottom: 34px;
  padding: 10px 16px 10px 18px;
  border: 1px solid rgba(8, 21, 18, .11);
  border-radius: 999px;
  background: rgba(247, 248, 242, .95);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  box-shadow:
    0 18px 46px rgba(8, 21, 18, .11),
    inset 0 1px 0 rgba(255, 255, 255, .82);
}

.archive-filter-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  min-width: 0;
}

.archive-filter {
  flex: 0 1 auto;
  min-width: 66px;
  min-height: 48px;
  padding: 0 17px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #101714;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: .01em;
  line-height: 1;
  transition:
    color .3s var(--ease),
    background .3s var(--ease),
    border-color .3s var(--ease),
    box-shadow .3s var(--ease),
    transform .3s var(--ease);
}

.archive-filter:hover {
  transform: translateY(-2px);
  border-color: rgba(8, 21, 18, .10);
  color: var(--ink);
  background: rgba(255, 255, 255, .78);
}

.archive-filter.is-active,
.archive-filter[aria-pressed="true"] {
  color: var(--lime);
  border-color: rgba(126, 255, 56, .22);
  background:
    radial-gradient(circle at 28% 20%, rgba(58, 255, 129, .12), transparent 48%),
    linear-gradient(180deg, #092018 0%, #03100c 100%);
  box-shadow:
    inset 0 0 0 1px rgba(126, 255, 56, .08),
    0 9px 24px rgba(4, 16, 12, .20);
}

.archive-filter-summary {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  min-width: 132px;
  margin: 0;
  color: var(--lime);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .025em;
  white-space: nowrap;
}

@media (max-width: 1080px) {
  .archive-filter-shell {
    grid-template-columns: 1fr;
    gap: 9px;
    border-radius: 26px;
    padding: 12px;
  }

  .archive-filter-row {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .archive-filter-row::-webkit-scrollbar {
    display: none;
  }

  .archive-filter {
    flex: 0 0 auto;
    min-width: 66px;
    min-height: 43px;
    padding-inline: 15px;
  }

  .archive-filter-summary {
    justify-self: end;
    padding: 0 8px 2px;
  }
}

@media (max-width: 600px) {
  .archive-filter-shell {
    top: 72px;
    margin-inline: -4px;
    border-radius: 21px;
  }

  .archive-filter {
    min-width: 60px;
    min-height: 40px;
    padding-inline: 13px;
    font-size: 12px;
  }

  .archive-filter-summary {
    min-width: auto;
    font-size: 12px;
  }
}



/* V5 — release typography, visitor-facing presentation and complete mobile layout */
:is(.culture-home-copy h2,
  .culture-archive-gateway-copy h2,
  .archive-stage-title,
  .archive-index-head h2) {
  font-family: var(--font-jp);
  font-weight: 650;
  font-synthesis: none;
  line-height: 1.16;
  letter-spacing: -.018em;
  line-break: strict;
  word-break: normal;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.culture-home-copy h2 {
  max-width: 12ch;
  font-size: clamp(42px, 4.7vw, 68px);
}

.culture-archive-gateway-copy h2 {
  max-width: 11ch;
  font-size: clamp(40px, 4.6vw, 64px);
}

.archive-stage-title {
  max-width: 11ch;
  margin-bottom: 28px;
  font-size: clamp(42px, 4.6vw, 66px);
}

.archive-index-head h2 {
  max-width: 10ch;
  font-size: clamp(42px, 5vw, 70px);
}

.archive-stage-copy>p:not(.archive-stage-kicker),
.culture-home-copy>p:not(.culture-home-kicker),
.culture-archive-gateway-copy>p:not(.eyebrow),
.archive-index-head .lead {
  font-family: var(--font-jp);
  font-weight: 400;
  letter-spacing: .01em;
}

.archive-stage-stats dd {
  font-family: var(--font-jp);
  letter-spacing: .06em;
  text-transform: none;
}

.archive-filter-row {
  justify-content: flex-start;
  gap: 8px;
}

.archive-filter {
  flex: 0 0 auto;
  min-width: 66px;
  padding-inline: 16px;
}

.archive-filter-summary {
  color: var(--green-dark);
}

/* Keep the archive experience fully visible and usable on phones. */
@media (max-width: 760px) {
  .archive-stage {
    padding-top: 58px;
  }

  .archive-stage-shell {
    width: calc(100% - 28px);
    min-height: auto;
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
    padding: 32px 20px 26px;
    border-radius: 30px 9px 30px 9px;
  }

  .archive-stage-copy,
  .archive-stage-gallery {
    min-width: 0;
  }

  .archive-stage-title {
    max-width: 100%;
    font-size: clamp(36px, 10.8vw, 48px);
    line-height: 1.18;
  }

  .archive-stage-copy>p:not(.archive-stage-kicker) {
    max-width: none;
    font-size: 14px;
    line-height: 1.9;
  }

  .archive-stage-stats {
    margin: 32px 0 30px;
  }

  .archive-stage-stats dt {
    font-size: 26px;
  }

  .archive-stage-gallery {
    min-height: 390px;
    width: 100%;
    overflow: hidden;
  }

  .archive-stage-card--1 {
    width: 57%;
    left: 0;
    top: 7%;
  }

  .archive-stage-card--2 {
    width: 50%;
    right: 0;
    top: 0;
  }

  .archive-stage-card--3 {
    width: 50%;
    right: 3%;
    bottom: 1%;
  }

  .archive-index {
    padding-top: 76px;
  }

  .archive-index-head {
    margin-bottom: 30px;
  }

  .archive-index-head h2 {
    max-width: 100%;
    font-size: clamp(38px, 11vw, 50px);
    line-height: 1.18;
  }

  .archive-filter-shell {
    position: relative;
    top: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-inline: 0;
    padding: 12px;
    border-radius: 24px;
  }

  .archive-filter-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
    overflow: visible;
    padding: 0;
  }

  .archive-filter {
    width: 100%;
    min-width: 0;
    min-height: 42px;
    padding: 0 8px;
    font-size: 12px;
  }

  .archive-filter-summary {
    justify-self: stretch;
    justify-content: center;
    min-width: 0;
    padding: 8px 8px 2px;
    border-top: 1px solid rgba(8, 21, 18, .09);
    color: var(--green-dark);
    font-size: 12px;
  }

  .culture-home-copy h2,
  .culture-archive-gateway-copy h2 {
    max-width: 100%;
    font-size: clamp(36px, 10.5vw, 48px);
    line-height: 1.2;
  }

  .culture-home-copy h2 span {
    display: inline;
  }

  .culture-home-copy h2 span+span::before {
    content: " ";
  }

  .culture-home-portal {
    padding: 70px 0;
  }

  .culture-home-shell {
    grid-template-columns: minmax(0, 1fr);
    gap: 36px;
    width: calc(100% - 32px);
  }

  .culture-home-gallery {
    min-height: 410px;
    width: 100%;
    overflow: hidden;
  }

  .culture-archive-gateway {
    grid-template-columns: minmax(0, 1fr);
    min-height: auto;
  }

  .culture-archive-gateway-copy {
    min-width: 0;
    padding: 34px 22px;
  }

  .culture-archive-gateway-visual {
    min-height: 350px;
  }
}

@media (max-width: 390px) {
  .archive-stage-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .archive-stage-stats div {
    padding-inline: 5px;
  }

  .archive-filter-row {
    gap: 7px;
  }

  .archive-filter {
    min-height: 40px;
    font-size: 11px;
  }
}
.page-activity-archive .archive-stage {
  width: 100% !important;
  padding: 0 !important;
  background: #07100d !important;
  overflow: hidden !important;
}

.page-activity-archive .archive-stage .archive-stage-shell {
  box-sizing: border-box !important;
  width: 100vw !important;
  max-width: 100vw !important;
  min-height: 730px;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;

  padding-top: clamp(70px, 7vw, 110px) !important;
  padding-bottom: clamp(70px, 7vw, 110px) !important;
  padding-left: max(32px, calc((100vw - 1180px) / 2)) !important;
  padding-right: max(32px, calc((100vw - 1180px) / 2)) !important;

  border-radius: 0 !important;
  box-shadow: none !important;
}

@media (max-width: 760px) {
  .page-activity-archive .archive-stage .archive-stage-shell {
    width: 100vw !important;
    max-width: 100vw !important;
    min-height: auto !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding: 48px 24px 38px !important;
    border-radius: 0 !important;
  }
}

/* V7 — keep archive hero title on exactly two lines */
.page-activity-archive .archive-stage-title {
  max-width: none !important;
  font-size: clamp(40px, 3.6vw, 52px) !important;
  line-height: 1.16 !important;
  letter-spacing: -.025em !important;
}

.page-activity-archive .archive-stage-title span {
  display: block !important;
  white-space: nowrap !important;
}

@media (max-width: 760px) {
  .page-activity-archive .archive-stage-title {
    font-size: clamp(28px, 8.7vw, 36px) !important;
    line-height: 1.2 !important;
    letter-spacing: -.035em !important;
  }
}
