/* Compact press kit page in the same structural rhythm as organizers. */

:root {
    --press-accent: #ffffff;
    --press-panel: rgba(255, 255, 255, 0.025);
    --press-panel-strong: rgba(255, 255, 255, 0.04);
    --press-border: rgba(255, 255, 255, 0.08);
    --press-muted: rgba(255, 255, 255, 0.64);
    --press-faint: rgba(255, 255, 255, 0.44);
    --press-text: #f5f5f5;
}

body {
    background: transparent;
    font-family: var(--font-primary);
}

.press-body {
    background: transparent;
}

.press-overlay {
    background:
        radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.05), transparent 28%),
        radial-gradient(circle at 80% 15%, rgba(255, 255, 255, 0.035), transparent 24%),
        rgba(0, 0, 0, 0.9);
}

.press-page {
    position: relative;
    z-index: 2;
    color: var(--press-text);
    font-family: var(--font-primary);
    padding-bottom: 0.5rem;
}

.press-page__noise {
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: 0.08;
    background-image: radial-gradient(rgba(255, 255, 255, 0.24) 0.5px, transparent 0.5px);
    background-size: 12px 12px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 92%);
}

.press-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 4.5rem 0 1rem;
}

.press-hero,
.press-section,
.press-panel {
    background: var(--press-panel);
    border: 1px solid var(--press-border);
    border-radius: 24px;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.35s ease, box-shadow 0.35s ease;
}

.press-hero {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    padding: 1.15rem;
    overflow: hidden;
}

.press-top-strip {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.7rem;
    flex-wrap: wrap;
    margin-bottom: 0.9rem;
}

.press-pill,
.press-download-all,
.press-hero__email {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0.8rem 1.25rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(255, 255, 255, 0.025);
    color: rgba(255, 255, 255, 0.76);
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    line-height: 1;
    transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease, color 0.3s ease;
}

.press-copy-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0.5rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(255, 255, 255, 0.03);
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-family: var(--font-display);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease, color 0.3s ease;
}

.press-copy-btn:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.16);
    transform: translateY(-2px);
}

.press-copy-btn--small {
    min-height: 32px;
    padding: 0.3rem 0.75rem;
    font-size: 0.65rem;
}

.press-copy-btn--mobile {
    display: none;
    margin-top: 0.6rem;
}

.press-intro {
    text-align: center;
    margin-bottom: 1rem;
}

.press-intro__title {
    margin: 0 auto 1rem;
    max-width: 14ch;
    font-family: var(--font-display);
    font-size: clamp(2.6rem, 7vw, 5.4rem);
    line-height: 0.95;
    background: linear-gradient(135deg, #e0e0e0 0%, #8d8d8d 55%, #666666 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.press-intro__subtitle {
    max-width: 560px;
    margin: 0.6rem auto 0;
    color: var(--press-muted);
    font-size: 0.92rem;
    line-height: 1.6;
}

.press-download-card {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.75rem;
    padding: 0.9rem 1rem;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.045);
    color: var(--press-text);
    text-decoration: none;
    transition: transform 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}

.press-download-card:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.07);
}

.press-download-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    flex: 0 0 auto;
}

.press-download-card__text {
    font-family: var(--font-display);
    font-size: 0.9rem;
    line-height: 1.15;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.press-download-card__hint {
    color: var(--press-muted);
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-align: right;
}

.press-pill {
    color: rgba(255, 255, 255, 0.76);
}

.press-pill-link {
    text-decoration: none;
}

.press-pill-link:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.16);
    color: #fff;
    transform: translateY(-2px);
}

.press-hero__email:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.16);
    transform: translateY(-2px);
}


.press-section__eyebrow {
    margin: 0;
    color: var(--press-accent);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.press-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
}



.press-layout {
    margin-top: 0.9rem;
    padding: 1.15rem;
}

.press-layout {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 0.9rem;
    align-items: start;
}

.press-layout__primary,
.press-layout__rail {
    min-width: 0;
}

.press-layout__primary {
    grid-column: span 7;
}

.press-layout__rail {
    grid-column: span 5;
}

.press-panel {
    padding: 1.15rem;
}

.press-section {
    padding: 1.15rem;
}

.press-section__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.7rem;
    margin-bottom: 0.8rem;
}

.press-section__head--compact {
    margin-bottom: 0.7rem;
}

.press-section__title {
    margin: 0.1rem 0 0;
    font-family: var(--font-display);
    font-size: 1rem;
    line-height: 1.05;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.press-section__hint {
    color: var(--press-faint);
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-align: right;
}

.press-photos {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.45rem;
}

.press-photo {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--press-border);
    border-radius: 14px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.025);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.35s ease, box-shadow 0.35s ease;
    aspect-ratio: 4 / 5;
}

.press-photo:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.3), inset 0 0 12px rgba(255, 255, 255, 0.025);
}

.press-photo__img {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.press-photo__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.press-photo:hover .press-photo__img img {
    transform: scale(1.05);
}

.press-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.45rem;
}

.press-link {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.4rem;
    padding: 0.45rem;
    border: 1px solid var(--press-border);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.025);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.35s ease, background-color 0.35s ease, box-shadow 0.35s ease;
}

.press-link__main {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 0.65rem;
    color: var(--press-text);
    text-decoration: none;
}

.press-link__icon {
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
}

.press-link__icon img {
    width: 16px;
    height: 16px;
    display: block;
    object-fit: contain;
}

.press-link__text {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
}

.press-link__label {
    font-size: 0.9rem;
    line-height: 1.2;
}

