.conference { padding: 5rem 1.5rem; scroll-margin-top: 6rem; background: #f7f9fb; }
.conference-inner { max-width: 1152px; margin: auto; }
.conference-feature { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.conference-eyebrow { color: #515f74; font-size: .75rem; letter-spacing: .2em; text-transform: uppercase; margin-bottom: 1rem; }
.conference h2 { font-family: 'Newsreader', serif; font-size: clamp(2.4rem, 4vw, 3.8rem); line-height: 1.08; color: #000e24; margin-bottom: 1.5rem; }
.conference-copy { color: #43474e; line-height: 1.8; }
.conference-location { color: #455f8a; font-size: .875rem; margin-bottom: 1rem; }
.conference-topic { border-left: 2px solid #455f8a; padding-left: 1.25rem; margin-top: 1.75rem; color: #000e24; font-family: 'Newsreader', serif; font-size: 1.7rem; line-height: 1.25; }
.conference figure { margin: 0; min-width: 0; }
.conference-photo { display: block; overflow: hidden; border-radius: .5rem; background: #eceef0; cursor: zoom-in; }
.conference-photo img { width: 100%; height: auto; display: block; }
.conference figcaption { font-size: .8125rem; line-height: 1.6; color: #515f74; margin-top: .75rem; }
.conference-gallery { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.5rem; margin-top: 2.5rem; }
.conference-gallery img { aspect-ratio: 3 / 4; object-fit: cover; }
.conference-footer { display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; margin-top: 2.5rem; padding-top: 1.75rem; border-top: 1px solid #c4c6d0; }
.conference-footer p { color: #515f74; font-size: .875rem; }
.conference-cta { display: inline-block; background: #000e24; color: white; padding: 1rem 1.5rem; border-radius: .25rem; font-size: .875rem; font-weight: 700; text-align: center; }
.conference a:focus-visible, .photo-dialog button:focus-visible { outline: 3px solid #455f8a; outline-offset: 5px; }
.photo-dialog { position: fixed; inset: 0; margin: auto; width: min(94vw, 1100px); max-height: 94dvh; padding: 1rem; border: 0; border-radius: .5rem; background: #f7f9fb; color: #000e24; overflow: auto; }
.photo-dialog::backdrop { background: rgba(0,14,36,.85); }
.photo-dialog-toolbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: .75rem; gap: 1rem; }
.photo-dialog button { cursor: pointer; padding: .65rem 1rem; border: 1px solid #c4c6d0; border-radius: .25rem; }
.photo-dialog img { max-height: 70dvh; width: 100%; object-fit: contain; }
.photo-dialog figcaption { text-align: center; margin-top: 1rem; line-height: 1.5; }
body.photo-viewing { overflow: hidden; }
@media (max-width: 767px) {
  .conference { padding: 3.5rem 1.5rem; }
  .conference-feature { grid-template-columns: 1fr; }
  .conference-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .conference-footer { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 479px) { .conference-gallery { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) { body.js-ready .reveal { opacity: 1; transform: none; transition: none; } }
