/* =========================================================================
   ДАЛЬНЕВОСТОЧНЫЙ РУБЕЖ — основной стиль темы.
   Токены → базовые элементы → layout → секции (в порядке следования на
   странице) → компоненты (модалки/лайтбокс) → адаптив.
   ========================================================================= */

:root {
	/* Палитра: глубокий сине-зелёный "океан" вместо почти чёрного — фон
	   стал светлее и объёмнее, но остался тёмной темой. */
	--bg: #0d1418;
	--bg-soft: #111b20;
	--surface: #16232a;
	--surface-2: #1d2d35;
	--border: rgba(255, 255, 255, 0.1);
	--border-strong: rgba(255, 255, 255, 0.2);
	--text: #f2f6f7;
	--text-dim: #a9b6bb;
	--text-faint: #7a888d;
	--accent: #2ee9b0;
	--accent-dim: rgba(46, 233, 176, 0.16);
	--accent-strong: #1cc290;
	--accent-2: #4bc8e8;

	/* Мягкое общее свечение страницы (динамический фон-градиент). */
	--page-glow-1: rgba(46, 233, 176, 0.08);
	--page-glow-2: rgba(75, 200, 232, 0.06);

	--font-display: "Unbounded", "Golos Text", sans-serif;
	--font-body: "Golos Text", -apple-system, sans-serif;
	--font-mono: "JetBrains Mono", monospace;

	--container: 1280px;
	--nav-h: 84px;
	--radius-sm: 8px;
	--radius-md: 14px;
	--radius-lg: 24px;
	--ease: cubic-bezier(0.16, 1, 0.3, 1);
}

/* ---------- Reset / base ---------- */
* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

html,
body {
	background: var(--bg);
	color: var(--text);
}

body {
	margin: 0;
	font-family: var(--font-body);
	font-size: 16px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	position: relative;
}

/* Плавный дышащий градиент на фоне всей страницы: два мягких цветовых
   пятна медленно смещаются, придавая тёмной теме живость без пестроты. */
body::before {
	content: "";
	position: fixed;
	inset: -20%;
	z-index: -1;
	pointer-events: none;
	background:
		radial-gradient(45% 45% at 18% 12%, var(--page-glow-1), transparent 70%),
		radial-gradient(50% 50% at 85% 78%, var(--page-glow-2), transparent 72%);
	animation: dvr-page-glow 26s ease-in-out infinite alternate;
}

@keyframes dvr-page-glow {
	0% {
		transform: translate3d(-3%, -2%, 0) scale(1);
	}
	100% {
		transform: translate3d(4%, 3%, 0) scale(1.12);
	}
}

@media (prefers-reduced-motion: reduce) {
	body::before {
		animation: none;
	}
}

img {
	max-width: 100%;
	display: block;
}

a {
	color: inherit;
	text-decoration: none;
}

button {
	font-family: inherit;
	cursor: pointer;
	background: none;
	border: none;
	color: inherit;
}

h1, h2, h3, h4 {
	font-family: var(--font-display);
	margin: 0;
	font-weight: 700;
	letter-spacing: -0.01em;
}

p {
	margin: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.text-balance {
	text-wrap: balance;
}

.text-pretty {
	text-wrap: pretty;
}

.skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	background: var(--accent);
	color: #06080a;
	padding: 8px 16px;
	z-index: 9999;
}

.skip-link:focus {
	left: 16px;
	top: 16px;
}

/* ---------- Layout primitives ---------- */
.container {
	width: 100%;
	max-width: var(--container);
	margin: 0 auto;
	padding: 0 24px;
}

.section {
	position: relative;
	padding: 120px 0;
}

/* ---------- Стыки секций ----------
   Фон всех контентных секций единый (--bg), поэтому границу задаёт не
   смена цвета, а тонкая линия-хайрлайн по ширине контейнера, растворяющаяся
   к краям. Стык читается как намеренный ритм, а не как резкий обрыв фона.
   Исключения — hero, statement и CTA: у них собственный фон. */
.about::before,
.guests::before,
.program::before,
.news::before,
.partners::before,
.history::before,
.youth::before,
.media::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: min(var(--container), calc(100% - 48px));
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--border), transparent);
	pointer-events: none;
}

/* Пер-секционные угловые свечения убраны: обрезаясь по границе секции,
   они давали резкие горизонтальные обрывы на стыках. Атмосферу создаёт
   единый плавный градиент страницы (body::before) — он непрерывен и не
   зависит от границ секций, поэтому переходы между блоками бесшовные. */
.about,
.guests,
.program,
.news,
.partners,
.history,
.youth,
.media {
	position: relative;
	background: transparent;
}

.section-head {
	max-width: 720px;
	margin: 0 0 56px;
}

.section-head-row {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 40px;
	flex-wrap: wrap;
}

.eyebrow,
.section-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: var(--font-mono);
	font-size: 12px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--accent);
	margin-bottom: 16px;
}

/* Раньше использовался тёмный цвет на неоновой заливке. CTA-панель стала
   тёмной, поэтому модификатор возвращает акцентный цвет. */
.section-eyebrow--light {
	color: var(--accent);
	position: relative;
}

.section-title {
	font-size: clamp(28px, 4vw, 44px);
	line-height: 1.15;
	margin-bottom: 16px;
}

