.odeon-press-hero { display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1fr); gap:clamp(2rem,6vw,7rem); align-items:start; padding-block:clamp(3rem,8vw,7rem); }
.odeon-press-copy, .odeon-press-portrait { min-width:0; }
.odeon-press-copy h1 { font-size:clamp(2.5rem,6vw,6rem); line-height:1.02; overflow-wrap:anywhere; margin-block:1rem 2rem; }
.odeon-press-copy .eyebrow { margin-top:2rem; }
.odeon-press-bio { font-size:clamp(1rem,1.3vw,1.2rem); line-height:1.75; overflow-wrap:anywhere; }
.odeon-press-bio p { margin-bottom:1.25rem; }
.odeon-press-copy .button { margin-top:1.5rem; }
.odeon-press-portrait { margin:0; }
.odeon-press-portrait img { display:block; width:100%; height:auto; max-height:85vh; object-fit:contain; }
.odeon-press figcaption { font-size:.875rem; line-height:1.5; margin-top:.75rem; opacity:.75; }
.odeon-press-no-photo { grid-template-columns:minmax(0,55rem); }
.odeon-press-dates { list-style:none; margin:0; padding:0; }
.odeon-press-dates li { display:grid; grid-template-columns:minmax(8rem,1fr) minmax(0,3fr); gap:2rem; padding-block:1.5rem; border-top:1px solid currentColor; }
.odeon-press-dates h3 { font-size:clamp(1.2rem,2vw,1.75rem); margin:0 0 .5rem; }
.odeon-press-date { font-variant-numeric:tabular-nums; }
.odeon-press-videos { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:2rem; }
.odeon-press-videos figure { margin:0; min-width:0; }
.odeon-press-videos .video-launch { display:block; aspect-ratio:16/9; min-height:10rem; background:#181a16; }
.odeon-press-videos .video-launch img { width:100%; height:100%; object-fit:cover; }
.odeon-work-nav { display:flex; gap:1rem; flex-wrap:wrap; padding-block:1rem; }
.odeon-work-nav a { padding:.8rem 1.25rem; border:1px solid currentColor; text-decoration:none; }
.odeon-work-section { scroll-margin-top:7rem; }
.odeon-work-section + .odeon-work-section { border-top:1px solid currentColor; }
.odeon-work-nav a:focus-visible { outline:3px solid currentColor; outline-offset:4px; }
@media(max-width:760px) {
  .odeon-press-hero, .odeon-press-videos { grid-template-columns:minmax(0,1fr); }
  .odeon-press-portrait img { max-height:none; }
  .odeon-press-dates li { grid-template-columns:minmax(0,1fr); gap:.5rem; }
}
