/* P4 Theater brand refresh — real space photography, original lockup, site constellation */

:root {
  --p4-photo-black: #050607;
  --p4-photo-ink: #0a0b0d;
  --p4-photo-paper: #f3eee4;
  --p4-photo-amber: #d8a74f;
  --p4-photo-line: rgba(243, 238, 228, .16);
}

.copy-en { display: none; }
html[lang='en'] .copy-zh { display: none; }
html[lang='en'] .copy-en { display: inline; }

.particles {
  display: none;
}

.gradient-bg {
  background:
    radial-gradient(circle at 75% 0%, rgba(216, 167, 79, .08), transparent 30%),
    linear-gradient(180deg, #050607 0%, #080b10 40%, #050607 100%);
}

.nav {
  background: rgba(5, 6, 7, .92);
  border-bottom-color: rgba(243, 238, 228, .11);
}

.nav-inner {
  max-width: 1400px;
}

.nav-brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: 152px;
}

.nav-brand img {
  display: block;
  width: 94px;
  height: auto;
  object-fit: contain;
}

.nav-brand span {
  font-size: 12px;
  font-weight: 760;
  white-space: nowrap;
}

.nav-brand::after {
  left: 0;
  width: 94px;
}

.nav-links {
  gap: 2px;
}

.nav-link {
  padding-inline: 9px;
  font-size: 12px;
}

.nav-search {
  width: min(210px, 16vw);
}

.hero {
  min-height: 0;
  padding: 108px 0 64px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(216, 167, 79, .05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(243, 238, 228, .04) 1px, transparent 1px),
    var(--p4-photo-black);
  background-size: 120px 120px;
}

.hero::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(216, 167, 79, .75), transparent);
}

.hero-bg {
  display: none;
}

.hero-content {
  width: min(1400px, calc(100% - 48px));
  max-width: none;
  padding: 0;
  text-align: left;
}

.hero-brand-layout {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(440px, 1.05fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: center;
}

.hero-copy {
  min-width: 0;
  padding: 22px 0;
}

.hero-logo-lockup {
  display: block;
  width: min(360px, 78%);
  height: auto;
  margin: 0 0 24px;
  opacity: .9;
}

.hero .eyebrow {
  width: fit-content;
  margin-left: 0;
}

.hero-title {
  margin: 0 0 15px;
  color: var(--p4-photo-paper);
  background: none;
  -webkit-text-fill-color: currentColor;
  font-size: clamp(58px, 7vw, 112px);
  line-height: .92;
  letter-spacing: -.045em !important;
  text-wrap: balance;
}

.hero-subtitle {
  max-width: 650px;
  margin-left: 0;
  color: var(--p4-photo-paper);
  font-size: clamp(18px, 2vw, 28px);
  line-height: 1.35;
  text-wrap: pretty;
}

.hero-description {
  max-width: 630px;
  margin-left: 0;
  color: #c9c2b6;
}

.hero-stats {
  width: fit-content;
  margin-left: 0;
  border-color: var(--p4-photo-line);
  background: rgba(0, 0, 0, .34);
  backdrop-filter: blur(10px);
}

.hero-tagline,
.hero-actions {
  justify-content: flex-start;
}

.hero-actions {
  max-width: 760px;
}

.hero-photo {
  position: relative;
  min-height: 640px;
  margin: 0;
  border: 1px solid rgba(243, 238, 228, .16);
  border-radius: 10px;
  overflow: hidden;
  background: #0a0907;
  box-shadow: 0 38px 100px rgba(0, 0, 0, .48);
}

.hero-photo::before {
  content: 'P4 / SPACE 01';
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 18px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, .25);
  background: rgba(5, 6, 7, .58);
  color: rgba(255, 255, 255, .86);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  backdrop-filter: blur(8px);
}