.section-head p {
	color: var(--text-dim);
	font-size: 17px;
	max-width: 60ch;
}

.photo {
	display: block;
	overflow: hidden;
	border-radius: var(--radius-md);
	background: var(--surface);
	position: relative;
}

.photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ---------- Buttons ---------- */
.btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-family: var(--font-body);
	font-weight: 600;
	font-size: 15px;
	padding: 16px 28px;
	border-radius: 999px;
	transition: transform 0.35s var(--ease), background 0.3s, color 0.3s, border-color 0.3s;
	white-space: nowrap;
}

.btn svg {
	width: 18px;
	height: 18px;
	transition: transform 0.3s var(--ease);
}

.btn-primary,
.btn--accent {
	background: var(--accent);
	color: #06080a;
}

.btn-primary:hover,
.btn--accent:hover {
	transform: translateY(-2px);
	background: var(--accent-strong);
}

.btn-primary:hover svg,
.btn--accent:hover svg {
	transform: translateX(3px);
}

.btn-ghost {
	background: transparent;
	border: 1px solid var(--border-strong);
	color: var(--text);
}

.btn-ghost:hover {
	border-color: var(--accent);
	color: var(--accent);
}

.btn-sm {
	padding: 10px 18px;
	font-size: 13px;
}

.btn--lg {
	padding: 18px 32px;
	font-size: 16px;
}

/* =========================================================================
   PRELOADER / GRAIN / CURSOR GLOW
   ========================================================================= */
.preloader {
	position: fixed;
	inset: 0;
	z-index: 200;
	background: var(--bg);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 16px;
	transition: opacity 0.6s var(--ease), visibility 0.6s;
}

.preloader.is-hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.preloader-mark {
	width: 56px;
	height: 56px;
	color: var(--accent);
	animation: dvr-spin 2.4s linear infinite;
}

.preloader-mark svg {
	width: 100%;
	height: 100%;
}

.preloader-label {
	font-family: var(--font-mono);
	font-size: 12px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--text-faint);
}

@keyframes dvr-spin {
	to {
		transform: rotate(360deg);
	}
}

.grain {
	position: fixed;
	inset: 0;
	z-index: 90;
	pointer-events: none;
	opacity: 0.05;
	mix-blend-mode: overlay;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.cursor-glow {
	position: fixed;
	top: 0;
	left: 0;
	width: 900px;
	height: 900px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(34, 224, 168, 0.16) 0%, rgba(34, 224, 168, 0.07) 32%, transparent 68%);
	transform: translate(-50%, -50%);
	pointer-events: none;
	z-index: 5;
	opacity: 0;
	transition: opacity 0.5s;
	mix-blend-mode: screen;
}

@media (hover: hover) and (pointer: fine) {
	.cursor-glow.is-active {
		opacity: 1;
	}
}

/* =========================================================================
   NAVIGATION
   ========================================================================= */
.nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	height: var(--nav-h);
	display: flex;
	align-items: center;
	background: linear-gradient(to bottom, rgba(6, 8, 10, 0.85), transparent);
	transition: background 0.4s, height 0.4s, backdrop-filter 0.4s;
}

.nav.is-scrolled {
	height: 72px;
	background: rgba(6, 8, 10, 0.82);
	backdrop-filter: blur(16px);
	border-bottom: 1px solid var(--border);
}

.nav-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.brand {
	display: flex;
	align-items: center;
	gap: 12px;
}

.brand-mark {
	width: 40px;
	height: 40px;
	color: var(--accent);
	flex-shrink: 0;
}

.brand-mark svg {
	width: 100%;
	height: 100%;
}

.brand-text {
	display: flex;
	flex-direction: column;
	line-height: 1.3;
}

.brand-text b {
	font-family: var(--font-display);
	font-size: 14px;
	font-weight: 700;
}

.brand-text span {
	font-family: var(--font-mono);
	font-size: 11px;
	color: var(--text-faint);
	letter-spacing: 0.04em;
}

.nav-links {
	display: flex;
	align-items: center;
	gap: 28px;
}

.nav-links a {
	font-size: 14px;
	color: var(--text-dim);
	transition: color 0.3s;
	position: relative;
}

.nav-links a:hover {
	color: var(--text);
}

.nav-right {
	display: flex;
	align-items: center;
	gap: 16px;
}

.nav-toggle {
	display: none;
	width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid var(--border-strong);
}

.nav-toggle svg {
	width: 20px;
	height: 20px;
}

/* Mobile menu.
   Скрытие только через translateY(-100%) вызывало баг: контент меню
   (9 ссылок + подвал с городом и датами) выше экрана телефона, и его
   «хвост» — «Партнёры», «Владивосток», даты — оставался виден сверху
   и залипал при прокрутке, потому что меню position: fixed.
   Теперь в закрытом состоянии меню полностью невидимо (visibility) и
   не перехватывает касания, а внутренний контент прокручивается. */
.mobile-menu {
	position: fixed;
	inset: 0;
	z-index: 150;
	background: var(--bg-soft);
	display: flex;
	flex-direction: column;
	padding: 24px;
	overflow-y: auto;
	transform: translateY(-100%);
	visibility: hidden;
	pointer-events: none;
	transition: transform 0.5s var(--ease), visibility 0s linear 0.5s;
}