.press-link__url {
    overflow: hidden;
    color: var(--press-muted);
    font-size: 0.72rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.press-link__copy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    width: 32px;
    height: 32px;
    padding: 0;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(255, 255, 255, 0.03);
    color: rgba(255, 255, 255, 0.55);
    cursor: pointer;
    transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.press-link__copy svg {
    display: block;
}

.press-link__copy:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.85);
}

.press-about {
    margin-top: 0.9rem;
}

.press-prose {
    color: var(--press-text);
    font-size: 0.92rem;
    line-height: 1.62;
    max-width: 72ch;
}

.press-bio-block + .press-bio-block {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--press-border);
}

.press-bio-block__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.4rem;
}

.press-bio-block__label {
    margin: 0;
    color: var(--press-muted);
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}


.press-empty {
    margin: 0;
    color: var(--press-muted);
    font-size: 0.92rem;
    line-height: 1.5;
}

.press-footer {
    margin-top: 0.9rem;
    padding-top: 0.9rem;
    border-top: 1px solid var(--press-border);
}

.press-footer__email {
    color: var(--press-muted);
    text-decoration: none;
    font-size: 0.76rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.press-toast {
    position: fixed;
    left: 50%;
    bottom: 2rem;
    transform: translateX(-50%) translateY(200%);
    padding: 0.55rem 0.95rem;
    border-radius: 999px;
    background: var(--press-text);
    color: #050505;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: transform 0.35s ease, opacity 0.35s ease;
    z-index: 9999;
    pointer-events: none;
    opacity: 0;
}

.press-toast.is-visible {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
}

.press-pill-link:focus-visible,
.press-download-all:focus-visible,
.press-hero__email:focus-visible,
.press-copy-btn:focus-visible,
.press-link__copy:focus-visible,
.press-footer__email:focus-visible,
.press-link__main:focus-visible {
    outline: 2px solid var(--press-accent);
    outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
    .press-hero:hover,
    .press-section:hover,
    .press-panel:hover {
        transform: translateY(-2px);
        border-color: rgba(255, 255, 255, 0.12);
        box-shadow: 0 18px 44px rgba(0, 0, 0, 0.44), inset 0 0 16px rgba(255, 255, 255, 0.025);
    }

    .press-link:hover {
        transform: translateY(-2px);
        background: rgba(255, 255, 255, 0.045);
        border-color: rgba(255, 255, 255, 0.12);
        box-shadow: 0 14px 34px rgba(0, 0, 0, 0.3), inset 0 0 12px rgba(255, 255, 255, 0.025);
    }

    .press-download-card:hover {
        transform: translateY(-2px);
        border-color: rgba(255, 255, 255, 0.12);
        box-shadow: 0 14px 34px rgba(0, 0, 0, 0.3), inset 0 0 12px rgba(255, 255, 255, 0.025);
    }
}

@media (max-width: 1180px) {
    .press-layout {
        grid-template-columns: 1fr;
    }

    .press-layout__primary,
    .press-layout__rail {
        grid-column: auto;
    }

    .press-download-card {
        grid-template-columns: auto 1fr;
    }

    .press-download-card__hint {
        display: none;
    }
}

@media (max-width: 980px) {
    .press-container {
        padding: 3.5rem 0 1rem;
    }

    .press-section__hint {
        text-align: left;
    }
}

@media (max-width: 768px) {
    .press-container {
        padding: 3.5rem var(--spacing-md) 1.5rem;
    }

    .press-hero,
    .press-section,
    .press-panel {
        border-radius: 20px;
    }

    .press-hero {
        padding: 1rem;
    }

    .press-layout,
    .press-section {
        padding: 1rem;
    }

    .press-panel {
        padding: 1rem;
    }

    .press-intro__title {
        font-size: clamp(2rem, 8vw, 2.8rem);
    }

    .press-intro__subtitle {
        font-size: 0.9rem;
    }

    .press-top-strip {
        gap: 0.55rem;
        margin-bottom: 1rem;
        flex-wrap: wrap;
    }

    .press-pill {
        flex: 1 1 0;
        min-height: 42px;
        padding: 0.65rem 1rem;
        font-size: 0.74rem;
        letter-spacing: 0.14em;
    }

    .press-pill-meta {
        flex: 0 0 100%;
        width: 100%;
        text-align: center;
    }

    .press-hero__email,
    .press-copy-btn {
        width: 100%;
        max-width: 320px;
        min-height: 42px;
        padding: 0.72rem 1rem;
        font-size: 0.72rem;
        letter-spacing: 0.14em;
    }

    .press-copy-btn--desktop {
        display: none;
    }

    .press-copy-btn--mobile {
        display: inline-flex;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 480px) {
    .press-container {
        padding: 3.5rem var(--spacing-md) 1rem;
    }

    .press-intro__title {
        font-size: 2.35rem;
        max-width: 10ch;
    }

    .press-intro__subtitle {
        font-size: 0.85rem;
    }

    .press-hero,
    .press-section {
        border-radius: 20px;
    }

    .press-pill {
        flex: 1 1 0;
        min-height: 42px;
        padding: 0.65rem 1rem;
        font-size: 0.74rem;
        letter-spacing: 0.14em;
    }

    .press-hero__email,
    .press-copy-btn {
        max-width: 320px;
        min-height: 42px;
        padding: 0.72rem 1rem;
        font-size: 0.72rem;
        letter-spacing: 0.14em;
    }

    .press-download-card {
        padding: 0.8rem;
    }

    .press-download-card__icon {
        width: 2.3rem;
        height: 2.3rem;
    }

    .press-download-card__icon svg {
        width: 16px;
        height: 16px;
    }

    .press-download-card__text {
        font-size: 0.78rem;
        letter-spacing: 0.02em;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation: none !important;
        transition: none !important;
    }
}
