/* Palime Archive — pages/home.css */

/* ============================================================
   УТИЛИТА: скрытие на мобайле
   ============================================================ */
@media (max-width: 768px) {
    .hide-mobile { display: none !important; }
}


/* ============================================================
   ОБЩИЕ СЕКЦИИ
   ============================================================ */
.pa-section {
    padding: 80px 0;
}

.pa-section--border {
    border-top: 1px solid rgba(0,0,0,0.06);
}

.pa-section--alt {
    background: var(--color-second);
    padding: 80px 0;
}

.pa-section--dark {
    background: #0A0A0A;
    background-image: none;
    color: #fff;
    padding: 80px 0;
}

.pa-section__title {
    font-family: var(--font-display);
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.pa-section__title--light {
    color: #fff;
}

.pa-section__sub {
    font-family: var(--font-mono);
    font-size: 0.85rem;
    opacity: 0.5;
    margin-bottom: 40px;
}

.pa-section__head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 16px;
}

.pa-section__note {
    font-family: var(--font-mono);
    font-size: 11px;
    opacity: 0.4;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.pa-section__note--link {
    text-decoration: none;
    color: inherit;
    transition: opacity var(--transition);
}

.pa-section__note--link:hover {
    opacity: 0.8;
}



.pa-empty {
    padding: 60px;
    text-align: center;
    opacity: 0.4;
    font-family: var(--font-mono);
    font-size: 11px;
}

.pa-empty--dark {
    color: #fff;
}


/* ============================================================
   1. ГЕРОЙ — архивный терминал
   ============================================================ */
.pa-hero {
    min-height: calc(100vh - 60px);
    min-height: calc(100svh - 60px);
    background: #0A0A0A;
    overflow: hidden;
}

.pa-hero__stage {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(460px, 580px);
    gap: clamp(20px, 2.5vw, 40px);
    align-items: center;
    width: 100%;
    max-width: 1680px;
    min-height: inherit;
    margin: 0 auto;
    padding: 0 clamp(16px, 2.2vw, 32px);
}

/* --- Левая колонка --- */
.pa-hero__left {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.pa-hero__inner {
    width: 100%;
    max-width: 1120px;
    padding: clamp(44px, 5vw, 76px) 0;
}

.pa-hero__title {
    font-family: var(--font-display);
    font-size: clamp(4.75rem, 7.1vw, 8.05rem);
    line-height: 0.88;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}

.pa-hero__title-line {
    display: block;
}

.pa-hero__meta-line {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 8px;
    margin: 0 0 clamp(10px, 1vw, 14px);
    max-width: 100%;
    font-family: var(--font-mono);
    font-size: clamp(9px, 0.78vw, 11px);
    letter-spacing: 0.08em;
    color: rgba(255,255,255,0.45);
    line-height: 1.5;
    text-transform: uppercase;
    white-space: nowrap;
}

.pa-hero__meta-sep {
    color: var(--accent);
    flex: 0 0 auto;
}

.pa-hero__meta-item {
    min-width: 0;
}

.pa-hero__status-val {
    color: rgba(255,255,255,0.7);
}

.pa-hero__note {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 24px;
    color: var(--accent);
    font-family: var(--font-mono);
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    line-height: 1.5;
    text-transform: uppercase;
}

.pa-hero__note::before {
    content: '';
    display: block;
    width: 18px;
    height: 1px;
    background: var(--accent);
}

.pa-hero__copy {
    max-width: 560px;
    margin-top: clamp(42px, 6vh, 76px);
}

.pa-hero__desc {
    margin: 0;
    font-family: var(--font-serif);
    font-size: clamp(1.03rem, 1.22vw, 1.16rem);
    line-height: 1.68;
    color: rgba(255,255,255,0.62);
    max-width: 560px;
}

.pa-hero__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 30px 0 34px;
}

.pa-hero__tag {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 12px;
    border: 1px solid rgba(255,255,255,0.16);
    color: rgba(255,255,255,0.42);
    font-family: var(--font-mono);
    font-size: 0.62rem;
    letter-spacing: 0.12em;
    line-height: 1;
    text-transform: uppercase;
}

.pa-hero__actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: stretch;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
}

.pa-hero__btn {
    display: inline-flex;
    align-items: center;
    padding: 12px 28px;
    font-family: var(--font-mono);
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-radius: 0;
    text-decoration: none;
    transition: all var(--transition);
    white-space: nowrap;
    min-height: 40px;
}

.pa-hero .pa-hero__btn {
    justify-content: center;
    min-width: 160px;
    min-height: 40px;
    padding: 0 24px;
    line-height: 1.1;
}

.pa-hero__btn--primary {
    background: var(--accent);
    color: #fff;
    border: 1px solid var(--accent);
}

.pa-hero__btn--primary:hover {
    background: transparent;
    color: var(--accent);
}

.pa-hero__btn--outline {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.3);
}

.pa-hero__btn--outline:hover {
    background: rgba(255,255,255,0.06);
    border-color: rgba(255,255,255,0.6);
    color: #fff;
}

/* Футер доступа */
.pa-hero__access {
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 0.08em;
    color: rgba(255,255,255,0.3);
    line-height: 1.7;
}

.pa-hero__access--warn {
    color: var(--accent);
}

.pa-hero__session {
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 0.06em;
    color: rgba(255,255,255,0.15);
    padding-top: 12px;
    border-top: 1px solid rgba(255,255,255,0.04);
}

/* --- Правая колонка --- */
.pa-hero__right {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    align-self: stretch;
    padding: clamp(18px, 2.5vw, 34px) 0 clamp(58px, 5vw, 82px);
}

.pa-hero__right-frame {
    background: var(--color-card-dark);
    padding: 14px;
    width: min(115%, 620px);
    margin-right: 0;
    transform: translateX(clamp(14px, 2.2vw, 38px)) rotate(3deg);
    transform-origin: center center;
    transition: transform 0.35s ease, width 0.35s ease;
}

@media (min-width: 1880px) {
    .pa-hero__right-frame {
        transform: translateX(clamp(100px, 6vw, 130px)) rotate(3deg);
    }
}

.pa-hero__img-wrap {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 4.6;
}

.pa-hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Штамп СПОРНЫЙ поверх изображения */
.pa-hero__stamp {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-18deg);
    font-family: var(--font-display);
    font-size: clamp(1.8rem, 3vw, 3rem);
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--accent);
    opacity: 0.7;
    pointer-events: none;
    z-index: 3;
    white-space: nowrap;
    text-shadow: none;
    border: 2px solid var(--accent);
    padding: 4px 24px;
    transition: font-size 0.2s ease;
}

/* Мета поверх изображения — верхняя строка */
.pa-hero__img-meta {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 14px;
    font-family: var(--font-mono);
    font-size: 9px;
    letter-spacing: 0.08em;
    color: rgba(255,255,255,0.5);
    background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, transparent 100%);
    z-index: 4;
}

/* Дата поверх изображения */
.pa-hero__img-date {
    position: absolute;
    top: 36px;
    right: 14px;
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 0.1em;
    color: rgba(255,255,255,0.55);
    z-index: 4;
}

/* Мета снизу поверх изображения */
.pa-hero__img-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: var(--font-mono);
    font-size: 9px;
    letter-spacing: 0.06em;
    color: rgba(255,255,255,0.45);
    padding: 10px 14px;
    line-height: 1.7;
    background: linear-gradient(to top, rgba(0,0,0,0.65) 0%, transparent 100%);
    z-index: 4;
}

/* Мета-карточка — exhibit */
.pa-hero__exhibit {
    padding-top: 14px;
}

.pa-hero__exhibit-table {
    margin: 0;
    border-collapse: collapse;
    font-family: var(--font-mono);
    font-size: 10px;
    color: #fff;
    width: 100%;
}

.pa-hero__exhibit-table td {
    padding: 8px 0;
    vertical-align: top;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.pa-hero__exhibit-table tr:last-child td {
    border-bottom: none;
}

.pa-hero__exhibit-table td:first-child {
    padding-right: 24px;
    width: 36%;
    white-space: nowrap;
    color: rgba(255,255,255,0.35);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.pa-hero__exhibit-table td:last-child {
    text-align: right;
}

.pa-hero__exhibit-status {
    color: var(--accent) !important;
}


/* ============================================================
   2. РАЗДЕЛЫ АРХИВА — editorial sections
   ============================================================ */
.pa-sections {
    scroll-margin-top: 72px;
    background: var(--color-bg);
    color: #0A0A0A;
    padding: clamp(32px, 4vw, 54px) 0;
}

/* --- Шапка секции --- */
.pa-sections__header {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 40px;
    align-items: start;
    margin-bottom: clamp(22px, 3vw, 34px);
}

.pa-sections__header-left {
    max-width: 680px;
}

.pa-sections__meta-line {
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(10,10,10,0.45);
    margin: 0 0 clamp(10px, 1.2vw, 16px);
}

.pa-sections__meta-accent {
    color: var(--accent);
}

.pa-sections__title {
    font-family: var(--font-display);
    font-size: clamp(3.2rem, 6.5vw, 5.8rem);
    line-height: 0.9;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #0A0A0A;
    margin: 0 0 clamp(16px, 2vw, 24px);
    padding-bottom: clamp(16px, 2vw, 24px);
    border-bottom: 1px solid rgba(10,10,10,0.10);
}

.pa-sections__desc {
    font-family: var(--font-serif);
    font-size: clamp(0.95rem, 1.1vw, 1.08rem);
    line-height: 1.65;
    color: rgba(10,10,10,0.92);
    font-weight: 600;
    margin: 0;
    max-width: 520px;
}

.pa-sections__header-right {
    padding-top: clamp(8px, 1vw, 16px);
    max-width: 240px;
    text-align: right;
}

.pa-sections__quote {
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 0.08em;
    line-height: 1.7;
    text-transform: uppercase;
    color: rgba(10,10,10,0.58);
    font-weight: 500;
    margin: 0;
}

/* --- Грид карточек --- */
.pa-medium-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.pa-medium-card {
    --card-accent: var(--accent);
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #0A0A0A;
    background: transparent;
    border: none;
    border-top: 1px solid rgba(10,10,10,0.12);
    border-right: 1px solid rgba(10,10,10,0.12);
    transition: box-shadow 0.3s ease, background 0.3s ease;
    position: relative;
}

.pa-medium-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    background: var(--card-accent);
    transition: height 0.25s ease;
    z-index: 2;
}

.pa-medium-card:first-child {
    border-left: 1px solid rgba(10,10,10,0.12);
}

.pa-medium-card[data-theme='cinema'] { --card-accent: var(--accent-cinema); }
.pa-medium-card[data-theme='lit'] { --card-accent: var(--accent-lit); }
.pa-medium-card[data-theme='music'] { --card-accent: var(--accent-music); }
.pa-medium-card[data-theme='art'] { --card-accent: var(--accent-art); }

.pa-medium-card:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
    background: rgba(10,10,10,0.015);
    z-index: 1;
}

.pa-medium-card:hover::before {
    height: 3px;
}

/* Шапка карточки: номер + название + стрелка */
.pa-medium-card__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 14px 16px 10px;
}