.mobile-menu.is-open {
	transform: translateY(0);
	visibility: visible;
	pointer-events: auto;
	transition: transform 0.5s var(--ease), visibility 0s;
}

.mobile-menu-close {
	align-self: flex-end;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid var(--border-strong);
}

.mobile-menu-close svg {
	width: 20px;
	height: 20px;
}

.mobile-menu-links {
	display: flex;
	flex-direction: column;
	margin-top: 40px;
	gap: 4px;
}

.mobile-menu-links a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 4px;
	border-bottom: 1px solid var(--border);
	font-family: var(--font-display);
	font-size: 22px;
}

.mobile-menu-links svg {
	width: 20px;
	height: 20px;
	color: var(--accent);
}

.mobile-menu-foot {
	margin-top: auto;
	display: flex;
	justify-content: space-between;
	font-family: var(--font-mono);
	font-size: 12px;
	color: var(--text-faint);
	padding-top: 24px;
}

/* =========================================================================
   HERO
   ========================================================================= */
.hero {
	position: relative;
	min-height: 100vh;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.hero-scene {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.hero-scene-svg {
	width: 100%;
	height: 100%;
}

.hero-video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity 1.2s var(--ease);
}

.hero-video.is-active {
	opacity: 1;
}

/* Слегка притемняем и снижаем насыщенность видео, чтобы светлый текст
   поверх него всегда оставался читаемым. */
.hero-video {
	filter: brightness(0.62) saturate(0.9);
}

/* SVG-сцена гаснет только когда видео реально пошло (класс is-active
   ставит JS после события playing). Если автозапуск заблокирован или
   файл не загрузился — сцена остаётся видимой вместо чёрного экрана. */
.hero-scene.has-video .hero-scene-svg {
	transition: opacity 1.2s var(--ease);
}

.hero-scene.has-video .hero-video.is-active ~ .hero-scene-svg,
.hero-scene.has-video.video-ready .hero-scene-svg {
	opacity: 0;
}

.scene-sun {
	animation: dvr-pulse 6s ease-in-out infinite;
}

@keyframes dvr-pulse {
	0%, 100% { opacity: 0.7; }
	50% { opacity: 1; }
}

.hero-scrim {
	position: absolute;
	inset: 0;
	z-index: 1;
	/* Двойной скрим: вертикальный (низ темнее для плавного перехода к
	   следующей секции) + горизонтальный слева, где расположен текст. Так
	   заголовок читается поверх яркого видео, а правая часть кадра остаётся
	   открытой. */
	background:
		linear-gradient(180deg, rgba(6, 8, 10, 0.55) 0%, rgba(6, 8, 10, 0.55) 45%, rgba(6, 8, 10, 0.96) 100%),
		linear-gradient(90deg, rgba(6, 8, 10, 0.85) 0%, rgba(6, 8, 10, 0.55) 45%, rgba(6, 8, 10, 0.1) 100%);
}

.hero-aurora {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	overflow: hidden;
}

.hero-aurora span {
	position: absolute;
	width: 60vw;
	height: 60vw;
	border-radius: 50%;
	filter: blur(80px);
	opacity: 0.18;
	background: var(--accent);
	animation: dvr-float 18s ease-in-out infinite;
}

.hero-aurora span:nth-child(1) { top: -20%; left: -10%; animation-delay: 0s; }
.hero-aurora span:nth-child(2) { top: 10%; right: -15%; animation-delay: -6s; background: #4dd0ff; }
.hero-aurora span:nth-child(3) { bottom: -30%; left: 20%; animation-delay: -12s; }

@keyframes dvr-float {
	0%, 100% { transform: translate(0, 0) scale(1); }
	50% { transform: translate(4%, 6%) scale(1.15); }
}

.hero-grid {
	position: absolute;
	inset: 0;
	z-index: 1;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
	background-size: 64px 64px;
	mask-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.6) 40%, transparent 90%);
}

.hero-scan {
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--accent), transparent);
	z-index: 2;
	opacity: 0.6;
	animation: dvr-scan 7s linear infinite;
}

@keyframes dvr-scan {
	0% { top: 0%; opacity: 0; }
	10% { opacity: 0.6; }
	90% { opacity: 0.6; }
	100% { top: 100%; opacity: 0; }
}

.hero-content {
	position: relative;
	z-index: 3;
	padding-top: var(--nav-h);
}

.hero-inner {
	max-width: 880px;
}

.hero-eyebrow {
	color: var(--accent);
}

.hero-title {
	font-size: clamp(40px, 7vw, 84px);
	line-height: 1.02;
	text-transform: uppercase;
	margin-bottom: 24px;
	color: #ffffff;
	/* Тень отделяет светлый текст от яркого видео на фоне. */
	text-shadow: 0 2px 30px rgba(6, 8, 10, 0.7), 0 1px 4px rgba(6, 8, 10, 0.5);
}

.hero-title em {
	display: block;
	font-style: normal;
	color: var(--accent);
	-webkit-text-stroke: 0;
	text-shadow: 0 2px 30px rgba(6, 8, 10, 0.6);
}

.hero-sub {
	font-size: clamp(16px, 2vw, 19px);
	color: #dfe6e8;
	max-width: 60ch;
	margin-bottom: 40px;
	text-shadow: 0 1px 12px rgba(6, 8, 10, 0.7);
}

