@font-face {
	font-family: "TT Firs Neue";
	src: url("../fonts/TTFirsNeue-Regular.woff2") format("woff2"),
		local("TT Firs Neue Regular"), local("TTFirsNeue-Regular"), local("TT Firs Neue"),
		url("../fonts/Onest-400.ttf") format("truetype");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

/* Preserve editorial line breaks entered in ACF on every viewport. */
.history-copy h3,
.history-copy p,
.interviews h3,
.interviews h4,
.interviews p {
	white-space: pre-line;
}

/* Gallery photographs must remain fully visible. The frame keeps the Figma
 * geometry while the source image scales down proportionally inside it. */
.history-shot:not(.demo-crop) {
	background: var(--page-bg, #eef2f3);
}

.history-shot:not(.demo-crop) img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}


/* Final responsive cascade: keep these rules after the legacy breakpoints. */
@media (min-width: 901px) {
	.quotes__marquee { top: 396px; bottom: auto; }
	.partners { height: auto; min-height: 520px; padding-bottom: 90px; }
	.site-header__actions .button--light { width: 190px; }
	.site-footer__actions { height: 178px; }
	.site-footer__actions .button:nth-child(2) { top: 126px; }
}

/* Contact form toast. The original inline status remains available to
 * assistive technologies but no longer breaks the form layout. */
.contact-form__status {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.form-toast {
	position: fixed;
	right: 112px;
	bottom: 32px;
	z-index: 10020;
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr) 30px;
	align-items: center;
	width: min(430px, calc(100vw - 64px));
	min-height: 104px;
	padding: 20px 18px;
	color: #fff;
	background: rgba(7, 58, 71, .94);
	border: 1px solid rgba(69, 185, 204, .72);
	box-shadow: 0 18px 48px rgba(0, 20, 27, .34);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	opacity: 0;
	pointer-events: none;
	transform: translateY(20px);
	transition: opacity .24s ease, transform .24s ease;
}

.form-toast::before {
	position: absolute;
	top: -1px;
	bottom: -1px;
	left: -1px;
	width: 5px;
	background: #45b9cc;
	content: "";
}

.form-toast.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.form-toast.is-error::before { background: #d00000; }

.form-toast__icon {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	color: #073a47;
	background: #45b9cc;
	border-radius: 50%;
}

.form-toast.is-error .form-toast__icon {
	color: #fff;
	background: #d00000;
}

.form-toast__content {
	display: grid;
	gap: 5px;
}

.form-toast__content strong {
	font-size: 17px;
	font-weight: 600;
	line-height: 1.25;
}

.form-toast__content span {
	font-size: 13px;
	line-height: 1.45;
	opacity: .88;
}

.form-toast__close {
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	padding: 0;
	color: #fff;
	font: inherit;
	font-size: 27px;
	font-weight: 300;
	line-height: 1;
	background: transparent;
	border: 0;
	cursor: pointer;
	opacity: .72;
}

.form-toast__close:hover,
.form-toast__close:focus-visible { opacity: 1; }

@media (max-width: 620px) {
	:root { --gutter: 10px; }
	.container { width: 100%; padding-inline: 10px; }
	.section { padding: 60px 0; }
	.site-header__top { height: 76px; padding-top: 0; }
	.site-header__top .brand { align-self: center; }
	.brand__image { width: 144px; max-width: 144px; height: 28px; max-height: 28px; }
	.menu-toggle { width: 50px; height: 44px; padding: 8px 5px; }
	.menu-toggle span:not(.screen-reader-text) { width: 40px; height: 2px; margin: 9px 0; background: var(--cyan); }
	.menu-toggle span:not(.screen-reader-text):nth-child(3) { display: none; }
	.site-header__navrow { display: none; }

	.hero { min-height: 768px; background-position: center; }
	.hero__inner { display: block; padding-top: 100px; text-align: center; }
	.hero__copy { width: 100%; max-width: none; padding-top: 0; text-align: center; }
	.hero__accent { font-size: 12px; letter-spacing: .6em; }
	.hero h1 { max-width: 100%; margin-top: 16px; font-size: 50px; line-height: 1; text-align: center; }
	.hero__lead { margin: 20px 0 32px; font-size: 12px; line-height: 18px; text-align: center; }
	.hero__copy .button { width: 200px; height: 50px; min-height: 50px; margin-inline: auto; font-size: 12px; }
	.hero-card { display: block; width: 340px; max-width: 100%; margin: 60px auto 0; padding: 0; border: 0; clip-path: none; background: transparent; text-align: center; }
	.hero-card::before { display: none; }
	.hero-card h2, .hero-card p { width: 100%; font-size: 12px; line-height: 18px; }
	.ticker { height: 60px; }
	.ticker__group { gap: 52px; }
	.ticker__track span { padding: 0; font-size: 12px; line-height: 15px; }

	.nomination { height: auto; min-height: 0; padding-top: 80px; overflow: visible; }
	.nomination__layout { display: flex; flex-direction: column; }
	.nomination__content { order: 1; padding: 0; text-align: center; }
	.nomination__content .section-kicker, .nomination__content .section-title { font-size: 26px; line-height: 26px; }
	.nomination__content .section-kicker { margin: 0; }
	.nomination__content .section-title { margin: 0 0 28px; }
	.nomination__intro { font-size: 12px; line-height: 18px; }
	.winner { order: 2; display: block; margin-top: 76px; padding: 0 0 80px; border: 0; text-align: center; }
	.winner .section-kicker { width: 235px; margin: 0 auto 32px; font-size: 18px; line-height: 22px; }
	.winner__card { position: relative; width: 310px; height: auto; margin: 0 auto; padding: 340px 40px 40px; text-align: left; }
	.winner__photo { position: absolute; top: 0; left: 40px; width: 300px; height: 300px; margin: 0; }
	.winner__card h3 { font-size: 16px; line-height: 22px; }
	.winner__card p, .winner__quote p { font-size: 12px; line-height: 16px; }
	.winner__quote { margin: 32px auto 0; text-align: center; }
	.winner__quote-icon { width: 35px; height: 26px; margin: 0 auto 20px; }
	.criteria { margin-top: 80px; padding-top: 0; border-top: 0; text-align: left; }
	.criteria > h3 { font-size: 18px; line-height: 22px; }
	.criteria__grid { grid-template-columns: repeat(2, 1fr); gap: 28px 20px; margin-top: 32px; }
	.criterion b { width: 48px; height: 48px; font-size: 18px; }
	.criterion p { font-size: 12px; line-height: 16px; }
	.benefits { margin-top: 80px; }
	.benefits .section-kicker { width: 280px; font-size: 18px; line-height: 22px; }
	.benefits__grid { display: flex; gap: 20px; margin-inline: -10px; padding: 0 10px 12px; overflow-x: auto; scroll-snap-type: x mandatory; }
	.benefit-card { position: relative; flex: 0 0 280px; width: 280px; min-height: 330px; padding: 30px; scroll-snap-align: start; }
	.benefit-card h3 { position: static; width: auto; min-height: 0; margin-top: 40px; font-size: 14px; line-height: 18px; }
	.benefit-card p { position: static; width: auto; margin-top: 18px; font-size: 12px; line-height: 16px; }
	.benefit-card__icon { position: static; width: 40px; height: 40px; margin: 0; }

	.experts { height: auto; min-height: 0; padding: 70px 0 90px; overflow: visible; }
	.experts .section-title { width: 180px; margin-bottom: 36px; font-size: 26px; line-height: 26px; }
	.experts__grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 36px 20px; }
	.expert-card { width: 160px; max-width: 100%; margin: 0; }
	.expert-card__photo { width: 160px; max-width: 100%; height: 160px; }
	.expert-card__photo::before { top: 20px; right: 20px; width: calc(100% - 20px); height: calc(100% - 20px); }
	.expert-card__photo img, .expert-card__photo > span, .expert-card__photo .demo-crop { left: 20px; width: calc(100% - 20px); height: calc(100% - 20px); }
	.expert-card h3 { font-size: 12px; line-height: 16px; }
	.expert-card p { font-size: 10px; line-height: 14px; }

	.quotes { height: 390px; min-height: 390px; }
	.quotes__inner { min-height: 350px; }
	.quote-slide { top: 80px; left: 50%; width: 300px; max-width: calc(100% - 40px); margin-left: -150px; }
	.quote-slide > p { margin-bottom: 34px; font-size: 12px; line-height: 16px; }
	.quote-slide footer { font-size: 10px; line-height: 14px; }
	.quotes__dots { top: 298px; }
	.quotes__mark { width: 92px; height: 68px; }
	.quotes__marquee { top: auto; bottom: 8px; font-size: 38px; white-space: nowrap; }

	.partners { height: auto; min-height: 0; padding: 70px 0; }
	.partners .section-title { margin-bottom: 30px; font-size: 26px; }
	.partners__grid { grid-template-columns: repeat(4,1fr); gap: 10px; margin: 0; border: 0; }
	.partner-card, .partner-card + .partner-card { border: 0; }
	.partner-card__logo { height: 74px; padding: 8px; border: 0; }
	.partner-card__logo img { max-width: 70px; max-height: 45px; }
	.partner-fallback { font-size: 10px; }
	.partner-fallback--4 { font-size: 14px; }

	.partnership { min-height: 560px; background-position: center; }
	.partnership__content { display: block; height: auto; min-height: 560px; padding-top: 64px; padding-bottom: 50px; text-align: left; }
	.partnership__content > div:first-child { position: static; width: auto; }
	.partnership h2 { width: 300px; height: auto; margin-bottom: 24px; font-size: 26px; line-height: 26px; }
	.partnership p { width: 300px; height: auto; font-size: 12px; line-height: 16px; }
	.contact-form { position: static; display: grid; width: 100%; grid-template-columns: 1fr; margin-top: 38px; transform: none; }
	.contact-form input:not([type="checkbox"]) { height: 50px; padding: 0 8px; font-size: 12px; }
	.contact-form .button { width: 100%; height: 50px; min-height: 50px; margin-top: 16px; font-size: 12px; }
	.contact-form__consent { order: 5; margin-top: 14px; font-size: 10px; line-height: 14px; }
	.contact-form__status { position: static; }

	.history { height: auto; min-height: 0; padding: 70px 0 80px; }
	.history-canvas { display: grid; width: 100%; height: auto; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
	.history__title { position: static; grid-column: 1/-1; width: auto; height: auto; margin: 0 0 14px; font-size: 26px; line-height: 26px; }
	.history-shot { position: static; width: 100%; height: auto; min-height: 0; aspect-ratio: 1.25; }
	.history-shot--1 { grid-column: 1; grid-row: span 2; aspect-ratio: .63; }
	.history-shot--5, .history-shot--8, .history-shot--10, .history-shot--14, .history-shot--15 { grid-column: 1/-1; aspect-ratio: 1.65; }
	.history-copy, .interviews { position: static; grid-column: 1/-1; width: 100%; max-width: none; margin: 20px 0; padding: 0; }
	.history-copy h3, .interviews > h3 { width: 100%; height: auto; font-size: 18px; line-height: 22px; }
	.history-copy p { width: 100%; margin-top: 24px; font-size: 12px; line-height: 18px; }
	.interviews__grid { grid-template-columns: repeat(2,1fr); gap: 34px 20px; margin-top: 40px; }
	.interviews__grid article { width: 100%; min-height: 0; }
	.interviews h4, .interviews article p, .interviews article a { font-size: 10px; line-height: 14px; }

	.site-footer { height: auto; min-height: 752px; margin: 0; padding: 80px 10px 60px; }
	.site-footer .container { padding-inline: 0; }
	.site-footer__grid { position: relative; display: grid; height: 454px; grid-template-columns: 160px 160px; gap: 0 20px; }
	.site-footer__brand { position: static; grid-column: 1/-1; width: auto; }
	.footer-nav { position: static; grid-column: 1; width: auto; gap: 24px; margin-top: 40px; }
	.footer-nav a, .site-footer__contacts > a { font-size: 12px; line-height: 15px; }
	.site-footer__contacts { position: static; grid-column: 2; width: auto; gap: 24px; margin-top: 40px; }
	.social-links { position: static; width: auto; margin-top: 76px; }
	.social-links a { width: 40px; height: 40px; }
	.site-footer__actions { position: absolute; top: 338px; left: 0; display: block; width: 340px; height: 116px; }
	.footer-search, .footer-search input, .site-footer__actions .button { position: absolute; left: 0; width: 340px; height: 50px; min-height: 50px; }
	.footer-search { top: 0; }
	.site-footer__actions .button:nth-child(2) { top: 66px; font-size: 12px; }
	.site-footer__bottom { position: static; display: flex; align-items: flex-start; flex-direction: column; width: 100%; height: auto; gap: 12px; margin-top: 50px; transform: none; font-size: 12px; line-height: 18px; }
	.site-footer__bottom > * { position: static; white-space: normal; }
	.back-to-top { right: 10px; bottom: 10px; width: 50px; height: 50px; }
}



/* Mobile landing and menu — Figma frame 131:295 (360px). */
.mobile-menu {
	display: none;
}

.contact-form__consent a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 3px;
}

@media (min-width: 901px) {
	.quotes__marquee {
		top: 396px;
	}

	.partners {
		height: auto;
		min-height: 520px;
		padding-bottom: 90px;
	}

	.site-header__actions .button--light {
		width: 190px;
	}

	.site-footer__actions {
		height: 178px;
	}

	.site-footer__actions .button:nth-child(2) {
		top: 126px;
	}
}

@media (max-width: 620px) {
	:root {
		--gutter: 10px;
	}

	html,
	body {
		width: 100%;
		overflow-x: clip;
	}

	.container {
		width: 100%;
		padding-inline: 10px;
	}

	.section {
		padding: 60px 0;
	}

	.site-header__top {
		height: 76px;
		padding-top: 0;
	}

	.site-header__top .brand {
		align-self: center;
	}

	.brand__image {
		width: 144px;
		max-width: 144px;
		height: 28px;
		max-height: 28px;
	}

	.menu-toggle {
		width: 50px;
		height: 44px;
		padding: 8px 5px;
	}

	.menu-toggle span:not(.screen-reader-text) {
		width: 40px;
		height: 2px;
		margin: 9px 0;
		background: var(--cyan);
	}

	.menu-toggle span:not(.screen-reader-text):nth-child(3) {
		display: none;
	}

	.site-header__navrow {
		display: none;
	}

	.mobile-menu {
		position: fixed;
		z-index: 120;
		inset: 0;
		display: block;
		width: 100%;
		height: 100dvh;
		min-height: 640px;
		overflow-y: auto;
		padding: 28px 10px 40px;
		background: #073a47;
		color: #fff;
		opacity: 0;
		visibility: hidden;
		transform: translateX(100%);
		transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
	}

	.mobile-menu.is-open {
		opacity: 1;
		visibility: visible;
		transform: none;
	}

	body.menu-open {
		overflow: hidden;
	}

	.mobile-menu__head {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.mobile-menu__head .brand__image {
		width: 144px;
		height: 28px;
	}

	.mobile-menu__close {
		position: relative;
		width: 40px;
		height: 28px;
		padding: 0;
		border: 0;
		background: transparent;
	}

	.mobile-menu__close span {
		position: absolute;
		top: 13px;
		left: 0;
		width: 40px;
		height: 2px;
		background: var(--cyan);
	}

	.mobile-menu__close span:first-child {
		transform: rotate(25deg);
	}

	.mobile-menu__close span:last-child {
		transform: rotate(-25deg);
	}

	.mobile-menu__search {
		position: relative;
		display: block;
		width: 100%;
		height: 50px;
		margin-top: 60px;
	}

	.mobile-menu__search input {
		width: 100%;
		height: 50px;
		padding: 0 58px 0 20px;
		border: 0;
		outline: 0;
		background: rgba(255,255,255,.1);
		color: #fff;
		font: inherit;
		font-size: 12px;
	}

	.mobile-menu__search input::placeholder {
		color: #fff;
		opacity: 1;
	}

	.mobile-menu__search button {
		position: absolute;
		top: 14px;
		right: 22px;
		width: 18px;
		height: 18px;
		padding: 0;
		border: 2px solid #85d2e5;
		border-radius: 50%;
		background: transparent;
		cursor: pointer;
	}

	.mobile-menu__search button::after {
		position: absolute;
		right: -6px;
		bottom: -4px;
		width: 8px;
		height: 2px;
		background: #85d2e5;
		content: "";
		transform: rotate(45deg);
	}

	.mobile-menu__nav {
		display: flex;
		align-items: center;
		flex-direction: column;
		gap: 24px;
		margin-top: 60px;
	}

	.mobile-menu__nav a {
		color: #fff;
		font-size: 14px;
		line-height: 18px;
		text-decoration: none;
	}

	.mobile-menu__contacts {
		display: flex;
		align-items: center;
		flex-direction: column;
		gap: 24px;
		margin-top: 98px;
	}

	.mobile-menu__contacts a {
		color: #fff;
		font-size: 14px;
		font-weight: 600;
		line-height: 18px;
		text-decoration: none;
	}

	.mobile-menu__contacts a:last-child {
		font-weight: 500;
		text-decoration: underline;
		text-underline-offset: 4px;
	}

	.mobile-menu__contact {
		width: 100%;
		height: 50px;
		min-height: 50px;
		margin-top: 40px;
		background: #fff;
		color: #073a47;
		font-size: 12px;
	}

	.hero {
		min-height: 768px;
		background-position: center;
	}

	.hero__inner {
		display: block;
		padding-top: 100px;
		text-align: center;
	}

	.hero__copy {
		width: 100%;
		max-width: none;
		text-align: center;
	}

	.hero__accent {
		font-size: 12px;
		letter-spacing: .6em;
	}

	.hero h1 {
		margin-top: 16px;
		font-size: 50px;
		line-height: 1;
		text-align: center;
	}

	.hero__lead {
		margin: 20px 0 32px;
		font-size: 12px;
		line-height: 18px;
		text-align: center;
	}

	.hero__copy .button {
		width: 200px;
		height: 50px;
		min-height: 50px;
		margin-inline: auto;
		font-size: 12px;
	}

	.hero-card {
		display: block;
		width: 340px;
		max-width: 100%;
		margin: 60px auto 0;
		padding: 0;
		border: 0;
		clip-path: none;
		background: transparent;
		text-align: center;
	}

	.hero-card::before {
		display: none;
	}

	.hero-card h2,
	.hero-card p {
		width: 100%;
		font-size: 12px;
		line-height: 18px;
	}

	.ticker {
		height: 60px;
	}

	.ticker__group {
		gap: 52px;
	}

	.ticker__track span {
		padding: 0;
		font-size: 12px;
		line-height: 15px;
	}

	.nomination {
		padding-top: 80px;
	}

	.nomination__layout {
		display: flex;
		flex-direction: column;
	}

	.nomination__content {
		order: 1;
		padding: 0;
		text-align: center;
	}

	.nomination__content .section-kicker {
		margin: 0;
		font-size: 26px;
		line-height: 26px;
	}

	.nomination__content .section-title {
		margin: 0 0 28px;
		font-size: 26px;
		line-height: 26px;
	}

	.nomination__intro {
		font-size: 12px;
		line-height: 18px;
	}

	.winner {
		order: 2;
		display: block;
		margin-top: 76px;
		padding: 0 0 80px;
		text-align: center;
	}

	.winner .section-kicker {
		width: 235px;
		margin: 0 auto 32px;
		font-size: 18px;
		line-height: 22px;
	}

	.winner__card {
		width: 310px;
		height: auto;
		margin: 0 auto;
		padding: 340px 40px 40px;
		text-align: left;
	}

	.winner__photo {
		top: 0;
		left: 40px;
		width: 300px;
		height: 300px;
		margin: 0;
	}

	.winner__card h3 {
		font-size: 16px;
		line-height: 22px;
	}

	.winner__card p,
	.winner__quote p {
		font-size: 12px;
		line-height: 16px;
	}

	.winner__quote {
		margin: 32px auto 0;
		text-align: center;
	}

	.winner__quote-icon {
		width: 35px;
		height: 26px;
		margin: 0 auto 20px;
	}

	.criteria {
		order: 3;
		margin-top: 80px;
		padding-top: 0;
		border-top: 0;
		text-align: left;
	}

	.criteria > h3 {
		font-size: 18px;
		line-height: 22px;
	}

	.criteria__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 28px 20px;
		margin-top: 32px;
	}

	.criterion b {
		width: 48px;
		height: 48px;
		font-size: 18px;
	}

	.criterion p {
		font-size: 12px;
		line-height: 16px;
	}

	.benefits {
		margin-top: 80px;
	}

	.benefits .section-kicker {
		width: 280px;
		font-size: 18px;
		line-height: 22px;
	}

	.benefits__grid {
		display: flex;
		gap: 20px;
		margin-inline: -10px;
		padding: 0 10px 12px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
	}

	.benefit-card {
		flex: 0 0 280px;
		min-height: 330px;
		padding: 30px;
		scroll-snap-align: start;
	}

	.benefit-card h3 {
		font-size: 14px;
		line-height: 18px;
	}

	.benefit-card p {
		font-size: 12px;
		line-height: 16px;
	}

	.experts {
		padding: 70px 0 90px;
	}

	.experts .section-title {
		width: 180px;
		margin-bottom: 36px;
		font-size: 26px;
		line-height: 26px;
	}

	.experts__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 36px 20px;
	}

	.expert-card {
		width: 160px;
		max-width: 100%;
		margin: 0;
	}

	.expert-card__photo {
		width: 160px;
		max-width: 100%;
		height: 160px;
	}

	.expert-card__photo::before {
		top: 20px;
		right: 20px;
		width: calc(100% - 20px);
		height: calc(100% - 20px);
	}

	.expert-card__photo img,
	.expert-card__photo > span,
	.expert-card__photo .demo-crop {
		left: 20px;
		width: calc(100% - 20px);
		height: calc(100% - 20px);
	}

	.expert-card h3 {
		font-size: 12px;
		line-height: 16px;
	}

	.expert-card p {
		font-size: 10px;
		line-height: 14px;
	}

	.quotes {
		min-height: 390px;
	}

	.quotes__inner {
		min-height: 350px;
	}

	.quote-slide {
		top: 80px;
		width: 300px;
		max-width: calc(100% - 40px);
		margin-left: -150px;
	}

	.quote-slide > p {
		margin-bottom: 34px;
		font-size: 12px;
		line-height: 16px;
	}

	.quote-slide footer {
		font-size: 10px;
		line-height: 14px;
	}

	.quotes__dots {
		top: 298px;
	}

	.quotes__mark {
		width: 92px;
		height: 68px;
	}

	.quotes__marquee {
		top: auto;
		bottom: -2px;
		font-size: 38px;
		white-space: nowrap;
	}

	.partners {
		min-height: 0;
		padding: 70px 0;
	}

	.partners .section-title {
		margin-bottom: 30px;
		font-size: 26px;
	}

	.partners__grid {
		grid-template-columns: repeat(4, 1fr);
		gap: 10px;
		margin: 0;
		border: 0;
	}

	.partner-card,
	.partner-card + .partner-card {
		border: 0;
	}

	.partner-card__logo {
		height: 74px;
		padding: 8px;
		border: 0;
	}

	.partner-card__logo img {
		max-width: 70px;
		max-height: 45px;
	}

	.partner-fallback {
		font-size: 10px;
	}

	.partner-fallback--4 {
		font-size: 14px;
	}

	.partnership {
		min-height: 470px;
		background-position: center;
	}

	.partnership__content {
		display: block;
		padding-top: 64px;
		padding-bottom: 50px;
		text-align: left;
	}

	.partnership h2 {
		width: 300px;
		margin-bottom: 24px;
		font-size: 26px;
		line-height: 26px;
	}

	.partnership p {
		width: 300px;
		font-size: 12px;
		line-height: 16px;
	}

	.contact-form {
		display: grid;
		grid-template-columns: 1fr;
		margin-top: 38px;
	}

	.contact-form input:not([type="checkbox"]) {
		height: 50px;
		padding: 0 8px;
		font-size: 12px;
	}

	.contact-form .button {
		height: 50px;
		min-height: 50px;
		margin-top: 16px;
		font-size: 12px;
	}

	.contact-form__consent {
		order: 5;
		margin-top: 14px;
		font-size: 10px;
		line-height: 14px;
	}

	.history {
		padding: 70px 0 80px;
	}

	.history-canvas {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px;
		height: auto;
	}

	.history__title {
		grid-column: 1 / -1;
		margin: 0 0 14px;
		font-size: 26px;
		line-height: 26px;
	}

	.history-shot {
		position: static;
		width: 100%;
		height: auto;
		min-height: 0;
		aspect-ratio: 1.25;
	}

	.history-shot--1 {
		grid-column: 1;
		grid-row: span 2;
		aspect-ratio: .63;
	}

	.history-shot--5,
	.history-shot--8,
	.history-shot--10,
	.history-shot--14,
	.history-shot--15 {
		grid-column: 1 / -1;
		aspect-ratio: 1.65;
	}

	.history-copy,
	.interviews {
		position: static;
		grid-column: 1 / -1;
		width: 100%;
		max-width: none;
		margin: 20px 0;
		padding: 0;
	}

	.history-copy h3,
	.interviews > h3 {
		width: 100%;
		height: auto;
		font-size: 18px;
		line-height: 22px;
	}

	.history-copy p {
		width: 100%;
		margin-top: 24px;
		font-size: 12px;
		line-height: 18px;
	}

	.interviews__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 34px 20px;
		margin-top: 40px;
	}

	.interviews__grid article {
		width: 100%;
		min-height: 0;
	}

	.interviews h4,
	.interviews article p,
	.interviews article a {
		font-size: 10px;
		line-height: 14px;
	}

	.site-footer {
		min-height: 752px;
		margin: 0;
		padding: 80px 10px 60px;
	}

	.site-footer .container {
		padding-inline: 0;
	}

	.site-footer__grid {
		position: relative;
		display: grid;
		height: 454px;
		grid-template-columns: 160px 160px;
		gap: 0 20px;
	}

	.site-footer__brand {
		grid-column: 1 / -1;
	}

	.footer-nav {
		grid-column: 1;
		gap: 24px;
		margin-top: 40px;
	}

	.footer-nav a,
	.site-footer__contacts > a {
		font-size: 12px;
		line-height: 15px;
	}

	.site-footer__contacts {
		grid-column: 2;
		gap: 24px;
		margin-top: 40px;
	}

	.social-links {
		margin-top: 76px;
	}

	.social-links a {
		width: 40px;
		height: 40px;
	}

	.site-footer__actions {
		position: absolute;
		top: 338px;
		left: 0;
		display: block;
		width: 340px;
		height: 116px;
	}

	.footer-search,
	.footer-search input,
	.site-footer__actions .button {
		position: absolute;
		left: 0;
		width: 340px;
		height: 50px;
		min-height: 50px;
	}

	.footer-search {
		top: 0;
	}

	.site-footer__actions .button:nth-child(2) {
		top: 66px;
		font-size: 12px;
	}

	.site-footer__bottom {
		position: static;
		display: flex;
		align-items: flex-start;
		flex-direction: column;
		width: 100%;
		height: auto;
		gap: 12px;
		margin-top: 50px;
		transform: none;
		font-size: 12px;
		line-height: 18px;
	}

	.site-footer__bottom > * {
		position: static;
		white-space: normal;
	}

	.back-to-top {
		right: 10px;
		bottom: 10px;
		width: 50px;
		height: 50px;
	}
}