.pa-medium-card__head-left {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.pa-medium-card__num {
    font-family: var(--font-mono);
    font-size: 10px;
    color: var(--card-accent);
    font-weight: 500;
    letter-spacing: 0.06em;
}

.pa-medium-card__name {
    font-family: var(--font-display);
    font-size: clamp(1.05rem, 1.25vw, 1.3rem);
    color: #0A0A0A;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.15;
}

.pa-medium-card__arrow {
    font-size: 1rem;
    color: rgba(10,10,10,0.2);
    opacity: 0.4;
    transition: color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
    flex-shrink: 0;
    line-height: 1;
    margin-top: 2px;
}

.pa-medium-card:hover .pa-medium-card__arrow {
    color: var(--card-accent);
    opacity: 1;
    transform: translate(2px, -2px);
}

/* Изображение */
.pa-medium-card__image {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

.pa-medium-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.pa-medium-card:hover .pa-medium-card__image img {
    transform: scale(1.04);
}

/* Тело карточки */
.pa-medium-card__body {
    padding: 12px 16px 14px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.pa-medium-card__desc {
    font-family: var(--font-serif);
    font-size: 0.84rem;
    color: rgba(10,10,10,0.94);
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pa-medium-card__tags {
    display: flex;
    gap: 5px;
    flex-wrap: nowrap;
    margin-bottom: 12px;
    overflow: hidden;
}

.pa-medium-card__tag {
    font-family: var(--font-mono);
    font-size: 8.5px;
    letter-spacing: 0.04em;
    border: 1px solid var(--card-accent);
    padding: 2.5px 7px;
    color: var(--card-accent);
    text-transform: uppercase;
    white-space: nowrap;
}

.pa-medium-card__btn {
    font-family: var(--font-mono);
    font-size: 10.5px;
    color: var(--card-accent);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-top: auto;
    padding-top: 10px;
    border-top: 1px solid rgba(10,10,10,0.08);
}

/* Убираем старые элементы */
.pa-medium-card__accent,
.pa-medium-card__code {
    display: none;
}


/* ============================================================
   3. НЕ ЛЕНТА, А АРХИВ — манифест
   ============================================================ */
.pa-manifest-section {
    padding-top: 32px;
    padding-bottom: 0;
    background-color: #EEEEE6;
    background-image: var(--paper-texture-image);
    background-size: var(--paper-texture-size);
    background-repeat: repeat;
    border-top: 1px solid rgba(0,0,0,0.08);
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

.archive-method {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    color: #0A0A0A;
    padding-left: 36px;
}

.archive-method__sidebar-label {
    position: absolute;
    left: -4px;
    top: 50%;
    transform: rotate(-90deg) translateX(-50%);
    transform-origin: left center;
    font-family: var(--font-mono);
    font-size: 9px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(10,10,10,0.38);
    font-weight: 500;
    white-space: nowrap;
    pointer-events: none;
    display: flex;
    align-items: center;
    gap: 6px;
}

.archive-method__sidebar-label::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--accent);
    flex-shrink: 0;
}

.archive-method__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.44fr) minmax(0, 0.56fr);
    gap: clamp(48px, 6vw, 80px);
    align-items: start;
    margin-bottom: clamp(32px, 4vw, 48px);
}

.archive-method__head,
.archive-method__body,
.archive-method__principle {
    text-align: left;
}

.archive-method__head {
    padding-top: clamp(24px, 2.5vw, 34px);
}

.archive-method__kicker {
    margin: 0 0 12px;
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 0.14em;
    line-height: 1.5;
    text-transform: uppercase;
    color: var(--accent);
    font-weight: 600;
    padding-top: 12px;
    position: relative;
}

.archive-method__kicker::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: var(--accent);
}

.archive-method__title {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(3rem, 5.6vw, 5.25rem);
    line-height: 0.92;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #0A0A0A;
}

.archive-method__title span {
    display: block;
}

.archive-method__title span + span {
    margin-left: clamp(12px, 1.8vw, 24px);
}

.archive-method__body {
    max-width: 640px;
    padding-top: clamp(24px, 2.5vw, 34px);
}

.archive-method__body p {
    margin: 0;
    font-family: var(--font-serif);
    font-size: clamp(1rem, 1.2vw, 1.12rem);
    line-height: 1.72;
    color: rgba(10,10,10,0.9);
    font-weight: 600;
}

.archive-method__body p + p {
    margin-top: 16px;
}

.archive-method__principles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(10,10,10,0.12);
    border-bottom: 1px solid rgba(10,10,10,0.12);
}

.archive-method__principle {
    padding: 22px 22px 26px;
}

.archive-method__principle + .archive-method__principle {
    border-left: 1px solid rgba(10,10,10,0.12);
}

.archive-method__principle-head {
    display: flex;
    gap: 8px;
    align-items: baseline;
    margin: 0 0 14px;
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.1em;
    line-height: 1.4;
    text-transform: uppercase;
    color: #0A0A0A;
    font-weight: 500;
}

.archive-method__principle-head span:first-child {
    color: var(--accent);
    font-weight: 600;
}

.archive-method__principle-head span:nth-child(2) {
    color: rgba(10,10,10,0.42);
}

.archive-method__principle-text {
    margin: 0;
    font-family: var(--font-serif);
    font-size: 0.93rem;
    line-height: 1.62;
    color: rgba(10,10,10,0.9);
    font-weight: 600;
    padding-bottom: 14px;
    position: relative;
}

.archive-method__principle-text::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: var(--accent);
}


/* ============================================================
   4. ЖИВОЙ ИНДЕКС
   ============================================================ */
.pa-live__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 28px;
    flex-wrap: wrap;
    gap: 18px;
}

.pa-live__header-left {
    display: flex;
    flex-direction: column;
}

.pa-live__label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.4);
    margin-bottom: 6px;
}

.pa-live__dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 8px var(--accent), 0 0 16px rgba(217,21,21,0.3);
    animation: pulse 2s ease infinite;
    flex-shrink: 0;
}

@keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50%      { opacity: 0.4; transform: scale(0.8); }
}

.pa-live__heading {
    font-family: var(--font-display);
    font-size: clamp(2.4rem, 5vw, 4rem);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
    margin-bottom: 8px;
}

.pa-live__desc {
    font-family: var(--font-serif);
    font-size: 1rem;
    line-height: 1.55;
    color: rgba(255,255,255,0.45);
    margin-bottom: 12px;
    max-width: 560px;
}

.pa-live__meta {
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 0.08em;
    color: rgba(255,255,255,0.34);
    text-transform: uppercase;
    line-height: 1.5;
}

.pa-live__meta-accent {
    color: var(--accent);
}

.pa-live__link {
    display: inline-flex;
    align-items: center;
    padding: 8px 18px;
    font-family: var(--font-mono);
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.2);
    text-decoration: none;
    transition: all var(--transition);
    white-space: nowrap;
    align-self: flex-end;
}

.pa-live__link:hover {
    background: rgba(255,255,255,0.06);
    border-color: rgba(255,255,255,0.5);
    color: #fff;
}

/* Controls: filters + sort */
.pa-live__controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
    gap: 16px;
    flex-wrap: wrap;
}

.pa-live__filters {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
}

.pa-live-filter {
    padding: 7px 16px;
    background: transparent;
    border: none;
    color: rgba(255,255,255,0.35);
    cursor: pointer;
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: all var(--transition);
    position: relative;
}

.pa-live-filter::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--accent);
    transition: all 0.2s ease;
    transform: translateX(-50%);
}

.pa-live-filter:hover {
    color: rgba(255,255,255,0.7);
}

.pa-live-filter.is-active {
    color: #fff;
}

.pa-live-filter.is-active::after {
    width: 100%;
}

.pa-live__sort {
    display: flex;
    gap: 6px;
}

.pa-live-tab {
    padding: 6px 14px;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.3);
    cursor: pointer;
    transition: all var(--transition);
    font-family: var(--font-mono);
    font-size: 9px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pa-live-tab:hover {
    color: rgba(255,255,255,0.6);
    border-color: rgba(255,255,255,0.25);
}

.pa-live-tab.is-active {
    background: rgba(255,255,255,0.08);
    color: #fff;
    border-color: rgba(255,255,255,0.25);
}

/* Entry list */
.pa-live__list {
    display: flex;
    flex-direction: column;
    gap: 1px;
    background: rgba(255,255,255,0.08);
}

/* Single entry row */
.pa-live-entry {
    --entry-accent: rgba(255,255,255,0.15);
    display: grid;
    grid-template-columns: 3px minmax(136px, 152px) minmax(0, 1fr) auto 22px;
    gap: 0;
    align-items: center;
    background: rgba(255,255,255,0.045);
    text-decoration: none;
    color: #fff;
    transition: all 0.2s ease;
    position: relative;
    min-height: 62px;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.025);
}

.pa-live-entry[data-theme='cinema'] { --entry-accent: var(--accent-cinema); }
.pa-live-entry[data-theme='lit'] { --entry-accent: var(--accent-lit); }
.pa-live-entry[data-theme='music'] { --entry-accent: var(--accent-music); }
.pa-live-entry[data-theme='art'] { --entry-accent: var(--accent-art); }

.pa-live-entry:hover {
    background: rgba(255,255,255,0.065);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
}

.pa-live-entry--empty {
    opacity: 0.08;
    pointer-events: none;
}

/* Accent bar (left edge) */
.pa-live-entry__accent {
    width: 3px;
    height: 100%;
    background: var(--entry-accent);
    opacity: 0.3;
    transition: opacity 0.2s ease;
}

.pa-live-entry:hover .pa-live-entry__accent {
    opacity: 0.9;
}

/* Meta column: ID + status */
.pa-live-entry__meta {
    padding: 14px 20px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.pa-live-entry__id {
    font-family: var(--font-mono);
    font-size: 10px;
    color: rgba(255,255,255,0.3);
    letter-spacing: 0.06em;
}

.pa-live-entry__status {
    font-family: var(--font-mono);
    font-size: 8px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--accent);
    padding: 1px 6px;
    border: 1px solid var(--accent);
    width: fit-content;
    opacity: 0.7;
}

/* Body: tags + title */
.pa-live-entry__body {
    padding: 14px 22px 14px 0;
    min-width: 0;
}

.pa-live-entry__tags {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 4px;
}

.pa-live-entry__medium {
    font-family: var(--font-mono);
    font-size: 9px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--entry-accent);
}

.pa-live-entry__tag-sep {
    font-family: var(--font-mono);
    font-size: 9px;
    color: rgba(255,255,255,0.18);
}

.pa-live-entry__form {
    font-family: var(--font-mono);
    font-size: 9px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.25);
}

.pa-live-entry__title {
    font-family: var(--font-serif);
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(255,255,255,0.82);
    transition: color 0.15s ease;
}

.pa-live-entry:hover .pa-live-entry__title {
    color: #fff;
}

/* Right column: min + date */
.pa-live-entry__right {
    padding: 14px 18px 14px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
    min-width: 74px;
    white-space: nowrap;
}

.pa-live-entry__min {
    font-family: var(--font-mono);
    font-size: 10px;
    color: rgba(255,255,255,0.35);
}

.pa-live-entry__date {
    font-family: var(--font-mono);
    font-size: 9px;
    color: rgba(255,255,255,0.2);
    letter-spacing: 0.04em;
}

/* Arrow */
.pa-live-entry__arrow {
    font-family: var(--font-mono);
    font-size: 14px;
    color: var(--entry-accent);
    opacity: 0;
    transition: opacity 0.15s ease;
    padding-right: 14px;
}

.pa-live-entry:hover .pa-live-entry__arrow {
    opacity: 1;
}

/* Bottom */
.pa-live__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 22px;
    flex-wrap: wrap;
    gap: 16px;
}

.pa-live__footer-note {
    font-family: var(--font-mono);
    font-size: 10px;
    color: rgba(255,255,255,0.25);
    padding-left: 12px;
    border-left: 2px solid var(--accent);
    letter-spacing: 0.04em;
}

.pa-live__more {
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    color: rgba(255,255,255,0.4);
    transition: color var(--transition);
}

.pa-live__more:hover {
    color: #fff;
}


/* ============================================================
   5. ГОЛОСА АРХИВА
   ============================================================ */
.pa-voices__head {
    margin-bottom: 40px;
}

.pa-voices__label {
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.35);
    margin-bottom: 8px;
}

.pa-voices__title {
    font-family: var(--font-display);
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 12px;
}

.pa-voices__sub {
    font-family: var(--font-serif);
    font-size: 1rem;
    color: rgba(255,255,255,0.5);
    max-width: 640px;
    line-height: 1.65;
}

.pa-voices__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    margin-bottom: 24px;
}

.pa-voices__card {
    background: var(--color-card-dark);
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform 0.25s ease;
}

.pa-voices__card:hover {
    transform: translateY(-2px);
}