.hero-photo picture,
.hero-photo img {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-photo img {
  min-height: 640px;
  object-fit: cover;
  object-position: 37% center;
  filter: saturate(.92) contrast(1.04);
}

.hero-photo-caption {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  padding: 30px 20px 17px;
  color: rgba(255, 255, 255, .78);
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .82));
  font-size: 12px;
  line-height: 1.45;
}

.p4-site-network {
  background:
    radial-gradient(circle at 0 20%, rgba(216, 167, 79, .08), transparent 32%),
    #080a0d;
}

.site-network-heading {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(320px, .7fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: end;
  margin-bottom: 32px;
}

.site-network-heading .eyebrow,
.space-archive-copy .eyebrow {
  width: fit-content;
  margin-left: 0;
}

.site-network-heading .section-title,
.space-archive-copy .section-title {
  margin-left: 0;
  text-align: left;
}

.site-network-heading .section-title::after,
.space-archive-copy .section-title::after {
  margin-left: 0;
}

.site-network-heading .section-subtitle,
.space-archive-copy .section-subtitle {
  max-width: 680px;
  margin: 0;
  text-align: left;
}

.site-network-grid {
  display: grid;
  grid-template-columns: 1.18fr 1fr 1fr;
  gap: 14px;
}

.site-network-card {
  position: relative;
  display: grid;
  grid-template-rows: 224px auto auto 1fr auto;
  min-height: 450px;
  overflow: hidden;
  border: 1px solid rgba(243, 238, 228, .13);
  border-radius: 10px;
  background: #0d1014;
  color: var(--p4-photo-paper);
  text-decoration: none;
  transition: transform .24s ease, border-color .24s ease, background .24s ease;
}

.site-network-card:hover {
  transform: translateY(-4px);
  border-color: rgba(216, 167, 79, .62);
  background: #121318;
}

.site-network-card:active {
  transform: translateY(1px);
}

.site-network-card img {
  display: block;
  width: 100%;
  height: 224px;
  object-fit: cover;
  border-bottom: 1px solid rgba(243, 238, 228, .12);
  filter: saturate(.82) contrast(1.04);
}

.site-network-card:nth-child(2) img {
  object-fit: contain;
  background: #000;
}

.site-network-index,
.site-network-card-title,
.site-network-card-desc,
.site-network-domain {
  margin-inline: 18px;
}

.site-network-index {
  margin-top: 17px;
  color: var(--p4-photo-amber);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .14em;
}

.site-network-card-title {
  margin-top: 9px;
  font-size: clamp(19px, 1.8vw, 25px);
  line-height: 1.3;
}

.site-network-card-desc {
  margin-top: 9px;
  color: #aaa399;
  font-size: 13px;
  line-height: 1.65;
}

.site-network-domain {
  margin-top: 20px;
  margin-bottom: 18px;
  padding-top: 13px;
  border-top: 1px solid rgba(243, 238, 228, .1);
  color: #d5cfc4;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
}

.space-archive {
  display: grid;
  grid-template-columns: minmax(260px, .58fr) minmax(0, 1.42fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: start;
  margin-top: clamp(76px, 10vw, 132px);
  padding-top: 42px;
  border-top: 1px solid rgba(243, 238, 228, .11);
}

.space-archive-copy {
  position: sticky;
  top: 104px;
}

.space-archive-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-rows: 180px;
  gap: 10px;
}

.space-photo {
  position: relative;
  grid-column: span 3;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(243, 238, 228, .12);
  border-radius: 10px;
  background: #08090a;
}

.space-photo-wide {
  grid-column: span 6;
  grid-row: span 2;
}

.space-photo-tall {
  grid-column: span 3;
  grid-row: span 2;
}

.space-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.84) contrast(1.04);
  transition: transform .7s cubic-bezier(.2, .8, .2, 1), filter .4s ease;
}

.space-photo:hover img {
  transform: scale(1.025);
  filter: saturate(1) contrast(1.02);
}

.space-photo figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 32px 14px 12px;
  color: rgba(255, 255, 255, .84);
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .78));
  font-size: 11px;
  line-height: 1.45;
}

