/* ==========================================================
   IDYLEASE PRESS & MEDIA
   Page-specific styles only. Shared site styles remain in:
   plugins.css, style.css, idylease-subpage.css, reveal-motion.css
   ========================================================== */

:root {
    --idy-press-ink: #292724;
    --idy-press-muted: #6f6a64;
    --idy-press-rule: rgba(41, 39, 36, 0.16);
    --idy-press-soft: #f7f5f1;
    --idy-press-paper: #ffffff;
    --idy-press-accent: #a97852;
    --idy-press-accent-dark: #765238;
}

.idy-press-page .idy-subhero__image {
    background-image: url('../img/hero/idylease-aerial-view.webp');
    background-position: center 48%;
}

.idy-press-page .idy-subhero__image > img {
    object-position: center 48%;
}

.idy-press-release-page .idy-subhero__title {
    max-width: 1050px;
    font-size: clamp(2.15rem, 4.1vw, 4.2rem);
    line-height: 1.02;
}

.idy-press-page-main {
    overflow: hidden;
}

.idy-press-sidebar-contact,
.idy-press-sidebar-links,
.idy-press-sidebar-note {
    margin-top: 28px;
}

.idy-press-sidebar-contact__label,
.idy-press-sidebar-links__label,
.idy-press-sidebar-note__label,
.idy-press-section-label,
.idy-press-release-meta,
.idy-press-card__eyebrow,
.idy-press-resource__eyebrow {
    margin: 0 0 10px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.16em;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--idy-press-accent-dark);
}

.idy-press-sidebar-contact p,
.idy-press-sidebar-note p {
    margin: 0 0 7px;
}

.idy-press-sidebar-contact a,
.idy-press-sidebar-links a,
.idy-press-card a,
.idy-press-resource a,
.idy-press-release-body a {
    color: inherit;
    text-decoration-color: rgba(41, 39, 36, 0.34);
    text-underline-offset: 3px;
}

.idy-press-sidebar-contact a:hover,
.idy-press-sidebar-links a:hover,
.idy-press-card a:hover,
.idy-press-resource a:hover,
.idy-press-release-body a:hover {
    color: var(--idy-press-accent-dark);
}

.idy-press-sidebar-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.idy-press-sidebar-links li {
    padding: 8px 0;
    border-bottom: 1px solid var(--idy-press-rule);
}

.idy-press-sidebar-links li:first-child {
    border-top: 1px solid var(--idy-press-rule);
}

.idy-press-sidebar-figure {
    margin: 30px 0 0;
}

.idy-press-sidebar-figure img {
    display: block;
    width: 100%;
    height: auto;
}

.idy-press-sidebar-figure figcaption {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.45;
    color: var(--idy-press-muted);
}

.idy-press-intro {
    max-width: 820px;
    margin-bottom: 44px;
}

.idy-press-intro .lead {
    margin-bottom: 14px;
}

.idy-press-featured {
    border-top: 1px solid var(--idy-press-rule);
    border-bottom: 1px solid var(--idy-press-rule);
    padding: 34px 0 38px;
}

.idy-press-featured__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 38px;
    align-items: start;
}

.idy-press-featured h3,
.idy-press-card h3,
.idy-press-resource h3 {
    margin: 0 0 14px;
    color: var(--idy-press-ink);
}

.idy-press-featured h3 {
    font-family: 'Gilda Display', serif;
    font-size: clamp(1.8rem, 3vw, 2.65rem);
    font-weight: 400;
    line-height: 1.12;
}

.idy-press-featured__dek {
    max-width: 760px;
    margin: 0 0 22px;
    color: var(--idy-press-muted);
}

.idy-press-featured__image {
    margin: 0;
}

.idy-press-featured__image img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

.idy-press-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.idy-press-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 17px;
    border: 1px solid var(--idy-press-accent-dark);
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.idy-press-btn,
.idy-press-btn:hover {
    text-decoration: none;
}

.idy-press-btn--solid {
    background: var(--idy-press-accent-dark);
    color: #fff;
}

.idy-press-btn--solid:hover {
    background: var(--idy-press-ink);
    border-color: var(--idy-press-ink);
    color: #fff;
}

.idy-press-btn--outline {
    background: transparent;
    color: var(--idy-press-accent-dark);
}