/* Alternative hero — V2 */
.hero.hero--v2 {
	display: block;
	min-height: 930px;
	background-position: center;
	background-size: cover;
}

.hero-v2__layout {
	position: relative;
	z-index: 1;
	width: min(1440px, 100%);
	height: 930px;
	margin-inline: auto;
}

.hero-v2__accent,
.hero-v2__title,
.hero-v2__copy p,
.hero-v2__side h2,
.hero-v2__side p {
	margin: 0;
}

.hero-v2__accent {
	position: absolute;
	z-index: 3;
	top: 157px;
	left: 50%;
	width: 120px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: .6em;
	text-align: center;
	transform: translateX(-50%);
}

.hero--v2 .hero-v2__title {
	position: absolute;
	z-index: 3;
	top: 181px;
	left: 50%;
	width: 1440px;
	max-width: 100%;
	color: #fff;
	font-size: 140px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	transform: translateX(-50%);
}

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

.hero-v2__line {
	position: absolute;
	z-index: 1;
	background: rgba(255, 255, 255, .22);
	pointer-events: none;
}

.hero-v2__line--horizontal {
	top: 346px;
	left: 0;
	width: 100%;
	height: 1px;
}

.hero-v2__line--vertical {
	top: 346px;
	bottom: 0;
	left: calc(50% + 183px);
	width: 1px;
}