.identity-archive {
  display: grid;
  grid-template-columns: minmax(240px, .58fr) minmax(0, 1.42fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: start;
  margin-top: clamp(76px, 10vw, 132px);
  padding-top: 42px;
  border-top: 1px solid rgba(243, 238, 228, .11);
}

.identity-archive-copy {
  position: sticky;
  top: 104px;
}

.identity-archive-copy .eyebrow,
.identity-archive-copy .section-title {
  margin-left: 0;
  text-align: left;
}

.identity-archive-copy .section-title::after {
  margin-left: 0;
}

.identity-archive-copy .section-subtitle {
  margin: 0;
  text-align: left;
}

.identity-archive-link {
  display: inline-flex;
  gap: 8px;
  margin-top: 24px;
  color: #f0cf8a;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: .02em;
  text-decoration: none;
}

.identity-archive-link:hover {
  color: #fff;
}

.identity-logo-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-rows: 154px;
  gap: 10px;
}

.identity-logo {
  position: relative;
  grid-column: span 3;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(243, 238, 228, .13);
  border-radius: 10px;
  background: #050607;
}

.identity-logo-wide {
  grid-column: span 6;
  grid-row: span 2;
}

.identity-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: saturate(.85) contrast(1.03);
  transition: transform .7s cubic-bezier(.2, .8, .2, 1), filter .4s ease;
}

.identity-logo-wide:first-child img {
  background: #ece9e1;
}

.identity-logo-photo img {
  object-fit: cover;
  filter: saturate(.78) contrast(1.05);
}

.identity-logo-motion img {
  object-fit: cover;
  filter: contrast(1.04);
}

.identity-logo:hover img {
  transform: scale(1.025);
  filter: saturate(1) contrast(1.04);
}

.identity-logo figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 30px 14px 12px;
  color: rgba(255, 255, 255, .84);
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .8));
  font-size: 11px;
  line-height: 1.45;
}

.footer-brand img {
  display: block;
  width: min(220px, 70vw);
  height: auto;
  opacity: .92;
}

/* Project evidence ledger — image and text share one verified project context */
.project-evidence-header {
  display: grid;
  grid-template-columns: minmax(210px, .54fr) minmax(0, 1.46fr);
  gap: clamp(30px, 7vw, 104px);
  align-items: end;
  margin: 0 0 42px;
  padding: 30px 0 28px;
  border-top: 1px solid var(--p4-photo-line);
  border-bottom: 1px solid var(--p4-photo-line);
}

.project-evidence-kicker {
  align-self: start;
  color: var(--p4-photo-amber);
  font: 760 10px/1.2 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  letter-spacing: .18em;
}

.project-evidence-header h3 {
  max-width: 820px;
  margin: 0;
  color: var(--p4-photo-paper);
  font-size: clamp(32px, 4.2vw, 62px);
  line-height: .98;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.project-evidence-header p {
  grid-column: 2;
  max-width: 760px;
  margin: -80px 0 0;
  padding-top: 92px;
  color: #a9a39a;
  font-size: 15px;
  line-height: 1.8;
  text-wrap: pretty;
}

.project-evidence-ledger {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 44px 18px;
  margin-bottom: clamp(64px, 9vw, 116px);
}

.evidence-story {
  grid-column: span 6;
  min-width: 0;
  padding-top: 10px;
  border-top: 1px solid rgba(243, 238, 228, .18);
}

.evidence-story-wide {
  grid-column: span 12;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
  padding-top: 14px;
}

.evidence-media {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  min-height: 380px;
}

.evidence-story-wide .evidence-media {
  min-height: 470px;
}

.evidence-frame {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(243, 238, 228, .13);
  border-radius: 8px;
  background: #020303;
}

.evidence-frame-poster { grid-column: span 2; }
.evidence-frame-stage { grid-column: span 3; }

.evidence-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.9) contrast(1.035);
  transition: transform .7s cubic-bezier(.2, .8, .2, 1), filter .35s ease;
}