.pa-voices__card-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.pa-voices__card-status {
    font-family: var(--font-mono);
    font-size: 9px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 3px 10px;
    border: 1px solid;
}

.pa-voices__card-status--public {
    color: rgba(255,255,255,0.5);
    border-color: rgba(255,255,255,0.2);
}

.pa-voices__card-status--role {
    color: #C6A25A;
    border-color: #C6A25A;
}

.pa-voices__card-status--supporter {
    color: var(--accent);
    border-color: var(--accent);
}

.pa-voices__card-id {
    font-family: var(--font-mono);
    font-size: 10px;
    color: rgba(255,255,255,0.15);
    letter-spacing: 0.06em;
}

.pa-voices__card-title {
    font-family: var(--font-display);
    font-size: clamp(1rem, 1.6vw, 1.25rem);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 12px;
}

.pa-voices__card-desc {
    font-family: var(--font-serif);
    font-size: 0.9rem;
    color: rgba(255,255,255,0.5);
    line-height: 1.65;
    flex: 1;
    margin-bottom: 24px;
}

.pa-voices__card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,0.06);
}

.pa-voices__card-access {
    font-family: var(--font-mono);
    font-size: 10px;
    color: rgba(255,255,255,0.3);
    letter-spacing: 0.06em;
}

.pa-voices__card-cta {
    font-family: var(--font-mono);
    font-size: 10px;
    color: rgba(255,255,255,0.35);
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.pa-voices__card-cta--link {
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    transition: color var(--transition);
}

.pa-voices__card-cta--link:hover {
    color: #fff;
}

.pa-voices__note {
    font-family: var(--font-mono);
    font-size: 11px;
    color: rgba(255,255,255,0.25);
    padding-left: 12px;
    border-left: 2px solid var(--accent);
    letter-spacing: 0.04em;
}


/* ============================================================
   6. НОВОСТИ
   ============================================================ */
.pa-news-section {
    background: var(--color-bg);
}

.pa-news__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 32px;
    flex-wrap: wrap;
    gap: 16px;
}

.pa-news__label {
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 8px;
}

.pa-news__title {
    font-family: var(--font-display);
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #0A0A0A;
    margin-bottom: 4px;
}

.pa-news__sub {
    font-family: var(--font-serif);
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(10,10,10,0.62);
    max-width: 760px;
}

.pa-news__all {
    display: inline-flex;
    align-items: center;
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    color: rgba(10,10,10,0.56);
    transition: opacity var(--transition);
    white-space: nowrap;
}

.pa-news__all:hover {
    color: #0A0A0A;
}

.pa-news__all--mobile {
    display: none;
}

/* Layout: featured + sidebar */
.pa-news__layout {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 2px;
}

/* Featured */
.pa-news__featured {
    --news-accent: var(--accent);
    background: var(--color-card-dark);
    padding: 32px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #fff;
    position: relative;
    transition: transform 0.25s ease;
    border-left: 3px solid var(--news-accent, var(--accent));
    grid-column: span 7;
    min-height: 320px;
}

.pa-news__featured[data-theme='cinema'],
.pa-news__compact[data-theme='cinema'] { --news-accent: var(--accent-cinema); }

.pa-news__featured[data-theme='lit'],
.pa-news__compact[data-theme='lit'] { --news-accent: var(--accent-lit); }

.pa-news__featured[data-theme='music'],
.pa-news__compact[data-theme='music'] { --news-accent: var(--accent-music); }

.pa-news__featured[data-theme='art'],
.pa-news__compact[data-theme='art'] { --news-accent: var(--accent-art); }

.pa-news__featured:hover {
    transform: translateY(-2px);
}

.pa-news__featured-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.pa-news__tag {
    font-family: var(--font-mono);
    font-size: 9px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    padding: 3px 10px;
    background: var(--news-accent);
    white-space: nowrap;
}

.pa-news__featured .pa-news__tag {
    background: var(--accent);
}

.pa-news__tag--sm {
    font-size: 8px;
    padding: 2px 8px;
}

.pa-news__tag--empty {
    background: rgba(255,255,255,0.1);
}

.pa-news__time {
    font-family: var(--font-mono);
    font-size: 10px;
    color: rgba(255,255,255,0.35);
    letter-spacing: 0.06em;
}

.pa-news__featured-title {
    font-family: var(--font-display);
    font-size: clamp(1.45rem, 2.4vw, 2rem);
    letter-spacing: 0.03em;
    text-transform: uppercase;
    line-height: 1.15;
    margin-bottom: 12px;
    flex: 0;
}

.pa-news__featured-excerpt {
    font-family: var(--font-serif);
    font-size: 0.9rem;
    color: rgba(255,255,255,0.5);
    line-height: 1.65;
    flex: 1;
    margin-bottom: 20px;
}

.pa-news__featured-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.pa-news__date {
    font-family: var(--font-mono);
    font-size: 10px;
    color: rgba(255,255,255,0.3);
    letter-spacing: 0.06em;
}

.pa-news__read {
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--news-accent, var(--accent));
}

/* Sidebar — compact cards */
.pa-news__sidebar {
    display: flex;
    flex-direction: column;
    gap: 2px;
    grid-column: span 5;
    min-width: 0;
}

.pa-news__featured {
    grid-column: span 7;
    min-width: 0;
}

.pa-news__compact {
    --news-accent: var(--accent);
    background: rgba(10,10,10,0.035);
    padding: 18px 22px;
    text-decoration: none;
    color: #0A0A0A;
    display: flex;
    flex-direction: column;
    flex: 1;
    position: relative;
    transition: all 0.2s ease;
    border-left: 2px solid transparent;
    box-shadow: inset 0 0 0 1px rgba(10,10,10,0.045);
}

.pa-news__compact:hover {
    border-left-color: var(--news-accent, var(--accent));
    background: rgba(10,10,10,0.055);
}

.pa-news__compact--empty {
    opacity: 0.12;
}

.pa-news__compact-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.pa-news__compact-title {
    font-family: var(--font-serif);
    font-size: 0.95rem;
    line-height: 1.4;
    margin-bottom: 0;
    flex: 1;
    font-weight: 400;
    color: #0A0A0A;
}

.pa-news__compact-arrow {
    font-family: var(--font-mono);
    font-size: 12px;
    color: var(--news-accent, var(--accent));
    align-self: flex-end;
    margin-top: auto;
    padding-top: 8px;
}

.pa-news__compact .pa-news__time {
    color: rgba(10,10,10,0.38);
}

/* Empty state */
.pa-news__empty {
    background: var(--color-card-dark);
    padding: 60px 40px;
    text-align: center;
    color: #fff;
}

/* Bare single-line empty state (no child <p> structure) used in the news rail */
.pa-news__empty--inline {
    opacity: 0.5;
    font-family: var(--font-mono);
    font-size: 0.8rem;
}

.pa-news__empty p:first-child {
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.12em;
    color: rgba(255,255,255,0.4);
    margin-bottom: 8px;
}

.pa-news__empty p:last-child {
    font-family: var(--font-serif);
    font-size: 0.9rem;
    color: rgba(255,255,255,0.3);
}


/* ============================================================
   7. О ПРОЕКТЕ
   ============================================================ */
.pa-about-section {
    background-color: #EEEEE6;
    background-image: var(--paper-texture-image);
    background-size: var(--paper-texture-size);
    background-repeat: repeat;
}

.pa-about {
    display: grid;
    grid-template-columns: 1.12fr 1fr;
    gap: 56px;
    align-items: start;
}

.pa-about__label {
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--accent);
    opacity: 0.72;
    margin-bottom: 10px;
}

.pa-about__title {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3rem);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #0A0A0A;
    line-height: 1;
    margin-bottom: 18px;
}

.pa-about__text {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 22px;
}

.pa-about__text p {
    font-family: var(--font-serif);
    font-size: 1.05rem;
    line-height: 1.46;
    color: rgba(10,10,10,0.75);
}

.pa-about__btn {
    display: inline-block;
    margin-top: 2px;
    padding: 10px 24px;
    font-family: var(--font-mono);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--accent) !important;
    border: 1px solid rgba(217,21,21,0.64);
    text-decoration: none;
    transition: all 0.25s ease;
}

.pa-about__btn:hover {
    background: rgba(217,21,21,0.035);
    color: var(--accent);
    border-color: rgba(217,21,21,0.72);
}

/* Pillars */
.pa-about__pillars {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 28px;
    border-top: 1px solid rgba(10,10,10,0.1);
}

.pa-about__pillar {
    min-height: 124px;
    padding: 24px 0 26px;
    border-bottom: 1px solid rgba(10,10,10,0.08);
    position: relative;
    padding-left: 56px;
}

.pa-about__pillar-num {
    position: absolute;
    left: 0;
    top: 27px;
    font-family: var(--font-mono);
    font-size: 11px;
    color: var(--accent);
    opacity: 0.72;
    letter-spacing: 0.06em;
}

.pa-about__pillar-title {
    font-family: var(--font-display);
    font-size: 1.18rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #0A0A0A;
    margin-bottom: 7px;
}

.pa-about__pillar-desc {
    font-family: var(--font-serif);
    font-size: 0.98rem;
    line-height: 1.54;
    color: rgba(10,10,10,0.55);
}


/* ============================================================
   8. МАГАЗИН
   ============================================================ */
.pa-shop-section {
    background: #070707;
}

.pa-shop__head {
    max-width: 860px;
    margin-bottom: 44px;
}

.pa-shop__label {
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 16px;
}

.pa-shop__title {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4.6vw, 4.4rem);
    line-height: 0.95;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 22px;
}

.pa-shop__sub {
    font-family: var(--font-serif);
    font-size: 1.04rem;
    line-height: 1.6;
    color: rgba(255,255,255,0.72);
    margin-bottom: 22px;
    max-width: 660px;
}

.pa-shop__meta {
    font-family: var(--font-mono);
    font-size: 10px;
    color: rgba(255,255,255,0.36);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.pa-shop__rule {
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.18);
    position: relative;
}

.pa-shop__rule::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 72px;
    height: 2px;
    background: var(--accent);
}

.pa-shop__about {
    background: #f1f0ec;
    border-left: 3px solid var(--accent);
    padding: 28px 30px 30px;
    margin: 40px 0 54px;
    color: #0A0A0A;
}

.pa-shop__about-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 26px;
    font-family: var(--font-display);
    font-size: 1.25rem;
    color: #0A0A0A;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.pa-shop__about-status {
    font-family: var(--font-mono);
    color: var(--accent);
    border: 1px solid var(--accent);
    letter-spacing: 0.12em;
    font-size: 9px;
    padding: 5px 10px;
    white-space: nowrap;
}

.pa-shop__about-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 38px;
}

.pa-shop__about-label {
    font-family: var(--font-mono);
    font-size: 9px;
    color: rgba(10,10,10,0.46);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.pa-shop__about-val {
    font-family: var(--font-serif);
    font-size: 0.96rem;
    line-height: 1.6;
    color: rgba(10,10,10,0.78);
}

.pa-shop__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 0;
}

.pa-shop__empty {
    border: 1px solid rgba(255,255,255,0.16);
    background: rgba(255,255,255,0.04);
    padding: 34px;
    text-align: center;
    color: rgba(255,255,255,0.66);
    font-family: var(--font-serif);
    line-height: 1.65;
}

.pa-shop__empty-label {
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 10px;
}

.pa-shop__note {
    max-width: 760px;
    margin: 34px auto 0;
    font-family: var(--font-serif);
    font-size: 1rem;
    line-height: 1.65;
    text-align: center;
    color: rgba(255,255,255,0.62);
}

.pa-shop__cta {
    text-align: center;
    margin-top: 28px;
}