.hero-v2__copy {
	position: absolute;
	z-index: 3;
	top: 424px;
	left: 0;
	width: 478px;
}

.hero-v2__copy p {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.hero--v2 .hero-v2__button {
	position: absolute;
	top: 186px;
	left: 0;
	display: flex;
	width: 199px;
	height: 60px;
	min-height: 60px;
	justify-content: space-between;
	padding: 16px 28px;
	background: #b80005;
	color: #fff;
}

.hero--v2 .hero-v2__button.button--arrow::after {
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
	margin-left: 0;
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.172 13L4 13L4 11L16.172 11L10.808 5.63605L12.222 4.22205L20 12L12.222 19.778L10.808 18.364L16.172 13Z' fill='white'/%3E%3C/svg%3E") center / 24px 24px no-repeat;
	content: "";
}

.back-to-top {
	font-size: 0;
}

.back-to-top::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 24px;
	height: 24px;
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.172 13L4 13L4 11L16.172 11L10.808 5.63605L12.222 4.22205L20 12L12.222 19.778L10.808 18.364L16.172 13Z' fill='white'/%3E%3C/svg%3E") center / 24px 24px no-repeat;
	content: "";
	transform: translate(-50%, -50%) rotate(-90deg);
	transform-origin: center;
}

.hero-v2__statue {
	position: absolute;
	z-index: 4;
	top: 280px;
	left: calc(50% - 192px);
	width: 350px;
	height: 636px;
}

.hero-v2__statue img {
	width: 350px;
	height: 636px;
	object-fit: contain;
}

.hero-v2__side {
	position: absolute;
	z-index: 3;
	top: 424px;
	right: 0;
	left: auto;
	width: 328px;
	color: #fff;
}

.hero-v2__side h2 {
	width: 244px;
	min-height: 60px;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	text-transform: uppercase;
}