.idy-press-btn--outline:hover {
    background: var(--idy-press-soft);
    color: var(--idy-press-ink);
}

.idy-press-section {
    padding: 44px 0;
    border-bottom: 1px solid var(--idy-press-rule);
}

.idy-press-section:last-child {
    border-bottom: 0;
}

.idy-press-section__heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 24px;
}

.idy-press-section__heading h2 {
    margin: 0;
}

.idy-press-section__heading p {
    max-width: 480px;
    margin: 0;
    color: var(--idy-press-muted);
}

.idy-press-section__heading--centered {
    display: block;
    margin: 0 auto 38px;
    text-align: center;
}

.idy-press-section__heading--centered > div {
    max-width: 760px;
    margin: 0 auto;
}

.idy-press-section__heading--centered .idy-press-section-label {
    margin-bottom: 12px;
}

.idy-press-section__heading--centered h2 {
    margin: 0 0 14px;
}

.idy-press-section__heading--centered p {
    max-width: 680px;
    margin: 0 auto;
}

.idy-press-card {
    padding: 26px 0;
    border-top: 1px solid var(--idy-press-rule);
}

.idy-press-card:last-child {
    border-bottom: 1px solid var(--idy-press-rule);
}

.idy-press-card h3 {
    font-family: 'Gilda Display', serif;
    font-size: clamp(1.4rem, 2.2vw, 2rem);
    font-weight: 400;
    line-height: 1.18;
}

.idy-press-card p {
    max-width: 790px;
    margin-bottom: 15px;
}

.idy-press-card__link {
    display: inline-block;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 13px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.idy-press-resource-grid {
    display: block;
}

.idy-press-resource {
    background: transparent;
    padding: 26px 0;
    border-top: 1px solid var(--idy-press-rule);
}

.idy-press-resource h3 {
    font-family: 'Gilda Display', serif;
    font-size: clamp(1.4rem, 2.2vw, 2rem);
    font-weight: 400;
    line-height: 1.18;
}

.idy-press-resource p:last-child {
    margin-bottom: 0;
}

.idy-press-resource-row:last-of-type {
    border-bottom: 1px solid var(--idy-press-rule);
}

.idy-press-supporting-media {
    padding-top: 26px;
}

.idy-press-archive-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 14px;
}

.idy-press-archive-strip figure {
    margin: 0;
}

.idy-press-archive-strip__frame {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 4 / 3;
    background: var(--idy-press-soft);
    overflow: hidden;
}

.idy-press-archive-strip img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.idy-press-archive-strip figcaption {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.4;
    color: var(--idy-press-muted);
}

.idy-press-release-media {
    margin-top: 34px;
}

.idy-press-release-media__figure {
    margin: 0;
    padding: 18px 0 20px;
    border-top: 1px solid var(--idy-press-rule);
}

.idy-press-release-media__figure:last-child {
    border-bottom: 1px solid var(--idy-press-rule);
}

.idy-press-release-media__figure a {
    display: block;
}

.idy-press-release-media__figure img {
    display: block;
    width: 100%;
    height: auto;
}

.idy-press-release-media__figure figcaption {
    margin-top: 9px;
    font-size: 12px;
    line-height: 1.45;
    color: var(--idy-press-muted);
}

.idy-press-release-media__figure--source {
    margin-top: 4px;
}

.idy-press-release-header {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--idy-press-rule);
}

.idy-press-release-header__status {
    margin: 0 0 12px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 16px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--idy-press-accent-dark);
}

.idy-press-release-header__dek {
    max-width: 850px;
    margin: 0;
    font-family: 'Gilda Display', serif;
    font-size: clamp(1.15rem, 2.1vw, 1.55rem);
    line-height: 1.45;
    color: var(--idy-press-muted);
}

.idy-press-release-body {
    max-width: 860px;
}

.idy-press-release-body p {
    margin: 0 0 18px;
}

.idy-press-release-body .idy-press-release-pivot {
    margin-top: 23px;
    font-weight: 700;
}

.idy-press-release-body blockquote {
    margin: 28px 0;
    padding: 2px 0 2px 24px;
    border-left: 2px solid var(--idy-press-accent);
}