.evidence-frame-poster img {
  object-position: 50% 50%;
}

.evidence-frame-stage img {
  object-position: 50% 46%;
}

.evidence-media-displace .evidence-frame-stage img {
  object-fit: cover;
  image-rendering: auto;
}

.evidence-media-duel .evidence-frame-stage img {
  object-position: 50% 42%;
}

.evidence-frame:hover img {
  transform: scale(1.018);
  filter: saturate(1) contrast(1.02);
}

.evidence-frame figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 36px 11px 10px;
  color: rgba(255, 255, 255, .74);
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .82));
  font: 700 9px/1.35 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  letter-spacing: .12em;
}

.evidence-copy {
  padding: 20px 2px 0;
}

.evidence-story-wide .evidence-copy {
  align-self: end;
  padding: 0 0 4px;
}

.evidence-number {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 18px;
  color: var(--p4-photo-amber);
  font: 760 11px/1.2 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  letter-spacing: .12em;
}

.evidence-number span {
  color: #706b64;
  font-size: 9px;
  letter-spacing: .1em;
}

.evidence-copy h4 {
  margin: 0 0 13px;
  color: var(--p4-photo-paper);
  font-size: clamp(24px, 2.5vw, 39px);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.evidence-copy p {
  max-width: 58ch;
  margin: 0;
  color: #aaa49b;
  font-size: 14px;
  line-height: 1.82;
}

.evidence-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  padding: 0 0 6px;
  border: 0;
  border-bottom: 1px solid rgba(216, 167, 79, .58);
  border-radius: 0;
  color: #e7c77f;
  background: transparent;
  font: 720 11px/1.3 inherit;
  cursor: pointer;
  transition: color .18s ease, border-color .18s ease, transform .18s ease;
}

.evidence-link:hover {
  color: #fff;
  border-color: #fff;
  transform: translateX(2px);
}

.evidence-link:active { transform: translateX(2px) translateY(1px); }

.visual-raw-archive {
  margin: 0;
  border-top: 1px solid var(--p4-photo-line);
  border-bottom: 1px solid var(--p4-photo-line);
}

.visual-raw-archive > summary {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 14px;
  align-items: center;
  min-height: 82px;
  color: var(--p4-photo-paper);
  list-style: none;
  font-size: clamp(17px, 2vw, 25px);
  font-weight: 720;
  cursor: pointer;
}

.visual-raw-archive > summary::-webkit-details-marker { display: none; }

