@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;
}

@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: 1168px;
	--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 span {
	position: absolute;
	top: 50%;
	right: 16px;
	width: 15px;
	height: 15px;
	border: 2px solid var(--cyan);
	border-radius: 50%;
	transform: translateY(-60%);
}

.page-search__icon::after,
.footer-search span::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: 776px;
	align-items: center;
	overflow: hidden;
	background: #002d3b var(--hero-bg) center / cover no-repeat;
	color: #fff;
}

.hero__shade {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(0, 17, 25, .85) 0%, rgba(0, 25, 33, .33) 52%, rgba(0, 25, 33, .1) 100%),
		linear-gradient(180deg, rgba(0, 0, 0, .4), transparent 30%, rgba(0, 23, 31, .2));
}

.hero__shade::before,
.hero__shade::after {
	position: absolute;
	inset-block: 0;
	content: "";
	pointer-events: none;
}

.hero__shade::before {
	left: 0;
	width: 610px;
	background: rgba(0, 16, 24, .2);
	clip-path: polygon(0 0, 72% 0, 18% 100%, 0 100%);
}

.hero__shade::after {
	left: 210px;
	width: 620px;
	background: rgba(0, 16, 24, .16);
	clip-path: polygon(48% 0, 100% 0, 52% 100%, 0 100%);
}

.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: transparent;
	clip-path: polygon(14% 0, 100% 0, 100% 86%, 86% 100%, 0 100%, 0 14%);
	text-align: center;
}

.hero-card::before,
.hero-card::after {
	position: absolute;
	clip-path: inherit;
	content: "";
	pointer-events: none;
}

.hero-card::before {
	inset: 0;
	padding: 1px;
	background: var(--cyan);
	-webkit-mask:
		linear-gradient(#000 0 0) content-box,
		linear-gradient(#000 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.hero-card::after {
	inset: 1px;
	background: rgba(0, 0, 0, .01);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
}

.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 28s linear infinite;
}

.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: 340px;
	margin: 55px 0 0;
}

.winner__quote > span {
	display: block;
	height: 40px;
	color: var(--red);
	font-family: Georgia, serif;
	font-size: 80px;
	font-weight: 700;
	line-height: .8;
}

.winner__quote p {
	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;
}

.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:
		linear-gradient(45deg, rgba(255, 20, 20, .18) 25%, transparent 25%) 0 0 / 320px 320px,
		linear-gradient(135deg, rgba(120, 0, 0, .25), transparent 50%),
		var(--red);
	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: 0 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: -32px;
	right: 0;
	width: 161px;
	height: 152px;
	overflow: hidden;
	color: #fff;
	font-family: Georgia, serif;
	font-size: 190px;
	font-weight: 700;
	line-height: 1;
	transform: scaleX(1.65);
	transform-origin: right top;
}

.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 {
	width: max-content;
	max-width: 100%;
	margin: 36px auto 0;
	padding: 14px 22px;
	background: #e1f3f6;
	color: #48808b;
	font-size: 14px;
	line-height: 18px;
}

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