.idy-press-release-body blockquote p {
    margin: 0;
    font-family: 'Gilda Display', serif;
    font-size: 1.28rem;
    line-height: 1.55;
}

.idy-press-release-subsection {
    margin-top: 40px;
    padding-top: 28px;
    border-top: 1px solid var(--idy-press-rule);
}

.idy-press-release-subsection h2 {
    margin: 0 0 16px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.16em;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--idy-press-accent-dark);
}

.idy-press-release-subsection strong {
    font-weight: 700;
}

.idy-press-credential {
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .idy-press-featured__grid {
        grid-template-columns: 1fr;
    }

    .idy-press-featured__image {
        max-width: 360px;
    }

    .idy-press-featured__image img {
        aspect-ratio: 4 / 3;
    }

    .idy-press-section__heading {
        display: block;
    }

    .idy-press-section__heading p {
        margin-top: 10px;
    }
}

@media (max-width: 767.98px) {
    .idy-press-archive-strip {
        grid-template-columns: 1fr;
    }



    .idy-press-release-page .idy-subhero__title {
        font-size: clamp(1.9rem, 9vw, 2.8rem);
    }
}

@media print {
    .idy-press-page .navbar,
    .idy-press-page .idy-subhero,
    .idy-press-page .idy-subpage-sidebar,
    .idy-press-page .idy-subpage-separator,
    .idy-press-page .idy-visit-footer,
    .idy-press-page .idy-press-actions {
        display: none !important;
    }

    .idy-press-page .idy-subpage-grid {
        display: block !important;
    }

    .idy-press-page .idy-subpage-content,
    .idy-press-release-body {
        max-width: none !important;
        width: 100% !important;
    }
}

/* ==========================================================
   2026-08-12 REFINEMENT
   Static News 12 sidebar thumbnail + uniform press archive.
   ========================================================== */

.idy-press-sidebar-video {
    margin-top: 30px;
}

.idy-press-sidebar-video__label {
    margin: 0 0 10px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.16em;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--idy-press-accent-dark);
}

.idy-press-video-trigger {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    text-align: left;
    cursor: pointer;
}

.idy-press-video-trigger__frame {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #171717;
}

.idy-press-video-trigger__thumb {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.idy-press-video-trigger__play {
    position: absolute;
    inset: 50% auto auto 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255,255,255,.86);
    border-radius: 50%;
    background: rgba(0,0,0,.34);
    color: #fff;
    transform: translate(-50%,-50%);
    transition: background-color 180ms ease, transform 180ms ease;
}

.idy-press-video-trigger:hover .idy-press-video-trigger__play,
.idy-press-video-trigger:focus-visible .idy-press-video-trigger__play {
    background: rgba(0,0,0,.58);
    transform: translate(-50%,-50%) scale(1.05);
}

.idy-press-video-trigger__copy {
    display: block;
    margin-top: 11px;
}

.idy-press-video-trigger__copy strong,
.idy-press-video-trigger__copy span {
    display: block;
}

.idy-press-video-trigger__copy strong {
    margin-bottom: 4px;
    font-family: 'Gilda Display', serif;
    font-size: 1.02rem;
    font-weight: 400;
    line-height: 1.25;
}

.idy-press-video-trigger__copy > span:not(.idy-press-video-trigger__watch) {
    font-size: 12px;
    line-height: 1.45;
    color: var(--idy-press-muted);
}

.idy-press-video-trigger__watch {
    margin-top: 7px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 12px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--idy-press-accent-dark);
}

.idy-press-video-modal[hidden] {
    display: none !important;
}

.idy-press-video-modal {
    position: fixed;
    inset: 0;
    z-index: 12000;
    display: grid;
    place-items: center;
    padding: 32px;
}

.idy-press-video-modal__backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background: rgba(15,15,15,.78);
    cursor: pointer;
}

.idy-press-video-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(960px, 100%);
    max-height: calc(100vh - 64px);
    overflow: auto;
    background: #fff;
    box-shadow: 0 24px 80px rgba(0,0,0,.28);
}

.idy-press-video-modal__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    padding: 22px 24px 18px;
}

.idy-press-video-modal__eyebrow {
    margin-bottom: 5px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 12px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--idy-press-accent-dark);
}

.idy-press-video-modal__header h2 {
    margin: 0;
    font-size: clamp(1.45rem, 2.4vw, 2rem);
}