.hero-meta {
	display: flex;
	gap: 32px;
	margin-bottom: 40px;
	flex-wrap: wrap;
}

.hero-meta-item {
	display: flex;
	align-items: center;
	gap: 12px;
}

.hero-meta-item svg {
	width: 22px;
	height: 22px;
	color: var(--accent);
	flex-shrink: 0;
}

.hero-meta-item div {
	display: flex;
	flex-direction: column;
	line-height: 1.3;
}

.hero-meta-item b {
	font-size: 15px;
	font-weight: 600;
	color: #ffffff;
	text-shadow: 0 1px 10px rgba(6, 8, 10, 0.7);
}

.hero-meta-item span {
	font-size: 12px;
	color: #aeb9bd;
	font-family: var(--font-mono);
	letter-spacing: 0.04em;
	text-shadow: 0 1px 8px rgba(6, 8, 10, 0.6);
}

.hero-actions {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

.hero-coords {
	position: absolute;
	right: 24px;
	bottom: 32px;
	z-index: 3;
	font-family: var(--font-mono);
	font-size: 11px;
	line-height: 1.6;
	letter-spacing: 0.06em;
	color: var(--text-faint);
	text-align: right;
}

@media (max-width: 680px) {
	.hero-coords {
		display: none;
	}
}

/* =========================================================================
   ABOUT
   ========================================================================= */
.about-grid {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 64px;
	align-items: start;
}

.about-copy .eyebrow {
	margin-bottom: 16px;
}

.about-copy .section-title {
	margin-bottom: 24px;
}

.about-copy p {
	color: var(--text-dim);
	margin-bottom: 18px;
	max-width: 56ch;
}

.about-stats {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1px;
	background: var(--border);
	border-radius: var(--radius-md);
	overflow: hidden;
}

.stat-card {
	background: var(--surface);
	padding: 32px 24px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.stat-num {
	font-family: var(--font-display);
	font-size: clamp(32px, 4vw, 44px);
	font-weight: 800;
	color: var(--accent);
}

.stat-label {
	font-size: 13px;
	color: var(--text-dim);
}

/* =========================================================================
   HISTORY (интерактивный горизонтальный таймлайн)
   ========================================================================= */
.history {
	padding-bottom: 80px;
}

.history-controls {
	display: flex;
	align-items: center;
	gap: 24px;
	max-width: var(--container);
	width: calc(100% - 48px);
	margin: 0 auto 40px;
}

.history-progress {
	position: relative;
	height: 2px;
	flex: 1;
	background: var(--border);
}

.history-progress-fill {
	position: absolute;
	inset: 0;
	width: 0%;
	background: var(--accent);
	transform-origin: left;
	transition: width 0.2s linear;
}

.history-arrows {
	display: flex;
	gap: 8px;
	flex-shrink: 0;
}

.history-arrow {
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid var(--border);
	background: var(--surface);
	color: var(--text-dim);
	cursor: pointer;
	transition: border-color 0.25s, color 0.25s, opacity 0.25s;
}

.history-arrow svg {
	width: 20px;
	height: 20px;
}

.history-arrow:hover:not(:disabled) {
	border-color: var(--accent);
	color: var(--accent);
}

.history-arrow:disabled {
	opacity: 0.3;
	cursor: default;
}

.history-track-wrap {
	position: relative;
}

.history-track {
	display: flex;
	gap: 24px;
	padding: 4px 24px 24px;
	overflow-x: auto;
	overscroll-behavior-x: contain;
	scroll-snap-type: x proximity;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

.history-track::-webkit-scrollbar {
	display: none;
}

.history-card {
	scroll-snap-align: center;
}

.history-card {
	position: relative;
	flex: 0 0 clamp(280px, 32vw, 380px);
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: var(--radius-lg);
	padding: 24px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.history-card-photo {
	aspect-ratio: 4 / 3;
}

.history-year {
	font-family: var(--font-mono);
	font-size: 13px;
	color: var(--accent);
	letter-spacing: 0.06em;
}

.history-card-body h3 {
	font-size: 20px;
	margin: 8px 0 12px;
}

.history-desc {
	color: var(--text-dim);
	font-size: 14px;
	line-height: 1.6;
}

.history-video-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 16px;
	font-size: 13px;
	color: var(--accent);
}

.history-video-link svg {
	width: 18px;
	height: 18px;
}

.history-index {
	position: absolute;
	top: 16px;
	right: 20px;
	font-family: var(--font-mono);
	font-size: 12px;
	color: var(--text-faint);
}

@media (max-width: 900px) {
	.history-track {
		scroll-snap-type: x mandatory;
	}

	.history-card {
		scroll-snap-align: start;
	}

	.history-arrows {
		display: none;
	}
}

/* =========================================================================
   STATEMENT (имиджевая секция)
   ========================================================================= */
.statement {
	position: relative;
	padding: 160px 0;
	background: var(--bg);
	overflow: hidden;
}

.statement-grid {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
	background-size: 80px 80px;
}

.statement-inner {
	position: relative;
	text-align: center;
}

.statement-text {
	font-family: var(--font-display);
	font-size: clamp(32px, 7vw, 96px);
	font-weight: 800;
	line-height: 1.05;
	text-transform: uppercase;
	letter-spacing: -0.01em;
	margin-bottom: 32px;
}

.statement-sub {
	max-width: 56ch;
	margin: 0 auto;
	color: var(--text-dim);
	font-size: 18px;
}

/* =========================================================================
   PROGRAM
   ========================================================================= */
/* Расписание по дням не публикуется (закрытая программа), поэтому секция —
   один центрированный информационный блок без переключателей. */
.program-notice {
	max-width: 720px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

.program-notice .section-title {
	margin: 0;
}

.program-notice-text {
	color: var(--text-dim);
	font-size: 17px;
	line-height: 1.7;
	margin: 0;
	max-width: 56ch;
}

.program-list {
	display: flex;
	flex-direction: column;
}

.program-item {
	display: grid;
	grid-template-columns: 120px 1fr;
	gap: 24px;
	padding: 28px 0;
	border-bottom: 1px solid var(--border);
}

.program-item-time {
	display: flex;
	flex-direction: column;
	font-family: var(--font-mono);
	font-size: 15px;
	color: var(--accent);
}

.program-item-time-end {
	color: var(--text-faint);
	font-size: 12px;
}

.program-item-top {
	display: flex;
	align-items: baseline;
	gap: 12px;
	flex-wrap: wrap;
	margin-bottom: 8px;
}

.program-item-top h3 {
	font-size: 19px;
}

.program-item-tag {
	font-size: 11px;
	font-family: var(--font-mono);
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--accent);
	border: 1px solid var(--accent-dim);
	border-radius: 999px;
	padding: 4px 10px;
}

.program-item-access {
	font-size: 11px;
	font-family: var(--font-mono);
	text-transform: uppercase;
	letter-spacing: 0.06em;
	border-radius: 999px;
	padding: 4px 10px;
	white-space: nowrap;
}

.program-item-access--open {
	color: var(--accent);
	background: var(--accent-dim);
}

.program-item-access--closed {
	color: var(--text-faint);
	border: 1px solid var(--border);
}

.program-item-body p {
	color: var(--text-dim);
	font-size: 15px;
	margin-bottom: 10px;
}

.program-item-venue {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
	color: var(--text-faint);
}

.program-item-venue svg {
	width: 16px;
	height: 16px;
}

/* =========================================================================
   YOUTH
   ========================================================================= */
.youth {
	position: relative;
}

.youth-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 64px;
	align-items: start;
}

.youth-lead {
	color: var(--text-dim);
	font-size: 17px;
	margin: 24px 0 16px;
	max-width: 52ch;
}

.youth-access {
	max-width: 52ch;
	margin-bottom: 32px;
	padding-left: 14px;
	border-left: 2px solid var(--accent);
	font-size: 14px;
	color: var(--text-faint);
	line-height: 1.6;
}

.youth-note {
	display: block;
	margin-top: 16px;
	font-size: 13px;
	color: var(--text-faint);
}

.youth-list {
	display: flex;
	flex-direction: column;
}

.youth-list-item {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 18px 0;
	border-bottom: 1px solid var(--border);
	font-size: 15px;
}

.youth-list-num {
	font-family: var(--font-mono);
	color: var(--accent);
	font-size: 13px;
	flex-shrink: 0;
	padding-top: 2px;
}

/* =========================================================================
   GUESTS
   ========================================================================= */
.guests-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.guest-card {
	position: relative;
	display: flex;
	flex-direction: column;
	text-align: left;
	border-radius: var(--radius-md);
	overflow: hidden;
	background: var(--surface);
	border: 1px solid var(--border);
	transition: border-color 0.3s, transform 0.4s var(--ease);
}

.guest-card:hover,
.guest-card:focus-visible {
	border-color: var(--border-strong);
	transform: translateY(-4px);
}

.guest-card-photo {
	aspect-ratio: 4 / 5;
	border-radius: 0;
}

.guest-card:hover .guest-card-photo img {
	transform: scale(1.06);
}

.guest-card-photo img {
	transition: transform 0.6s var(--ease);
}

.guest-card-body {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 16px 44px 18px 16px;
}

.guest-card-name {
	font-family: var(--font-display);
	font-size: 16px;
	font-weight: 600;
}

.guest-card-rank,
.guest-card-position {
	font-size: 13px;
	color: var(--text-dim);
}

.guest-card-more {
	position: absolute;
	right: 14px;
	bottom: 14px;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid var(--border-strong);
	color: var(--accent);
	transition: background 0.3s, color 0.3s;
}

.guest-card-more svg {
	width: 16px;
	height: 16px;
}

.guest-card:hover .guest-card-more {
	background: var(--accent);
	color: #06080a;
}

/* Guest modal */
.guest-modal {
	position: fixed;
	inset: 0;
	z-index: 300;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s var(--ease), visibility 0.4s;
}

.guest-modal.is-open {
	opacity: 1;
	visibility: visible;
}

.guest-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(6, 8, 10, 0.85);
	backdrop-filter: blur(6px);
}

.guest-modal-panel {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 760px;
	max-height: 86vh;
	overflow-y: auto;
	background: var(--surface);
	border: 1px solid var(--border-strong);
	border-radius: var(--radius-lg);
	display: grid;
	grid-template-columns: 260px 1fr;
	transform: translateY(24px) scale(0.98);
	transition: transform 0.4s var(--ease);
}

.guest-modal.is-open .guest-modal-panel {
	transform: translateY(0) scale(1);
}

.guest-modal-close {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 2;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(6, 8, 10, 0.6);
	color: var(--text);
}

.guest-modal-close svg {
	width: 18px;
	height: 18px;
}

.guest-modal-photo {
	aspect-ratio: 3 / 4;
	overflow: hidden;
}

.guest-modal-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.guest-modal-content {
	padding: 32px;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.guest-modal-content h3 {
	font-size: 22px;
}

.guest-modal-rank {
	color: var(--accent);
	font-size: 14px;
}

.guest-modal-unit {
	color: var(--text-faint);
	font-size: 13px;
	margin-bottom: 12px;
}

.guest-modal-bio {
	color: var(--text-dim);
	font-size: 14px;
	line-height: 1.7;
}

.guest-modal-bio p {
	margin-bottom: 12px;
}

.guest-modal-links {
	display: flex;
	gap: 12px;
	margin-top: 20px;
}

.guest-modal-links a {
	font-size: 13px;
	color: var(--accent);
	border: 1px solid var(--accent-dim);
	border-radius: 999px;
	padding: 8px 16px;
}

/* =========================================================================
   MEDIA + LIGHTBOX
   ========================================================================= */
.media {
	position: relative;
}

.media-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.media-tile {
	position: relative;
	aspect-ratio: 1 / 1;
	border-radius: var(--radius-md);
	overflow: hidden;
	text-align: left;
}

.media-tile img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s var(--ease);
}

.media-tile:hover img {
	transform: scale(1.08);
}

.media-tile::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 40%, rgba(6, 8, 10, 0.85) 100%);
}