/* Товар */
.pa-product {
    --product-accent: var(--accent);
    background: #0c0c0c;
    position: relative;
    border: 1px solid rgba(255,255,255,0.14);
    border-left: 3px solid var(--product-accent);
    display: flex;
    flex-direction: column;
    min-width: 0;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.pa-product[data-theme='cinema'] { --product-accent: var(--accent-cinema); }
.pa-product[data-theme='lit'] { --product-accent: var(--accent-lit); }
.pa-product[data-theme='music'] { --product-accent: var(--accent-music); }
.pa-product[data-theme='art'] { --product-accent: var(--accent-art); }

.pa-product:hover {
    background: #101010;
    border-color: rgba(255,255,255,0.24);
    border-left-color: var(--product-accent);
}

.pa-product__badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: var(--product-accent);
    color: #fff;
    font-family: var(--font-mono);
    font-size: 9px;
    letter-spacing: 0.12em;
    padding: 3px 8px;
    text-transform: uppercase;
    z-index: 1;
}

.pa-product__image {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #171717;
    margin: 14px 14px 0;
    border: 1px solid rgba(255,255,255,0.08);
}

.pa-product__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.82) contrast(1.02);
}

.pa-product__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-mono);
    font-size: 11px;
    opacity: 0.28;
    color: #fff;
}

.pa-product__info {
    padding: 18px 16px 16px;
    border-top: 1px solid rgba(255,255,255,0.08);
    display: flex;
    flex-direction: column;
    flex: 1;
}

.pa-product__code {
    font-family: var(--font-mono);
    font-size: 9px;
    letter-spacing: 0.08em;
    color: rgba(255,255,255,0.42);
    margin-bottom: 10px;
    text-transform: uppercase;
}

.pa-product__name {
    font-family: var(--font-display);
    font-size: 1.12rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 400;
}

.pa-product__excerpt {
    font-family: var(--font-serif);
    font-size: 0.86rem;
    line-height: 1.55;
    color: rgba(255,255,255,0.66);
    margin-bottom: 18px;
}

.pa-product__stock {
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 0.1em;
    color: var(--product-accent);
    margin: auto 0 14px;
    text-transform: uppercase;
}

.pa-product__actions {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.pa-product__buy,
.pa-product__meaning {
    display: block;
    font-family: var(--font-mono);
    font-size: 9px;
    letter-spacing: 0.1em;
    color: rgba(255,255,255,0.72);
    text-transform: uppercase;
    text-decoration: none;
    transition: color var(--transition);
}

.pa-product__buy:hover,
.pa-product__meaning:hover {
    color: var(--product-accent);
}


/* ============================================================
   9. ПРИСОЕДИНИТЬСЯ
   ============================================================ */
.pa-join__head {
    text-align: center;
    margin-bottom: 44px;
}

.pa-join__label {
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 8px;
}

.pa-join__title {
    font-family: var(--font-display);
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 12px;
}

.pa-join__sub {
    font-family: var(--font-serif);
    font-size: 1rem;
    color: rgba(255,255,255,0.55);
    max-width: 720px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Два пути */
.pa-join__paths {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
    margin-bottom: 34px;
}

.pa-join__path {
    background: var(--color-card-dark);
    padding: 36px 32px;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
}

.pa-join__path:hover {
    transform: translateY(-2px);
}

.pa-join__path--earn {
    border-left: 3px solid rgba(255,255,255,0.2);
}

.pa-join__path--patron {
    border-left: 3px solid var(--accent);
}

.pa-join__path-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.pa-join__path-tag {
    font-family: var(--font-mono);
    font-size: 9px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.4);
    border: 1px solid rgba(255,255,255,0.15);
    padding: 3px 10px;
}

.pa-join__path-tag--accent {
    color: var(--accent);
    border-color: var(--accent);
}

.pa-join__path-num {
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.28);
    line-height: 1;
}

.pa-join__path-title {
    font-family: var(--font-display);
    font-size: clamp(1.2rem, 2vw, 1.6rem);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 12px;
}

.pa-join__path-desc {
    font-family: var(--font-serif);
    font-size: 0.9rem;
    color: rgba(255,255,255,0.6);
    line-height: 1.65;
    margin-bottom: 20px;
}

.pa-join__path-list {
    list-style: none;
    padding: 0;
    margin: 0 0 26px;
}

.pa-join__path-list li {
    font-family: var(--font-mono);
    font-size: 11px;
    color: rgba(255,255,255,0.5);
    letter-spacing: 0.04em;
    padding: 6px 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.pa-join__path-list li::before {
    content: '—';
    margin-right: 8px;
    opacity: 0.3;
}

.pa-join__path--patron .pa-join__path-list li::before {
    color: var(--accent);
    opacity: 0.6;
}

.pa-join__path-btn {
    display: inline-block;
    width: fit-content;
    margin-top: auto;
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.25);
    padding: 10px 22px;
    transition: all var(--transition);
}

.pa-join__path-btn:hover {
    background: rgba(255,255,255,0.06);
    border-color: rgba(255,255,255,0.5);
    color: #fff;
}

.pa-join__path-btn--accent {
    border-color: var(--accent);
    color: var(--accent);
}

.pa-join__path-btn--accent:hover {
    background: var(--accent);
    color: #fff;
}

/* Цепочка прогресса */
.pa-join__chain {
    text-align: center;
    margin-bottom: 30px;
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,0.06);
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.pa-join__chain-title {
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.42);
    margin-bottom: 14px;
}

.pa-join__chain-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.pa-join__chain-role {
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.45);
    padding: 3px 9px;
    border: 1px solid rgba(255,255,255,0.1);
    white-space: nowrap;
    transition: all 0.2s ease;
}

.pa-join__chain-role:first-child {
    color: rgba(255,255,255,0.7);
    border-color: rgba(255,255,255,0.25);
}

.pa-join__chain-role:last-child {
    color: var(--accent);
    border-color: var(--accent);
}

.pa-join__chain-arrow {
    font-family: var(--font-mono);
    font-size: 10px;
    color: rgba(255,255,255,0.15);
}

.pa-join__chain-note {
    font-family: var(--font-mono);
    font-size: 10px;
    color: rgba(255,255,255,0.3);
    letter-spacing: 0.06em;
}

/* Форма подписки */
.pa-join__form-wrap {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
    padding-top: 2px;
}

.pa-join__form-title {
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.48);
    margin-bottom: 8px;
}

.pa-join__form-text {
    max-width: 520px;
    margin: 0 auto 18px;
    font-family: var(--font-serif);
    font-size: 0.9rem;
    line-height: 1.55;
    color: rgba(255,255,255,0.42);
}

.pa-join__form {
    display: flex;
    gap: 8px;
    max-width: 500px;
    margin: 0 auto;
}

.pa-join__form--notice {
    max-width: 560px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 14px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.04);
}

.pa-join__notice {
    flex: 1 1 230px;
    text-align: left;
    font-family: var(--font-mono);
    font-size: 10px;
    line-height: 1.55;
    letter-spacing: 0.06em;
    color: rgba(255,255,255,0.46);
    text-transform: uppercase;
}

.pa-join__input {
    flex: 1;
    padding: 12px 16px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.15);
    color: #fff;
    font-family: var(--font-mono);
    font-size: 12px;
    transition: border-color var(--transition);
}

.pa-join__input:focus {
    outline: none;
    border-color: rgba(255,255,255,0.4);
}

.pa-join__submit {
    background: var(--accent);
    color: #fff;
    border: none;
    padding: 12px 24px;
    font-family: var(--font-mono);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    cursor: pointer;
    transition: opacity var(--transition);
}

.pa-join__submit:hover {
    opacity: 0.85;
}

.pa-join__submit--link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.pa-join__social {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-top: 20px;
}

.pa-join__social-link {
    font-family: var(--font-mono);
    font-size: 11px;
    color: #fff;
    opacity: 0.4;
    text-decoration: none;
    transition: opacity var(--transition);
}

.pa-join__social-link:hover {
    opacity: 0.7;
    color: #fff;
}

.pa-join__disclaimer {
    font-family: var(--font-mono);
    font-size: 10px;
    color: rgba(255,255,255,0.25);
    margin-top: 12px;
    letter-spacing: 0.04em;
}


/* ============================================================
   АДАПТИВ
   ============================================================ */
@media (max-width: 1320px) and (min-width: 1025px) {
    .pa-hero__stage {
        grid-template-columns: minmax(0, 1fr) minmax(360px, 410px);
        gap: 18px;
    }

    .pa-hero__right-frame {
        width: min(110%, 451px);
        margin-right: 0;
        transform: translateX(clamp(16px, 2.4vw, 32px)) rotate(5deg);
    }
}