.idy-press-video-modal__close {
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 1px solid var(--idy-press-rule);
    background: #fff;
    color: var(--idy-press-ink);
    font-size: 27px;
    line-height: 1;
    cursor: pointer;
}

.idy-press-video-modal__media video {
    display: block;
    width: 100%;
    height: auto;
    background: #000;
}

.idy-press-video-modal__caption {
    margin: 0;
    padding: 18px 24px 24px;
    font-size: 13px;
    line-height: 1.55;
    color: var(--idy-press-muted);
}

.idy-press-modal-open {
    overflow: hidden;
}

@media (max-width: 767.98px) {
    .idy-press-video-modal {
        padding: 14px;
    }

    .idy-press-video-modal__dialog {
        max-height: calc(100vh - 28px);
    }

    .idy-press-video-modal__header {
        padding: 18px;
    }

    .idy-press-video-modal__caption {
        padding: 16px 18px 20px;
    }
}

/* 2026-08-12 media refinement: release evidence rail + unified resource hierarchy */
.idy-press-release-media__figure a,
.idy-press-release-media__figure a:hover {
    color: inherit;
    text-decoration: none;
}

@media (max-width: 991.98px) {
    .idy-press-release-media {
        max-width: 620px;
    }
}


/* ==========================================================
   2026-08-12 GENERAL SUPPORT REFINEMENT
   Broader media desk in sidebar + natural archival image sizing.
   ========================================================== */

.idy-press-sidebar-support {
    margin-top: 34px;
}

.idy-press-sidebar-support__label {
    margin: 0 0 12px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.16em;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--idy-press-accent-dark);
}

.idy-press-sidebar-support__figure {
    margin: 0;
    padding: 18px 0 20px;
    border-top: 1px solid var(--idy-press-rule);
}

.idy-press-sidebar-support__figure a,
.idy-press-sidebar-support__figure a:hover {
    display: block;
    color: inherit;
    text-decoration: none;
}

.idy-press-sidebar-support__figure img {
    display: block;
    width: 100%;
    height: auto;
}

.idy-press-sidebar-support__figure--artifact img {
    width: min(78%, 240px);
    margin: 0 auto;
}

.idy-press-sidebar-support__figure figcaption {
    margin-top: 9px;
    font-size: 12px;
    line-height: 1.45;
    color: var(--idy-press-muted);
}

.idy-press-sidebar-support__note {
    margin: 0;
    padding: 18px 0 0;
    border-top: 1px solid var(--idy-press-rule);
    font-size: 12px;
    line-height: 1.55;
    color: var(--idy-press-muted);
}

/* Let each archival item use its native proportion instead of being
   reduced inside a fixed landscape frame. This enlarges the documents
   while preserving the complete image without cropping. */
.idy-press-archive-strip {
    gap: 26px;
    margin-top: 18px;
    align-items: start;
}

.idy-press-archive-strip__frame {
    display: block;
    width: 100%;
    aspect-ratio: auto;
    background: transparent;
    overflow: visible;
}

.idy-press-archive-strip img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: initial;
    object-position: initial;
}

.idy-press-archive-strip figcaption {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.45;
}

@media (max-width: 767.98px) {
    .idy-press-sidebar-support__figure--artifact img {
        width: min(70%, 280px);
    }
}

/* ==========================================================
   2026-08-12 RELEASE PAGE TITLE HIERARCHY
   The HTML release mirrors the hierarchy of the newsroom PDF.
   ========================================================== */

.idy-press-release-page .idy-subhero__title {
    max-width: none;
    font-size: clamp(2.35rem, 4vw, 4rem);
    line-height: 1.04;
}

.idy-press-release-header {
    max-width: 920px;
    margin: 0 auto 34px;
    text-align: center;
}

.idy-press-release-title {
    max-width: 900px;
    margin: 0 auto 16px;
    font-family: 'Gilda Display', serif;
    font-size: clamp(30px, 2.01vw, 35px);
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -0.012em;
    color: var(--idy-press-ink);
    text-wrap: balance;
}

.idy-press-release-header__status {
    margin: 0 auto 15px;
    text-align: center;
}

.idy-press-release-header__dek {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.55;
    text-wrap: balance;
}