.media-tile-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(6, 8, 10, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.3);
	color: var(--text);
	z-index: 1;
	transition: background 0.3s, transform 0.3s;
}

.media-tile-play svg {
	width: 22px;
	height: 22px;
}

.media-tile:hover .media-tile-play {
	background: var(--accent);
	color: #06080a;
	transform: translate(-50%, -50%) scale(1.1);
}

.media-tile-title {
	position: absolute;
	left: 14px;
	bottom: 12px;
	right: 14px;
	z-index: 1;
	font-size: 13px;
	font-weight: 600;
	color: var(--text);
}

.lightbox {
	position: fixed;
	inset: 0;
	z-index: 350;
	background: rgba(6, 8, 10, 0.95);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s, visibility 0.4s;
}

.lightbox.is-open {
	opacity: 1;
	visibility: visible;
}

.lightbox-stage {
	width: 100%;
	max-width: 1100px;
	max-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lightbox-stage img {
	max-width: 100%;
	max-height: 85vh;
	border-radius: var(--radius-md);
	object-fit: contain;
}

.lightbox-stage iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
	border: none;
	border-radius: var(--radius-md);
}

.lightbox-stage video {
	width: 100%;
	max-height: 85vh;
	border-radius: var(--radius-md);
	background: #000;
}

.lightbox-close {
	position: absolute;
	top: 24px;
	right: 24px;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid var(--border-strong);
	color: var(--text);
	z-index: 1;
}

