/* =====================================================================
   Кадры будущего, сезон 2026. Лендинг: стили секций главной страницы.
   Общее (шрифты, токены, база, шапка, футер, кнопки) в main.css, подключать его первым.
   Источник: unz/Kadry Budushchego Landing Bento.dc.html + People Block Interactive.
   Адаптив 1440 / 1024 / 768 / 390.
   ===================================================================== */

.page { background: var(--c-bg); overflow-x: hidden; }

.sec-head { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; padding: 0 8px; flex-wrap: wrap; }
.sec-head h2 { font-weight: 700; font-size: clamp(34px, 4vw, 48px); letter-spacing: -1.5px; line-height: 1; margin: 0; }
.sec-label { font-weight: 400; font-size: 13px; letter-spacing: 3px; text-transform: uppercase; color: var(--c-text-muted); }

.grid { display: grid; gap: var(--grid-gap); }
.grid--6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.grid--head { margin-top: 26px; }
.grid--row { margin-top: 16px; }
.span-2 { grid-column: span 2; }
.span-3 { grid-column: span 3; }
.span-4 { grid-column: span 4; }

.num-icon {
  display: flex; align-items: center; justify-content: center; flex: none;
  background: var(--grad-brand); color: #fff; font-weight: 700;
}

/* ---------- Hero ---------- */
.hero {
  max-width: var(--container); margin: 0 auto; padding: 28px var(--gutter) 0;
  display: grid; grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-rows: minmax(150px, auto); gap: var(--grid-gap);
}
.hero__main {
  grid-column: span 4; grid-row: span 2; position: relative; overflow: hidden;
  border-radius: var(--r-card); background: var(--c-ink); padding: 44px;
  display: flex; flex-direction: column; justify-content: space-between; min-height: 460px;
}
.hero__tags { position: relative; display: flex; gap: 8px; flex-wrap: wrap; }
.tag { font-weight: 700; font-size: 15px; color: #fff; background: var(--grad-brand); border-radius: var(--r-pill); padding: 10px 18px; }
.tag--outline { font-weight: 400; background: transparent; border: 1.5px solid rgba(255,255,255,.4); padding: 9px 18px; }
.hero__title { font-weight: 700; font-size: clamp(48px, 6.4vw, 92px); line-height: .92; letter-spacing: -3px; color: #fff; margin: 0; }
.hero__lead { font-weight: 300; font-size: clamp(18px, 1.8vw, 24px); line-height: 1.35; color: var(--c-pink-text); margin: 22px 0 0; max-width: 560px; }
.hero__actions { display: flex; gap: 10px; margin-top: 28px; flex-wrap: wrap; }

.hero__photo {
  grid-column: span 2; border-radius: var(--r-card); overflow: hidden; min-height: 220px;
  background: url('../photos/ph-onset.webp') center 40% / cover no-repeat;
}
.hero__stat {
  grid-column: span 2; position: relative; overflow: hidden; border-radius: var(--r-card);
  background: var(--grad-brand); padding: 30px; display: flex; flex-direction: column; justify-content: flex-end; min-height: 220px;
}
.stat-xl { position: relative; font-weight: 700; font-size: 72px; line-height: .85; color: #fff; }
.hero__stat-cap { position: relative; font-weight: 400; font-size: 17px; color: #fff; margin-top: 12px; }
.hero__four {
  grid-column: span 2; border-radius: var(--r-card); background: var(--c-surface-pink); padding: 30px;
  display: flex; flex-direction: column; justify-content: flex-end; min-height: 180px;
}
.hero__four-cap { font-weight: 400; font-size: 17px; line-height: 1.3; color: var(--c-text); margin-top: 12px; }
.hero__theme {
  grid-column: span 2; border-radius: var(--r-card); background: #fff; padding: 30px;
  display: flex; flex-direction: column; justify-content: space-between; min-height: 180px;
}
.hero__theme-title { font-weight: 700; font-size: 28px; line-height: 1; letter-spacing: -.5px; }
.hero__theme-cap { font-weight: 400; font-size: 15px; line-height: 1.4; color: var(--c-text-soft); margin-top: 10px; }
.hero__prize {
  grid-column: span 2; position: relative; overflow: hidden; border-radius: var(--r-card);
  background: var(--c-ink); padding: 30px; display: flex; flex-direction: column; justify-content: space-between;
  min-height: 180px; color: #fff; transition: var(--t-hover);
}
.hero__prize:hover { color: #fff; transform: translateY(-3px); }
.hero__prize-top { position: relative; display: flex; justify-content: space-between; align-items: center; }
.hero__prize-arrow { font-weight: 700; font-size: 14px; color: #fff; }
.hero__prize-sum { font-weight: 700; font-size: 44px; line-height: .9; letter-spacing: -1.5px; white-space: nowrap; }
.hero__prize-cap { font-weight: 400; font-size: 15px; line-height: 1.35; color: var(--c-on-dark-soft); margin-top: 10px; }

/* ---------- Как устроен сезон ---------- */
.step {
  border-radius: var(--r-card); background: #fff; padding: 30px;
  display: flex; flex-direction: column; min-height: 260px;
}
.step__icon { width: 52px; height: 52px; border-radius: 16px; font-size: 20px; position: relative; }
.step--dark { position: relative; overflow: hidden; background: var(--c-ink); color: #fff; }
.step--dark .step__icon { background: #fff; color: var(--c-magenta-2); }
.step__title { position: relative; font-weight: 700; font-size: 24px; line-height: 1.05; margin-top: auto; padding-top: 26px; }
.step__text { position: relative; font-weight: 400; font-size: 15px; line-height: 1.45; color: var(--c-text-soft); margin-top: 8px; }
.step--dark .step__text { color: var(--c-on-dark-soft); }

/* ---------- Программа и календарь ---------- */
.program-card { border-radius: var(--r-card); background: #fff; padding: 34px; display: flex; flex-direction: column; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.chip { font-weight: 400; font-size: 16px; color: var(--c-text); background: var(--c-bg); border-radius: var(--r-pill); padding: 11px 18px; }
.chip--accent { font-weight: 700; color: var(--c-magenta-2); background: var(--c-surface-pink); }
.stats-row { display: flex; gap: 24px; margin-top: auto; padding-top: 30px; flex-wrap: wrap; }
.stat-l { font-weight: 700; font-size: 44px; line-height: .9; }
.stat-cap { font-weight: 400; font-size: 14px; color: var(--c-text-soft); margin-top: 8px; }

.calendar { position: relative; overflow: hidden; border-radius: var(--r-card); background: var(--c-ink); padding: 34px; display: flex; flex-direction: column; color: #fff; }
.calendar__rows { position: relative; display: flex; flex-direction: column; gap: 12px; margin-top: 18px; }
.calendar__row { display: flex; align-items: baseline; gap: 16px; }
.calendar__date { width: 100px; flex: none; font-weight: 700; font-size: 16px; color: var(--c-pink-text); }
.calendar__text { font-weight: 400; font-size: 17px; color: #fff; }
.progress { position: relative; display: flex; align-items: center; margin-top: auto; padding-top: 30px; }
.progress__dot { width: 14px; height: 14px; border-radius: 50%; background: rgba(255,255,255,.25); flex: none; }
.progress__dot--1 { background: var(--c-magenta-1); }
.progress__dot--2 { background: var(--c-magenta-2); }
.progress__line { flex: 1; height: 3px; background: rgba(255,255,255,.15); }
.progress__line--grad { background: var(--grad-line); }
.progress__labels { position: relative; display: flex; justify-content: space-between; font-weight: 400; font-size: 13px; color: var(--c-on-dark-soft); margin-top: 10px; }

.photo-tile { border-radius: var(--r-card); overflow: hidden; min-height: 240px; position: relative; background-size: cover; background-repeat: no-repeat; }
.photo-tile--lecture { background-image: url('../photos/ph-lecture.webp'); background-position: center 30%; }
.photo-tile--pitch { background-image: url('../photos/ph-pitch.webp'); background-position: center 30%; }
.photo-tile__cap { position: absolute; left: 20px; bottom: 20px; font-weight: 700; font-size: 14px; color: #fff; background: var(--a-ink-75); border-radius: var(--r-pill); padding: 9px 16px; }
.new-card { border-radius: var(--r-card); background: var(--c-surface-pink); padding: 30px; display: flex; flex-direction: column; justify-content: space-between; min-height: 240px; }
.new-card__title { font-weight: 700; font-size: 26px; line-height: 1.05; letter-spacing: -.5px; }
.new-card__text { font-weight: 400; font-size: 15px; line-height: 1.45; color: var(--c-text-soft); margin-top: 10px; }

/* ---------- Фильмы ---------- */
.film {
  border-radius: var(--r-card); overflow: hidden; background: #fff; display: flex; flex-direction: column;
  color: var(--c-text); transition: var(--t-hover);
}
.film:hover { color: var(--c-text); transform: translateY(-3px); }
.film__cover { position: relative; height: 220px; background-size: cover; background-repeat: no-repeat; background-position: center 35%; }
.film__badge { position: absolute; left: 18px; top: 18px; font-weight: 700; font-size: 13px; color: #fff; background: var(--grad-brand); border-radius: var(--r-pill); padding: 8px 14px; }
.film__dur { position: absolute; right: 18px; bottom: 18px; display: flex; align-items: center; gap: 8px; background: var(--a-ink-75); border-radius: var(--r-pill); padding: 8px 14px; font-weight: 400; font-size: 13px; color: #fff; }
.play-tri { width: 0; height: 0; border-left: 10px solid #fff; border-top: 6px solid transparent; border-bottom: 6px solid transparent; }
.film__body { padding: 22px 26px 26px; }
.film__title { font-weight: 700; font-size: 22px; line-height: 1.05; }
.film__cap { font-weight: 400; font-size: 14px; color: var(--c-text-muted); margin-top: 6px; }

.stat-card { border-radius: var(--r-card); background: #fff; padding: 26px 30px; display: flex; flex-direction: column; justify-content: flex-end; min-height: 150px; }
.stat-card--dark { position: relative; overflow: hidden; background: var(--c-ink); color: #fff; }
.stat-card--dark .stat-l { position: relative; color: #fff; letter-spacing: -1px; }
.stat-card--dark .stat-cap { position: relative; color: var(--c-on-dark-soft); }
.premiere {
  position: relative; overflow: hidden; border-radius: var(--r-card); background: var(--grad-brand); padding: 26px 30px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 150px; color: #fff;
}
.premiere__title { font-weight: 700; font-size: 26px; line-height: 1.05; color: #fff; }
.premiere__cap { font-weight: 400; font-size: 15px; color: rgba(255,255,255,.92); margin-top: 8px; }
.play-btn { position: relative; width: 60px; height: 60px; border-radius: 50%; background: #fff; display: flex; align-items: center; justify-content: center; flex: none; }
.play-btn::before { content: ''; width: 0; height: 0; border-left: 18px solid var(--c-magenta-2); border-top: 11px solid transparent; border-bottom: 11px solid transparent; margin-left: 5px; }

/* ---------- Люди сезона (интерактив) ---------- */
.people-line { display: flex; align-items: center; margin: 30px 8px 0; }
.people-line__dot { width: 16px; height: 16px; border-radius: 50%; flex: none; }
.people-line__dot--1 { background: var(--c-magenta-1); }
.people-line__dot--2 { background: var(--c-magenta-2); }
.people-line__dot--3 { background: var(--c-ink); }
.people-line__seg { flex: 1; height: 3px; background: var(--c-ink); }
.people-line__seg--grad { background: var(--grad-line); }

.people {
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: var(--grid-gap); margin-top: 16px;
  transition: grid-template-columns .65s cubic-bezier(.2,.8,.2,1);
}
.people[data-open="lect"] { grid-template-columns: 3fr .26fr .26fr; }
.people[data-open="cur"]  { grid-template-columns: .26fr 3fr .26fr; }
.people[data-open="jury"] { grid-template-columns: .26fr .26fr 3fr; }

.pcard {
  position: relative; overflow: hidden; border-radius: var(--r-card); background: #fff; padding: 30px;
  display: flex; flex-direction: column; min-height: 440px; min-width: 0; cursor: pointer;
  transition: var(--t-hover); -webkit-tap-highlight-color: transparent;
}
.pcard:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); }
/* S2-FIX #25: карточка не кнопка; кнопки-переключатели внутри (заголовок в normal/open, плашка в collapsed) */
.pcard__toggle {
  display: inline; margin: 0; padding: 0; border: 0; background: none; font: inherit; color: inherit; letter-spacing: inherit;
  text-align: left; cursor: pointer; -webkit-tap-highlight-color: transparent;
}
.pcard__toggle:focus-visible, .pcard__close:focus-visible, button.pcard__collapsed:focus-visible { outline: 3px solid #CC0E81; outline-offset: 3px; box-shadow: none; border-radius: 6px; }
button.pcard__collapsed { width: 100%; border: 0; background: none; font: inherit; color: inherit; cursor: pointer; text-align: center; }
.pcard--cur { background: var(--c-surface-pink); }
.pcard--jury { background: var(--c-ink); color: #fff; }
.pcard--jury:hover { box-shadow: var(--shadow-hover-dark); }

.pcard__head { position: relative; display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.pcard__num { font-weight: 700; font-size: 44px; line-height: .9; }
.pcard--jury .pcard__num { color: #fff; }
.pcard__meta { font-weight: 400; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: var(--c-text-muted); white-space: nowrap; }
.pcard--jury .pcard__meta { color: var(--c-on-dark-soft); }
.pcard__title-row { position: relative; display: flex; justify-content: space-between; align-items: flex-end; gap: 16px; margin-top: 22px; }
.pcard__title-row > div { min-width: 0; }
.pcard__title { font-weight: 700; font-size: 30px; line-height: 1; letter-spacing: -.5px; }
.pcard__text { font-weight: 400; font-size: 15px; line-height: 1.45; color: var(--c-text-soft); margin-top: 8px; max-width: 640px; }
.pcard--jury .pcard__title { color: #fff; }
.pcard--jury .pcard__text { color: var(--c-on-dark-soft); }
.pcard__close {
  display: none; flex: none; font-weight: 700; font-size: 14px; color: var(--c-text); background: var(--c-bg);
  border: 0; border-radius: var(--r-pill); padding: 10px 18px; white-space: nowrap; cursor: pointer;
}
.pcard--cur .pcard__close, .pcard--jury .pcard__close { background: #fff; }
.pcard__normal { position: relative; margin-top: auto; padding-top: 24px; }
.pcard__open { position: relative; display: none; margin-top: 24px; }
.pcard__collapsed {
  position: absolute; inset: 0; display: none; flex-direction: column; align-items: center; justify-content: space-between; padding: 30px 0;
}
.pcard--jury.is-collapsed .pcard__collapsed { color: #fff; }
.pcard__cnum { font-weight: 700; font-size: 30px; line-height: .9; }
.pcard--jury .pcard__cnum { color: #fff; }
.pcard__ctext { writing-mode: vertical-rl; transform: rotate(180deg); font-weight: 700; font-size: 22px; letter-spacing: -.3px; white-space: nowrap; }
.pcard--jury .pcard__ctext { color: #fff; }
.pcard__plus { width: 40px; height: 40px; border-radius: 50%; background: var(--c-bg); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 20px; color: var(--c-magenta-2); }
.pcard--cur .pcard__plus, .pcard--jury .pcard__plus { background: #fff; }

/* Состояния */
.pcard.is-open .pcard__close { display: block; }
.pcard.is-open .pcard__normal { display: none; }
.pcard.is-open .pcard__open { display: block; }
.pcard.is-collapsed .pcard__head,
.pcard.is-collapsed .pcard__title-row,
.pcard.is-collapsed .pcard__normal,
.pcard.is-collapsed .pcard__open { display: none; }
.pcard.is-collapsed .pcard__collapsed { display: flex; }

/* Лекторы: normal */
.avatars { display: flex; align-items: center; }
.avatar { width: 52px; height: 52px; border-radius: 50%; border: 3px solid #fff; background-size: cover; background-repeat: no-repeat; flex: none; }
.avatar + .avatar { margin-left: -16px; }
.avatar--more { background: var(--c-ink); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 14px; color: #fff; }
.expert-plate { display: flex; align-items: center; gap: 12px; margin-top: 16px; background: var(--c-ink); border-radius: 22px; padding: 12px 14px; }
.expert-plate__icon { width: 36px; height: 36px; border-radius: 12px; background: #fff; display: flex; align-items: center; justify-content: center; flex: none; }
.expert-plate__icon svg { width: 18px; height: 17px; fill: url(#gD); }
.expert-plate__name { font-weight: 700; font-size: 14px; line-height: 1.1; color: #fff; }
.expert-plate__cap { font-weight: 400; font-size: 12px; color: var(--c-pink-text); margin-top: 2px; }

/* Сетки людей: open */
.pgrid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.person { border-radius: var(--r-inner); overflow: hidden; background: var(--c-bg); display: flex; flex-direction: column; }
.person__photo { height: 150px; background-size: cover; background-repeat: no-repeat; background-position: center; }
.person__body { padding: 14px 16px 16px; }
.person__name { font-weight: 700; font-size: 16px; line-height: 1.1; }
.person__role { font-weight: 700; font-size: 13px; color: var(--c-magenta-2); margin-top: 4px; }
.person__bio { font-weight: 400; font-size: 13px; line-height: 1.4; color: var(--c-text-soft); margin-top: 6px; }
.person--expert { position: relative; overflow: hidden; background: var(--c-ink); padding: 20px; justify-content: space-between; min-height: 250px; color: #fff; }
.person--expert .person__icon { position: relative; width: 44px; height: 44px; border-radius: 14px; background: #fff; display: flex; align-items: center; justify-content: center; }
.person--expert .person__icon svg { width: 22px; height: 20px; fill: url(#gD); }
.person--expert .person__name { font-size: 18px; line-height: 1.05; color: #fff; }
.person--expert .person__role { color: var(--c-pink-text); }
.person--expert .person__bio { color: var(--c-on-dark-soft); }

/* Кураторы */
.curators-mini { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.curators-mini__photo { height: 92px; border-radius: 18px; background-size: cover; background-repeat: no-repeat; }
.curators-mini__cap { font-weight: 700; font-size: 12px; color: var(--c-magenta-2); margin-top: 8px; text-align: center; white-space: nowrap; }
.person--cur { background: #fff; }
.person--cur .person__photo { height: 220px; }
.person--cur .person__body { padding: 16px 18px 18px; }
.person__team { display: inline-block; font-weight: 700; font-size: 12px; color: #fff; background: var(--grad-brand); border-radius: var(--r-pill); padding: 5px 11px; }
.person--cur .person__name { font-size: 18px; margin-top: 12px; }

/* Жюри */
.jury-list { display: flex; flex-direction: column; gap: 8px; }
.jury-row { display: flex; align-items: center; gap: 12px; }
.jury-row > div { min-width: 0; }
.jury-avatar { width: 44px; height: 44px; border-radius: 50%; background-size: cover; background-repeat: no-repeat; flex: none; }
.jury-row__name { font-weight: 700; font-size: 15px; line-height: 1.1; color: #fff; }
.jury-row__cap { font-weight: 400; font-size: 12px; color: var(--c-on-dark-soft); margin-top: 2px; }
.jury-stack { display: flex; }
.jury-stack .jury-avatar { border: 2px solid var(--c-ink); }
.jury-stack .jury-avatar + .jury-avatar { margin-left: -14px; }
.jury-avatar--more { background: var(--c-ink-2); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 12px; color: #fff; }
.jury-row__more { font-weight: 700; font-size: 14px; color: var(--c-pink-text); }
.person--jury { background: rgba(255,255,255,.08); }
.person--jury .person__photo { background-color: #3A2B3C; background-image: linear-gradient(135deg, #3A2B3C, #2B1F2C); display: flex; align-items: center; justify-content: center; }
.person--jury .person__photo svg { width: 56px; height: 51px; fill: rgba(255,255,255,.25); }
.person--jury .person__name { color: #fff; }
.person--jury .person__role { color: var(--c-pink-text); }
.person--jury .person__bio { color: var(--c-on-dark-soft); }
.awards-plate {
  position: relative; display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 16px;
  background: var(--grad-brand); border-radius: var(--r-inner); padding: 18px 24px; flex-wrap: wrap;
}
.awards-plate__title { font-weight: 700; font-size: 18px; color: #fff; }
.awards-plate__cap { font-weight: 400; font-size: 14px; color: #fff; }

/* ---------- Призы ---------- */
.fund {
  position: relative; overflow: hidden; border-radius: var(--r-card); background: var(--grad-brand); padding: 34px;
  display: flex; flex-direction: column; justify-content: space-between; min-height: 300px; color: #fff;
}
.fund__sum { font-weight: 700; font-size: clamp(56px, 7vw, 96px); line-height: .85; letter-spacing: -3px; color: #fff; white-space: nowrap; }
.fund__cap { font-weight: 300; font-size: 22px; line-height: 1.3; color: #fff; margin-top: 16px; }
.noms { position: relative; overflow: hidden; border-radius: var(--r-card); background: var(--c-ink); padding: 34px; display: flex; flex-direction: column; min-height: 300px; color: #fff; }
.noms__list { position: relative; display: flex; flex-direction: column; gap: 12px; margin-top: 22px; }
.nom { display: flex; align-items: center; gap: 14px; background: rgba(255,255,255,.08); border-radius: 22px; padding: 14px 18px; }
.nom__icon { width: 40px; height: 40px; border-radius: 12px; font-size: 16px; }
.nom__title { font-weight: 700; font-size: 20px; color: #fff; }
.nom--special { background: #fff; }
.nom--special .nom__icon { background: var(--c-ink); }
.nom--special > div { min-width: 0; }
.nom--special .nom__title { line-height: 1.1; color: var(--c-text); }
.nom__sub { font-weight: 700; font-size: 13px; color: var(--c-green); margin-top: 3px; }
.nom__logo { display: block; height: 28px; width: auto; max-width: 34%; min-width: 0; object-fit: contain; margin-left: auto; }
.gift { border-radius: var(--r-card); background: #fff; padding: 30px; display: flex; flex-direction: column; justify-content: space-between; min-height: 220px; }
.gift__logo { display: block; height: 64px; width: auto; max-width: 100%; object-fit: contain; align-self: flex-start; }
.gift__logo--tall { height: 72px; }
.gift__title { font-weight: 700; font-size: 22px; line-height: 1.05; }
.gift__cap { font-weight: 400; font-size: 14px; color: var(--c-text-muted); margin-top: 6px; }

/* ---------- Подать заявку ---------- */
.cta {
  position: relative; overflow: hidden; border-radius: var(--r-card); background: var(--grad-brand); padding: 44px;
  display: flex; flex-direction: column; justify-content: space-between; min-height: 340px; color: #fff;
}
.cta__title { font-weight: 700; font-size: clamp(36px, 4.6vw, 64px); line-height: .94; letter-spacing: -2px; color: #fff; }
.cta__lead { font-weight: 300; font-size: 20px; line-height: 1.35; color: #fff; margin-top: 18px; max-width: 560px; }
.cta__actions { display: flex; gap: 10px; margin-top: 26px; flex-wrap: wrap; }
.cta-side { display: flex; flex-direction: column; gap: var(--grid-gap); }
.steps-card { flex: 1; border-radius: var(--r-card); background: #fff; padding: 30px; display: flex; flex-direction: column; justify-content: space-between; }
.steps { display: flex; flex-direction: column; gap: 12px; margin-top: 16px; }
.steps__row { display: flex; gap: 12px; align-items: center; }
.steps__icon { width: 32px; height: 32px; border-radius: 10px; font-size: 14px; }
.steps__text { font-weight: 400; font-size: 16px; }
.free-card { border-radius: var(--r-card); background: var(--c-surface-pink); padding: 26px 30px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.free-card__title { font-weight: 700; font-size: 26px; line-height: 1; }
.free-card__cap { font-weight: 400; font-size: 14px; line-height: 1.35; color: var(--c-text-soft); margin-top: 6px; }
.free-card svg { width: 44px; height: 40px; fill: var(--c-magenta-2); flex: none; }

/* ---------- Партнеры ---------- */
.partners { border-radius: var(--r-card); background: #fff; padding: 36px 40px; display: flex; flex-direction: column; align-items: center; gap: 22px; }
.partners img { display: block; width: 100%; max-width: 1120px; height: auto; object-fit: contain; }
.partners__rows { display: none; }

/* =====================================================================
   Адаптив. В макете media queries нет; правила по design_tokens.css § breakpoints.
   ===================================================================== */

/* ---------- Ноутбук: 1024..1279 ---------- */
@media (max-width: 1279px) {
  .grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid--4 .span-2 { grid-column: span 2; }
  .hero__title { letter-spacing: -2px; }
  .pgrid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .people[data-open] .pcard.is-collapsed { padding: 30px 0; }
}

/* ---------- Планшет: 768..1023 ---------- */
@media (max-width: 1023px) {
  .hero__main { grid-column: span 6; grid-row: auto; padding: 36px; }
  .hero__photo, .hero__stat { grid-column: span 3; }
  .hero__four, .hero__theme, .hero__prize { grid-column: span 2; }
  .hero__prize-sum { font-size: 36px; letter-spacing: -1px; }
  .hero__prize-cap, .hero__four-cap, .hero__theme-cap { font-size: 14px; }
  .step { min-height: 220px; }
  .new-card { min-height: 0; gap: 18px; }
  .pcard { min-height: 0; }
  .pcard__normal { padding-top: 28px; }
  .grid--6 > .span-3, .grid--6 > .span-4 { grid-column: span 6; }
  .grid--6 > .photo-tile { grid-column: span 3; }
  .grid--6 > .new-card { grid-column: span 6; }
  .cta-side { grid-column: span 6; }
  .cta-side .steps-card { flex: none; }

  /* People block: аккордеон в один столбец, свернутые карточки = горизонтальные плашки */
  .people, .people[data-open="lect"], .people[data-open="cur"], .people[data-open="jury"] { grid-template-columns: 1fr; }
  .pcard.is-collapsed { min-height: 0; padding: 22px 26px; }
  .pcard__collapsed { position: static; flex-direction: row; justify-content: flex-start; gap: 16px; padding: 0; }
  .pcard__ctext { writing-mode: horizontal-tb; transform: none; flex: 1; }
  .pcard__plus { margin-left: auto; }
  .pgrid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* ---------- Телефон: до 767 (390) ---------- */
@media (max-width: 767px) {
  :root { --section-gap: 56px; --r-inner: 24px; }

  .hero { padding-top: 16px; grid-auto-rows: auto; }
  .hero__main { padding: 28px 24px; min-height: 0; gap: 34px; }
  .hero__title { font-size: 48px; letter-spacing: -1.5px; }
  .hero__lead { font-size: 18px; }
  .hero__actions .btn { padding: 14px 22px; font-size: 16px; }
  .hero__photo, .hero__stat, .hero__four, .hero__theme, .hero__prize { grid-column: span 6; }
  .hero__prize-sum { font-size: 44px; letter-spacing: -1.5px; }
  .hero__prize-cap, .hero__four-cap, .hero__theme-cap { font-size: 15px; }
  .hero__photo { min-height: 200px; }
  .stat-xl { font-size: 56px; }
  .hero__stat, .hero__four, .hero__theme, .hero__prize { min-height: 0; padding: 24px; }
  .hero__theme { gap: 18px; }
  .hero__prize { gap: 18px; }

  .sec-head { padding: 0 4px; gap: 10px; }
  .sec-head h2 { font-size: 34px; letter-spacing: -1px; }
  .sec-label { font-size: 12px; letter-spacing: 2px; }  /* S2-FIX #4 */
  .grid--head { margin-top: 20px; }
  .grid--4 { grid-template-columns: 1fr; }
  .grid--4 > .span-2 { grid-column: span 1; }
  .grid--6 > .photo-tile, .grid--6 > .span-2 { grid-column: span 6; }

  .step { min-height: 0; padding: 24px; }
  .step__title { padding-top: 22px; }
  .program-card, .calendar, .noms, .fund { padding: 26px 24px; }
  .calendar__date { width: 92px; }
  .calendar__text { font-size: 16px; }
  .progress__labels { font-size: 12px; }
  .new-card { min-height: 0; padding: 24px; gap: 18px; }
  .photo-tile { min-height: 200px; }

  .film__cover { height: 200px; }
  .film__body { padding: 18px 22px 22px; }
  .stat-card { min-height: 0; padding: 22px 24px; }
  .stat-l { font-size: 40px; }
  .premiere { padding: 22px 24px; }
  .premiere__title { font-size: 22px; }
  .premiere__cap { font-size: 14px; }
  .play-btn { width: 52px; height: 52px; }

  .people-line { margin: 22px 4px 0; }
  .pcard { padding: 24px; min-height: 0; }
  .pcard__title { font-size: 26px; }
  .pcard__title-row { flex-wrap: wrap; }
  .pcard.is-collapsed { padding: 18px 20px; }
  .pcard__cnum { font-size: 26px; }
  .pcard__ctext { font-size: 20px; }
  .pgrid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .person__photo { height: 140px; }
  .person--cur .person__photo { height: 170px; }
  .person__body { padding: 12px 14px 14px; }
  .person--cur .person__body { padding: 14px; }
  .curators-mini__photo { height: 72px; border-radius: 14px; }
  .awards-plate { padding: 16px 20px; }

  .fund { min-height: 0; gap: 26px; }
  .fund__sum { font-size: 56px; letter-spacing: -2px; }
  .fund__cap { font-size: 18px; }
  .noms { min-height: 0; }
  .nom__title { font-size: 17px; }
  .gift { min-height: 0; padding: 24px; }
  .gift__logo { height: 52px; }
  .gift__logo--tall { height: 60px; }
  .gift__title { margin-top: 22px; font-size: 20px; }

  .cta { padding: 28px 24px; min-height: 0; gap: 26px; }
  .cta__title { font-size: 36px; letter-spacing: -1.2px; }
  .cta__lead { font-size: 18px; }
  .cta__actions .btn { padding: 14px 22px; font-size: 16px; }
  .steps-card { padding: 24px; }
  .free-card { padding: 22px 24px; }
  .free-card__title { font-size: 22px; }

  .partners { padding: 24px 20px; gap: 16px; }
  .partners .partners__oneline { display: none; }
  .partners__rows { display: flex; flex-direction: column; gap: 14px; width: 100%; }
  .partners__rows img { width: 100%; max-width: 420px; margin: 0 auto; }
}

@media (prefers-reduced-motion: reduce) {
  .people, .pcard, .film, .hero__prize { transition: none; }
}