.hero-v2__side p {
	width: 328px;
	margin-top: 20px;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

@media (min-width: 1440px) {
	.container {
		width: min(1440px, 100%);
	}

	.hero.hero--v2 {
		height: 930px;
		min-height: 930px;
		background-position: center;
		background-size: cover;
	}

	.hero-v2__side {
		display: flex;
		width: 431px;
		height: 246px;
		flex-direction: column;
	}

	.hero-v2__copy p {
		font-size: 18px;
		line-height: 28px;
	}

	.hero-v2__side h2 {
		width: 100%;
		font-size: 16px;
		line-height: 22px;
	}

	.hero-v2__side p {
		width: 100%;
		margin-top: auto;
		font-size: 16px;
		line-height: 24px;
	}
}

@media (min-width: 901px) and (max-width: 1439px) {
	.hero.hero--v2,
	.hero-v2__layout {
		height: 800px;
		min-height: 800px;
	}

	.hero--v2 .hero-v2__title {
		top: 190px;
		width: calc(100% - 48px);
		font-size: clamp(68px, 8vw, 94px);
	}

	.hero-v2__accent { top: 158px; }
	.hero-v2__line--horizontal { top: 320px; left: 5%; width: 90%; }
	.hero-v2__line--vertical { top: 320px; left: 66%; }
	.hero-v2__copy { top: 380px; left: 5%; width: 38%; }
	.hero-v2__statue { top: 330px; left: 47%; width: 190px; height: 345px; }
	.hero-v2__statue img { width: 190px; height: 345px; }
	.hero-v2__side { top: 380px; right: 5%; left: auto; width: 27%; }
	.hero-v2__side h2,
	.hero-v2__side p { width: 100%; }
}

@media (max-width: 900px) {
	.hero.hero--v2,
	.hero-v2__layout {
		height: 760px;
		min-height: 760px;
	}

	.hero-v2__accent { top: 145px; }
	.hero--v2 .hero-v2__title {
		top: 180px;
		width: calc(100% - 44px);
		font-size: clamp(48px, 10vw, 76px);
		white-space: normal;
	}
	.hero-v2__line--horizontal { top: 350px; left: 22px; width: calc(100% - 44px); }
	.hero-v2__line--vertical,
	.hero-v2__statue,
	.hero-v2__side { display: none; }
	.hero-v2__copy {
		top: 400px;
		left: 50%;
		width: min(520px, calc(100% - 44px));
		text-align: center;
		transform: translateX(-50%);
	}
	.hero--v2 .hero-v2__copy .hero-v2__button { top: 180px; left: 50%; transform: translateX(-50%); }
}

@media (max-width: 620px) {
	.hero.hero--v2,
	.hero-v2__layout {
		height: 680px;
		min-height: 680px;
	}
	.hero-v2__accent { top: 120px; }
	.hero--v2 .hero-v2__title { top: 156px; font-size: clamp(38px, 12vw, 58px); }
	.hero-v2__line--horizontal { top: 300px; }
	.hero-v2__copy { top: 340px; }
	.hero-v2__copy p { font-size: 14px; line-height: 21px; }
	.hero--v2 .hero-v2__copy .hero-v2__button { top: 190px; }
}

@font-face {
	font-family: "TT Firs Neue";
	src: url("../fonts/TTFirsNeue-Medium.woff2") format("woff2"),
		local("TT Firs Neue Medium"), local("TTFirsNeue-Medium"),
		url("../fonts/Onest-500.ttf") format("truetype");
	font-style: normal;
	font-weight: 500;
	font-display: swap;
}

@font-face {
	font-family: "TT Firs Neue";
	src: url("../fonts/TTFirsNeue-DemiBold.woff2") format("woff2"),
		local("TT Firs Neue DemiBold"), local("TTFirsNeue-DemiBold"),
		url("../fonts/Onest-600.ttf") format("truetype");
	font-style: normal;
	font-weight: 600;
	font-display: swap;
}

@font-face {
	font-family: "TT Firs Neue";
	src: url("../fonts/TTFirsNeue-Bold.woff2") format("woff2"),
		local("TT Firs Neue Bold"), local("TTFirsNeue-Bold"),
		url("../fonts/Onest-700.ttf") format("truetype");
	font-style: normal;
	font-weight: 700;
	font-display: swap;
}

@font-face {
	font-family: "TT Firs Neue";
	src: url("../fonts/TTFirsNeue-Italic.woff2") format("woff2"),
		local("TT Firs Neue Italic"), local("TTFirsNeue-Italic");
	font-style: italic;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "Onest";
	src: url("../fonts/Onest-400.ttf") format("truetype");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "Onest";
	src: url("../fonts/Onest-500.ttf") format("truetype");
	font-style: normal;
	font-weight: 500;
	font-display: swap;
}

@font-face {
	font-family: "Onest";
	src: url("../fonts/Onest-600.ttf") format("truetype");
	font-style: normal;
	font-weight: 600;
	font-display: swap;
}

@font-face {
	font-family: "Onest";
	src: url("../fonts/Onest-700.ttf") format("truetype");
	font-style: normal;
	font-weight: 700;
	font-display: swap;
}

:root {
	--ink: #073a47;
	--deep: #003d4b;
	--cyan: #45b9cc;
	--red: #cf0000;
	--paper: #eff2f3;
	--white: #fff;
	--line: #cbd5d8;
	--container: 1440px;
	--gutter: 24px;
	--font: "TT Firs Neue", "Onest", "Arial", sans-serif;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 90px;
}

body {
	margin: 0;
	overflow-x: hidden;
	background: var(--paper);
	color: var(--ink);
	font-family: var(--font);
	font-size: 16px;
	line-height: 1.45;
	-webkit-font-smoothing: antialiased;
}

body.menu-open,
body.lightbox-open {
	overflow: hidden;
}

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

a {
	color: inherit;
}

button,
input {
	font: inherit;
}

button {
	cursor: pointer;
}

.container {
	width: min(var(--container), calc(100% - (var(--gutter) * 2)));
	margin-inline: auto;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.section {
	padding: 96px 0;
}

.section--tint {
	background: var(--paper);
}

.section-title {
	max-width: 740px;
	margin: 0 0 56px;
	font-size: 52px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
	text-transform: uppercase;
}

.section-title--cyan {
	color: var(--cyan);
}

.section-title--center {
	max-width: none;
	text-align: center;
}

.section-kicker {
	margin: 0 0 28px;
	font-size: 22px;
	font-weight: 600;
	line-height: 28px;
	text-transform: uppercase;
}

.button {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	padding: 12px 24px;
	border: 0;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
	transition: transform .2s ease, background .2s ease, color .2s ease;
}

.button:hover,
.button:focus-visible {
	transform: translateY(-2px);
}

.button--glass {
	background: rgba(255, 255, 255, .15);
	color: #fff;
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
}

.button--light {
	background: #fff;
	color: var(--ink);
}

.button--cyan {
	background: var(--cyan);
	color: var(--ink);
}

.button--red {
	background: var(--red);
	color: #fff;
}

.button--arrow::after {
	margin-left: 50px;
	content: "→";
	font-size: 20px;
	font-weight: 400;
}

/* Header */
.site-header {
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	width: 100%;
	color: #fff;
}

.site-header__top {
	display: grid;
	grid-template-columns: 280px minmax(240px, 340px) 1fr;
	gap: 32px;
	align-items: center;
	padding-top: 20px;
}

.brand {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	line-height: 1;
}

.brand__image {
	width: auto;
	max-width: 220px;
	max-height: 58px;
	object-fit: contain;
}

.brand__mark {
	margin-right: -5px;
	color: var(--cyan);
	font-size: 39px;
	transform: rotate(-40deg);
}

.brand__name {
	font-size: 38px;
	font-weight: 600;
	letter-spacing: -.08em;
}

.brand__caption {
	margin-left: 12px;
	font-size: 8px;
	font-weight: 600;
	line-height: 1.15;
}

.page-search {
	position: relative;
}

.page-search__box,
.footer-search {
	position: relative;
	display: block;
}

.page-search input,
.footer-search input {
	width: 100%;
	height: 44px;
	padding: 0 50px 0 18px;
	border: 0;
	outline: none;
	background: rgba(255, 255, 255, .12);
	color: #fff;
	font-size: 13px;
}

.page-search input {
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
}

.page-search input::placeholder,
.footer-search input::placeholder {
	color: rgba(255, 255, 255, .8);
}

.page-search__icon,
.footer-search button {
	position: absolute;
	top: 50%;
	right: 16px;
	width: 15px;
	height: 15px;
	padding: 0;
	border: 2px solid var(--cyan);
	border-radius: 50%;
	background: transparent;
	cursor: pointer;
	transform: translateY(-60%);
}

.page-search__icon::after,
.footer-search button::after {
	position: absolute;
	right: -5px;
	bottom: -4px;
	width: 7px;
	height: 2px;
	background: var(--cyan);
	content: "";
	transform: rotate(45deg);
}

.page-search__status {
	position: absolute;
	top: calc(100% + 7px);
	left: 0;
	padding: 5px 9px;
	background: rgba(0, 25, 32, .9);
	font-size: 11px;
	opacity: 0;
	pointer-events: none;
}

.page-search__status.is-visible {
	opacity: 1;
}

mark.bl-search-hit {
	background: #fff36b;
	color: #111;
}

mark.bl-search-hit.is-current {
	background: #ff9e30;
}

.site-header__actions {
	display: flex;
	justify-content: flex-end;
	gap: 18px;
}

.site-header__navrow {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	padding-top: 18px;
}

.main-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 34px;
}

.main-nav a,
.site-header__contacts a {
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
}

.main-nav a:hover,
.site-header__contacts a:hover {
	color: var(--cyan);
}

.site-header__contacts {
	display: flex;
	gap: 58px;
	font-weight: 600;
}

.site-header__contacts a:first-child {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.menu-toggle {
	display: none;
	width: 42px;
	height: 42px;
	padding: 9px;
	border: 0;
	background: transparent;
}

.menu-toggle span:not(.screen-reader-text) {
	display: block;
	height: 2px;
	margin: 5px 0;
	background: #fff;
}

/* Hero */
.hero {
	position: relative;
	display: flex;
	min-height: 930px;
	align-items: center;
	overflow: hidden;
	background: #002d3b var(--hero-bg) center / cover no-repeat;
	color: #fff;
}

.hero__inner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 610px) 250px;
	gap: min(20vw, 230px);
	align-items: center;
	padding-top: 120px;
}

.hero__copy {
	padding-top: 45px;
	text-align: center;
}

.hero__accent {
	margin: 0 0 -2px;
	color: var(--cyan);
	font-size: 60px;
	font-weight: 600;
	line-height: 1;
}

.hero h1 {
	margin: 0;
	font-size: 60px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
	white-space: nowrap;
}

.hero__lead {
	max-width: 600px;
	margin: 38px auto 58px;
	font-size: 16px;
	line-height: 24px;
}