.lightbox-close svg {
	width: 20px;
	height: 20px;
}

/* =========================================================================
   NEWS
   ========================================================================= */
.news-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.news-card {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.news-card-photo {
	aspect-ratio: 4 / 3;
	margin-bottom: 16px;
}

.news-card:hover .news-card-photo img {
	transform: scale(1.05);
}

.news-card-photo img {
	transition: transform 0.5s var(--ease);
}

.news-card-date {
	font-family: var(--font-mono);
	font-size: 12px;
	color: var(--text-faint);
}

.news-card-title {
	font-family: var(--font-display);
	font-size: 18px;
	font-weight: 600;
	margin: 6px 0 8px;
}

.news-card-excerpt {
	color: var(--text-dim);
	font-size: 14px;
}

.generic-list {
	padding-top: 160px;
}

.generic-pagination {
	margin-top: 48px;
	display: flex;
	justify-content: center;
	gap: 8px;
}

.generic-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 8px;
	border-radius: var(--radius-sm);
	border: 1px solid var(--border);
	font-size: 14px;
	color: var(--text-dim);
}

.generic-pagination .page-numbers.current {
	background: var(--accent);
	color: #06080a;
	border-color: var(--accent);
}

/* =========================================================================
   PARTNERS
   ========================================================================= */
.partners-tier {
	margin-bottom: 40px;
}

.partners-tier-label {
	display: block;
	font-family: var(--font-mono);
	font-size: 12px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--text-faint);
	margin-bottom: 20px;
}

.partners-row {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: 16px;
}

/* Карточка партнёра: логотип-знак слева + название организации рядом.
   Название выводится всегда — даже когда загружен логотип. */
.partner-logo {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 16px;
	min-height: 88px;
	padding: 16px 22px;
	border-radius: var(--radius-md);
	border: 1px solid var(--border);
	background: var(--surface);
	opacity: 0.92;
	transition: opacity 0.3s, border-color 0.3s, transform 0.3s var(--ease), box-shadow 0.3s;
}