.visual-raw-archive > summary strong {
  color: var(--p4-photo-amber);
  font: 760 12px/1 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.visual-raw-archive > summary > span:last-child {
  color: #8d877e;
  font-size: 23px;
  font-weight: 400;
  transition: transform .25s ease, color .25s ease;
}

.visual-raw-archive[open] > summary > span:last-child {
  color: var(--p4-photo-amber);
  transform: rotate(45deg);
}

.visual-layout-archive {
  padding: 34px 0 46px;
}

.visual-layout-archive .visual-collection {
  padding: 20px 0 0;
  border: 0;
  border-top: 1px solid rgba(243, 238, 228, .13);
  border-radius: 0;
  background: transparent;
}

.visual-layout-archive .visual-photo,
.visual-layout-archive .visual-photo:nth-child(n) {
  border-radius: 6px;
  box-shadow: none;
}

/* Keep the established project grid, but make image, title, and archive role legible. */
.projects .project-card,
.projects .project-card-large {
  border-color: rgba(243, 238, 228, .13);
  border-radius: 10px;
  background: #0b0d11;
  box-shadow: none;
}

.projects .project-card::before,
.projects .project-card-large::before { display: none; }

.projects .project-card:hover,
.projects .project-card-large:hover {
  border-color: rgba(216, 167, 79, .58);
  box-shadow: 0 22px 64px rgba(0, 0, 0, .34);
}

.projects .project-thumb {
  height: 148px;
  border: 1px solid rgba(243, 238, 228, .09);
  border-radius: 6px;
  background-color: #050607;
  background-position: center;
  filter: saturate(.88) contrast(1.02);
}

.projects .project-card:hover .project-thumb,
.projects .project-image,
.projects .project-card-large:hover .project-image {
  filter: saturate(1) contrast(1.02);
}

.projects .project-badge {
  border: 1px solid rgba(216, 167, 79, .34);
  border-radius: 999px;
  color: #e0be73;
  background: rgba(216, 167, 79, .07);
}

.project-carousel-caption {
  position: absolute;
  right: 18px;
  bottom: 16px;
  left: 18px;
  z-index: 3;
  width: fit-content;
  max-width: calc(100% - 36px);
  padding: 8px 10px;
  border: 1px solid rgba(243, 238, 228, .2);
  border-radius: 6px;
  color: rgba(255, 255, 255, .88);
  background: rgba(3, 4, 5, .76);
  backdrop-filter: blur(8px);
  font-size: 11px;
  line-height: 1.45;
}

.footer-site-network {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.footer-site-network a {
  padding: 6px 9px;
  border: 1px solid rgba(243, 238, 228, .13);
  border-radius: 8px;
  color: #c8c1b6;
  text-decoration: none;
  font-size: 11px;
}

.footer-site-network a:hover,
.footer-site-network a[aria-current='page'] {
  color: #f2d18e;
  border-color: rgba(216, 167, 79, .46);
  background: rgba(216, 167, 79, .08);
}

/* Direct English entry page */
.en-brand-hero {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: center;
  padding-bottom: 42px;
  border-bottom: 1px solid var(--line);
}

.en-brand-copy .brand-lockup {
  display: block;
  width: min(330px, 75%);
  height: auto;
  margin: 0 0 24px;
}

.en-brand-copy h1 {
  font-size: clamp(42px, 6vw, 78px);
  line-height: 1.02;
  letter-spacing: -.035em;
}

.en-brand-photo {
  position: relative;
  min-height: 560px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #080706;
}

.en-brand-photo img {
  display: block;
  width: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: 37% center;
}

.en-brand-photo figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 30px 16px 13px;
  color: rgba(255, 255, 255, .8);
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .8));
  font-size: 12px;
}

.en-site-network {
  margin-top: 28px;
  padding: 28px 0 34px;
  border-bottom: 1px solid var(--line);
}

.en-site-network h2 {
  margin: 0 0 8px;
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.2;
}

.en-site-network > p {
  max-width: 760px;
  margin: 0 0 18px;
  color: var(--muted);
}

.en-site-network-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.en-site-card {
  display: grid;
  gap: 8px;
  min-height: 154px;
  padding: 16px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .035);
  color: inherit;
  text-decoration: none;
}

.en-site-card:hover {
  border-color: rgba(216, 167, 79, .5);
  background: rgba(216, 167, 79, .06);
}

.en-site-card small {
  color: var(--accent);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
}

.en-site-card strong {
  font-size: 19px;
  line-height: 1.28;
}

.en-site-card span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 1180px) {
  .nav-links,
  .nav-search {
    display: none;
  }

  .nav-menu-btn {
    display: inline-flex;
  }

  .hero-brand-layout {
    grid-template-columns: minmax(0, .95fr) minmax(390px, 1.05fr);
    gap: 32px;
  }

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

  .site-network-card-main {
    grid-column: span 2;
  }
}