@media (max-width: 1024px) {
    .pa-hero {
        min-height: auto;
    }

    .pa-hero__stage {
        grid-template-columns: minmax(0, 1fr) minmax(360px, 430px);
        gap: clamp(18px, 2.2vw, 30px);
        padding: 0 20px;
    }

    .pa-hero__right {
        padding: 26px 0 54px;
    }

    .pa-hero__right-frame {
        width: min(104%, 448px);
        margin-right: 0;
        transform: translateX(12px) rotate(4deg);
    }

    .pa-hero__inner {
        padding: 40px 0 44px;
    }

    .pa-hero__title {
        font-size: clamp(3.8rem, 6.5vw, 5.1rem);
    }

    .pa-hero__meta-line {
        flex-wrap: wrap;
        row-gap: 4px;
        white-space: normal;
    }

    .pa-medium-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .pa-news__layout {
        grid-template-columns: 1fr 1fr;
        gap: 2px;
    }

    .pa-news__featured {
        grid-column: span 1;
    }

    .pa-news__sidebar {
        grid-column: span 1;
    }

    .pa-news__featured {
        padding: 24px;
    }

    .pa-news__featured-title {
        font-size: clamp(1.2rem, 2vw, 1.6rem);
    }

    .pa-news__featured-excerpt {
        font-size: 0.85rem;
    }

    .pa-news__compact {
        padding: 14px 18px;
    }

    .pa-medium-card::before {
        height: 2px;
    }

    .pa-medium-card:hover::before {
        height: 4px;
    }

    .pa-medium-card__arrow {
        opacity: 0.6;
    }

    .pa-sections__header {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .pa-sections__header-right {
        text-align: left;
    }

    .pa-sections__title {
        font-size: clamp(2.8rem, 8vw, 4.2rem);
    }

    .archive-method__grid {
        grid-template-columns: minmax(0, 0.46fr) minmax(0, 0.54fr);
        gap: 48px;
    }

    .archive-method__body {
        padding-top: 32px;
    }

    .archive-method__head {
        padding-top: 32px;
    }

    .archive-method__principle {
        padding: 24px 20px 28px;
    }

    .pa-voices__grid {
        grid-template-columns: 1fr 1fr;
    }

    .pa-shop__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .pa-join__paths {
        grid-template-columns: 1fr 1fr;
    }

    .pa-live-entry {
        grid-template-columns: 3px 100px minmax(0, 1fr) auto 18px;
    }

    .pa-live-entry__meta {
        padding: 12px 14px;
    }

    .pa-live-entry__body {
        padding: 12px 16px 12px 0;
    }

    .pa-live-entry__right {
        padding: 12px 14px 12px 0;
        min-width: 60px;
    }

    .pa-live__controls {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .pa-live-filter {
        min-height: 36px;
    }
}

@media (max-width: 768px) {
    .pa-live-entry {
        grid-template-columns: 3px 1fr auto 22px;
        min-height: 54px;
    }

    .pa-live-entry__meta {
        padding: 10px 12px;
    }

    .pa-live-entry__right {
        display: none;
    }

    .pa-live-entry__arrow {
        opacity: 0.3;
    }

    .pa-live__filters {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        flex-wrap: nowrap;
        width: 100%;
    }

    .pa-live-filter {
        min-height: 40px;
        padding: 8px 14px;
        flex-shrink: 0;
    }

    .pa-live__sort {
        gap: 4px;
    }

    .pa-live-tab {
        padding: 6px 10px;
        min-height: 32px;
    }
}

@media (max-width: 480px) {
    .pa-live-entry {
        grid-template-columns: 3px 1fr 22px;
    }

    .pa-live-entry__title {
        font-size: 0.85rem;
    }

    .pa-live-entry__tags {
        gap: 4px;
    }

    .pa-live-entry__medium,
    .pa-live-entry__tag-sep,
    .pa-live-entry__form {
        font-size: 8px;
    }
}

@media (max-width: 900px) {
    .pa-hero {
        min-height: auto;
    }

    .pa-hero__stage {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .pa-hero__left {
        padding: 0;
    }

    .pa-hero__right {
        justify-content: flex-start;
        padding: 8px 16px 32px;
    }

    .pa-hero__right-frame {
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
        transform: none;
        transition: transform 0.3s ease;
    }

    .pa-hero__exhibit {
        display: none;
    }

    .pa-hero__img-meta {
        flex-direction: column;
        gap: 2px;
    }

    .pa-hero__img-date {
        top: 52px;
    }

    .pa-hero__stamp {
        font-size: clamp(1.4rem, 6vw, 2rem);
        padding: 3px 16px;
    }
}

@media (max-width: 768px) {
    .pa-section,
    .pa-section--alt,
    .pa-section--dark {
        padding: 40px 0;
    }

    .pa-hero__title {
        font-size: clamp(3rem, 11.8vw, 4.9rem);
    }

    .pa-hero__inner {
        padding: 28px 16px 20px;
    }

    .pa-hero__stage {
        padding: 0;
    }

    .pa-hero__meta-line {
        gap: 6px;
        margin-bottom: 12px;
        font-size: 9px;
        flex-wrap: wrap;
        white-space: normal;
    }

    .pa-hero__copy {
        margin-top: 28px;
    }

    .pa-hero__desc {
        max-width: none;
        font-size: 0.95rem;
    }

    .pa-hero__tags {
        margin: 20px 0 24px;
    }

    .pa-hero__actions {
        margin-left: 0;
        gap: 10px;
    }

    .pa-hero__right {
        padding: 0 16px 28px;
    }

    .pa-hero__right-frame {
        max-width: 100%;
    }

    .archive-method__grid {
        grid-template-columns: 1fr;
        gap: 28px;
        margin-bottom: 36px;
    }

    .archive-method__title {
        font-size: clamp(2.55rem, 11vw, 4rem);
    }

    .archive-method__title span + span {
        margin-left: 0;
    }

    .archive-method__body {
        max-width: none;
        padding-top: 0;
    }

    .archive-method__head {
        padding-top: 0;
    }

    .archive-method__principles {
        grid-template-columns: 1fr;
        border-top: 1px solid rgba(10,10,10,0.12);
        border-bottom: 1px solid rgba(10,10,10,0.12);
    }

    .archive-method__principle {
        padding: 22px 0 24px;
    }

    .archive-method__principle + .archive-method__principle {
        border-left: none;
        border-top: 1px solid rgba(10,10,10,0.12);
    }

    .pa-live-entry {
        grid-template-columns: 3px 1fr auto;
        grid-template-rows: auto auto;
    }

    .pa-live-entry__meta {
        grid-row: 1;
        grid-column: 2;
        flex-direction: row;
        gap: 8px;
        padding-bottom: 0;
    }

    .pa-live-entry__body {
        grid-row: 2;
        grid-column: 2;
        padding-top: 2px;
    }

    .pa-live-entry__right {
        grid-row: 1 / 3;
        grid-column: 3;
    }

    .pa-live-entry__arrow {
        display: none;
    }

    .pa-live__filters {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .pa-live__heading {
        font-size: 2.15rem;
        letter-spacing: 0;
        line-height: 0.98;
    }

    .pa-voices__grid {
        grid-template-columns: 1fr;
    }

    .pa-news__layout {
        grid-template-columns: 1fr;
        gap: 2px;
    }

    .pa-news__featured,
    .pa-news__sidebar {
        grid-column: auto;
    }

    .pa-news__featured {
        padding: 24px 20px;
    }

    .pa-news__featured-title {
        font-size: clamp(1.1rem, 3.5vw, 1.5rem);
    }

    .pa-news__featured-excerpt {
        font-size: 0.85rem;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .pa-news__compact {
        padding: 14px 16px;
    }

    .pa-news__compact-title {
        font-size: 0.9rem;
    }

    .pa-news__head .pa-news__all {
        display: none;
    }

    .pa-news__all--mobile {
        display: inline-flex;
        margin-top: 24px;
    }

    .pa-shop__about-grid {
        grid-template-columns: 1fr;
    }

    .pa-shop__grid {
        grid-template-columns: 1fr;
    }

    .pa-join__paths {
        grid-template-columns: 1fr;
    }

    .pa-about {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .pa-about__label {
        margin-bottom: 9px;
    }

    .pa-about__title {
        margin-bottom: 18px;
    }

    .pa-about__text {
        gap: 8px;
        margin-bottom: 22px;
    }

    .pa-about__pillars {
        margin-top: 0;
    }

    .pa-about__pillar {
        min-height: 0;
        padding: 20px 0 21px;
        padding-left: 42px;
    }

    .pa-about__pillar-num {
        top: 21px;
    }

    .pa-join__form {
        flex-direction: column;
    }

    .pa-live__tabs {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 480px) {
    .pa-medium-grid {
        grid-template-columns: 1fr;
    }

    .pa-hero__title {
        font-size: clamp(2.55rem, 10.6vw, 3rem);
    }

    .pa-hero__stamp {
        font-size: clamp(1.3rem, 7vw, 1.8rem);
        padding: 2px 14px;
    }

    .pa-hero__meta-line {
        font-size: 8px;
        gap: 4px;
        line-height: 1.6;
    }

    .pa-hero__meta-sep {
        display: none;
    }

    .pa-hero__meta-item {
        display: block;
        padding: 1px 0;
    }

    .pa-hero__copy {
        margin-top: 22px;
    }

    .pa-hero__desc {
        font-size: 0.9rem;
    }

    .pa-hero__tags {
        margin: 16px 0 20px;
        gap: 6px;
    }

    .pa-hero__tag {
        font-size: 0.58rem;
        padding: 0 10px;
        min-height: 22px;
    }

    .pa-hero__actions {
        flex-direction: column;
        gap: 8px;
    }

    .pa-hero__actions .pa-hero__btn {
        width: 100%;
        justify-content: center;
        min-height: 44px;
        padding: 0 20px;
    }

    .pa-hero__img-meta {
        font-size: 8px;
    }

    .pa-hero__img-date {
        font-size: 8px;
        top: 46px;
    }

    .pa-hero__img-bottom {
        font-size: 8px;
        padding: 8px 10px;
    }

    .pa-hero__exhibit-table {
        font-size: 9px;
    }

    .pa-medium-card {
        border-left: 1px solid rgba(10,10,10,0.12);
        border-right: none;
    }

    .pa-medium-card::before {
        height: 2px;
    }

    .pa-medium-card__head {
        padding: 12px 14px 8px;
    }

    .pa-medium-card__arrow {
        opacity: 0.5;
    }

    .pa-medium-card__body {
        padding: 10px 14px 12px;
    }

    .pa-medium-card__desc {
        font-size: 0.8rem;
        -webkit-line-clamp: 2;
    }

    .pa-medium-card__tags {
        flex-wrap: wrap;
        gap: 4px;
    }

    .pa-news__featured {
        padding: 20px 16px;
    }

    .pa-news__featured-top {
        margin-bottom: 14px;
    }

    .pa-news__featured-title {
        font-size: clamp(1rem, 5vw, 1.3rem);
    }

    .pa-news__featured-excerpt {
        font-size: 0.8rem;
        -webkit-line-clamp: 2;
    }

    .pa-news__featured-bottom {
        padding-top: 12px;
    }

    .pa-news__compact {
        padding: 12px 14px;
    }

    .pa-news__compact-top {
        margin-bottom: 6px;
    }

    .pa-news__compact-title {
        font-size: 0.85rem;
    }

    .pa-news__compact-arrow {
        font-size: 11px;
        padding-top: 6px;
    }

    .pa-news__all--mobile {
        margin-top: 16px;
        font-size: 10px;
    }
}


/* ============================================================
   ЖИВОЙ РЕЕСТР — editorial register redesign
   ============================================================ */
.pa-live-section {
    overflow: hidden;
}

.pa-live-section > .container {
    max-width: min(100% - 48px, 1388px);
}

.pa-live__header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: clamp(28px, 5vw, 72px);
    align-items: end;
    margin-bottom: clamp(28px, 4vw, 42px);
}

.pa-live__header-left {
    max-width: 760px;
}

.pa-live__label {
    gap: 10px;
    margin: 0 0 18px;
    color: rgba(255,255,255,0.58);
    font-size: 11px;
    letter-spacing: 0.18em;
}

.pa-live__dot {
    width: 8px;
    height: 8px;
    box-shadow: 0 0 8px var(--accent), 0 0 18px rgba(217,21,21,0.45);
}

.pa-live__heading {
    margin: 0 0 18px;
    font-size: clamp(4.2rem, 7.2vw, 6.25rem);
    line-height: 0.86;
    letter-spacing: 0;
}

.pa-live__heading span {
    display: block;
}

.pa-live__desc {
    max-width: 560px;
    margin: 0 0 22px;
    color: rgba(255,255,255,0.72);
    font-size: clamp(1.08rem, 1.35vw, 1.32rem);
    line-height: 1.45;
}

.pa-live__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    color: rgba(255,255,255,0.5);
    font-size: 11px;
    letter-spacing: 0.1em;
}

.pa-live__meta-sep {
    color: rgba(255,255,255,0.24);
}

.pa-live__meta-accent {
    color: var(--accent);
}

.pa-live__link {
    min-height: 58px;
    padding: 0 32px;
    border-color: rgba(255,255,255,0.3);
    font-size: 0.72rem;
    letter-spacing: 0.12em;
}

.pa-live__controls {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: end;
    margin: 0 0 22px;
}

.pa-live__filters {
    gap: clamp(18px, 4vw, 52px);
}

.pa-live-filter {
    min-height: 42px;
    padding: 0;
    color: rgba(255,255,255,0.5);
    font-size: 0.72rem;
    letter-spacing: 0.1em;
}

.pa-live-filter::after {
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: 1px;
    opacity: 0;
    transform: none;
}

.pa-live-filter:hover,
.pa-live-filter.is-active {
    color: #fff;
}

.pa-live-filter.is-active::after {
    width: auto;
    opacity: 1;
}

.pa-live__sort {
    gap: 12px;
}

.pa-live-tab {
    min-width: 128px;
    min-height: 44px;
    padding: 0 20px;
    border-color: rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.36);
    font-size: 0.68rem;
    letter-spacing: 0.1em;
}

.pa-live-tab.is-active {
    background: transparent;
    border-color: var(--accent);
    color: #fff;
}

.pa-live-tab:disabled {
    cursor: default;
    opacity: 0.62;
}

.pa-live-tab:disabled:hover {
    border-color: rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.36);
}

.pa-live__list {
    border: 1px solid rgba(255,255,255,0.11);
    background: transparent;
}

.pa-live-entry {
    grid-template-columns: 3px minmax(116px, 150px) minmax(148px, 222px) minmax(0, 1fr) minmax(88px, 112px) 24px;
    min-height: 120px;
    background: rgba(255,255,255,0.035);
    box-shadow: none;
    border-bottom: 1px solid rgba(255,255,255,0.07);
}

.pa-live-entry:last-child {
    border-bottom: 0;
}

.pa-live-entry[data-theme='cinema'] { --entry-accent: var(--accent-cinema); }
.pa-live-entry[data-theme='lit'],
.pa-live-entry[data-theme='literature'] { --entry-accent: var(--accent-lit); }
.pa-live-entry[data-theme='music'] { --entry-accent: var(--accent-music); }
.pa-live-entry[data-theme='art'] { --entry-accent: var(--accent-art); }

.pa-live-entry:hover {
    background: rgba(255,255,255,0.055);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
}

.pa-live-entry__accent {
    opacity: 0.95;
}

.pa-live-entry__meta {
    padding: 22px 22px 22px 30px;
    gap: 12px;
}

.pa-live-entry__id {
    color: rgba(255,255,255,0.6);
    font-size: 11px;
    letter-spacing: 0.08em;
}

.pa-live-entry__status {
    color: var(--accent);
    border-color: var(--accent);
    opacity: 1;
}

.pa-live-entry__thumb {
    width: 100%;
    height: 78px;
    overflow: hidden;
    background: rgba(255,255,255,0.06);
}

.pa-live-entry__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(0.22) contrast(1.08);
    transition: filter var(--transition), transform 0.3s ease;
}

.pa-live-entry:hover .pa-live-entry__thumb img {
    filter: grayscale(0) contrast(1.05);
    transform: scale(1.03);
}

.pa-live-entry__body {
    padding: 22px 30px;
}

.pa-live-entry__tags {
    margin-bottom: 10px;
    gap: 9px;
}

.pa-live-entry__medium,
.pa-live-entry__form,
.pa-live-entry__tag-sep {
    font-size: 10px;
    letter-spacing: 0.1em;
}

.pa-live-entry__medium {
    color: var(--entry-accent);
}

.pa-live-entry__form {
    color: rgba(255,255,255,0.54);
}

.pa-live-entry__title {
    color: rgba(255,255,255,0.9);
    font-size: clamp(1.05rem, 1.45vw, 1.45rem);
    line-height: 1.15;
    white-space: normal;
}

.pa-live-entry__right {
    padding: 22px 18px 22px 0;
    gap: 10px;
}

.pa-live-entry__min,
.pa-live-entry__date {
    color: rgba(255,255,255,0.44);
    font-size: 10px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pa-live-entry__date {
    color: rgba(255,255,255,0.34);
}

.pa-live-entry__arrow {
    align-self: center;
    padding-right: 16px;
}

@media (max-width: 1100px) {
    .pa-live__header,
    .pa-live__controls {
        grid-template-columns: 1fr;
    }

    .pa-live__link {
        justify-self: start;
        align-self: start;
    }

    .pa-live__sort {
        overflow-x: auto;
        padding-bottom: 2px;
        scrollbar-width: none;
    }

    .pa-live__sort::-webkit-scrollbar {
        display: none;
    }

    .pa-live-entry {
        grid-template-columns: 3px minmax(104px, 132px) minmax(128px, 184px) minmax(0, 1fr) minmax(80px, 100px);
    }

    .pa-live-entry__arrow {
        display: none;
    }
}

@media (max-width: 760px) {
    .pa-live-section > .container {
        max-width: min(100% - 32px, 1388px);
    }

    .pa-live__heading {
        max-width: 100%;
        font-size: clamp(2.4rem, 11vw, 3.25rem);
        line-height: 0.9;
    }

    .pa-live__filters {
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 24px;
        scrollbar-width: none;
    }

    .pa-live__filters::-webkit-scrollbar {
        display: none;
    }

    .pa-live-filter {
        flex: 0 0 auto;
    }

    .pa-live-tab {
        min-width: 118px;
    }

    .pa-live-entry {
        grid-template-columns: 3px 88px minmax(0, 1fr);
        grid-template-rows: auto auto auto;
        min-height: 0;
    }

    .pa-live-entry__accent {
        grid-row: 1 / 4;
        grid-column: 1;
    }

    .pa-live-entry__meta {
        grid-column: 2 / 4;
        grid-row: 1;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 14px 16px 8px;
    }

    .pa-live-entry__thumb {
        grid-column: 2;
        grid-row: 2;
        width: 72px;
        height: 62px;
        margin: 0 0 14px 16px;
    }

    .pa-live-entry__body {
        grid-column: 3;
        grid-row: 2;
        padding: 0 16px 14px 0;
    }

    .pa-live-entry__right {
        grid-column: 2 / 4;
        grid-row: 3;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        padding: 0 16px 14px;
    }
}

@media (max-width: 460px) {
    .pa-live__meta {
        flex-direction: column;
        gap: 4px;
    }

    .pa-live__heading {
        font-size: clamp(1.85rem, 8.4vw, 2.05rem);
        line-height: 0.94;
    }

    .pa-live__sort {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
        overflow: visible;
        padding-bottom: 0;
    }

    .pa-live-tab {
        width: 100%;
        min-width: 0;
        padding: 0 8px;
        font-size: 0.58rem;
    }

    .pa-live__meta-sep {
        display: none;
    }

    .pa-live__link {
        width: 100%;
        justify-content: center;
    }

    .pa-live-entry__meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .pa-live-entry__thumb {
        width: 64px;
    }

    .pa-live-entry__title {
        font-size: 0.98rem;
    }
}

/* ============================================================
   НОВОСТИ КУЛЬТУРЫ — archive chronicle redesign
   ============================================================ */
.pa-news-section {
    position: relative;
    overflow: hidden;
    background-image: var(--paper-texture-image);
    background-size: var(--paper-texture-size);
    background-repeat: repeat;
    background-color: #EEEEE6;
    color: #0A0A0A;
    border-top: 1px solid rgba(10,10,10,0.12);
    border-bottom: 1px solid rgba(10,10,10,0.12);
}

.pa-news-section::before,
.pa-news-section::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.pa-news-section::before {
    display: none;
}

.pa-news-section::after {
    display: none;
}

.pa-news-section > .container {
    position: relative;
    z-index: 1;
    max-width: min(100% - 48px, 1240px);
}

.pa-news__head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(230px, 320px);
    gap: clamp(32px, 7vw, 96px);
    align-items: end;
    margin-bottom: clamp(30px, 4vw, 46px);
}

.pa-news__intro {
    max-width: 720px;
}

.pa-news__label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 14px;
    color: var(--accent);
    font-family: var(--font-mono);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.16em;
    line-height: 1.4;
    text-transform: uppercase;
}

.pa-news__label::before {
    content: '';
    width: 8px;
    height: 8px;
    background: var(--accent);
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(217,21,21,0.42);
}

.pa-news__title {
    margin: 0;
    color: #0A0A0A;
    font-family: var(--font-display);
    font-size: clamp(3.4rem, 6.6vw, 6.4rem);
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 0.86;
    text-transform: uppercase;
}

.pa-news__sub {
    max-width: 610px;
    margin: clamp(18px, 2vw, 26px) 0 0;
    padding-top: clamp(16px, 1.8vw, 22px);
    border-top: 1px solid rgba(10,10,10,0.14);
    color: rgba(10,10,10,0.78);
    font-family: var(--font-serif);
    font-size: clamp(1rem, 1.15vw, 1.14rem);
    font-weight: 600;
    line-height: 1.58;
}

.pa-news__service {
    align-self: end;
    justify-self: end;
    min-width: 230px;
    padding: 18px 0 0 22px;
    border-top: 2px solid var(--accent);
    border-left: 1px solid rgba(10,10,10,0.14);
    color: rgba(10,10,10,0.58);
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 0.1em;
    line-height: 1.8;
    text-align: right;
    text-transform: uppercase;
}

.pa-news__service p {
    margin: 0;
}

.pa-news__all {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 14px;
    padding: 0;
    min-height: 0;
    border: 0;
    color: #0A0A0A;
    background: transparent;
    font-family: var(--font-mono);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.12em;
    line-height: 1.5;
    text-decoration: none;
    text-transform: uppercase;
}

.pa-news__all:hover {
    color: var(--accent);
    background: transparent;
    border-color: transparent;
}

.pa-news__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    gap: 18px;
    align-items: stretch;
}

