.showcase-main { max-width: 1440px; margin-inline: auto; padding: 24px 5.3% 60px; }
.showcase-heading { position: relative; padding-bottom: 24px; }
.showcase-back { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding-block: 10px; color: var(--muted); font-size: 13px; text-decoration: underline; text-underline-offset: 5px; }
.showcase-back svg { width: 18px; height: 18px; flex-shrink: 0; }
.showcase-facts { display: flex; flex-wrap: wrap; gap: 12px 26px; margin: 12px 0; color: var(--muted); font-size: 12px; }
.showcase-heading h1 { max-width: 950px; font-size: clamp(28px, 3vw, 40px); line-height: 1.15; letter-spacing: -.035em; }
.showcase-media-links { display: flex; gap: 24px; margin-top: 16px; font-size: 12px; }
.showcase-media-links a { text-decoration: underline; text-underline-offset: 6px; }
.showcase-media-links span { color: var(--muted); }
.showcase-lead { position: relative; overflow: hidden; background: #080908; }
.showcase-photo { display: block; position: relative; width: 100%; padding: 0; border: 0; background: transparent; color: white; cursor: zoom-in; }
.showcase-photo img { display: block; width: 100%; height: auto; }
.photo-open { position: absolute; right: 16px; bottom: 16px; display: grid; place-items: center; width: 38px; height: 38px; background: #101110b8; border-radius: 50%; font-size: 25px; opacity: 0; transition: opacity .2s; }
.showcase-photo:hover .photo-open, .showcase-photo:focus-visible .photo-open { opacity: 1; }
.showcase-photographs { scroll-margin-top: 24px; }
.showcase-photographs > h2 { margin: 0 0 16px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; font-weight: 400; }
.photo-story { columns: 3; column-gap: 14px; }
.photo-story figure { break-inside: avoid; margin: 0 0 14px; }
.showcase-contact { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-top: 40px; padding: 26px 0; border-top: 1px solid var(--line); }
.showcase-contact h2 { margin: 0; font: 400 clamp(26px, 3vw, 40px)/1.2 Georgia, serif; letter-spacing: -.025em; }
.showcase-contact a { flex-shrink: 0; padding: 12px 0; font-size: 14px; text-decoration: underline; text-underline-offset: 6px; }
.showcase-next { display: grid; grid-template-columns: 180px 1fr; gap: 28px; align-items: center; padding-top: 26px; border-top: 1px solid var(--line); }
.showcase-next img { display: block; width: 100%; aspect-ratio: 3/2; height: auto; object-fit: cover; }
.showcase-next span { color: var(--muted); font-size: 12px; }
.showcase-next h2 { max-width: 650px; margin: 10px 0; font: 400 clamp(22px, 2.3vw, 30px)/1.2 Georgia, serif; letter-spacing: -.03em; }
.showcase-next p { margin: 0; color: var(--muted); font-size: 13px; }
.showcase-next:hover h2 { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 6px; }
.showcase-film { width: min(100%, 560px); margin: 0 auto 28px; aspect-ratio: 16/9; scroll-margin-top: 24px; }
.showcase-film video { display: block; width: 100%; height: 100%; object-fit: contain; }
.film-play { display: flex; align-items: center; gap: 18px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); padding: 18px 24px; border: 1px solid #ffffff50; border-radius: 4px; color: var(--paper); background: #101110d9; text-align: left; font: 400 18px Georgia, serif; white-space: nowrap; }
.film-play-icon { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid #ffffff70; border-radius: 50%; font: 16px Arial, sans-serif; }
.film-play small { display: block; margin-top: 6px; font: 11px Arial, sans-serif; color: var(--muted); }
.film-label { position: absolute; left: 22px; top: 20px; padding: 7px 10px; background: #101110c9; color: var(--paper); font-size: 11px; pointer-events: none; }
.showcase-film.is-playing .film-play, .showcase-film.is-playing .film-label { display: none; }
.film-error { margin: 0; padding: 12px; background: #101110; position: absolute; bottom: 0; inset-inline: 0; font-size: 13px; }
.photo-viewer { inset: 0; width: 100vw; height: 100dvh; max-width: none; max-height: none; margin: 0; padding: 20px 28px; border: 0; background: #090a09; color: var(--paper); }
.photo-viewer[open] { display: grid; grid-template-rows: 44px minmax(0, 1fr) 52px; gap: 12px; }
.photo-viewer::backdrop { background: #090a09; }
body:has(.photo-viewer[open]) { overflow: hidden; }
.photo-viewer-bar, .photo-viewer-controls { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.photo-viewer-controls { justify-content: center; gap: 12px; }
.photo-viewer-count { font-size: 13px; color: var(--muted); font-variant-numeric: tabular-nums; }
.photo-viewer button { min-height: 44px; padding: 10px 16px; background: none; color: var(--paper); border: 1px solid var(--line); font-size: 13px; }
.photo-viewer .photo-viewer-arrow { display: grid; place-items: center; width: 44px; height: 44px; padding: 0; cursor: pointer; }
.photo-viewer-arrow[hidden] { display: none; }
.photo-viewer-arrow svg { width: 20px; height: 20px; }
.photo-viewer .photo-viewer-close { display: flex; align-items: center; gap: 18px; border: 0; }
.photo-viewer-close span { font-size: 28px; }
.photo-viewer-stage { display: flex; align-items: center; justify-content: center; min-height: 0; }
.photo-viewer-image { display: block; max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; touch-action: pan-y pinch-zoom; }
@media (max-width: 900px) { .photo-story { columns: 2; } }
@media (max-width: 700px) {
  .showcase-main { padding: 20px 6% 44px; }
  .showcase-heading h1 { font-size: 28px; }
  .showcase-facts { font-size: 11px; }
  .photo-story { column-gap: 10px; }
  .photo-story figure { margin-bottom: 10px; }
  .showcase-contact { align-items: start; flex-direction: column; gap: 10px; margin-top: 30px; }
  .showcase-next { grid-template-columns: 100px 1fr; gap: 18px; }
  .showcase-next h2 { font-size: 23px; }
  .film-play { padding: 12px 16px; gap: 12px; font-size: 16px; }
  .film-play-icon { width: 40px; height: 40px; }
  .film-label { top: 10px; left: 12px; }
  .photo-viewer { padding: 10px 12px; }
}
@media (prefers-reduced-motion: reduce) { .photo-open { transition: none; } }