@media (max-width: 767.98px) {
    .idy-press-release-page .idy-subhero__title {
        font-size: clamp(2rem, 9vw, 2.9rem);
    }

    .idy-press-release-header {
        margin-bottom: 28px;
    }

    .idy-press-release-title {
        max-width: 100%;
        font-size: clamp(1.85rem, 7.8vw, 2.55rem);
        line-height: 1.1;
    }
}


/* ==========================================================
   RELEASE SIDEBAR FACTS
   Quiet factual background to reduce reliance on image stacks.
   ========================================================== */

.idy-press-facts {
    margin-top: 30px;
}


.idy-press-facts__map {
    margin: 14px 0 18px;
}

.idy-press-facts__map a {
    display: block;
}

.idy-press-facts__map img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid var(--idy-press-rule);
    background: #f6f2ea;
}

.idy-press-facts__map figcaption {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.55;
    color: var(--idy-press-muted);
}

.idy-press-facts__list {
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--idy-press-rule);
}

.idy-press-facts__row {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 14px;
    padding: 11px 0 12px;
    border-bottom: 1px solid var(--idy-press-rule);
}

.idy-press-facts__row dt,
.idy-press-facts__row dd {
    margin: 0;
}

.idy-press-facts__row dt {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.11em;
    line-height: 1.35;
    text-transform: uppercase;
    color: var(--idy-press-accent-dark);
}

.idy-press-facts__row dd {
    font-size: 13px;
    line-height: 1.45;
    color: var(--idy-press-ink);
}

.idy-press-facts__row dd span {
    color: var(--idy-press-muted);
}

@media (max-width: 767.98px) {
    .idy-press-facts__row {
        grid-template-columns: 92px minmax(0, 1fr);
    }
}


/* ==========================================================
   RELATED EDITORIAL
   Quiet lower-sidebar feature to fill remaining rail space
   with context relevant to journalists and researchers.
   ========================================================== */

.idy-press-sidebar-editorial {
    margin-top: 36px;
    padding-top: 2px;
}

.idy-press-sidebar-editorial__figure {
    margin: 0;
    padding-top: 18px;
    border-top: 1px solid var(--idy-press-rule);
}

.idy-press-sidebar-editorial__figure a,
.idy-press-sidebar-editorial__figure a:hover {
    display: block;
    color: inherit;
    text-decoration: none;
}

.idy-press-sidebar-editorial__figure img {
    display: block;
    width: 100%;
    height: auto;
}

.idy-press-sidebar-editorial__figure figcaption {
    margin-top: 11px;
    font-size: 12px;
    line-height: 1.5;
    color: var(--idy-press-muted);
}

.idy-press-sidebar-editorial__figure figcaption strong {
    color: var(--idy-press-ink);
    font-weight: 400;
}

.idy-press-sidebar-editorial__link {
    display: inline-block;
    margin-top: 9px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--idy-press-ink);
    text-decoration: none;
}

.idy-press-sidebar-editorial__link:hover {
    color: var(--idy-press-accent-dark);
}


/* ==========================================================
   PRESS IMAGE LIGHTBOX
   Archival/source images open in a polished in-page modal.
   ========================================================== */

.idy-press-lightbox-trigger {
    display: block;
    cursor: zoom-in;
}

.idy-press-lightbox-trigger img {
    transition: opacity .2s ease;
}

.idy-press-lightbox-trigger:hover img,
.idy-press-lightbox-trigger:focus-visible img {
    opacity: .9;
}

.idy-press-lightbox[hidden] {
    display: none !important;
}

.idy-press-lightbox {
    position: fixed;
    inset: 0;
    z-index: 12050;
    display: grid;
    place-items: center;
    padding: 28px;
}

.idy-press-lightbox__backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(15, 15, 15, .88);
    cursor: zoom-out;
}

.idy-press-lightbox__dialog {
    position: relative;
    z-index: 1;
    width: min(1180px, 100%);
    max-height: calc(100vh - 56px);
    display: flex;
    flex-direction: column;
    background: #fff;
    box-shadow: 0 28px 90px rgba(0, 0, 0, .34);
}

.idy-press-lightbox__stage {
    position: relative;
    min-height: 260px;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: #111;
}