.pa-news__featured {
    grid-column: auto;
    min-width: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 360px;
    padding: clamp(28px, 3vw, 40px);
    overflow: hidden;
    color: #fff;
    background: #0A0A0A;
    border: 1px solid rgba(10,10,10,0.82);
    border-left: 4px solid var(--accent);
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.pa-news__featured::after {
    content: '';
    position: absolute;
    inset: 16px;
    border: 1px solid rgba(255,255,255,0.08);
    pointer-events: none;
}

.pa-news__featured:hover {
    background: #111;
    border-left-color: #ff2b2b;
}

.pa-news__featured-top,
.pa-news__compact-top {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin: 0 0 22px;
    color: rgba(255,255,255,0.58);
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-transform: uppercase;
}

.pa-news__featured-top span + span::before,
.pa-news__compact-top span + span::before {
    content: '/';
    margin-right: 8px;
    color: rgba(255,255,255,0.24);
}

.pa-news__featured-title {
    max-width: 720px;
    margin: 0;
    color: #fff;
    font-family: var(--font-display);
    font-size: clamp(2.3rem, 4vw, 4.5rem);
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 0.92;
    text-transform: uppercase;
}

.pa-news__featured-excerpt {
    max-width: 620px;
    margin: clamp(20px, 2.6vw, 34px) 0 0;
    color: rgba(255,255,255,0.68);
    font-family: var(--font-serif);
    font-size: clamp(1rem, 1.2vw, 1.16rem);
    font-weight: 500;
    line-height: 1.58;
}

.pa-news__read {
    display: inline-flex;
    width: fit-content;
    margin-top: auto;
    padding-top: clamp(24px, 3vw, 44px);
    color: #fff;
    font-family: var(--font-mono);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.12em;
    line-height: 1.5;
    text-transform: uppercase;
}

.pa-news__featured:hover .pa-news__read {
    color: var(--accent);
}

.pa-news__sidebar {
    grid-column: auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-height: 360px;
}

.pa-news__compact {
    display: flex;
    flex-direction: column;
    flex: 1 1 0;
    min-height: 0;
    padding: 24px 26px;
    color: #0A0A0A;
    background: rgba(241,234,223,0.74);
    border: 1px solid rgba(10,10,10,0.16);
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.pa-news__compact:hover {
    background: rgba(255,255,255,0.26);
    border-color: rgba(10,10,10,0.34);
}

.pa-news__compact .pa-news__compact-top {
    margin-bottom: 14px;
    color: rgba(10,10,10,0.52);
}

.pa-news__compact .pa-news__compact-top span + span::before {
    color: rgba(10,10,10,0.28);
}

.pa-news__compact-title {
    margin: 0;
    color: #0A0A0A;
    font-family: var(--font-display);
    font-size: clamp(1.34rem, 2vw, 2rem);
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.02;
    text-transform: uppercase;
}

.pa-news__compact-text {
    margin: 16px 0 0;
    color: rgba(10,10,10,0.7);
    font-family: var(--font-serif);
    font-size: 0.96rem;
    font-weight: 600;
    line-height: 1.5;
}

.pa-news__empty {
    grid-column: 1 / -1;
    min-height: 180px;
    margin: 0;
    padding: 28px;
    border: 1px solid rgba(10,10,10,0.16);
}

@media (max-width: 980px) {
    .pa-news-section > .container {
        max-width: min(100% - 36px, 1240px);
    }

    .pa-news__head,
    .pa-news__layout {
        grid-template-columns: 1fr;
    }

    .pa-news__service {
        justify-self: start;
        text-align: left;
    }

    .pa-news__sidebar {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: auto;
        min-height: 0;
    }
}

@media (max-width: 640px) {
    .pa-news-section > .container {
        max-width: min(100% - 28px, 1240px);
    }

    .pa-news__title {
        font-size: clamp(2.45rem, 12vw, 3.25rem);
        line-height: 0.9;
    }

    .pa-news__service {
        width: 100%;
        padding-left: 0;
        border-left: 0;
    }

    .pa-news__featured {
        min-height: 300px;
        padding: 24px 20px;
    }

    .pa-news__featured::after {
        inset: 12px;
    }

    .pa-news__featured-title {
        font-size: clamp(1.8rem, 9vw, 2.7rem);
    }

    .pa-news__sidebar {
        grid-template-columns: 1fr;
    }

    .pa-news__compact {
        padding: 20px;
    }
}

/* ============================================================
   НОВОСТИ КУЛЬТУРЫ — paper bulletin table
   ============================================================ */
.pa-news-section {
    padding: clamp(46px, 4.6vw, 64px) 0 clamp(44px, 4vw, 58px);
    background-color: #EEEEE6;
    background-image: var(--paper-texture-image);
    background-size: var(--paper-texture-size);
    background-repeat: repeat;
    color: #0A0A0A;
    border-top: 1px solid rgba(10,10,10,0.12);
    border-bottom: 1px solid rgba(10,10,10,0.12);
}

.pa-news-section > .container {
    max-width: min(100% - 80px, 1340px);
}

.pa-news__head {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(250px, 286px);
    gap: clamp(34px, 6vw, 96px);
    align-items: end;
    margin-bottom: clamp(22px, 3vw, 34px);
}

.pa-news__intro {
    max-width: 620px;
}

.pa-news__label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 14px;
    color: var(--accent);
    font-family: var(--font-mono);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1.2;
    text-transform: uppercase;
}

.pa-news__label::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 10px rgba(217,21,21,0.62);
}