/* 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: var(--cyan);
}

.partnership h2::first-line {
	color: #fff;
}

.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: 22px;
	font-weight: 600;
	line-height: 28px;
	text-transform: uppercase;
}

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

.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;
}

.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;
	margin-top: 75px;
	color: rgba(255, 255, 255, .75);
	font-size: 14px;
	line-height: 18px;
}

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

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

.back-to-top {
	position: absolute;
	top: 72px;
	right: 24px;
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	background: var(--red);
	color: #fff;
	text-decoration: none;
}

/* 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: 1181px) {
	.nomination {
		height: 1654px;
		min-height: 1654px;
		overflow: hidden;
	}

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

	.quotes {
		height: 477px;
		min-height: 477px;
	}

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

	.hero {
		height: 776px;
		min-height: 776px;
		background-position: center;
		background-size: 100% 100%;
	}

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

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

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

	.site-header__actions {
		gap: 20px;
	}

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

	.site-header__actions .button--light {
		width: 142px;
		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;
	}

	.hero__copy {
		width: 615px;
	}

	.hero-card {
		width: 270px;
		height: 379px;
		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;
	}

	.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;
	}

	.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, 292px);
		width: 1168px;
		margin-top: 39px;
	}

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

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

	.partner-card {
		width: 292px;
	}

	.partner-card__logo {
		width: 292px;
		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: 404px;
		height: 156px;
		margin: 0 0 40px;
	}

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

	.contact-form {
		position: absolute;
		top: 414px;
		left: 0;
		display: grid;
		width: 1168px;
		grid-template-columns: 292px 292px 292px 294px;
	}

	.contact-form input:not([type="checkbox"]) {
		width: 292px;
		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: 294px;
		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: 0;
		width: 1170px;
		height: 243px;
		background:
			linear-gradient(#34636a, #34636a) 0 0 / 211px 1px no-repeat,
			linear-gradient(#34636a, #34636a) 959px 0 / 211px 1px no-repeat,
			linear-gradient(#34636a, #34636a) 0 100% / 448px 1px no-repeat,
			linear-gradient(#34636a, #34636a) 722px 100% / 448px 1px no-repeat,
			linear-gradient(#34636a, #34636a) 0 0 / 1px 243px no-repeat,
			linear-gradient(#34636a, #34636a) 1169px 0 / 1px 243px no-repeat;
		opacity: .34;
	}

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

	.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;
		left: 1017px;
		width: 244.77px;
		height: 444.38px;
		border: 0;
		transform: rotate(8.4deg);
		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: 337px;
		width: 111px;
		gap: 28px;
	}

	.site-footer__contacts {
		left: 566px;
		width: 134px;
		gap: 28px;
	}

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

	.site-footer__actions {
		left: 901px;
		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: 474px;
		left: 50%;
		width: 1168px;
		margin: 0;
		transform: translateX(-50%);
	}

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

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

	.history-canvas {
		height: 4149px;
	}

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

	.history-shot {
		position: absolute;
	}

	.history-shot--1 { top: 224px; left: 0; width: 370px; height: 714px; }
	.history-shot--2 { top: 224px; left: 399px; width: 370px; height: 302px; }
	.history-shot--3 { top: 224px; left: 800px; width: 370px; height: 302px; }
	.history-shot--4 { top: 968px; left: 0; width: 370px; height: 319px; }
	.history-shot--5 { top: 968px; left: 400px; width: 771px; height: 532px; }
	.history-shot--6 { top: 1317px; left: 0; width: 370px; height: 302px; }
	.history-shot--7 { top: 1649px; left: 0; width: 370px; height: 275px; }
	.history-shot--8 { top: 1954px; left: 0; width: 769px; height: 388px; }
	.history-shot--9 { top: 1954px; left: 800px; width: 371px; height: 388px; }
	.history-shot--10 { top: 2372px; left: 0; width: 370px; height: 634px; }
	.history-shot--11 { top: 3036px; left: 0; width: 370px; height: 394px; }
	.history-shot--12 { top: 3128px; left: 397px; width: 370px; height: 302px; }
	.history-shot--13 { top: 3128px; left: 800px; width: 370px; height: 302px; }
	.history-shot--14 { top: 3460px; left: 0; width: 370px; height: 649px; }
	.history-shot--15 { top: 3807px; left: 397px; width: 773px; height: 302px; }

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

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

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

	.history-copy--one {
		top: 626px;
		left: 500px;
	}

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

	.history-copy--two {
		top: 1600px;
		left: 500px;
	}

	.history-copy--three {
		top: 3530px;
		left: 500px;
	}

	.interviews {
		position: absolute;
		top: 2442px;
		left: 500px;
		width: 570px;
		max-width: none;
		margin: 0;
	}

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

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

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

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

/* Responsive */
@media (max-width: 1180px) {
	: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__shade { background: rgba(0, 24, 31, .58); }
	.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 { font-size: 170px; }
	.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; }
}