.partner-logo:hover {
	opacity: 1;
	border-color: var(--accent-dim);
	transform: translateY(-2px);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

.partner-logo img {
	max-height: 52px;
	max-width: 92px;
	width: auto;
	object-fit: contain;
	border-radius: 8px;
	flex-shrink: 0;
}

/* Встроенные SVG-знаки (название уже внутри логотипа) выводятся без
   текста рядом — центрируем их и даём больше места. */
.partner-logo img:only-child {
	margin: 0 auto;
	max-width: 100%;
}

.partner-name {
	font-family: var(--font-display);
	font-size: 14px;
	font-weight: 600;
	color: var(--text);
	line-height: 1.35;
	letter-spacing: 0.01em;
}

.partners-note {
	margin-top: 16px;
	max-width: 60ch;
	font-size: 14px;
	color: var(--text-faint);
	line-height: 1.6;
}

/* =========================================================================
   FINAL CTA
   ========================================================================= */
.section-cta {
	padding-bottom: 160px;
}

/* Панель не заливается чистым неоном: тёмная база + мягкое акцентное
   свечение сохраняют связь с общей тёмной гаммой страницы. */
.cta-panel {
	position: relative;
	background-image: linear-gradient(160deg, #0f2a24 0%, #0b1a19 55%, #08100f 100%);
	border: 1px solid var(--accent-dim);
	color: var(--text);
	border-radius: var(--radius-lg);
	padding: 80px 64px;
	text-align: center;
	overflow: hidden;
}

.cta-panel::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: radial-gradient(circle at 25% 15%, rgba(34, 224, 168, 0.22), transparent 62%);
}

.cta-panel__title {
	position: relative;
	font-size: clamp(28px, 4vw, 44px);
	max-width: 720px;
	margin: 0 auto 20px;
}

.cta-panel__text {
	position: relative;
	max-width: 56ch;
	margin: 0 auto 28px;
	font-size: 17px;
	opacity: 0.85;
}

.cta-panel__dates {
	position: relative;
	font-family: var(--font-mono);
	font-size: 13px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	margin-bottom: 32px;
	opacity: 0.7;
}

.cta-panel .btn--accent {
	position: relative;
	background: var(--accent);
	color: #06080a;
}

.cta-panel .btn--accent:hover {
	background: var(--accent-strong);
}

/* Registration modal / form */
.modal {
	position: fixed;
	inset: 0;
	z-index: 400;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s var(--ease), visibility 0.4s;
}

.modal.is-open {
	opacity: 1;
	visibility: visible;
}

.modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(6, 8, 10, 0.85);
	backdrop-filter: blur(6px);
}

.modal__panel {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 520px;
	max-height: 88vh;
	overflow-y: auto;
	background: var(--surface);
	border: 1px solid var(--border-strong);
	border-radius: var(--radius-lg);
	padding: 40px;
	transform: translateY(24px) scale(0.98);
	transition: transform 0.4s var(--ease);
}

.modal.is-open .modal__panel {
	transform: translateY(0) scale(1);
}

.modal__close {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid var(--border-strong);
	font-size: 20px;
	line-height: 1;
}

.modal__title {
	font-size: 22px;
	margin-bottom: 8px;
}

.modal__subtitle {
	color: var(--text-dim);
	font-size: 14px;
	margin-bottom: 24px;
}

.drf-form {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.drf-form__field {
	display: flex;
	flex-direction: column;
	gap: 6px;
	font-size: 13px;
	color: var(--text-dim);
}

.drf-form__field input,
.drf-form__field textarea {
	background: var(--bg-soft);
	border: 1px solid var(--border);
	border-radius: var(--radius-sm);
	padding: 12px 14px;
	color: var(--text);
	font-family: inherit;
	font-size: 14px;
	resize: vertical;
}

.drf-form__field input:focus,
.drf-form__field textarea:focus {
	outline: none;
	border-color: var(--accent);
}

.drf-form__checkbox {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 13px;
	color: var(--text-dim);
}

.drf-form__checkbox input {
	margin-top: 3px;
}

.drf-form__notice {
	padding: 12px 16px;
	border-radius: var(--radius-sm);
	font-size: 14px;
	margin-bottom: 16px;
}

.drf-form__notice--success {
	background: var(--accent-dim);
	color: var(--accent);
}

.drf-form__notice--error {
	background: rgba(255, 90, 90, 0.12);
	color: #ff8a8a;
}

/* =========================================================================
   FOOTER
   ========================================================================= */
.footer {
	background: var(--bg-soft);
	border-top: 1px solid var(--border);
	padding: 64px 0 32px;
}

.footer-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding-bottom: 40px;
	border-bottom: 1px solid var(--border);
	margin-bottom: 40px;
	flex-wrap: wrap;
}

.footer-brand {
	display: flex;
}

.footer-social {
	display: flex;
	gap: 12px;
}

.footer-social-link {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid var(--border-strong);
	color: var(--text-dim);
	transition: color 0.3s, border-color 0.3s;
}

.footer-social-link svg {
	width: 18px;
	height: 18px;
}

.footer-social-link:hover {
	color: var(--accent);
	border-color: var(--accent);
}

.footer-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1.4fr;
	gap: 40px;
	margin-bottom: 40px;
}

.footer-col .eyebrow {
	margin-bottom: 16px;
}

