.show-detail-page,
.show-detail-shell { background: var(--white); }

.show-detail-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  min-height: 66px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 7px 12px 8px;
  background: var(--white);
  border-bottom: var(--border);
}

.show-detail-lockup { display: flex; min-width: 0; align-items: center; gap: clamp(14px, 2vw, 30px); }
.show-detail-header h1 { margin: 0; font-family: var(--display); font-size: clamp(44px, 5.4vw, 72px); font-weight: 900; letter-spacing: -0.06em; line-height: 0.76; }
.show-detail-lockup span { overflow: hidden; font-family: var(--display); font-size: clamp(10px, 1.1vw, 14px); font-weight: 900; text-overflow: ellipsis; white-space: nowrap; }
.show-back { flex: 0 0 auto; padding: 11px 15px; color: var(--white); background: var(--black); font-family: var(--display); font-size: clamp(14px, 1.35vw, 18px); font-weight: 900; line-height: 1; text-transform: uppercase; }
.show-back:hover,
.show-back:focus-visible { background: var(--blue); outline: none; }

.show-video { position: relative; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; background: var(--black); border-bottom: var(--border); }
.show-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.show-detail-layout { display: grid; grid-template-columns: minmax(0, 7fr) minmax(300px, 3fr); align-items: start; }
.show-detail-copy { min-width: 0; padding: clamp(28px, 5vw, 78px); border-right: var(--border); }
.show-detail-kicker { display: none; }
.show-detail-title { max-width: 11.5ch; margin: 0 0 clamp(40px, 6vw, 86px); font-family: var(--display); font-size: clamp(36px, 5.625vw, 86px); font-weight: 900; line-height: 0.86; text-transform: uppercase; }
.show-detail-title-text { max-width: 100%; overflow-wrap: break-word; }
.show-facts { display: grid; gap: 0.42em; margin: 0 0 clamp(44px, 6vw, 90px); }
.show-fact { display: grid; grid-template-columns: minmax(0, 0.55fr) minmax(0, 1fr); gap: 18px; }
.show-fact dt,
.show-fact dd { margin: 0; font-size: clamp(18px, 2vw, 28px); font-weight: 700; line-height: 1.15; }
.show-fact dt { font-family: var(--sans); text-transform: uppercase; }
.show-fact dt::before { content: "⊕ "; }
.show-facts::after { display: block; width: 100%; overflow: hidden; margin-top: 0.45em; color: var(--black); content: "∠∠∠∠∠∠∠∠∠∠∠∠∠∠∠∠∠∠∠∠∠∠∠∠∠∠∠∠∠∠∠∠"; font-family: var(--display); font-size: clamp(18px, 2vw, 28px); font-weight: 900; letter-spacing: 0.06em; line-height: 1; white-space: nowrap; }
.show-copy-section { margin-top: clamp(42px, 6vw, 88px); }
.show-copy-section h2 { display: none; }
.show-copy-section p { max-width: 38ch; margin: 0 0 1em; font-size: clamp(18px, 2vw, 28px); line-height: 1.22; }
.show-copy-section .show-copy-subtitle { font-size: clamp(21px, 2.35vw, 32px); font-weight: 700; }
.show-copy-section .show-copy-lines { white-space: pre-line; }
.show-copy-section a { color: inherit; font-weight: 700; text-decoration: underline; }
.show-youtube-link { display: none; }

.show-gallery { position: sticky; top: 66px; display: grid; align-self: start; background: var(--black); }
.show-gallery-item,
.show-placeholder { position: relative; display: block; width: 100%; aspect-ratio: 16 / 10; overflow: hidden; padding: 0; background: var(--black); border: 0; border-bottom: 2px solid var(--white); }
.show-gallery-item { cursor: zoom-in; }
.show-gallery-item img { display: block; width: 100%; height: 100%; object-fit: cover; transition: filter 150ms linear, transform 150ms ease-out; }
.show-gallery-item:hover img,
.show-gallery-item:focus-visible img { filter: contrast(1.08); transform: scale(1.012); }
.show-gallery-item:focus-visible { outline: 4px solid var(--blue); outline-offset: -4px; }
.show-placeholder { display: grid; place-items: center; color: var(--white); background: repeating-linear-gradient(135deg, var(--black) 0 24px, var(--blue) 24px 48px); }
.show-placeholder::before { display: grid; width: calc(100% - 32px); height: calc(100% - 32px); place-items: center; background: var(--black); border: 1px solid var(--white); content: "IMAGE / TO BE ADDED"; font-family: var(--display); font-size: clamp(12px, 1.5vw, 19px); font-weight: 900; }

.image-lightbox { width: fit-content; max-width: 94vw; max-height: 94vh; padding: 0; overflow: visible; background: transparent; border: 2px solid var(--white); }
.image-lightbox::backdrop { background: rgba(0, 0, 0, 0.88); }
.image-lightbox img { display: block; width: auto; height: auto; max-width: calc(94vw - 4px); max-height: calc(94vh - 4px); }
.lightbox-close { position: absolute; top: 0; right: 0; z-index: 2; width: 40px; height: 40px; cursor: pointer; color: var(--white); background: var(--blue); border: 0; font-family: var(--display); font-size: 22px; font-weight: 900; }
.lightbox-nav { position: absolute; top: 50%; z-index: 2; display: grid; width: 46px; height: 46px; padding: 0; cursor: pointer; place-items: center; color: var(--white); background: var(--black); border: 2px solid var(--white); font-family: var(--display); font-size: 30px; font-weight: 900; line-height: 1; transform: translateY(-50%); }
.lightbox-nav--previous { left: 12px; }
.lightbox-nav--next { right: 12px; }
.lightbox-nav:hover,
.lightbox-nav:focus-visible { color: var(--white); background: var(--blue); outline: none; }

.show-detail-footer { border-top: var(--border); }

@media (max-width: 860px) {
  .show-detail-layout { grid-template-columns: 1fr; }
  .show-detail-copy { border-right: 0; border-bottom: var(--border); }
  .show-gallery { position: static; grid-template-columns: 1fr; }
}

@media (max-width: 580px) {
  .show-detail-header { min-height: 58px; padding: 6px 8px 7px; }
  .show-detail-header h1 { font-size: clamp(38px, 12vw, 54px); }
  .show-detail-lockup span { display: none; }
  .show-back { padding: 9px 11px; font-size: 11px; }
  .show-detail-copy { padding: 34px 16px 54px; }
  .show-detail-title { font-size: clamp(33px, 10.5vw, 54px); }
  .show-fact { grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr); gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .show-gallery-item img { transition: none; }
}