@media (max-width: 900px) {
  .hero-brand-layout,
  .site-network-heading,
  .space-archive,
  .identity-archive,
  .en-brand-hero {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding-bottom: 0;
  }

  .hero-photo {
    min-height: 520px;
  }

  .hero-photo img {
    min-height: 520px;
  }

  .space-archive-copy {
    position: static;
  }

  .identity-archive-copy {
    position: static;
  }

  .en-site-network-grid {
    grid-template-columns: 1fr;
  }

  .project-evidence-header {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .project-evidence-header p {
    grid-column: 1;
    margin: 0;
    padding: 0;
  }

  .evidence-story,
  .evidence-story-wide {
    grid-column: span 12;
  }

  .evidence-story-wide {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .evidence-story-wide .evidence-copy {
    padding-top: 20px;
  }

  .visual-layout-archive {
    grid-template-columns: 1fr;
  }

  .visual-layout-archive .visual-copy {
    position: static;
  }
}

@media (max-width: 768px) {
  .nav-brand img {
    width: 82px;
  }

  .nav-brand span {
    display: none;
  }

  .hero {
    padding: 82px 0 38px;
    background-size: 64px 64px;
  }

  .hero-content {
    width: min(100% - 30px, 680px);
  }

  .hero-logo-lockup {
    width: min(300px, 82%);
    margin-bottom: 18px;
  }

  .hero-title {
    font-size: clamp(48px, 15vw, 68px);
  }

  .hero-subtitle {
    font-size: 18px;
  }

  .hero-stats {
    width: 100%;
  }

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

  .hero-action {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .hero-photo,
  .hero-photo img {
    min-height: 0;
  }

  .hero-photo {
    aspect-ratio: 4 / 5;
  }

  .hero-photo img {
    object-position: center;
  }

  .site-network-grid {
    grid-template-columns: 1fr;
  }

  .site-network-card-main {
    grid-column: auto;
  }

  .site-network-card {
    min-height: 0;
    grid-template-rows: 210px auto auto 1fr auto;
  }

  .site-network-card img {
    height: 210px;
  }

  .space-archive-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 170px;
  }

  .identity-logo-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 170px;
  }

  .identity-logo,
  .identity-logo-wide {
    grid-column: span 1;
    grid-row: span 1;
  }

  .identity-logo-wide {
    grid-column: span 2;
    grid-row: span 2;
  }

  .space-photo,
  .space-photo-wide,
  .space-photo-tall {
    grid-column: span 1;
    grid-row: span 1;
  }

  .space-photo-wide,
  .space-photo-tall {
    grid-row: span 2;
  }

  .space-photo-wide {
    grid-column: span 2;
  }

  .en-brand-photo,
  .en-brand-photo img {
    min-height: 0;
  }

  .en-brand-photo img {
    aspect-ratio: 4 / 5;
  }

  .project-evidence-ledger {
    gap: 34px;
  }

  .evidence-media,
  .evidence-story-wide .evidence-media {
    min-height: 390px;
  }

  .visual-raw-archive > summary {
    min-height: 72px;
  }
}

@media (max-width: 480px) {
  .hero-actions {
    grid-template-columns: 1fr;
  }

  .space-archive-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 230px;
  }

  .identity-logo-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 230px;
  }

  .identity-logo,
  .identity-logo-wide {
    grid-column: auto;
    grid-row: auto;
  }

  .space-photo,
  .space-photo-wide,
  .space-photo-tall {
    grid-column: auto;
    grid-row: auto;
  }

  .project-evidence-header {
    margin-bottom: 30px;
    padding-block: 24px;
  }

  .project-evidence-header h3 {
    font-size: clamp(30px, 10vw, 43px);
  }

  .project-evidence-ledger {
    margin-bottom: 58px;
  }

  .evidence-media,
  .evidence-story-wide .evidence-media {
    grid-template-columns: minmax(116px, .72fr) minmax(0, 1.28fr);
    min-height: 300px;
  }

  .evidence-frame-poster,
  .evidence-frame-stage {
    grid-column: span 1;
  }

  .evidence-copy h4 {
    font-size: 27px;
  }

  .visual-raw-archive > summary {
    min-height: 66px;
    font-size: 17px;
  }

  .visual-raw-archive > summary strong {
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .space-photo img,
  .site-network-card,
  .evidence-frame img,
  .evidence-link {
    transition: none;
  }
}