.hero-card {
	position: relative;
	padding: 42px 24px 38px;
	border: 0;
	background: rgba(0, 18, 27, .55);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	clip-path: polygon(14% 0, 100% 0, 100% 86%, 86% 100%, 0 100%, 0 14%);
	text-align: center;
}

.hero-card::before {
	position: absolute;
	inset: 0;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='14,0.5 99.5,0.5 99.5,86 86,99.5 0.5,99.5 0.5,14' fill='none' stroke='%2345b9cc' stroke-width='1' vector-effect='non-scaling-stroke'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
	content: "";
	pointer-events: none;
}

.hero-card h2,
.hero-card p {
	position: relative;
	z-index: 1;
}

.hero-card h2 {
	margin: 0 0 20px;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
}

.hero-card p {
	margin: 0;
	font-size: 14px;
	line-height: 20px;
}

.ticker {
	overflow: hidden;
	height: 70px;
	background: var(--red);
	color: #fff;
}

.ticker__track {
	display: flex;
	width: max-content;
	height: 100%;
	align-items: center;
	animation: ticker var(--ticker-duration, 28s) linear infinite;
}

.ticker__group {
	display: flex;
	height: 100%;
	flex: 0 0 auto;
	align-items: center;
}

.ticker__track span {
	padding: 0 46px;
	font-size: 18px;
	font-weight: 600;
	line-height: 23px;
	white-space: nowrap;
}

@keyframes ticker {
	to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
	.ticker__track { animation-play-state: paused; }
}

/* Nomination */
.nomination {
	padding-top: 118px;
}

.nomination__layout {
	display: grid;
	grid-template-columns: 43% 57%;
	border-bottom: 1px solid var(--line);
}

.winner {
	padding: 0 70px 50px 0;
	border-right: 1px solid var(--line);
}

.winner__card {
	width: 310px;
	margin: 32px 0 0;
	padding: 0 38px 36px;
	background: #fff;
}

.winner__photo {
	width: 300px;
	height: 300px;
	overflow: hidden;
	background: #d7d9da;
}

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

.winner__card h3 {
	margin: 25px 0 12px;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	text-transform: uppercase;
}

.winner__card p,
.winner__quote p {
	font-size: 14px;
	line-height: 20px;
}

.winner__quote {
	max-width: 358px;
	margin: 55px 0 0;
}

.winner__quote-icon {
	display: block;
	width: 70px;
	height: 52px;
	margin: 0 0 28px;
	object-fit: contain;
}

.winner__quote p {
	margin: 0;
	font-style: italic;
	line-height: 20px;
}

.nomination__content {
	padding: 0 0 50px 90px;
}

.nomination__content .section-kicker {
	margin-bottom: 0;
	font-size: 52px;
	line-height: 52px;
}

.nomination__content .section-title {
	margin-bottom: 45px;
	font-size: 52px;
}

.nomination__intro {
	font-size: 14px;
	line-height: 20px;
}

.nomination__intro p {
	margin: 0 0 18px;
	width: 670px;
}

.criteria {
	margin-top: 55px;
	padding-top: 52px;
	border-top: 1px solid var(--line);
}

.criteria > h3 {
	max-width: 160px;
	margin: 0 0 34px;
	font-size: 22px;
	font-weight: 600;
	line-height: 28px;
	text-transform: uppercase;
}

.criteria__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 28px 48px;
}

.criterion:last-child:nth-child(odd) {
	grid-column: 1 / -1;
}

.criterion b {
	display: inline-grid;
	width: 47px;
	height: 47px;
	place-items: center;
	background: var(--cyan);
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	line-height: 28px;
}

.criterion h4 {
	margin: 14px 0 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 21px;
}

.criterion p {
	margin: 13px 0 0;
	font-size: 14px;
	line-height: 20px;
}

.benefits {
	padding-top: 66px;
}

.benefits .section-kicker {
	max-width: 400px;
}

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

.benefit-card {
	min-height: 350px;
	padding: 38px 30px;
	background: #fff;
}

.benefit-card__icon {
	display: block;
	width: 34px;
	height: 34px;
	margin-bottom: 38px;
	object-fit: contain;
}

.benefit-card h3 {
	min-height: 53px;
	margin: 0 0 22px;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	text-transform: uppercase;
}

.benefit-card p {
	margin: 0;
	font-size: 14px;
	line-height: 20px;
}

/* Experts */
.experts {
	padding: 125px 0 150px;
	background: #fff;
}

.experts .section-title {
	max-width: 530px;
}

.experts__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 80px 32px;
}

.expert-card__photo {
	position: relative;
	width: calc(100% - 28px);
	aspect-ratio: 1;
	margin: 0 0 28px 28px;
	background: #d5d5d5;
}

.expert-card__photo::before {
	position: absolute;
	z-index: 0;
	top: 28px;
	right: 28px;
	bottom: -28px;
	left: -28px;
	background: var(--red);
	content: "";
}

.expert-card__photo img,
.expert-card__photo > span,
.expert-card__photo .demo-crop {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(1);
}

.expert-card h3 {
	margin: 0 0 17px;
	font-size: 16px;
	font-weight: 600;
	line-height: 21px;
	text-transform: uppercase;
}

.expert-card p {
	margin: 0;
	font-size: 14px;
	line-height: 22px;
}

/* Reference-image crops used only before editors upload originals. */
.demo-crop {
	background-image: url("../images/design-reference.png");
	background-repeat: no-repeat;
	background-size: 1440px 11268px;
}

.demo-crop--winner { width: 100%; height: 100%; background-position: -175px -1054px; }
.demo-crop--expert-1 { background-position: -165px -2774px; }
.demo-crop--expert-2 { background-position: -465px -2774px; }
.demo-crop--expert-3 { background-position: -765px -2774px; }
.demo-crop--expert-4 { background-position: -1065px -2774px; }

/* Quotes */
.quotes {
	position: relative;
	min-height: 477px;
	overflow: hidden;
	background: var(--red) var(--quotes-bg, url("../images/fonliderybiznesa.png")) center / cover no-repeat;
	color: #fff;
}

.quotes__inner {
	position: relative;
	display: grid;
	min-height: 420px;
	place-items: center;
	text-align: center;
}

.quote-slide {
	position: absolute;
	top: 120px;
	left: 50%;
	width: 782px;
	max-width: 782px;
	margin: 0 0 0 -391px;
	opacity: 0;
	transform: translateX(30px);
	transition: opacity .6s ease, transform .6s ease;
	pointer-events: none;
}

.quote-slide.is-active {
	opacity: 1;
	transform: none;
	pointer-events: auto;
}

.quote-slide > p {
	margin: 34px 0 60px;
	font-size: 22px;
	font-weight: 400;
	font-style: italic;
	line-height: 1.2;
}

.quote-slide footer strong,
.quote-slide footer span {
	display: block;
}

.quote-slide footer {
	font-size: 16px;
	line-height: 1.2;
}

.quotes__dots {
	position: absolute;
	top: 356px;
	bottom: auto;
	display: flex;
	gap: 10px;
}

.quotes__dots button {
	width: 40px;
	height: 2px;
	padding: 0;
	border: 0;
	background: rgba(255, 255, 255, .35);
}

.quotes__dots button.is-active {
	background: #fff;
}

.quotes__mark {
	position: absolute;
	top: 0;
	right: 0;
	width: 161px;
	height: 120px;
}

.quotes__mark img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.quotes__marquee {
	position: absolute;
	top: 418px;
	bottom: auto;
	left: 50%;
	width: max-content;
	color: #fff;
	font-size: 92.402px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
	transform: translateX(-50%);
}

/* Partners */
.partners {
	padding: 105px 0 120px;
}

.partners__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 45px;
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.partner-card {
	min-width: 0;
	text-align: center;
}

.partner-card + .partner-card {
	border-left: 1px solid var(--line);
}

.partner-card a {
	text-decoration: none;
}

.partner-card__logo {
	display: grid;
	height: 145px;
	padding: 26px;
	place-items: center;
}

.partner-card__logo img {
	max-width: 160px;
	max-height: 80px;
	object-fit: contain;
}

.partner-card > p,
.partner-card a > p {
	margin: 0;
	padding: 22px 10px;
	border-top: 1px solid var(--line);
	font-size: 16px;
	line-height: 24px;
}

.partner-fallback {
	font-size: 20px;
	font-weight: 600;
}