.footer-links {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.footer-links a {
	font-size: 14px;
	color: var(--text-dim);
	transition: color 0.3s;
}

.footer-links a:hover {
	color: var(--text);
}

.footer-contacts {
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-size: 14px;
	color: var(--text-dim);
}

.footer-note {
	color: var(--text-dim);
	font-size: 14px;
	max-width: 44ch;
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
	font-size: 12px;
	color: var(--text-faint);
}

.footer-mono {
	font-family: var(--font-mono);
}

/* =========================================================================
   SINGLE POST / PAGE
   ========================================================================= */
.single-post-inner {
	max-width: 800px;
}

.single-post-photo {
	aspect-ratio: 16 / 9;
	margin: 32px 0;
}

.single-post-content {
	color: var(--text-dim);
	font-size: 17px;
	line-height: 1.75;
}

.single-post-content p {
	margin-bottom: 20px;
}

.single-post-back {
	margin-top: 40px;
}

/* =========================================================================
   REVEAL ANIMATIONS (базовое CSS-состояние; GSAP анимирует переход)
   ========================================================================= */
[data-reveal],
[data-animate="fade-up"] {
	opacity: 0;
	transform: translateY(28px);
}

.js-ready [data-reveal],
.js-ready [data-animate="fade-up"] {
	transition: opacity 0.9s var(--ease), transform 0.9s var(--ease);
}

.no-js [data-reveal],
.no-js [data-animate="fade-up"] {
	opacity: 1;
	transform: none;
}

[data-reveal].is-revealed,
[data-animate="fade-up"].is-revealed {
	opacity: 1;
	transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
	[data-reveal],
	[data-animate="fade-up"] {
		opacity: 1 !important;
		transform: none !important;
	}

	.hero-scan,
	.hero-aurora span,
	.scene-sun,
	.preloader-mark {
		animation: none !important;
	}
}

/* =========================================================================
   RESPONSIVE
   ========================================================================= */
@media (max-width: 1080px) {
	.about-grid,
	.youth-grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.guests-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.media-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.news-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.footer-grid {
		grid-template-columns: 1fr 1fr;
	}

	.footer-col-wide {
		grid-column: span 2;
	}
}

@media (max-width: 900px) {
	.nav-links {
		display: none;
	}

	.nav-toggle {
		display: flex;
	}

	.section {
		padding: 88px 0;
	}

	.guest-modal-panel {
		grid-template-columns: 1fr;
	}

	/* На мобильных фото показывается целиком, без обрезки:
	   контейнер подстраивается под естественную высоту изображения. */
	.guest-modal-photo {
		aspect-ratio: auto;
	}

	.guest-modal-photo img {
		height: auto;
		max-height: 60vh;
		object-fit: cover;
		object-position: center top;
	}

	.program-item {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.cta-panel {
		padding: 56px 28px;
	}
}

@media (max-width: 720px) {
	.nav-cta {
		display: none;
	}

	/* Мобильная шапка: непрозрачный фон, компактная высота, название в одну
	   строку с многоточием, строка с датами скрыта — раньше длинный текст
	   переносился на несколько строк и наслаивался на контент героя. */
	.nav {
		height: 64px;
		background: rgba(6, 8, 10, 0.92);
		backdrop-filter: blur(12px);
		border-bottom: 1px solid var(--border);
	}

	.nav.is-scrolled {
		height: 64px;
	}

	.nav-inner {
		gap: 12px;
		min-width: 0;
	}

	.brand {
		min-width: 0;
		flex: 1;
	}

	.brand-mark {
		width: 32px;
		height: 32px;
	}

	.brand-text {
		min-width: 0;
	}

	.brand-text b {
		font-size: 13px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.brand-text span {
		display: none;
	}

	.hero-content {
		padding-top: calc(64px + 24px);
	}

	/* Слово «ДАЛЬНЕВОСТОЧНЫЙ» (15 заглавных букв) должно помещаться
	   целиком: размер считается от ширины вьюпорта с запасом на отступы
	   контейнера. При 6.9vw на экране 360px это ~25px — слово занимает
	   ~250px при ~310px доступной ширины. */
	.hero-title {
		font-size: clamp(22px, 6.9vw, 44px);
		letter-spacing: -0.01em;
	}

	/* Строка «XXI МЕЖДУНАРОДНЫЙ ФОРУМ · ВЛАДИВОСТОК» переносится
	   аккуратно и не наезжает на соседние элементы. */
	.hero-eyebrow {
		display: block;
		font-size: 12px;
		line-height: 1.5;
		max-width: 100%;
	}

	.guests-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.media-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.news-grid {
		grid-template-columns: 1fr;
	}

	.footer-grid {
		grid-template-columns: 1fr;
	}

	.footer-col-wide {
		grid-column: span 1;
	}

	.footer-top {
		flex-direction: column;
		align-items: flex-start;
	}

	.section-head-row {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 480px) {
	.container {
		padding: 0 18px;
	}

	.hero-meta {
		gap: 20px;
	}

	.guests-grid,
	.media-grid {
		grid-template-columns: 1fr 1fr;
		gap: 12px;
	}

	.guest-card-body {
		padding: 14px 40px 14px 14px;
	}

	.cta-panel {
		padding: 40px 20px;
	}

	.modal__panel {
		padding: 28px 20px;
	}
}
