.press-pro-shell {
    width: min(1180px, calc(100% - 2rem));
    margin-inline: auto;
    padding-block: clamp(2rem, 6vw, 5rem);
}
.press-pro-login {
    display: grid;
    place-items: center;
    min-height: 62vh;
}
.press-pro-login__card {
    width: min(100%, 34rem);
    padding: clamp(1.5rem, 5vw, 3rem);
    border: 1px solid #2b2b2b;
    background: linear-gradient(180deg, rgba(20,20,20,.98), rgba(8,8,8,.98));
    box-shadow: 0 1.5rem 5rem rgba(0,0,0,.35);
}
.press-pro-kicker {
    margin: 0 0 .65rem;
    color: var(--accent, #c5a059);
    font-family: Georgia, "Times New Roman", serif;
    font-style: italic;
}
.press-pro-login__card h1,
.press-pro-masthead h1 {
    margin-block: 0 .85rem;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
}
.press-pro-lead,
.press-pro-masthead p {
    max-width: 48rem;
    color: var(--text-muted, #aaa);
    line-height: 1.7;
}
.press-pro-login__form {
    display: grid;
    gap: .75rem;
    margin-top: 1.5rem;
}
.press-pro-login__form input {
    min-height: 48px;
    padding: .8rem .9rem;
    border: 1px solid #454545;
    background: #0b0b0b;
    color: #fff;
}
.press-pro-login__form input:focus-visible {
    outline: 2px solid var(--accent, #c5a059);
    outline-offset: 2px;
}
.press-pro-login__form button,
.press-pro-logout,
.press-pro-actions a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #4a4a4a;
    padding: .68rem .9rem;
    background: transparent;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}
.press-pro-login__form button:hover,
.press-pro-login__form button:focus-visible,
.press-pro-logout:hover,
.press-pro-logout:focus-visible,
.press-pro-actions a:hover,
.press-pro-actions a:focus-visible {
    border-color: var(--accent, #c5a059);
    color: var(--accent, #c5a059);
}
.press-pro-login__secondary {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem 1rem;
    margin-top: 1.25rem;
    font-size: .9rem;
}
.press-pro-alert {
    margin-top: 1rem;
    color: #ffb0b0;
}
.press-pro-masthead {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #242424;
}
.press-pro-tabs {
    display: flex;
    gap: .5rem;
    overflow-x: auto;
    padding-block: 1rem;
    scrollbar-width: thin;
}
.press-pro-tabs a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    padding-inline: .9rem;
    border: 1px solid #2c2c2c;
    white-space: nowrap;
    text-decoration: none;
}
.press-pro-tabs a[aria-current="page"] {
    border-color: var(--accent, #c5a059);
    color: var(--accent, #c5a059);
}
.press-pro-project-grid,
.press-pro-video-grid {
    display: grid;
    gap: 1rem;
}
.press-pro-project-card,
.press-pro-video-card,
.press-pro-coverage-card {
    margin: 0;
    overflow: hidden;
    border: 1px solid #272727;
    background: rgba(255,255,255,.025);
}
.press-pro-project-cover {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.press-pro-project-card__body,
.press-pro-video-card__body {
    padding: 1rem;
}
.press-pro-project-card h2,
.press-pro-video-card h2 {
    margin-top: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
}
.press-pro-project-description {
    color: var(--text-muted, #b9b9b9);
    line-height: 1.65;
}
.press-pro-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    margin-top: 1rem;
}
.press-pro-coverage-grid {
    columns: 1;
    column-gap: 1rem;
}
.press-pro-coverage-card {
    break-inside: avoid;
    margin-bottom: 1rem;
}
.press-pro-image-button {
    appearance: none;
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: #050505;
    cursor: zoom-in;
}
.press-pro-image-button img {
    display: block;
    width: 100%;
    height: auto;
}
.press-pro-coverage-card figcaption {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: .8rem;
}
.press-pro-video-card video {
    display: block;
    width: 100%;
    max-height: 32rem;
    background: #000;
}
.press-pro-lightbox[hidden] { display: none; }
.press-pro-lightbox {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: grid;
    place-items: center;
    padding: 4rem 1rem 1rem;
    background: rgba(0,0,0,.96);
}
.press-pro-lightbox figure { margin: 0; max-width: min(100%, 1200px); }
.press-pro-lightbox img { display: block; max-width: 100%; max-height: calc(100dvh - 8rem); object-fit: contain; }
.press-pro-lightbox figcaption { padding-top: .75rem; text-align: center; }
.press-pro-lightbox [data-press-close] {
    position: absolute;
    inset-block-start: 1rem;
    inset-inline-end: 1rem;
    width: 44px;
    height: 44px;
    border: 1px solid var(--accent, #c5a059);
    background: #080808;
    color: #fff;
    font-size: 1.4rem;
    cursor: pointer;
}
[dir="rtl"] .press-pro-masthead,
[dir="rtl"] .press-pro-project-card,
[dir="rtl"] .press-pro-video-card { text-align: right; }
@media (max-width: 620px) {
    .press-pro-masthead { flex-direction: column; }
    .press-pro-logout { width: 100%; }
}
@media (min-width: 760px) {
    .press-pro-project-grid,
    .press-pro-video-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .press-pro-coverage-grid { columns: 2; }
}
@media (min-width: 1100px) {
    .press-pro-coverage-grid { columns: 3; }
}
@media (prefers-reduced-motion: reduce) {
    .press-pro-shell * { scroll-behavior: auto; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