.partner-fallback--1 { color: #008acb; }
.partner-fallback--2 { color: #7b1734; }
.partner-fallback--3 { color: var(--red); }
.partner-fallback--4 { color: var(--cyan); font-size: 32px; }

.partners__pending {
	display: flex;
	width: max-content;
	max-width: 100%;
	align-items: center;
	gap: 10px;
	margin: 36px auto 0;
	padding: 14px 22px;
	background: #e1f3f6;
	color: #48808b;
	font-size: 14px;
	line-height: 18px;
}

.partners__pending img {
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
	object-fit: contain;
}

/* Partnership */
.partnership {
	position: relative;
	min-height: 616px;
	background: #073a47 var(--partnership-bg, url("../images/partnership-bg.png")) center / cover no-repeat;
	color: #fff;
}

.partnership__overlay {
	display: none;
}

.partnership__content {
	position: relative;
	display: grid;
	grid-template-columns: 340px 1fr;
	gap: 80px;
	align-items: center;
	min-height: 616px;
}

.partnership h2 {
	margin: 0 0 42px;
	font-size: 52px;
	font-weight: 600;
	line-height: 1;
	color: #fff;
}

.partnership h2 span {
	color: var(--cyan);
}

.partnership p {
	margin: 0;
	font-size: 18px;
	line-height: 23px;
	text-transform: none;
}

.contact-form {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 200px;
	align-items: end;
}

.contact-form label {
	position: relative;
}

.contact-form label > span:not(:last-child) {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.contact-form input:not([type="checkbox"]) {
	width: 100%;
	height: 64px;
	padding: 0 18px;
	border: 0;
	border-top: 1px solid rgba(148, 181, 187, .3);
	outline: none;
	background: transparent;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
}

.contact-form input::placeholder {
	color: #fff;
}

.contact-form .button {
	height: 64px;
}

.contact-form__consent {
	grid-column: 1 / -1;
	display: flex;
	gap: 8px;
	align-items: center;
	margin-top: 14px;
	font-size: 14px;
	line-height: 18px;
}

.contact-form__consent input {
	accent-color: var(--cyan);
}

.contact-form__honey {
	position: absolute !important;
	left: -9999px;
}

.contact-form__status {
	grid-column: 1 / -1;
	min-height: 20px;
	margin-top: 10px !important;
}

.contact-form.is-loading {
	opacity: .65;
	pointer-events: none;
}

/* History */
.history {
	padding-top: 120px;
}

.history-grid {
	display: grid;
	grid-template-columns: 360px 1fr 1fr;
	grid-auto-rows: minmax(190px, auto);
	gap: 30px;
}

.history-media {
	min-height: 230px;
	padding: 0;
	border: 0;
	background-color: #ccc;
	transition: transform .25s ease;
}

.history-media:hover {
	transform: scale(1.015);
}

.history-media--portrait {
	grid-row: span 2;
	min-height: 580px;
}

.history-media--wide {
	grid-column: 2 / -1;
	min-height: 390px;
}

.history-copy {
	grid-column: 2 / -1;
	max-width: 680px;
	align-self: center;
	padding: 40px 50px;
}

.history-copy--second {
	grid-column: 2 / -1;
}

.history-copy h3,
.interviews > h3 {
	margin: 0 0 28px;
	font-size: 28px;
	font-weight: 600;
	line-height: 34px;
	text-transform: uppercase;
}

.history-copy p {
	margin: 0;
	font-size: 20px;
	line-height: 28px;
}

.demo-crop--history-1 { background-position: -135px -6257px; }
.demo-crop--history-2 { background-position: -534px -6257px; }
.demo-crop--history-3 { background-position: -935px -6257px; }
.demo-crop--history-4 { background-position: -135px -7001px; }
.demo-crop--history-5 { background-position: -535px -7001px; }
.demo-crop--history-6 { background-position: -135px -7350px; }
.demo-crop--history-7 { background-position: -135px -7682px; }
.demo-crop--history-8 { background-position: -135px -7987px; }
.demo-crop--history-9 { background-position: -935px -7987px; }
.demo-crop--history-10 { background-position: -135px -8405px; }
.demo-crop--history-11 { background-position: -135px -9069px; }
.demo-crop--history-12 { background-position: -532px -9161px; }
.demo-crop--history-13 { background-position: -935px -9161px; }
.demo-crop--history-14 { background-position: -135px -9493px; }
.demo-crop--history-15 { background-position: -532px -9840px; }

.history-canvas {
	position: relative;
}

.history-shot {
	overflow: hidden;
	padding: 0;
	border: 0;
	background-color: #d2d2d2;
}

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

.history-mosaic {
	display: grid;
	grid-template-columns: 360px 1fr 1fr;
	grid-template-rows: 350px 350px 350px 420px;
	gap: 30px;
	margin-top: 30px;
}

.history-mosaic__one {
	grid-column: 1;
	grid-row: 1 / span 2;
}

.history-mosaic__two {
	grid-column: 2;
	grid-row: 1;
}

.history-mosaic__three {
	grid-column: 3;
	grid-row: 1;
}

.history-mosaic__four {
	grid-column: 2 / -1;
	grid-row: 2;
}

.history-mosaic__five {
	grid-column: 1;
	grid-row: 3 / span 2;
}

.history-mosaic__copy {
	grid-column: 2 / -1;
	grid-row: 3;
	padding: 40px 50px;
}

.history-mosaic__six {
	grid-column: 2 / -1;
	grid-row: 4;
}

.acf-gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 26px;
	margin-top: 80px;
}

.acf-gallery button {
	position: relative;
	overflow: hidden;
	padding: 0;
	border: 0;
	aspect-ratio: 4 / 3;
}

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

.play-badge {
	position: absolute;
	top: 50%;
	left: 50%;
	display: grid;
	width: 62px;
	height: 62px;
	place-items: center;
	border-radius: 50%;
	background: rgba(0, 0, 0, .7);
	color: #fff;
	transform: translate(-50%, -50%);
}

.interviews {
	max-width: 760px;
	margin: 110px 0 0 auto;
}

.interviews__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 48px 42px;
}

.interviews__photo {
	width: 68px;
	height: 68px;
	margin-bottom: 15px;
	background: #d1d1d1;
}

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

.interviews h4 {
	margin: 0 0 8px;
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
}

.interviews article p {
	margin: 0 0 12px;
	font-size: 14px;
	line-height: 20px;
}

.interviews article a {
	color: var(--red);
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
}

/* Apply */
.apply {
	padding: 95px 0 105px;
	background: var(--paper);
}

.apply__inner {
	display: grid;
	grid-template-columns: 1fr 560px 1fr;
	align-items: center;
	text-align: center;
}

.apply__inner > div:nth-child(2) {
	z-index: 1;
}

.apply__line {
	height: 1px;
	background: var(--line);
}

.apply h2 {
	margin: 0;
	font-size: 52px;
	font-weight: 600;
	line-height: 1;
}

.apply h2::first-line {
	color: var(--cyan);
}

.apply p {
	max-width: 420px;
	margin: 32px auto;
	font-size: 18px;
	line-height: 23px;
}

.apply__award {
	position: relative;
	height: 250px;
	border-left: 1px solid var(--line);
}

.apply__award img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.apply__award span {
	position: absolute;
	top: 15px;
	right: 0;
	width: 110px;
	height: 110px;
	border: 16px solid rgba(211, 0, 0, .28);
	border-radius: 50%;
	background: radial-gradient(circle at 35% 30%, #fff, #e27c7c 45%, #a90000);
	box-shadow: 0 0 0 5px rgba(218, 167, 63, .4);
}

.apply__award span::after {
	position: absolute;
	top: 95px;
	left: 42px;
	width: 22px;
	height: 145px;
	background: linear-gradient(90deg, #9c6c16, #f1d589, #9c6c16);
	content: "";
	clip-path: polygon(35% 0, 65% 0, 100% 100%, 0 100%);
}

/* Footer */
.site-footer {
	position: relative;
	padding: 85px 0 38px;
	background: var(--deep);
	color: #fff;
}

.site-footer__grid {
	display: grid;
	grid-template-columns: 270px 150px 210px 270px;
	justify-content: space-between;
	gap: 35px;
}

.brand--footer {
	color: #fff;
}

.footer-nav {
	display: grid;
	gap: 18px;
}

.footer-nav a,
.site-footer__contacts > a {
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
}

.site-footer__contacts {
	display: flex;
	flex-direction: column;
	gap: 18px;
	font-weight: 600;
}

.site-footer__contacts > a:nth-child(2) {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.site-footer__contacts > a:first-child {
	white-space: nowrap;
}

.social-links {
	display: flex;
	gap: 7px;
	margin-top: 38px;
}

.social-links a {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border-radius: 50%;
	background: transparent;
	color: var(--deep);
	font-size: 8px;
	font-weight: 800;
	text-decoration: none;
}

.social-links img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.site-footer__actions {
	display: grid;
	gap: 12px;
	align-content: start;
}

.footer-search input {
	background: rgba(255, 255, 255, .12);
}

.site-footer__bottom {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: center;
	margin-top: 75px;
	color: rgba(255, 255, 255, .75);
	font-size: 14px;
	line-height: 18px;
}

.site-footer__bottom p,
.site-footer__bottom a {
	margin: 0;
	white-space: nowrap;
}

.site-footer__bottom a {
	justify-self: center;
	text-decoration: none;
}

.site-footer__bottom p:last-child {
	justify-self: end;
}

.back-to-top {
	position: fixed;
	z-index: 90;
	top: auto;
	right: 24px;
	bottom: 24px;
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	background: var(--red);
	color: #fff;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(12px);
	transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
	text-decoration: none;
}

.back-to-top.is-visible {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
}

/* Lightbox */
.lightbox[hidden] {
	display: none;
}

.lightbox {
	position: fixed;
	z-index: 1000;
	inset: 0;
	display: grid;
	padding: 70px;
	place-items: center;
	background: rgba(0, 17, 22, .94);
}

.lightbox__content {
	display: grid;
	max-width: min(1100px, 100%);
	max-height: 85vh;
	place-items: center;
}

.lightbox__content img,
.lightbox__content video,
.lightbox__content iframe {
	max-width: 100%;
	max-height: 82vh;
	border: 0;
}

.lightbox__content iframe {
	width: min(1000px, 80vw);
	aspect-ratio: 16 / 9;
}

.lightbox__close {
	position: absolute;
	top: 25px;
	right: 30px;
	width: 48px;
	height: 48px;
	border: 0;
	background: transparent;
	color: #fff;
	font-size: 42px;
	line-height: 1;
}

/*
 * Desktop vertical rhythm from the 1440 × 11268 Figma frame.
 * The nomination value includes the 120px transition before experts;
 * partners/history similarly include their designed breathing room.
 */
@media (min-width: 901px) {
	.nomination { min-height: 1654px; }
	.experts { min-height: 1749px; }
	.quotes { min-height: 477px; }
	.partners { min-height: 691px; }
	.partnership { min-height: 616px; }
	.history { min-height: 4149px; }
	.apply { min-height: 475px; }
	.site-footer { min-height: 611px; }
}

/* Exact geometry of the 1440px Figma frame. */
@media (min-width: 1440px) {
	.nomination {
		height: 1654px;
		min-height: 1654px;
		overflow: hidden;
	}

	.experts {
		height: 1749px;
		min-height: 1749px;
		overflow: hidden;
	}

	.quotes {
		height: 477px;
		min-height: 477px;
		background-size: 100% 100%;
	}

	.partnership {
		height: 616px;
		min-height: 616px;
	}

	.hero {
		height: 930px;
		min-height: 930px;
		background-position: right center;
		background-size: 105% 105%;
	}

	.site-header__top {
		grid-template-columns: 288px 334px 1fr;
		gap: 32px;
		padding-top: 20px;
	}

	.page-search {
		width: 334px;
		height: 40px;
	}

	.page-search input {
		width: 372px;
		height: 40px;
		padding: 0 52px 0 20px;
	}

	.site-header__actions {
		gap: 20px;
	}

	.site-header__actions .button--glass {
		width: 200px;
		height: 40px;
		min-height: 40px;
		padding: 11px 20px;
	}

	.site-header__actions .button--light {
		width: 170px;
		height: 40px;
		min-height: 40px;
		padding: 11px 20px;
	}

	.hero__copy .button {
		width: 199px;
		height: 60px;
		min-height: 60px;
		padding: 18px 28px;
	}

	.hero__copy .button--arrow::after {
		margin-left: 40px;
	}

	.hero__inner {
		grid-template-columns: 615px 270px;
		gap: 285px;
		align-items: stretch;
		justify-content: center;
	}

	.hero__copy {
		width: 615px;
	}

	.hero-card {
		width: 270px;
		height: auto;
		margin-top: 45px;
		padding: 48px 13px 30px;
	}

	.hero-card h2 {
		width: 244px;
		height: 60px;
		margin: 0 0 20px;
	}

	.hero-card p {
		width: 210px;
		margin: 0 auto;
	}

	.winner__card {
		position: relative;
		width: 310px;
		height: 480px;
		margin-top: 72px;
		padding: 290px 40px 20px;
	}

	.winner__photo {
		position: absolute;
		top: -40px;
		left: 40px;
		width: 300px;
		height: 300px;
	}

	.benefits__grid {
		grid-template-columns: repeat(4, 270px);
		gap: 30px;
		justify-content: space-between;
	}

	.benefit-card {
		position: relative;
		width: 270px;
		height: 358px;
		min-height: 358px;
		padding: 0;
	}

	.benefit-card__icon {
		position: absolute;
		top: 30px;
		left: 30px;
		width: 40px;
		height: 40px;
		margin: 0;
	}

	.benefit-card h3 {
		position: absolute;
		top: 120px;
		left: 30px;
		width: 210px;
		min-height: 44px;
		margin: 0;
	}

	.benefit-card p {
		position: absolute;
		top: 188px;
		left: 30px;
		width: 210px;
		margin: 0;
	}

	.criterion b {
		width: 48px;
		height: 48px;
	}

	.experts__grid {
		grid-template-columns: repeat(4, 270px);
		gap: 80px 30px;
		justify-content: space-between;
	}

	.expert-card {
		width: 270px;
	}

	.expert-card__photo {
		width: 270px;
		height: 270px;
		margin: 0 0 20px;
		aspect-ratio: auto;
		background: transparent;
	}

	.expert-card__photo::before {
		top: 30px;
		right: 30px;
		bottom: 0;
		left: 0;
		width: 240px;
		height: 240px;
	}

	.expert-card__photo img,
	.expert-card__photo > span,
	.expert-card__photo .demo-crop {
		position: absolute;
		top: 0;
		left: 30px;
		width: 240px;
		height: 240px;
	}

	.partners__grid {
		grid-template-columns: repeat(4, 1fr);
		width: 100%;
		margin: 39px auto 0;
	}

	.partners {
		height: 691px;
		min-height: 691px;
		padding: 120px 0;
	}

	.partners .section-title {
		margin-bottom: 0;
	}

	.partner-card {
		width: 100%;
	}

	.partner-card__logo {
		width: 100%;
		height: 200px;
		padding: 30px;
	}

	.partner-card > p,
	.partner-card a > p {
		height: 60px;
		padding: 18px 10px;
	}

	.partners__pending {
		height: 60px;
		margin-top: 40px;
		padding: 18px 20px;
	}

	.partnership__content {
		position: relative;
		display: block;
		height: 616px;
		min-height: 616px;
	}

	.partnership__content > div:first-child {
		position: absolute;
		top: 120px;
		left: 12px;
		width: 450px;
	}

	.partnership h2 {
		width: 450px;
		height: 156px;
		margin: 0 0 40px;
	}

	.partnership p {
		width: 450px;
		height: 46px;
	}

	.contact-form {
		position: absolute;
		top: 414px;
		left: 50%;
		display: grid;
		width: 100%;
		grid-template-columns: repeat(4, 1fr);
		transform: translateX(-50%);
	}

	.contact-form input:not([type="checkbox"]) {
		width: 100%;
		height: 81px;
		padding: 0 18px;
	}

	.contact-form > label:nth-of-type(2),
	.contact-form > label:nth-of-type(3) {
		border-left: 1px solid rgba(148, 181, 187, .3);
	}

	.contact-form .button {
		width: 100%;
		height: 81px;
		min-height: 81px;
	}

	.contact-form__status {
		position: absolute;
		top: 84px;
		left: 0;
	}

	.apply {
		height: 475px;
		min-height: 475px;
		padding: 0;
		overflow: hidden;
	}

	.apply__inner {
		position: relative;
		display: block;
		height: 475px;
		text-align: center;
	}

	.apply__line {
		position: absolute;
		top: 127px;
		left: 50%;
		width: 100%;
		height: 243px;
		background:
			linear-gradient(#34636a, #34636a) 0 0 / 347px 1px no-repeat,
			linear-gradient(#34636a, #34636a) 100% 0 / 347px 1px no-repeat,
			linear-gradient(#34636a, #34636a) 0 100% / 392px 1px no-repeat,
			linear-gradient(#34636a, #34636a) 100% 100% / 392px 1px no-repeat,
			linear-gradient(#34636a, #34636a) 0 0 / 1px 243px no-repeat,
			linear-gradient(#34636a, #34636a) 100% 0 / 1px 243px no-repeat;
		opacity: .34;
		transform: translateX(-50%);
	}

	.apply__inner > div:nth-child(2) {
		position: absolute;
		z-index: 2;
		top: 106px;
		left: 50%;
		width: 656px;
		transform: translateX(-50%);
	}

	.apply h2 {
		width: 656px;
		height: 104px;
		margin: 0;
	}

	.apply p {
		width: 350px;
		height: 46px;
		margin: 39.68px auto 48px;
	}

	.apply .button {
		width: 182px;
		height: 52px;
		min-height: 52px;
		padding: 17px 40px;
	}

	.apply__award {
		position: absolute;
		z-index: 1;
		top: 0;
		right: -112px;
		left: auto;
		width: 244.77px;
		height: 444.38px;
		border: 0;
		transform-origin: 50% 50%;
	}

	.apply__award img {
		width: 244.77px;
		height: 444.38px;
		object-fit: fill;
	}

	.footer-search,
	.footer-search input,
	.site-footer__actions .button {
		width: 270px;
		height: 52px;
		min-height: 52px;
	}

	.back-to-top {
		width: 52px;
		height: 52px;
	}

	.social-links a {
		width: 40px;
		height: 40px;
	}

	.site-footer {
		height: 570px;
		min-height: 570px;
		margin-top: 41px;
		padding: 125px 0 0;
	}

	.site-footer__grid {
		position: relative;
		display: block;
		height: 248px;
	}

	.site-footer__brand,
	.footer-nav,
	.site-footer__contacts,
	.site-footer__actions {
		position: absolute;
		top: 0;
	}

	.site-footer__brand { left: 0; width: 231px; }

	.footer-nav {
		left: 415px;
		width: 111px;
		gap: 28px;
	}

	.site-footer__contacts {
		left: 698px;
		width: 190px;
		gap: 28px;
	}

	.social-links {
		position: absolute;
		top: 203px;
		left: 0;
		width: 128px;
		gap: 4px;
		margin: 0;
	}

	.site-footer__actions {
		left: 1170px;
		width: 270px;
		height: 242px;
		display: block;
	}

	.footer-search,
	.site-footer__actions .button {
		position: absolute;
		left: 0;
	}

	.footer-search { top: 0; }
	.site-footer__actions .button:nth-child(2) { top: 126px; }
	.site-footer__actions .button:nth-child(3) { top: 190px; }

	.site-footer__bottom {
		position: absolute;
		top: 430px;
		left: 50%;
		display: block;
		width: 1440px;
		max-width: 100%;
		height: 18px;
		margin: 0;
		transform: translateX(-50%);
	}

	.site-footer__bottom > * {
		position: absolute;
		top: 0;
		justify-self: auto;
	}

	.site-footer__bottom p:first-child { left: 0; }
	.site-footer__bottom > a { left: 698px; }
	.site-footer__bottom p:last-child { right: 0; left: auto; }

	.back-to-top {
		top: auto;
		right: 20px;
		bottom: 20px;
	}

	.history {
		height: 5043px;
		min-height: 5043px;
		padding: 0;
	}

	.history-canvas {
		width: 1440px;
		max-width: 100%;
		height: 5043px;
	}

	.history__title {
		position: absolute;
		top: 120px;
		left: 0;
		width: 460px;
		height: 52px;
		margin: 0;
	}

	.history-shot {
		position: absolute;
	}

	.history-shot--1 { top: 224px; left: 0; width: 456px; height: 879px; }
	.history-shot--2 { top: 224px; left: 492px; width: 456px; height: 372px; }
	.history-shot--3 { top: 224px; left: 984px; width: 456px; height: 372px; }
	.history-shot--4 { top: 1139px; left: 0; width: 456px; height: 393px; }
	.history-shot--5 { top: 1139px; left: 492px; width: 948px; height: 655px; }
	.history-shot--6 { top: 1568px; left: 0; width: 456px; height: 372px; }
	.history-shot--7 { top: 1977px; left: 0; width: 456px; height: 338px; }
	.history-shot--8 { top: 2352px; left: 0; width: 948px; height: 478px; }
	.history-shot--9 { top: 2352px; left: 984px; width: 456px; height: 478px; }
	.history-shot--10 { top: 2866px; left: 0; width: 456px; height: 780px; }
	.history-shot--11 { top: 3683px; left: 0; width: 456px; height: 485px; }
	.history-shot--12 { top: 3796px; left: 492px; width: 456px; height: 372px; }
	.history-shot--13 { top: 3796px; left: 984px; width: 456px; height: 372px; }
	.history-shot--14 { top: 4204px; left: 0; width: 456px; height: 799px; }
	.history-shot--15 { top: 4631px; left: 492px; width: 948px; height: 372px; }

	.history-shot.demo-crop { background-size: 1772px 13868px; }
	.demo-crop--history-1 { background-position: -166px -7701px; }
	.demo-crop--history-2 { background-position: -657px -7701px; }
	.demo-crop--history-3 { background-position: -1151px -7701px; }
	.demo-crop--history-4 { background-position: -166px -8617px; }
	.demo-crop--history-5 { background-position: -658px -8617px; }
	.demo-crop--history-6 { background-position: -166px -9046px; }
	.demo-crop--history-7 { background-position: -166px -9455px; }
	.demo-crop--history-8 { background-position: -166px -9830px; }
	.demo-crop--history-9 { background-position: -1151px -9830px; }
	.demo-crop--history-10 { background-position: -166px -10345px; }
	.demo-crop--history-11 { background-position: -166px -11162px; }
	.demo-crop--history-12 { background-position: -655px -11275px; }
	.demo-crop--history-13 { background-position: -1151px -11275px; }
	.demo-crop--history-14 { background-position: -166px -11684px; }
	.demo-crop--history-15 { background-position: -655px -12111px; }

	.history-copy {
		position: absolute;
		width: 702px;
		max-width: none;
		padding: 0;
	}

	.history-copy h3 {
		width: 702px;
		margin: 0;
	}

	.history-copy p {
		width: 754px;
		margin: 30px 0 0;
		line-height: 28px;
	}

	.history-copy--one {
		top: 718px;
		left: 615px;
	}

	.history-copy--one p {
		width: 670px;
	}

	.history-copy--two {
		top: 1916px;
		left: 615px;
	}

	.history-copy--three {
		top: 4290px;
		left: 615px;
	}

	.interviews {
		position: absolute;
		top: 2952px;
		left: 615px;
		width: 702px;
		max-width: none;
		margin: 0;
	}

	.interviews > h3 {
		width: 702px;
		height: 56px;
		margin: 0;
	}

	.interviews__grid {
		grid-template-columns: repeat(3, 223px);
		gap: 60px 70px;
		margin-top: 88px;
	}

	.interviews__grid article {
		width: 234px;
		min-height: 205px;
	}

	.interviews__photo {
		width: 70px;
		height: 70px;
	}

	/* Typography tuned for the expanded 1440px content frame. */
	.section-title,
	.nomination__content .section-kicker,
	.nomination__content .section-title,
	.partnership h2,
	.apply h2 {
		font-size: 56px;
	}

	.section-kicker,
	.criteria > h3 {
		font-size: 24px;
	}

	.button,
	.main-nav a,
	.site-header__contacts a {
		font-size: 16px;
	}

	.page-search input,
	.footer-search input {
		font-size: 15px;
	}

	.ticker__track span,
	.winner__card h3,
	.quote-slide footer,
	.partner-card > p,
	.partner-card a > p,
	.partnership p,
	.contact-form input:not([type="checkbox"]),
	.apply p {
		font-size: 18px;
	}

	.winner__card p,
	.winner__quote p,
	.nomination__intro,
	.criterion p,
	.benefit-card p,
	.expert-card p,
	.partners__pending,
	.contact-form__consent,
	.interviews h4,
	.interviews article p,
	.interviews article a,
	.footer-nav a,
	.site-footer__contacts > a,
	.site-footer__bottom {
		font-size: 16px;
	}

	.criterion h4,
	.benefit-card h3,
	.expert-card h3 {
		font-size: 18px;
	}

	.quote-slide > p {
		font-size: 24px;
		line-height: 32px;
	}
}

/* Responsive */
@media (max-width: 1439px) {
	:root { --gutter: 28px; }
	.site-header__top { grid-template-columns: 230px 1fr auto; }
	.site-header__navrow { align-items: flex-start; }
	.main-nav { gap: 18px; }
	.site-header__contacts { gap: 20px; }
	.hero__inner { grid-template-columns: minmax(0, 1fr) 230px; gap: 50px; }
	.hero h1 { white-space: normal; }
	.nomination__content { padding-left: 55px; }
	.benefits__grid { gap: 18px; }
	.benefit-card { padding: 30px 22px; }
	.site-footer__grid { grid-template-columns: 220px 130px 180px 240px; }
	.history-canvas {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 24px;
	}
	.history__title,
	.history-copy,
	.interviews {
		grid-column: 1 / -1;
	}
	.history-shot {
		position: static;
		width: 100%;
		height: auto;
		aspect-ratio: 4 / 3;
	}
	.history-shot--1,
	.history-shot--10,
	.history-shot--14 {
		aspect-ratio: 3 / 4;
	}
	.history-copy {
		padding: 30px 0;
	}
	.interviews {
		max-width: none;
		margin: 40px 0;
	}
}

@media (max-width: 900px) {
	:root { --gutter: 22px; }
	.section { padding: 72px 0; }
	.site-header__top { grid-template-columns: 1fr auto; }
	.site-header__top .page-search,
	.site-header__actions { display: none; }
	.menu-toggle { display: block; }
	.site-header__navrow {
		position: fixed;
		z-index: 30;
		top: 0;
		right: 0;
		display: flex;
		width: min(390px, 88vw);
		height: 100vh;
		flex-direction: column;
		justify-content: flex-start;
		padding: 100px 35px 40px;
		background: #003946;
		transform: translateX(105%);
		transition: transform .3s ease;
	}
	.site-header__navrow.is-open { transform: none; }
	.main-nav { flex-direction: column; gap: 0; }
	.main-nav a { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 16px; }
	.site-header__contacts { flex-direction: column; margin-top: 25px; }
	.hero { min-height: 760px; }
	.hero__inner { grid-template-columns: 1fr; padding-top: 130px; }
	.hero__copy { max-width: 620px; padding-top: 0; }
	.hero-card { display: none; }
	.nomination__layout { grid-template-columns: 1fr; }
	.winner { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding-right: 0; border-right: 0; border-bottom: 1px solid var(--line); }
	.winner .section-kicker { grid-column: 1 / -1; }
	.winner__card { width: 100%; margin-top: 0; }
	.winner__photo { width: calc(100% + 76px); }
	.winner__quote { margin-top: 20px; }
	.nomination__content { padding: 62px 0; }
	.benefits__grid,
	.experts__grid { grid-template-columns: repeat(2, 1fr); }
	.partner-card__logo { height: 120px; }
	.partnership__content { grid-template-columns: 1fr; gap: 30px; padding-top: 60px; padding-bottom: 60px; }
	.partnership h2 { max-width: 500px; }
	.contact-form { grid-template-columns: repeat(3, 1fr); }
	.contact-form .button { grid-column: 1 / -1; }
	.history-grid { grid-template-columns: 1fr 1fr; }
	.history-mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(5, minmax(280px, auto)); }
	.history-mosaic__one { grid-column: 1; grid-row: 1 / span 2; }
	.history-mosaic__two { grid-column: 2; grid-row: 1; }
	.history-mosaic__three { grid-column: 2; grid-row: 2; }
	.history-mosaic__four { grid-column: 1 / -1; grid-row: 3; }
	.history-mosaic__five { grid-column: 1; grid-row: 4 / span 2; }
	.history-mosaic__copy { grid-column: 2; grid-row: 4; padding: 25px; }
	.history-mosaic__six { grid-column: 2; grid-row: 5; }
	.history-media--portrait { grid-row: auto; min-height: 300px; }
	.history-copy,
	.history-copy--second { grid-column: 1 / -1; padding: 30px 0; }
	.history-media--wide { grid-column: 1 / -1; }
	.interviews { margin-left: 0; }
	.apply__inner { grid-template-columns: 1fr minmax(340px, 500px) 1fr; }
	.site-footer__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
	:root { --gutter: 16px; }
	body { font-size: 14px; }
	.section { padding: 58px 0; }
	.section-title { margin-bottom: 38px; font-size: 38px; }
	.brand__name { font-size: 31px; }
	.brand__caption { font-size: 7px; }
	.hero { min-height: 680px; background-position: 62% center; }
	.hero__inner { padding-top: 92px; }
	.hero__copy { text-align: left; }
	.hero__accent { font-size: 38px; }
	.hero h1 { max-width: 100%; font-size: 40px; overflow-wrap: anywhere; }
	.hero__lead { margin: 30px 0 40px; font-size: 14px; }
	.button--arrow::after { margin-left: 35px; }
	.ticker { height: 54px; }
	.ticker__track span { padding: 0 25px; font-size: 12px; }
	.winner { grid-template-columns: 1fr; }
	.winner__card { padding-right: 25px; padding-left: 25px; }
	.winner__photo { width: calc(100% + 50px); margin-left: -25px; }
	.nomination__content .section-kicker { font-size: 38px; line-height: 40px; }
	.nomination__content .section-title { font-size: 36px; overflow-wrap: anywhere; }
	.criteria__grid,
	.benefits__grid,
	.experts__grid,
	.partners__grid,
	.interviews__grid,
	.acf-gallery { grid-template-columns: 1fr; }
	.criterion:last-child:nth-child(odd) { grid-column: auto; }
	.benefit-card { min-height: 0; }
	.experts { padding-bottom: 90px; }
	.experts__grid { gap: 65px; }
	.expert-card { width: 270px; max-width: 100%; margin-inline: auto; }
	.quotes { min-height: 480px; }
	.quote-slide { width: calc(100% - 36px); }
	.quote-slide > p { font-size: 16px; }
	.quotes__mark { width: 110px; height: 82px; }
	.quotes__marquee { bottom: -12px; font-size: 58px; }
	.partners__grid { border: 0; }
	.partner-card { border: 1px solid var(--line); }
	.partner-card + .partner-card { border-left: 1px solid var(--line); border-top: 0; }
	.contact-form { grid-template-columns: 1fr; }
	.contact-form .button,
	.contact-form__consent,
	.contact-form__status { grid-column: 1; }
	.partnership h2 { font-size: 36px; }
	.history-grid { grid-template-columns: 1fr; gap: 16px; }
	.history-canvas { grid-template-columns: 1fr; gap: 16px; }
	.history-mosaic { display: grid; grid-template-columns: 1fr; grid-template-rows: none; gap: 16px; }
	.history-mosaic > * { grid-column: 1; grid-row: auto; min-height: 280px; }
	.history-mosaic__copy { padding: 28px 0; min-height: 0; }
	.history-media,
	.history-media--portrait,
	.history-media--wide { grid-column: auto; min-height: 260px; }
	.interviews__grid { grid-template-columns: repeat(2, 1fr); gap: 34px 24px; }
	.apply__inner { grid-template-columns: 1fr; }
	.apply__line,
	.apply__award { display: none; }
	.apply h2 { font-size: 37px; }
	.site-footer__grid { grid-template-columns: 1fr; }
	.site-footer__bottom { grid-template-columns: 1fr; gap: 16px; }
	.site-footer__bottom a,
	.site-footer__bottom p:last-child { justify-self: start; }
	.back-to-top { top: auto; right: 16px; bottom: 28px; }
	.lightbox { padding: 50px 12px; }
}

/* V2 final gallery rendering: strict Figma frames. Uploaded photographs
 * cover every frame completely; the frame itself never changes size. */
.history-shot:not(.demo-crop) {
	background: #d8dcdd !important;
}

.history-shot:not(.demo-crop) img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: center !important;
}

/* Desktop focal points for the final editorial group. These two sources
 * contain faces close to the upper edge, so keep that area inside the crop. */
@media (min-width: 901px) {
	.history-shot--11:not(.demo-crop) img {
		object-position: center top !important;
	}

	.history-shot--15:not(.demo-crop) img {
		object-position: center 22% !important;
	}
}
