.case-page { background: #fff; }
.project-stream { padding-top: 88px; overflow: clip; }
.stream-shot { margin: 0; background: #eef0f3; overflow: hidden; }
.stream-shot img { display: block; width: 100%; height: 100%; object-fit: contain; }
.stream-shot--hero { height: calc(100svh - 88px); min-height: 620px; }
.stream-shot--hero img { object-fit: cover; }
.stream-shot--full { width: 100%; }
.stream-shot--full img { height: auto; }
.stream-pair { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
.stream-pair .stream-shot { min-height: 48vw; }

.project-intro { padding: clamp(96px,12vw,190px) var(--pad); }
.project-intro-meta { display: flex; justify-content: space-between; gap: 24px; padding-bottom: 13px; border-bottom: 1px solid var(--line); font: 400 .75rem "Fragment Mono",monospace; text-transform: uppercase; }
.project-intro-copy { display: grid; grid-template-columns: minmax(0,1.45fr) minmax(260px,.55fr); gap: clamp(40px,8vw,140px); align-items: end; padding: clamp(64px,8vw,120px) 0 clamp(96px,10vw,160px); }
.project-intro h1 { max-width: 1000px; margin: 0; font-size: clamp(3.5rem,7.6vw,9rem); line-height: .9; letter-spacing: -.075em; font-weight: 500; }
.project-intro-copy p { margin: 0; max-width: 540px; font-size: clamp(1.05rem,1.4vw,1.35rem); line-height: 1.5; }
.project-roles { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; margin: 0; padding-top: 14px; border-top: 1px solid var(--line); }
.project-roles div { display: grid; grid-template-columns: minmax(100px,.45fr) 1fr; gap: 20px; }
.project-roles dt,.project-roles dd { margin: 0; }
.project-roles dt { font: 400 .75rem "Fragment Mono",monospace; text-transform: uppercase; opacity: .5; }
.project-roles dd { font-size: 1rem; line-height: 1.4; }

.story-block,.story-result { display: grid; grid-template-columns: minmax(120px,.35fr) minmax(0,1.15fr) minmax(260px,.6fr); gap: clamp(28px,5vw,88px); align-items: start; padding: clamp(88px,10vw,160px) var(--pad); border-top: 1px solid var(--line); background: #fff; }
.story-index { margin: 0; font: 400 .75rem "Fragment Mono",monospace; text-transform: uppercase; opacity: .5; }
.story-block h2,.story-result h2 { margin: 0; max-width: 900px; font-size: clamp(2.6rem,5vw,6rem); line-height: .94; letter-spacing: -.065em; font-weight: 500; }
.story-block>p:last-child,.story-result>p:last-child { margin: 0; max-width: 520px; font-size: clamp(1.05rem,1.35vw,1.3rem); line-height: 1.52; }
.story-result { background: #f1f1ee; }
.story-result h2 { font-size: clamp(3rem,6vw,7rem); }

.project-info-trigger { position: fixed; z-index: 90; left: 12px; bottom: 12px; min-height: 44px; padding: 0 17px; border: 0; border-radius: 999px; background: #ececec; color: #111; font: 400 .74rem "Fragment Mono",monospace; text-transform: uppercase; cursor: pointer; box-shadow: 0 5px 24px rgba(0,0,0,.08); transition: background .2s ease,transform .2s ease; }
.project-info-trigger:hover { background: #dcdcdc; transform: translateY(-2px); }
.project-info-dialog { inset: auto auto 12px 12px; width: min(560px,calc(100% - 24px)); max-width: none; max-height: calc(100svh - 24px); margin: 0; padding: 0; border: 0; border-radius: 18px; background: #fff; color: #111; box-shadow: 0 24px 80px rgba(0,0,0,.2); }
.project-info-dialog::backdrop { background: rgba(0,0,0,.16); backdrop-filter: blur(4px); }
.info-head { display: flex; justify-content: space-between; align-items: center; min-height: 58px; padding: 0 20px; border-bottom: 1px solid var(--line); font: 400 .72rem "Fragment Mono",monospace; text-transform: uppercase; }
.project-info-close { border: 0; background: transparent; padding: 10px 0 10px 20px; font: inherit; text-transform: uppercase; cursor: pointer; }
.info-body { padding: 26px 20px 24px; }
.info-body h2 { margin: 0 0 28px; font-size: clamp(3.4rem,8vw,6rem); line-height: .88; letter-spacing: -.07em; font-weight: 500; }
.info-body>p { max-width: 490px; margin: 0 0 50px; font-size: 1.1rem; line-height: 1.45; }
.info-body dl { margin: 0; }
.info-body dl div { display: grid; grid-template-columns: 110px 1fr; gap: 18px; padding: 12px 0; border-top: 1px solid var(--line); }
.info-body dt,.info-body dd { margin: 0; }
.info-body dt { font: 400 .72rem "Fragment Mono",monospace; text-transform: uppercase; opacity: .5; }
.info-body dd { font-size: .95rem; line-height: 1.4; }

.project-next { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid var(--line); }
.project-next a { min-height: 42vw; padding: clamp(24px,3vw,48px); display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); }
.project-next a:last-child { border-right: 0; }
.project-next span { font: 400 .75rem "Fragment Mono",monospace; text-transform: uppercase; opacity: .5; }
.project-next strong { font-size: clamp(2.8rem,5.5vw,7rem); line-height: .9; letter-spacing: -.065em; font-weight: 500; }
.project-next a:hover strong { opacity: .45; }

@media screen and (max-width:900px) {
  .project-stream { padding-top: 72px; }
  .stream-shot--hero { height: auto; min-height: 0; }
  .stream-shot--hero img { height: auto; object-fit: contain; }
  .stream-pair { grid-template-columns: 1fr; }
  .stream-pair .stream-shot { min-height: 0; }
  .stream-pair .stream-shot img { height: auto; }
  .project-intro { padding: 88px 20px 104px; }
  .project-intro-meta { align-items: flex-start; }
  .project-intro-meta span:last-child { text-align: right; }
  .project-intro-copy { grid-template-columns: 1fr; gap: 44px; padding: 56px 0 84px; }
  .project-intro h1 { font-size: clamp(3rem,14vw,5rem); }
  .project-intro-copy p { font-size: 1.05rem; }
  .project-roles { grid-template-columns: 1fr; gap: 22px; }
  .project-roles div { grid-template-columns: 100px 1fr; }
  .story-block,.story-result { grid-template-columns: 1fr; gap: 32px; padding: 80px 20px 96px; }
  .story-block h2,.story-result h2 { font-size: clamp(2.6rem,12vw,4.4rem); }
  .story-block>p:last-child,.story-result>p:last-child { font-size: 1.05rem; }
  .project-info-trigger { left: 10px; bottom: 10px; }
  .project-info-dialog { inset: auto 8px 8px; width: calc(100% - 16px); }
  .info-body h2 { font-size: clamp(3.4rem,18vw,5rem); }
  .project-next { grid-template-columns: 1fr; }
  .project-next a { min-height: 62vw; border-right: 0; border-bottom: 1px solid var(--line); }
  .project-next a:last-child { border-bottom: 0; }
}

@media (prefers-reduced-motion:reduce) { .project-info-trigger { transition: none; } }