.pa-news__title {
    max-width: 530px;
    margin: 0;
    color: #0A0A0A;
    font-family: var(--font-display);
    font-size: clamp(3.95rem, 5.6vw, 6rem);
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 0.86;
    text-transform: uppercase;
}

.pa-news__sub {
    max-width: 520px;
    margin: clamp(14px, 1.8vw, 22px) 0 0;
    padding-top: clamp(12px, 1.4vw, 16px);
    border-top: 1px solid rgba(10,10,10,0.18);
    color: rgba(10,10,10,0.84);
    font-family: var(--font-serif);
    font-size: clamp(0.96rem, 1.08vw, 1.08rem);
    font-weight: 600;
    line-height: 1.42;
}

.pa-news__service {
    justify-self: end;
    align-self: center;
    min-width: 246px;
    padding: 16px 0 0 20px;
    border-top: 3px solid var(--accent);
    border-left: 1px solid rgba(10,10,10,0.22);
    color: #0A0A0A;
    font-family: var(--font-mono);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.14em;
    line-height: 1.7;
    text-align: left;
    text-transform: uppercase;
}

.pa-news__service p {
    margin: 0;
}

.pa-news__all {
    display: inline-flex;
    margin-top: 16px;
    padding: 0;
    min-height: 0;
    border: 0;
    background: transparent;
    color: #0A0A0A;
    font-family: var(--font-mono);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1.4;
    text-decoration: none;
    text-transform: uppercase;
}

.pa-news__all:hover {
    background: transparent;
    color: var(--accent);
    border-color: transparent;
}

.pa-news__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(330px, 0.88fr);
    gap: 0;
    align-items: stretch;
    border: 1px solid rgba(10,10,10,0.36);
    background: rgba(238,238,230,0.4);
}

.pa-news__lane-title {
    min-height: 44px;
    padding: 16px 28px 13px;
    border-bottom: 1px solid rgba(10,10,10,0.28);
    color: var(--accent);
    font-family: var(--font-mono);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1.2;
    text-transform: uppercase;
}

.pa-news__lane-title--main {
    grid-column: 1;
    border-right: 1px solid rgba(10,10,10,0.28);
}

.pa-news__lane-title--side {
    grid-column: 2;
}

.pa-news__featured {
    grid-column: 1;
    min-width: 0;
    min-height: 228px;
    display: flex;
    flex-direction: column;
    padding: clamp(24px, 2.4vw, 30px) clamp(28px, 3vw, 38px);
    overflow: hidden;
    color: #0A0A0A;
    background: transparent;
    border: 0;
    border-right: 1px solid rgba(10,10,10,0.28);
    border-bottom: 1px solid rgba(10,10,10,0.28);
    text-decoration: none;
    transition: background 0.18s ease;
}

.pa-news__featured::after {
    display: none;
}

.pa-news__featured:hover {
    background: rgba(255,255,255,0.18);
    border-left-color: transparent;
}

.pa-news__featured-top {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin: 0 0 17px;
    color: #0A0A0A;
    font-family: var(--font-mono);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.14em;
    line-height: 1.4;
    text-transform: uppercase;
}

.pa-news__featured-top span + span::before {
    content: '/';
    margin-right: 10px;
    color: #0A0A0A;
}

.pa-news__featured-top span:nth-child(2) {
    padding: 2px 7px 3px;
    background: #0A0A0A;
    color: #FFFFFF;
    font-weight: 700;
}

.pa-news__featured-title {
    max-width: 760px;
    margin: 0;
    color: #0A0A0A;
    font-family: var(--font-display);
    font-size: clamp(2.55rem, 3.65vw, 4.05rem);
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 0.92;
    text-transform: uppercase;
}

.pa-news__featured-excerpt {
    max-width: 560px;
    margin: 12px 0 0;
    color: rgba(10,10,10,0.82);
    font-family: var(--font-serif);
    font-size: clamp(0.92rem, 1.08vw, 1.08rem);
    font-weight: 600;
    line-height: 1.34;
}

.pa-news__read {
    display: inline-flex;
    width: fit-content;
    margin-top: auto;
    padding-top: 22px;
    color: #0A0A0A;
    font-family: var(--font-mono);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1.4;
    text-transform: uppercase;
}

.pa-news__featured:hover .pa-news__read {
    color: var(--accent);
}

.pa-news__sidebar {
    grid-column: 2;
    min-width: 0;
    min-height: 228px;
    display: flex;
    flex-direction: column;
    gap: 0;
    border-bottom: 1px solid rgba(10,10,10,0.28);
}

.pa-news__compact {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1 1 0;
    min-height: 76px;
    padding: 16px 28px 14px;
    color: #0A0A0A;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(10,10,10,0.28);
    text-decoration: none;
    transition: background 0.18s ease;
}

.pa-news__compact:last-child {
    border-bottom: 0;
}

.pa-news__compact:hover {
    background: rgba(255,255,255,0.18);
    border-color: rgba(10,10,10,0.28);
}

.pa-news__compact-top {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 10px;
    margin: 0 0 5px;
    color: #0A0A0A;
    font-family: var(--font-mono);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.14em;
    line-height: 1.4;
    text-transform: uppercase;
}

.pa-news__compact-top span + span::before {
    display: none;
}

.pa-news__compact-index {
    color: var(--accent);
    font-weight: 700;
}

.pa-news__compact-id::before {
    content: '/';
    margin-right: 10px;
    color: #0A0A0A;
}

.pa-news__compact .pa-news__time {
    margin-left: auto;
    color: #0A0A0A;
}

.pa-news__compact-title {
    max-width: 430px;
    margin: 0;
    color: #0A0A0A;
    font-family: var(--font-display);
    font-size: clamp(1.16rem, 1.55vw, 1.68rem);
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1;
    text-transform: uppercase;
}

.pa-news__compact-kind {
    align-self: flex-end;
    margin-top: auto;
    color: #0A0A0A;
    font-family: var(--font-mono);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1.4;
    text-transform: uppercase;
}

.pa-news__compact-text {
    display: none;
}

.pa-news__empty {
    grid-column: 1 / -1;
    min-height: 150px;
    margin: 0;
    padding: 24px;
    border: 0;
    border-bottom: 1px solid rgba(10,10,10,0.28);
}

.pa-news__dayline {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 20px;
    min-height: 48px;
    padding: 14px 28px;
    color: #0A0A0A;
    font-family: var(--font-serif);
    font-size: clamp(0.82rem, 0.9vw, 0.92rem);
    font-weight: 600;
    line-height: 1.35;
}

.pa-news__dayline-label {
    margin-right: 14px;
    color: var(--accent);
    font-family: var(--font-mono);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.pa-news__dayline-item strong {
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.pa-news__dayline-sep {
    color: var(--accent);
    font-family: var(--font-mono);
    font-weight: 700;
}

@media (max-width: 900px) {
    .pa-news-section > .container {
        max-width: min(100% - 48px, 1340px);
    }

    .pa-news__head {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .pa-news__service {
        justify-self: start;
    }

    .pa-news__layout {
        grid-template-columns: 1fr;
    }

    .pa-news__lane-title--main,
    .pa-news__lane-title--side,
    .pa-news__featured {
        grid-column: 1;
        border-right: 0;
    }

    .pa-news__lane-title--side {
        border-top: 1px solid rgba(10,10,10,0.28);
    }

    .pa-news__sidebar {
        grid-column: 1;
        min-height: 0;
    }
}

@media (max-width: 640px) {
    .pa-news-section {
        padding: 52px 0;
    }

    .pa-news-section > .container {
        max-width: min(100% - 28px, 1340px);
    }

    .pa-news__title {
        font-size: clamp(2.7rem, 13vw, 3.5rem);
        line-height: 0.88;
    }

    .pa-news__sub {
        font-size: 1rem;
    }

    .pa-news__service {
        width: 100%;
        min-width: 0;
        padding-left: 18px;
    }

    .pa-news__lane-title,
    .pa-news__featured,
    .pa-news__compact,
    .pa-news__dayline {
        padding-left: 20px;
        padding-right: 20px;
    }

    .pa-news__featured {
        min-height: 220px;
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .pa-news__featured-title {
        font-size: clamp(2rem, 10vw, 2.8rem);
    }

    .pa-news__featured-top,
    .pa-news__compact-top {
        gap: 9px;
        font-size: 10px;
        letter-spacing: 0.1em;
    }

    .pa-news__featured-top span + span::before,
    .pa-news__compact-id::before {
        margin-right: 9px;
    }

    .pa-news__compact .pa-news__time {
        width: 100%;
        margin-left: 0;
    }

    .pa-news__compact-kind {
        align-self: flex-start;
        margin-top: 18px;
    }

    .pa-news__dayline {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .pa-news__dayline-label {
        margin-right: 0;
    }

    .pa-news__dayline-sep {
        display: none;
    }
}

/* ============================================================
   ГОЛОСА АРХИВА — editorial access board
   ============================================================ */
.pa-voices-section {
    position: relative;
    overflow: hidden;
    padding: clamp(58px, 5.5vw, 82px) 0 clamp(62px, 5.8vw, 88px);
    background: #080808;
    color: #FFFFFF;
}

.pa-voices-section > .container {
    max-width: min(100% - 48px, 1340px);
}

.pa-voices__head {
    max-width: 980px;
    margin: 0 0 clamp(26px, 3vw, 38px);
}

.pa-voices__label {
    margin: 0 0 8px;
    color: rgba(255,255,255,0.34);
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 0.16em;
    line-height: 1.4;
    text-transform: uppercase;
}

.pa-voices__title {
    margin: 0 0 16px;
    color: #FFFFFF;
    font-family: var(--font-display);
    font-size: clamp(3.55rem, 5.6vw, 5.8rem);
    font-weight: 500;
    letter-spacing: 0.035em;
    line-height: 0.9;
    text-transform: uppercase;
}

.pa-voices__sub {
    max-width: 600px;
    margin: 0;
    color: rgba(255,255,255,0.56);
    font-family: var(--font-serif);
    font-size: clamp(1rem, 1.15vw, 1.2rem);
    font-weight: 500;
    line-height: 1.55;
}

.pa-voices__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.98fr) minmax(420px, 1fr);
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
}

.pa-voices__card {
    min-width: 0;
    min-height: 0;
    padding: 28px 34px;
    position: relative;
    display: flex;
    flex-direction: column;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.045), rgba(255,255,255,0.015)),
        #101010;
    border: 1px solid rgba(255,255,255,0.14);
    box-shadow: inset 0 0 48px rgba(255,255,255,0.018);
    transition: border-color 0.18s ease, background 0.18s ease;
}

.pa-voices__card:hover {
    transform: none;
    border-color: rgba(255,255,255,0.24);
    background:
        linear-gradient(135deg, rgba(255,255,255,0.06), rgba(255,255,255,0.018)),
        #101010;
}

.pa-voices__card--primary {
    grid-row: 1 / 3;
    min-height: 354px;
    padding: 32px 36px 34px;
}

.pa-voices__card--side {
    min-height: 172px;
}

.pa-voices__card-head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 20px;
    margin: 0 0 22px;
    padding: 0 0 16px;
    border-bottom: 1px solid rgba(255,255,255,0.07);
}