.idy-press-lightbox__image {
    display: block;
    max-width: 100%;
    max-height: calc(100vh - 190px);
    width: auto;
    height: auto;
    object-fit: contain;
}

.idy-press-lightbox__close,
.idy-press-lightbox__nav {
    position: absolute;
    z-index: 3;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .32);
    background: rgba(20, 20, 20, .72);
    color: #fff;
    cursor: pointer;
    transition: background .18s ease, border-color .18s ease;
}

.idy-press-lightbox__close:hover,
.idy-press-lightbox__close:focus-visible,
.idy-press-lightbox__nav:hover,
.idy-press-lightbox__nav:focus-visible {
    background: rgba(20, 20, 20, .94);
    border-color: rgba(255, 255, 255, .68);
}

.idy-press-lightbox__close {
    top: 14px;
    right: 14px;
    width: 42px;
    height: 42px;
    font-size: 29px;
    line-height: 1;
}

.idy-press-lightbox__nav {
    top: 50%;
    width: 44px;
    height: 54px;
    transform: translateY(-50%);
    font-size: 35px;
    line-height: 1;
}

.idy-press-lightbox__nav--prev {
    left: 14px;
}

.idy-press-lightbox__nav--next {
    right: 14px;
}

.idy-press-lightbox__meta {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    padding: 16px 20px 18px;
    border-top: 1px solid var(--idy-press-rule);
    background: #fff;
}

.idy-press-lightbox__caption {
    margin: 0;
    max-width: 920px;
    font-size: 13px;
    line-height: 1.55;
    color: var(--idy-press-muted);
}

.idy-press-lightbox__count {
    flex: 0 0 auto;
    padding-top: 1px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 12px;
    letter-spacing: .12em;
    color: var(--idy-press-accent-dark);
}

@media (max-width: 767.98px) {
    .idy-press-lightbox {
        padding: 12px;
    }

    .idy-press-lightbox__dialog {
        max-height: calc(100vh - 24px);
    }

    .idy-press-lightbox__stage {
        min-height: 180px;
    }

    .idy-press-lightbox__image {
        max-height: calc(100vh - 170px);
    }

    .idy-press-lightbox__close {
        top: 10px;
        right: 10px;
        width: 38px;
        height: 38px;
    }

    .idy-press-lightbox__nav {
        width: 38px;
        height: 48px;
    }

    .idy-press-lightbox__nav--prev {
        left: 8px;
    }

    .idy-press-lightbox__nav--next {
        right: 8px;
    }

    .idy-press-lightbox__meta {
        gap: 14px;
        padding: 13px 15px 15px;
    }

    .idy-press-lightbox__caption {
        font-size: 12px;
        line-height: 1.5;
    }
}


/* ==========================================================
   2026-08-12 MODAL STABILITY FIX
   Keep both the News 12 video and archival lightbox above the
   site shell, locked to the viewport, and free of background scroll.
   ========================================================== */

html.idy-press-modal-open,
body.idy-press-modal-open {
    overflow: hidden !important;
    overscroll-behavior: none;
}

.idy-press-video-modal,
.idy-press-lightbox {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    max-width: none !important;
    max-height: none !important;
    overflow: hidden;
    overscroll-behavior: contain;
    isolation: isolate;
    z-index: 2147483000 !important;
}

.idy-press-video-modal__backdrop,
.idy-press-lightbox__backdrop {
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
    touch-action: none;
}

.idy-press-video-modal__dialog,
.idy-press-lightbox__dialog {
    position: relative !important;
    z-index: 2 !important;
    margin: 0;
    overscroll-behavior: contain;
}

.idy-press-video-modal__dialog {
    max-height: calc(100dvh - 64px);
}

.idy-press-lightbox__dialog {
    max-height: calc(100dvh - 56px);
}

.idy-press-lightbox__image {
    max-height: calc(100dvh - 190px);
}

.idy-press-lightbox__nav[hidden] {
    display: none !important;
}

@media (max-width: 767.98px) {
    .idy-press-video-modal__dialog {
        max-height: calc(100dvh - 28px);
    }

    .idy-press-lightbox__dialog {
        max-height: calc(100dvh - 24px);
    }

    .idy-press-lightbox__image {
        max-height: calc(100dvh - 170px);
    }
}