.pa-voices__card-status {
    padding: 0;
    border: 0;
    font-family: var(--font-mono);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.18em;
    line-height: 1.4;
    text-transform: uppercase;
}

.pa-voices__card-status--public,
.pa-voices__card-status--supporter {
    color: var(--accent);
}

.pa-voices__card-status--role {
    color: #C6A25A;
}

.pa-voices__card-id {
    color: rgba(255,255,255,0.24);
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.12em;
    line-height: 1.4;
}

.pa-voices__card-body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(170px, 0.48fr);
    gap: clamp(24px, 3vw, 42px);
    align-items: stretch;
    flex: 1;
}

.pa-voices__card-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.pa-voices__card-title {
    margin: 0 0 10px;
    color: #FFFFFF;
    font-family: var(--font-display);
    font-size: clamp(1.7rem, 2.4vw, 2.85rem);
    font-weight: 500;
    letter-spacing: 0.035em;
    line-height: 0.98;
    text-transform: uppercase;
}

.pa-voices__card--side .pa-voices__card-title {
    font-size: clamp(1.35rem, 1.85vw, 2.05rem);
}

.pa-voices__card-access {
    margin: 0 0 20px;
    color: rgba(255,255,255,0.42);
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 0.14em;
    line-height: 1.5;
    text-transform: uppercase;
}

.pa-voices__card-desc {
    flex: 0 0 auto;
    max-width: 360px;
    margin: 0;
    color: rgba(255,255,255,0.54);
    font-family: var(--font-serif);
    font-size: clamp(0.94rem, 1.05vw, 1.06rem);
    font-weight: 500;
    line-height: 1.48;
}

.pa-voices__card--side .pa-voices__card-desc {
    max-width: 330px;
    font-size: 0.92rem;
    line-height: 1.45;
}

.pa-voices__quote {
    margin: auto 0 26px;
    padding-top: 18px;
    border-top: 1px dotted rgba(255,255,255,0.14);
}

.pa-voices__quote span {
    display: block;
    margin-bottom: 12px;
    color: var(--accent);
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.pa-voices__quote p {
    max-width: 340px;
    margin: 0;
    color: rgba(255,255,255,0.46);
    font-family: var(--font-serif);
    font-size: 1rem;
    line-height: 1.45;
}

.pa-voices__card-cta {
    align-self: flex-start;
    width: fit-content;
    margin-top: auto;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--accent);
    color: #FFFFFF;
    font-family: var(--font-mono);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    line-height: 1.4;
    text-decoration: none;
    text-transform: uppercase;
}

.pa-voices__card--archivists .pa-voices__card-cta {
    border-bottom-color: #C6A25A;
}

.pa-voices__card-cta--link {
    color: #FFFFFF;
}

.pa-voices__card-cta--link:hover {
    color: var(--accent);
}

.pa-voices__card-side {
    min-width: 0;
    padding-left: 28px;
    border-left: 1px dotted rgba(255,255,255,0.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: rgba(255,255,255,0.48);
}

.pa-voices__side-label,
.pa-voices__side-date {
    display: block;
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 0.13em;
    line-height: 1.45;
    text-transform: uppercase;
}

.pa-voices__side-label {
    color: rgba(255,255,255,0.34);
}

.pa-voices__side-date {
    margin-bottom: 12px;
    color: rgba(255,255,255,0.28);
}

.pa-voices__side-line {
    width: 18px;
    height: 2px;
    margin-bottom: 15px;
    background: var(--accent);
}

.pa-voices__side-line--gold {
    background: #C6A25A;
}

.pa-voices__card-side p {
    margin: 0 0 12px;
    color: rgba(255,255,255,0.62);
    font-family: var(--font-serif);
    font-size: 1rem;
    line-height: 1.3;
}

.pa-voices__card-side small {
    color: rgba(255,255,255,0.38);
    font-family: var(--font-serif);
    font-size: 0.9rem;
    line-height: 1.35;
}

.pa-voices__note {
    display: none;
}

@media (max-width: 1100px) {
    .pa-voices__grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .pa-voices__card--primary {
        grid-row: auto;
    }
}

@media (max-width: 720px) {
    .pa-voices-section > .container {
        max-width: min(100% - 32px, 1340px);
    }

    .pa-voices__title {
        font-size: clamp(2.55rem, 11vw, 4rem);
    }

    .pa-voices__card,
    .pa-voices__card--primary {
        padding: 24px 20px;
    }

    .pa-voices__card-body {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .pa-voices__card-side {
        padding: 18px 0 0;
        border-left: 0;
        border-top: 1px dotted rgba(255,255,255,0.2);
        justify-content: flex-start;
    }
}

/* ГОЛОСА АРХИВА — initial three-card layout restore */
.pa-voices__head {
    max-width: none;
    margin-bottom: 40px;
}

.pa-voices__label {
    margin-bottom: 8px;
    color: rgba(255,255,255,0.35);
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 0.15em;
    line-height: normal;
    text-transform: uppercase;
}

.pa-voices__title {
    margin-bottom: 12px;
    color: #fff;
    font-family: var(--font-display);
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: inherit;
    letter-spacing: 0.06em;
    line-height: normal;
    text-transform: uppercase;
}

.pa-voices__sub {
    max-width: 640px;
    margin: 0;
    color: rgba(255,255,255,0.5);
    font-family: var(--font-serif);
    font-size: 1rem;
    font-weight: inherit;
    line-height: 1.65;
}

.pa-voices__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    gap: 2px;
    margin-bottom: 24px;
}

.pa-voices__card {
    display: flex;
    flex-direction: column;
    position: relative;
    min-width: 0;
    min-height: 0;
    padding: 32px 28px;
    background: var(--color-card-dark);
    border: 0;
    box-shadow: none;
    transition: transform 0.25s ease;
}

.pa-voices__card:hover {
    transform: translateY(-2px);
    background: var(--color-card-dark);
    border-color: transparent;
}

.pa-voices__card-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    margin-bottom: 20px;
    padding: 0;
    border-bottom: 0;
}

.pa-voices__card-status {
    padding: 3px 10px;
    border: 1px solid;
    font-family: var(--font-mono);
    font-size: 9px;
    font-weight: inherit;
    letter-spacing: 0.12em;
    line-height: normal;
    text-transform: uppercase;
}

.pa-voices__card-status--public {
    color: rgba(255,255,255,0.5);
    border-color: rgba(255,255,255,0.2);
}

.pa-voices__card-status--role {
    color: #C6A25A;
    border-color: #C6A25A;
}

.pa-voices__card-status--supporter {
    color: var(--accent);
    border-color: var(--accent);
}

.pa-voices__card-id {
    color: rgba(255,255,255,0.15);
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 0.06em;
    line-height: normal;
}

.pa-voices__card-title {
    margin-bottom: 12px;
    color: #fff;
    font-family: var(--font-display);
    font-size: clamp(1rem, 1.6vw, 1.25rem);
    font-weight: inherit;
    letter-spacing: 0.04em;
    line-height: normal;
    text-transform: uppercase;
}

.pa-voices__card-desc {
    flex: 1;
    max-width: none;
    margin-bottom: 24px;
    color: rgba(255,255,255,0.5);
    font-family: var(--font-serif);
    font-size: 0.9rem;
    font-weight: inherit;
    line-height: 1.65;
}

.pa-voices__card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,0.06);
}

.pa-voices__card-access {
    margin: 0;
    color: rgba(255,255,255,0.3);
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 0.06em;
    line-height: normal;
    text-transform: none;
}

.pa-voices__card-cta {
    align-self: auto;
    width: auto;
    margin-top: 0;
    padding-bottom: 0;
    border-bottom: 0;
    color: rgba(255,255,255,0.35);
    font-family: var(--font-mono);
    font-size: 10px;
    font-weight: inherit;
    letter-spacing: 0.06em;
    line-height: normal;
    text-transform: uppercase;
}

.pa-voices__card-cta--link {
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    transition: color var(--transition);
}

.pa-voices__card-cta--link:hover {
    color: #fff;
}

.pa-voices__note {
    display: block;
    padding-left: 12px;
    border-left: 2px solid var(--accent);
    color: rgba(255,255,255,0.25);
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.04em;
}

@media (max-width: 1024px) {
    .pa-voices__grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .pa-voices__grid {
        grid-template-columns: 1fr;
    }
}

.pa-home-ratings {
    background: var(--color-bg);
}

.pa-home-ratings__head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1.5rem;
    align-items: end;
    margin-bottom: clamp(24px, 3vw, 36px);
}

.pa-home-ratings__label {
    margin: 0 0 0.5rem;
    color: var(--accent);
    font-family: var(--font-mono);
    font-size: 0.62rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.pa-home-ratings__title {
    margin: 0;
    color: var(--color-text);
    font-family: var(--font-display);
    font-size: clamp(2.1rem, 4.8vw, 4.2rem);
    line-height: 0.95;
    letter-spacing: 0;
}

.pa-home-ratings__sub {
    max-width: 42rem;
    margin: 0.8rem 0 0;
    color: rgba(10, 10, 10, 0.66);
    font-family: var(--font-serif);
    font-size: 1rem;
    line-height: 1.6;
}

.pa-home-ratings__all {
    min-height: 36px;
    padding: 0.55rem 0.85rem;
    border: 1px solid rgba(10, 10, 10, 0.16);
    color: var(--color-text);
    font-family: var(--font-mono);
    font-size: 0.68rem;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
}

.pa-home-ratings__all:hover,
.pa-home-ratings__all:focus-visible {
    border-color: var(--accent);
    color: var(--accent);
    outline: none;
}

.pa-home-ratings__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    border: 1px solid rgba(10, 10, 10, 0.16);
    background: rgba(10, 10, 10, 0.16);
}

.pa-home-ratings__card {
    display: flex;
    min-height: 210px;
    flex-direction: column;
    padding: clamp(18px, 2.4vw, 28px);
    color: var(--color-text);
    background: var(--color-bg);
    text-decoration: none;
    transition: background 0.16s ease;
}

.pa-home-ratings__card:hover,
.pa-home-ratings__card:focus-visible {
    background: rgba(217, 21, 21, 0.035);
    outline: none;
}

.pa-home-ratings__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem 0.7rem;
    margin-bottom: 1rem;
    color: rgba(10, 10, 10, 0.5);
    font-family: var(--font-mono);
    font-size: 0.62rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pa-home-ratings__card h3 {
    margin: 0;
    color: var(--color-text);
    font-family: var(--font-display);
    font-size: clamp(1.25rem, 2vw, 1.7rem);
    line-height: 1.05;
}

.pa-home-ratings__card p {
    margin: 0.8rem 0 0;
    color: rgba(10, 10, 10, 0.68);
    font-family: var(--font-serif);
    font-size: 0.95rem;
    line-height: 1.5;
}

.pa-home-ratings__arrow {
    margin-top: auto;
    padding-top: 1.4rem;
    color: var(--accent);
    font-family: var(--font-mono);
    font-size: 0.66rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.pa-home-ratings__community {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    align-items: center;
    margin-top: 1.2rem;
}

.pa-home-ratings__community-label,
.pa-home-ratings__community a {
    font-family: var(--font-mono);
    font-size: 0.64rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pa-home-ratings__community-label {
    color: rgba(10, 10, 10, 0.46);
}

.pa-home-ratings__community a {
    min-height: 30px;
    padding: 0.4rem 0.65rem;
    border: 1px solid rgba(10, 10, 10, 0.12);
    color: var(--color-text);
    text-decoration: none;
}

.pa-home-ratings__community a:hover,
.pa-home-ratings__community a:focus-visible {
    border-color: var(--accent);
    color: var(--accent);
    outline: none;
}

.pa-home-ratings__community strong {
    color: var(--accent);
}

.pa-home-ratings__count {
    margin-left: 0.35rem;
    color: rgba(10, 10, 10, 0.4);
}

@media (max-width: 900px) {
    .pa-home-ratings__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .pa-home-ratings__head {
        grid-template-columns: 1fr;
    }

    .pa-home-ratings__all {
        width: fit-content;
    }
}
