/* Sport Rost design layer: Phase 1 — header and homepage hero. */

:root {
	--sr-navy: #001d26;
	--sr-navy-deep: #00141b;
	--sr-red: #e30613;
	--sr-red-dark: #b9040e;
	--sr-ink: #14242a;
	--sr-muted: #52646b;
	--sr-surface: #f4f7f8;
	--sr-white: #ffffff;
	--sr-shell: 1170px;
	--sr-radius: 22px;
}

/* Site-wide Contact Form 7 callback dialog. */
.sr-callback-modal[hidden] {
	display: none !important;
}

.sr-callback-modal {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: grid;
	place-items: center;
	padding: 20px;
}

.sr-callback-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 10, 15, 0.8);
	opacity: 0;
	transition: opacity 280ms ease;
}

.sr-callback-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(100%, 500px);
	max-height: calc(100dvh - 40px);
	padding: 34px 38px 36px;
	overflow-y: auto;
	color: var(--sr-white);
	background:
		radial-gradient(circle at 92% 8%, rgba(239, 0, 11, 0.18), transparent 35%),
		linear-gradient(145deg, #031a24 0%, #00131b 100%);
	border: 2px solid var(--sr-red);
	border-radius: 4px;
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.46);
	opacity: 0;
	transform: translateY(16px) scale(0.975);
	transition: opacity 280ms ease, transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

.sr-callback-modal.is-open .sr-callback-modal__backdrop,
.sr-callback-modal.is-open .sr-callback-modal__dialog {
	opacity: 1;
}

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

.sr-callback-modal__close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 36px;
	height: 36px;
	padding: 0;
	background: #071219;
	border: 2px solid rgba(255, 255, 255, 0.82);
	border-radius: 50%;
	box-shadow: 0 5px 18px rgba(0, 0, 0, 0.35);
	cursor: pointer;
	transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.sr-callback-modal__close span::before,
.sr-callback-modal__close span::after {
	position: absolute;
	top: 16px;
	left: 8px;
	width: 16px;
	height: 2px;
	content: "";
	background: #fff;
}

.sr-callback-modal__close span::before {
	transform: rotate(45deg);
}

.sr-callback-modal__close span::after {
	transform: rotate(-45deg);
}

.sr-callback-modal__close:hover,
.sr-callback-modal__close:focus-visible {
	background: var(--sr-red);
	border-color: var(--sr-red);
	transform: rotate(4deg);
}

.sr-callback-modal__header {
	padding: 4px 38px 24px;
	text-align: center;
}

.sr-callback-modal__eyebrow {
	margin: 0 0 7px;
	color: #ff4b52;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.sr-callback-modal__header h2 {
	margin: 0;
	color: var(--sr-white);
	font-size: clamp(28px, 4vw, 38px);
	font-weight: 900;
	line-height: 1.08;
}

.sr-callback-modal__header > p:last-child {
	margin: 12px 0 0;
	color: rgba(255, 255, 255, 0.74);
	font-size: 15px;
	line-height: 1.5;
}

.sr-callback-form__fields {
	display: grid;
	gap: 18px;
}

.sr-callback-form__field {
	display: grid;
	gap: 7px;
	color: var(--sr-white);
	font-size: 14px;
	font-weight: 800;
}

.sr-callback-form__field > span:first-child span {
	color: #ff4b52;
}

.sr-callback-modal__form .wpcf7-form-control-wrap {
	display: block;
}

.sr-callback-modal__form input[type="text"],
.sr-callback-modal__form input[type="tel"] {
	width: 100%;
	min-height: 56px;
	margin: 0;
	padding: 14px 16px;
	color: var(--sr-white);
	font-size: 17px;
	background: rgba(0, 9, 14, 0.44);
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 0;
	box-shadow: none;
	transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.sr-callback-modal__form input::placeholder {
	color: rgba(255, 255, 255, 0.48);
	opacity: 1;
}

.sr-callback-modal__form input[type="text"]:focus,
.sr-callback-modal__form input[type="tel"]:focus {
	background: rgba(0, 9, 14, 0.7);
	border-color: #ff343d;
	box-shadow: 0 0 0 3px rgba(239, 0, 11, 0.14);
	outline: 0;
}

.sr-callback-form__submit {
	position: relative;
	margin-top: 4px;
	text-align: center;
}

.sr-callback-modal__form input[type="submit"] {
	min-width: 210px;
	min-height: 56px;
	margin: 0;
	padding: 14px 26px;
	color: #fff;
	font-size: 17px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	background: var(--sr-red);
	border: 2px solid var(--sr-red);
	border-radius: 0;
	cursor: pointer;
	transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.sr-callback-modal__form input[type="submit"]:hover,
.sr-callback-modal__form input[type="submit"]:focus-visible {
	background: var(--sr-red-dark);
	border-color: #ff3a43;
	transform: translateY(-1px);
}

.sr-callback-modal__form .wpcf7-spinner {
	position: absolute;
	top: 50%;
	margin: 0 0 0 10px;
	transform: translateY(-50%);
}

.sr-callback-modal__form .wpcf7-not-valid-tip {
	margin-top: 5px;
	color: #ff8a8f;
	font-size: 13px;
}

.sr-callback-modal__form .wpcf7-response-output {
	margin: 18px 0 0;
	padding: 10px 12px;
	color: var(--sr-white);
	font-size: 14px;
	line-height: 1.4;
	border-color: #ff4b52;
}

html.sr-callback-open,
body.sr-callback-open {
	overflow: hidden;
}

@media (max-width: 560px) {
	.sr-callback-modal {
		padding: 12px;
	}

	.sr-callback-modal__dialog {
		max-height: calc(100dvh - 24px);
		padding: 30px 20px 24px;
	}

	.sr-callback-modal__header {
		padding: 5px 22px 20px;
	}

	.sr-callback-modal__header h2 {
		font-size: 29px;
	}

	.sr-callback-modal__form input[type="submit"] {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sr-callback-modal__backdrop,
	.sr-callback-modal__dialog {
		transition: none;
	}
}

/* Global widget-managed footer */
.site-footer {
	background: var(--sr-navy);
	color: #fff;
}

.sr-footer {
	width: 100%;
	background: #032833;
	color: #fff;
	font-size: 16px;
	line-height: 1.55;
}

.sr-footer__main {
	padding: 38px 0 42px;
}

.sr-footer__inner,
.sr-footer__bottom-inner {
	width: min(calc(100% - 48px), var(--sr-shell));
	margin-inline: auto;
}

.sr-footer__inner {
	display: grid;
	grid-template-columns: minmax(220px, 0.9fr) minmax(170px, 0.8fr) minmax(260px, 1.1fr) minmax(260px, 1fr);
	align-items: start;
	gap: clamp(30px, 4vw, 62px);
}

.sr-footer__column,
.sr-footer__widget {
	min-width: 0;
}

.sr-footer__widget {
	margin: 0 0 24px;
	padding: 0;
	background: transparent;
}

.sr-footer__widget:last-child {
	margin-bottom: 0;
}

.sr-footer__title,
.sr-footer .widget-title {
	margin: 0 0 22px;
	padding: 0 0 5px;
	border-bottom: 1px solid #e51b23;
	color: #fff;
	font-size: clamp(22px, 2vw, 27px);
	font-weight: 400;
	line-height: 1.25;
}

.sr-footer__title::first-letter,
.sr-footer .widget-title::first-letter {
	color: #ef1018;
}

.sr-footer ul,
.sr-footer ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sr-footer .menu-item {
	position: relative;
	margin: 0 0 11px;
	padding-left: 19px;
}

.sr-footer .menu-item::before {
	position: absolute;
	top: 0.05em;
	left: 0;
	content: "→";
	color: #a9b4b8;
	font-size: 13px;
}

.sr-footer a {
	color: #fff;
	text-decoration: none;
	text-underline-offset: 4px;
}

.sr-footer a:hover,
.sr-footer a:focus-visible {
	color: #ff2a31;
	text-decoration: underline;
}

.sr-footer__column--brand {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.sr-footer__column--brand .sr-footer__widget,
.sr-footer__column--brand .custom-html-widget {
	width: 100%;
}

.sr-footer__column--brand img {
	display: block;
	width: min(100%, 310px);
	height: auto;
	margin: 0 auto !important;
}

.sr-footer__column--legal .widget_text {
	margin-top: 24px;
}

.sr-footer__column--legal .textwidget > div,
.sr-footer__column--legal .textwidget > div > div {
	width: 100% !important;
	margin: 0 !important;
}

.sr-footer__column--legal .textwidget p {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 13px;
	margin: 0 !important;
	text-align: left !important;
}

.sr-footer__column--legal .textwidget a {
	display: inline-flex;
	flex: 0 0 50px;
	width: 50px;
	height: 50px;
}

.sr-footer__column--legal .textwidget img {
	display: block;
	width: 50px !important;
	height: 50px !important;
	margin: 0 !important;
	object-fit: contain;
	transition: transform 160ms ease, filter 160ms ease;
}

.sr-footer__column--legal .textwidget a:hover img,
.sr-footer__column--legal .textwidget a:focus-visible img {
	transform: translateY(-3px);
	filter: brightness(1.15);
}

.sr-footer__bottom {
	padding: 29px 0;
	background: #02232c;
}

.sr-footer__bottom .sr-footer__widget,
.sr-footer__copyright {
	margin: 0;
	color: #fff;
	font-size: 14px;
}

@media (max-width: 1060px) {
	.sr-footer__inner {
		grid-template-columns: minmax(220px, 0.8fr) minmax(180px, 0.7fr) minmax(240px, 1fr);
	}

	.sr-footer__column--legal {
		grid-column: 2 / 4;
		display: grid;
		grid-template-columns: minmax(220px, 1fr) minmax(240px, 1fr);
		gap: 32px;
	}

	.sr-footer__column--legal .widget_text {
		margin-top: 0;
	}
}

@media (max-width: 760px) {
	.sr-footer__main {
		padding: 34px 0 38px;
	}

	.sr-footer__inner {
		grid-template-columns: 1fr 1fr;
		gap: 34px 28px;
	}

	.sr-footer__column--brand {
		grid-column: 1 / -1;
	}

	.sr-footer__column--brand img {
		width: min(70vw, 280px);
	}

	.sr-footer__column--legal {
		grid-column: 1 / -1;
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 520px) {
	.sr-footer__inner,
	.sr-footer__bottom-inner {
		width: min(calc(100% - 36px), var(--sr-shell));
	}

	.sr-footer__inner,
	.sr-footer__column--legal {
		grid-template-columns: 1fr;
	}

	.sr-footer__column--legal {
		gap: 28px;
	}

	.sr-footer__title,
	.sr-footer .widget-title {
		font-size: 23px;
	}

	.sr-footer__bottom {
		padding: 23px 0;
		text-align: center;
	}
}

html {
	scroll-behavior: smooth;
}

body {
	color: var(--sr-ink);
	background: var(--sr-white);
}

.sr-site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	min-height: 86px;
	background: rgba(0, 29, 38, 0.98);
	border-top: 2px solid var(--sr-red);
	box-shadow: 0 10px 32px rgba(0, 20, 27, 0.16);
	backdrop-filter: blur(12px);
}

.admin-bar .sr-site-header {
	top: 32px;
}

.sr-header-shell {
	display: grid;
	grid-template-columns: 82px minmax(0, 1fr) auto;
	align-items: center;
	gap: 16px;
	width: min(calc(100% - 48px), var(--sr-shell));
	min-height: 84px;
	margin: 0 auto;
}

.sr-brand {
	display: inline-flex;
	align-items: center;
	align-self: stretch;
	width: 78px;
	text-decoration: none;
}

.sr-brand__logo {
	display: block;
	width: auto;
	height: 68px;
	max-width: 76px;
	object-fit: contain;
}

.sr-primary-nav {
	justify-self: center;
}

.sr-primary-nav__list,
.sr-primary-nav__list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sr-primary-nav__list {
	display: flex;
	align-items: center;
	gap: 0;
}

.sr-primary-nav__list > li {
	position: relative;
	margin: 0;
}

.sr-primary-nav__list a {
	display: flex;
	align-items: center;
	min-height: 84px;
	padding: 0 10px;
	color: var(--sr-white);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
	transition: color 160ms ease, background-color 160ms ease;
}

.sr-primary-nav__list > li > a:hover,
.sr-primary-nav__list > li > a:focus-visible,
.sr-primary-nav__list > .current-menu-item > a,
.sr-primary-nav__list > .current-menu-ancestor > a {
	color: var(--sr-white);
	background: var(--sr-red-dark);
}

.sr-primary-nav__list .menu-item-has-children > a::after {
	width: 7px;
	height: 7px;
	margin: -4px 0 0 9px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	content: "";
	transform: rotate(45deg);
}

.sr-primary-nav__list .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10;
	min-width: 310px;
	padding: 0;
	visibility: hidden;
	opacity: 0;
	background: var(--sr-navy);
	border: 0;
	border-radius: 0;
	box-shadow: 0 18px 50px rgba(0, 20, 27, 0.18);
	transform: translateY(5px);
	transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.sr-primary-nav__list li:hover > .sub-menu,
.sr-primary-nav__list li:focus-within > .sub-menu {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}

.sr-primary-nav__list .sub-menu li {
	position: relative;
}

.sr-primary-nav__list .sub-menu a {
	min-height: 0;
	padding: 13px 15px;
	color: var(--sr-white);
	font-size: 15px;
	font-weight: 700;
	white-space: normal;
	border-bottom: 1px solid rgba(255, 255, 255, 0.38);
	border-radius: 0;
}

.sr-primary-nav__list .sub-menu a:hover,
.sr-primary-nav__list .sub-menu a:focus-visible,
.sr-primary-nav__list .sub-menu .current-menu-item > a,
.sr-primary-nav__list .sub-menu .current-menu-ancestor > a {
	color: var(--sr-white);
	background: var(--sr-red-dark);
}

.sr-primary-nav__list .sub-menu .sub-menu {
	top: 0;
	left: calc(100% + 8px);
}

.sr-header-contact {
	display: grid;
	justify-items: start;
	gap: 6px;
}

.sr-header-phone {
	color: var(--sr-white);
	font-size: 18px;
	font-weight: 600;
	line-height: 1.1;
	text-decoration: none;
	white-space: nowrap;
}

.sr-header-phone:hover,
.sr-header-phone:focus-visible {
	color: #ff858b;
}

.sr-header-cta,
.sr-header-cta:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 8px 14px;
	color: var(--sr-white);
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none;
	border: 2px solid var(--sr-red);
	border-radius: 9px;
	transition: background 160ms ease, border-color 160ms ease;
}

.sr-header-cta:hover,
.sr-header-cta:focus-visible,
.sr-header-cta:visited:hover,
.sr-header-cta:visited:focus-visible {
	color: var(--sr-white);
	background: var(--sr-red);
	border-color: var(--sr-red);
}

.sr-menu-toggle {
	display: none;
	align-items: center;
	gap: 10px;
	justify-self: end;
	padding: 10px 0;
	color: var(--sr-white);
	font: inherit;
	font-weight: 750;
	background: transparent;
	border: 0;
	cursor: pointer;
}

.sr-menu-toggle__icon {
	display: grid;
	gap: 5px;
	width: 26px;
}

.sr-menu-toggle__icon span {
	display: block;
	height: 2px;
	background: currentColor;
	border-radius: 2px;
	transition: transform 160ms ease, opacity 160ms ease;
}

.sr-submenu-toggle {
	display: none;
}

.home .site.grid-container {
	width: 100%;
	max-width: none;
	margin: 0;
}

.home .site-content {
	display: block;
	padding: 0;
}

.home .content-area,
.home .site-main {
	width: 100%;
	margin: 0;
}

.home .site-main > section {
	margin-bottom: 0;
}

.sr-hero {
	position: relative;
	display: grid;
	align-items: center;
	min-height: min(720px, calc(100svh - 86px));
	overflow: hidden;
	background:
		radial-gradient(circle at 88% 16%, rgba(227, 6, 19, 0.15), transparent 28%),
		linear-gradient(135deg, #ffffff 0%, #f4f7f8 62%, #eaf0f2 100%);
}

.sr-hero::before {
	position: absolute;
	top: -180px;
	right: -160px;
	width: 620px;
	height: 620px;
	border: 1px solid rgba(0, 29, 38, 0.08);
	border-radius: 50%;
	box-shadow: 0 0 0 90px rgba(0, 29, 38, 0.025), 0 0 0 180px rgba(0, 29, 38, 0.018);
	content: "";
}

.sr-hero__shell {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.82fr);
	align-items: center;
	gap: clamp(54px, 7vw, 110px);
	width: min(calc(100% - 48px), var(--sr-shell));
	margin: 0 auto;
	padding: clamp(72px, 8vw, 120px) 0;
}

.sr-hero__content {
	max-width: 850px;
}

.sr-hero__eyebrow,
.sr-hero__proof-label {
	margin: 0 0 20px;
	color: var(--sr-red);
	font-size: 14px;
	font-weight: 850;
	letter-spacing: 0.12em;
	line-height: 1.2;
	text-transform: uppercase;
}

.sr-hero h1 {
	max-width: 850px;
	margin: 0;
	color: var(--sr-navy);
	font-size: clamp(48px, 5.5vw, 82px);
	font-weight: 800;
	letter-spacing: -0.045em;
	line-height: 0.98;
}

.sr-hero__lead {
	max-width: 760px;
	margin: 30px 0 0;
	color: var(--sr-muted);
	font-size: clamp(18px, 1.45vw, 22px);
	line-height: 1.65;
}

.sr-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 38px;
}

.sr-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 14px 24px;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.1;
	text-decoration: none;
	border: 2px solid transparent;
	border-radius: 12px;
	transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease;
}

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

.sr-button--primary {
	color: var(--sr-white);
	background: var(--sr-red);
	box-shadow: 0 14px 30px rgba(227, 6, 19, 0.2);
}

.sr-button--primary:hover,
.sr-button--primary:focus-visible {
	color: var(--sr-white);
	background: var(--sr-red-dark);
}

.sr-button--secondary {
	color: var(--sr-navy);
	background: rgba(255, 255, 255, 0.7);
	border-color: rgba(0, 29, 38, 0.24);
}

.sr-button--secondary:hover,
.sr-button--secondary:focus-visible {
	color: var(--sr-navy);
	background: var(--sr-white);
	border-color: var(--sr-navy);
}

.sr-hero__proof {
	position: relative;
	padding: clamp(34px, 3.6vw, 54px);
	color: var(--sr-white);
	background: linear-gradient(150deg, var(--sr-navy) 0%, var(--sr-navy-deep) 100%);
	border-top: 3px solid var(--sr-red);
	border-radius: var(--sr-radius);
	box-shadow: 0 28px 70px rgba(0, 29, 38, 0.22);
}

.sr-hero__proof::after {
	position: absolute;
	right: 22px;
	bottom: 18px;
	width: 78px;
	height: 78px;
	background: linear-gradient(135deg, transparent 48%, rgba(227, 6, 19, 0.22) 49%, rgba(227, 6, 19, 0.22) 56%, transparent 57%);
	content: "";
}

.sr-hero__proof-label {
	margin-bottom: 16px;
	color: #ff626a;
}

.sr-hero__proof h2 {
	margin: 0;
	color: var(--sr-white);
	font-size: clamp(28px, 2.3vw, 40px);
	font-weight: 750;
	letter-spacing: -0.025em;
	line-height: 1.12;
}

.sr-hero__facts {
	display: grid;
	gap: 0;
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}

.sr-hero__facts li {
	display: grid;
	grid-template-columns: minmax(78px, auto) 1fr;
	align-items: center;
	gap: 18px;
	margin: 0;
	padding: 17px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.sr-hero__facts strong {
	color: var(--sr-white);
	font-size: 23px;
	line-height: 1;
}

.sr-hero__facts span {
	color: rgba(255, 255, 255, 0.72);
	font-size: 15px;
	line-height: 1.4;
}

/* Shared clients carousel: semantic HTML, native scroll snap, no slider plugin. */
.sr-clients {
	position: relative;
	width: 100%;
	margin-left: 0;
	padding: clamp(56px, 5vw, 64px) 0 clamp(48px, 4.5vw, 56px);
	overflow: hidden;
	background: var(--sr-white);
}

.sr-clients__shell {
	width: min(calc(100% - 48px), var(--sr-shell));
	margin: 0 auto;
}

.sr-clients__title {
	margin: 0 0 clamp(42px, 4vw, 50px);
	color: #111;
	font-size: clamp(38px, 4vw, 52px);
	font-weight: 400;
	line-height: 1.1;
	text-align: center;
}

.sr-clients-carousel {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr) 44px;
	align-items: center;
	column-gap: 24px;
}

.sr-clients-carousel__viewport {
	grid-column: 2;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.sr-clients-carousel__viewport::-webkit-scrollbar {
	display: none;
}

.sr-clients-carousel__viewport:focus-visible {
	outline: 3px solid var(--sr-red);
	outline-offset: 8px;
}

.sr-clients-carousel__track {
	display: flex;
	gap: 54px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sr-clients-carousel__item {
	display: grid;
	flex: 0 0 calc((100% - 108px) / 3);
	place-items: center;
	min-width: 0;
	min-height: 142px;
	margin: 0;
	scroll-snap-align: start;
}

.sr-clients-carousel__logo-link {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	padding: 8px;
}

.sr-clients-carousel__logo {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 120px;
	object-fit: contain;
}

.sr-clients-carousel__arrow {
	display: grid;
	place-items: center;
	width: 44px;
	height: 64px;
	padding: 0;
	color: #b9bdc0;
	background: transparent;
	border: 0;
	cursor: pointer;
	transition: color 160ms ease, transform 160ms ease;
}

.sr-clients-carousel__arrow--prev {
	grid-column: 1;
}

.sr-clients-carousel__arrow--next {
	grid-column: 3;
}

.sr-clients-carousel__arrow span {
	display: block;
	width: 24px;
	height: 24px;
	border-top: 5px solid currentColor;
	border-left: 5px solid currentColor;
}

.sr-clients-carousel__arrow--prev span {
	transform: rotate(-45deg);
}

.sr-clients-carousel__arrow--next span {
	transform: rotate(135deg);
}

.sr-clients-carousel__arrow:hover,
.sr-clients-carousel__arrow:focus,
.sr-clients-carousel__arrow:focus-visible {
	color: var(--sr-red);
	background: transparent;
	outline: 0;
	box-shadow: none;
}

.sr-clients-carousel__arrow:active {
	transform: scale(0.92);
}

.sr-clients-carousel__dots {
	grid-column: 1 / -1;
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: clamp(34px, 3.5vw, 42px);
}

.sr-clients-carousel__dot {
	width: 18px;
	height: 18px;
	padding: 0;
	background: #d0d0d0;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	transition: background-color 160ms ease, transform 160ms ease;
}

.sr-clients-carousel__dot[aria-current="true"] {
	background: #777;
	transform: scale(1.2);
}

.sr-clients-carousel__dot:focus-visible {
	outline: 3px solid var(--sr-red);
	outline-offset: 4px;
}

/* Shared services catalog. */
.sr-services {
	width: 100%;
	padding: clamp(56px, 5vw, 64px) 0 clamp(56px, 5vw, 64px);
	background: #f4f6f7;
}

.sr-services__shell {
	width: min(calc(100% - 48px), var(--sr-shell));
	margin: 0 auto;
}

.sr-services__title {
	margin: 0 0 clamp(40px, 4vw, 48px);
	color: #111;
	font-size: clamp(38px, 4vw, 52px);
	font-weight: 400;
	line-height: 1.1;
	text-align: center;
}

.sr-services__grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sr-services__item {
	grid-column: span 2;
	min-width: 0;
	margin: 0;
}

.sr-services__item--featured {
	grid-column: span 3;
}

.sr-service-card {
	display: grid;
	grid-template-columns: 120px minmax(0, 1fr);
	grid-template-rows: 1fr auto;
	column-gap: 22px;
	row-gap: 24px;
	height: 100%;
	min-height: 310px;
	padding: 28px 26px 24px;
	background: var(--sr-white);
	border: 1px solid rgba(0, 29, 38, 0.06);
	box-shadow: 0 9px 28px rgba(0, 29, 38, 0.09);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.sr-services__item--featured .sr-service-card {
	min-height: 270px;
}

.sr-service-card:hover {
	border-color: rgba(227, 6, 19, 0.18);
	box-shadow: 0 15px 36px rgba(0, 29, 38, 0.13);
	transform: translateY(-3px);
}

.sr-service-card__media {
	display: grid;
	place-items: center;
	align-self: center;
	width: 120px;
	height: 120px;
}

.sr-service-card__icon {
	display: block;
	width: auto;
	height: auto;
	max-width: 118px;
	max-height: 118px;
	object-fit: contain;
}

.sr-service-card__body {
	align-self: center;
	min-width: 0;
}

.sr-service-card__title {
	margin: 0;
	color: var(--sr-ink);
	font-size: 20px;
	font-weight: 800;
	line-height: 1.3;
}

.sr-service-card__title a {
	color: inherit;
	text-decoration: none;
}

.sr-service-card__title a:hover,
.sr-service-card__title a:focus-visible {
	color: var(--sr-red-dark);
}

.sr-service-card__badge {
	color: var(--sr-red-dark);
	white-space: nowrap;
}

.sr-service-card__description {
	margin: 18px 0 0;
	color: #36494f;
	font-size: 16px;
	line-height: 1.65;
}

.sr-service-card__footer {
	grid-column: 1 / -1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

.sr-service-card__price {
	position: relative;
	margin: 0;
	padding-left: 18px;
	color: var(--sr-ink);
	font-size: 14px;
	font-weight: 850;
	letter-spacing: 0.055em;
	line-height: 1.3;
	text-transform: uppercase;
}

.sr-service-card__price::before {
	position: absolute;
	top: 0.42em;
	left: 0;
	width: 8px;
	height: 8px;
	background: var(--sr-red);
	border-radius: 50%;
	content: "";
}

.sr-service-card__more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 10px 16px;
	color: var(--sr-white);
	font-size: 13px;
	font-weight: 850;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none;
	background: var(--sr-red-dark);
	border: 2px solid var(--sr-red-dark);
	border-radius: 8px;
	transition: color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.sr-service-card__more:hover,
.sr-service-card__more:focus-visible {
	color: var(--sr-red-dark);
	background: var(--sr-white);
	transform: translateY(-1px);
}

.has-sr-reveal [data-sr-reveal] {
	opacity: 0;
	transform: translate3d(0, 28px, 0);
}

.has-sr-reveal [data-sr-reveal].is-visible {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: opacity 760ms cubic-bezier(0.22, 1, 0.36, 1) var(--sr-reveal-delay, 0ms), transform 760ms cubic-bezier(0.22, 1, 0.36, 1) var(--sr-reveal-delay, 0ms);
}

.has-sr-reveal [data-sr-reveal].sr-reveal--left {
	transform: translate3d(-36px, 0, 0);
}

.has-sr-reveal [data-sr-reveal].sr-reveal--right {
	transform: translate3d(36px, 0, 0);
}

.has-sr-reveal [data-sr-reveal].sr-reveal--left.is-visible,
.has-sr-reveal [data-sr-reveal].sr-reveal--right.is-visible {
	transform: translate3d(0, 0, 0);
}

.has-sr-reveal [data-sr-reveal].sr-reveal--card {
	transform: translate3d(0, 30px, 0) scale(0.985);
	transform-origin: 50% 70%;
}

.has-sr-reveal [data-sr-reveal].sr-reveal--card.is-visible {
	transform: translate3d(0, 0, 0) scale(1);
}

.has-sr-reveal .sr-reveal--card .sr-home-trust__icon,
.has-sr-reveal .sr-reveal--card .sr-home-audience-card__icon,
.has-sr-reveal .sr-reveal--card .sr-service-card__media {
	opacity: 0;
	transform: translate3d(0, 8px, 0) scale(0.9);
}

.has-sr-reveal .sr-reveal--card.is-visible .sr-home-trust__icon,
.has-sr-reveal .sr-reveal--card.is-visible .sr-home-audience-card__icon,
.has-sr-reveal .sr-reveal--card.is-visible .sr-service-card__media {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale(1);
	transition: opacity 700ms cubic-bezier(0.22, 1, 0.36, 1) calc(var(--sr-reveal-delay, 0ms) + 110ms), transform 700ms cubic-bezier(0.22, 1, 0.36, 1) calc(var(--sr-reveal-delay, 0ms) + 110ms);
}

/* Homepage solution statement. */
.sr-solution-band {
	width: 100%;
	overflow: hidden;
	color: var(--sr-white);
	background: var(--sr-navy);
}

.sr-solution-band__shell {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	align-items: center;
	gap: clamp(30px, 3vw, 42px);
	width: min(calc(100% - 48px), var(--sr-shell));
	margin: 0 auto;
	padding: clamp(28px, 2.5vw, 34px) 0;
}

.sr-solution-band__heading h2 {
	margin: 0;
	color: var(--sr-white);
	font-size: clamp(28px, 2.3vw, 34px);
	font-weight: 850;
	letter-spacing: -0.025em;
	line-height: 1.14;
	text-transform: uppercase;
}

.sr-solution-band__heading h2 span {
	color: var(--sr-red);
}

.sr-solution-band__copy {
	padding: 5px 0 5px clamp(24px, 2.5vw, 34px);
	border-left: 4px solid var(--sr-red);
}

.sr-solution-band__copy p {
	margin: 0;
	color: rgba(255, 255, 255, 0.92);
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.48;
}

.sr-solution-band__copy strong {
	color: var(--sr-white);
	font-weight: 800;
}

@media (max-width: 1260px) {
	.sr-header-shell {
		grid-template-columns: 76px minmax(0, 1fr) auto;
		gap: 18px;
	}

	.sr-header-contact {
		display: block;
	}

	.sr-header-cta {
		display: none;
	}

	.sr-primary-nav__list a {
		padding-right: 8px;
		padding-left: 8px;
		font-size: 14px;
	}

	.sr-hero__shell {
		grid-template-columns: minmax(0, 1fr) minmax(310px, 0.72fr);
		gap: 46px;
	}
}

@media (max-width: 980px) {
	.sr-site-header {
		min-height: 74px;
		backdrop-filter: none;
	}

	.sr-header-shell {
		min-height: 74px;
	}

	.sr-header-shell {
		grid-template-columns: 72px 1fr auto;
		width: min(calc(100% - 32px), var(--sr-shell));
	}

	.sr-brand__logo {
		height: 58px;
		max-width: 68px;
	}

	.sr-menu-toggle {
		display: inline-flex;
		grid-column: 3;
	}

	.sr-menu-toggle[aria-expanded="true"] .sr-menu-toggle__icon span:nth-child(1) {
		transform: translateY(7px) rotate(45deg);
	}

	.sr-menu-toggle[aria-expanded="true"] .sr-menu-toggle__icon span:nth-child(2) {
		opacity: 0;
	}

	.sr-menu-toggle[aria-expanded="true"] .sr-menu-toggle__icon span:nth-child(3) {
		transform: translateY(-7px) rotate(-45deg);
	}

	.sr-primary-nav {
		--sr-mobile-nav-top: 76px;
		position: fixed;
		top: var(--sr-mobile-nav-top);
		right: 0;
		bottom: auto;
		left: 0;
		justify-self: stretch;
		display: none;
		width: 100%;
		max-width: none;
		height: auto;
		max-height: calc(100vh - var(--sr-mobile-nav-top));
		max-height: calc(100dvh - var(--sr-mobile-nav-top));
		margin: 0;
		overflow-y: auto;
		overscroll-behavior: contain;
		padding: 12px 24px 14px;
		background: var(--sr-navy-deep);
		scrollbar-gutter: stable;
		-webkit-overflow-scrolling: touch;
	}

	.sr-primary-nav.is-open {
		display: block;
	}

	.sr-primary-nav__list {
		display: block;
		max-width: 720px;
		margin: 0 auto;
	}

	.sr-primary-nav__list > li {
		position: relative;
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	}

	.sr-primary-nav__list a {
		min-height: 50px;
		padding: 0 52px 0 12px;
		font-size: 18px;
		white-space: normal;
	}

	.sr-primary-nav__list .menu-item-has-children > a::after {
		display: none;
	}

	.sr-primary-nav__list .sr-submenu-toggle {
		position: absolute;
		top: 5px;
		right: 4px;
		z-index: 2;
		display: grid;
		place-items: center;
		width: 40px;
		height: 40px;
		padding: 0;
		color: var(--sr-white);
		background: transparent;
		border: 1px solid rgba(255, 255, 255, 0.42);
		border-radius: 6px;
		cursor: pointer;
	}

	.sr-primary-nav__list .sr-submenu-toggle::after {
		width: 8px;
		height: 8px;
		border-right: 2px solid currentColor;
		border-bottom: 2px solid currentColor;
		content: "";
		transform: translateY(-2px) rotate(45deg);
		transition: transform 160ms ease;
	}

	.sr-primary-nav__list .sr-submenu-toggle:hover,
	.sr-primary-nav__list .sr-submenu-toggle:focus-visible {
		color: var(--sr-white);
		background: var(--sr-red-dark);
		border-color: var(--sr-red);
	}

	.sr-primary-nav__list .sr-submenu-toggle[aria-expanded="true"]::after {
		transform: translateY(2px) rotate(225deg);
	}

	.sr-primary-nav__list .sub-menu {
		position: static;
		display: none;
		min-width: 0;
		padding: 0 0 12px 18px;
		visibility: visible;
		opacity: 1;
		background: transparent;
		border: 0;
		box-shadow: none;
		transform: none;
	}

	.sr-primary-nav__list li.is-submenu-open > .sub-menu {
		display: block;
	}

	.sr-primary-nav__list .sub-menu a {
		min-height: 42px;
		padding: 8px 52px 8px 10px;
		color: rgba(255, 255, 255, 0.76);
		font-size: 15px;
		border-bottom: 0;
	}

	.sr-header-contact {
		display: none;
	}

	html.sr-nav-open,
	body.sr-nav-open {
		overflow: hidden;
	}

	.sr-hero {
		min-height: 0;
	}

	.sr-hero__shell {
		grid-template-columns: 1fr;
		width: min(calc(100% - 40px), 760px);
		padding: 80px 0;
	}

	.sr-clients-carousel {
		grid-template-columns: 38px minmax(0, 1fr) 38px;
		column-gap: 14px;
	}

	.sr-clients-carousel__track {
		gap: 32px;
	}

	.sr-clients-carousel__item {
		flex-basis: calc((100% - 32px) / 2);
	}

	.sr-services__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sr-services__item,
	.sr-services__item--featured {
		grid-column: span 1;
	}

	.sr-service-card,
	.sr-services__item--featured .sr-service-card {
		min-height: 292px;
	}

	.sr-solution-band__shell {
		grid-template-columns: 1fr;
		gap: 34px;
	}
}

@media (max-width: 600px) {
	.admin-bar .sr-site-header {
		top: 46px;
	}

	.sr-menu-toggle__label {
		display: none;
	}

	.sr-hero__shell {
		width: min(calc(100% - 32px), 760px);
		padding: 58px 0;
	}

	.sr-hero h1 {
		font-size: clamp(42px, 13vw, 60px);
	}

	.sr-hero__lead {
		font-size: 17px;
		line-height: 1.55;
	}

	.sr-hero__actions,
	.sr-button {
		width: 100%;
	}

	.sr-hero__proof {
		padding: 30px 24px;
	}

	.sr-hero__facts li {
		grid-template-columns: 72px 1fr;
		gap: 12px;
	}

	.sr-clients {
		padding: 52px 0 46px;
	}

	.sr-clients__shell {
		width: min(calc(100% - 24px), var(--sr-shell));
	}

	.sr-clients__title {
		margin-bottom: 36px;
		font-size: 36px;
	}

	.sr-clients-carousel {
		grid-template-columns: 34px minmax(0, 1fr) 34px;
		column-gap: 8px;
	}

	.sr-clients-carousel__track {
		gap: 0;
	}

	.sr-clients-carousel__item {
		flex-basis: 100%;
		min-height: 142px;
	}

	.sr-clients-carousel__arrow {
		width: 34px;
	}

	.sr-clients-carousel__arrow span {
		width: 18px;
		height: 18px;
		border-width: 4px;
	}

	.sr-clients-carousel__dots {
		gap: 15px;
		margin-top: 32px;
	}

	.sr-clients-carousel__dot {
		width: 14px;
		height: 14px;
	}

	.sr-services {
		padding: 52px 0 56px;
	}

	.sr-services__shell {
		width: min(calc(100% - 24px), var(--sr-shell));
	}

	.sr-services__title {
		margin-bottom: 36px;
		font-size: 36px;
	}

	.sr-services__grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.sr-service-card,
	.sr-services__item--featured .sr-service-card {
		grid-template-columns: 92px minmax(0, 1fr);
		column-gap: 16px;
		min-height: 0;
		padding: 24px 20px 22px;
	}

	.sr-service-card__media {
		width: 92px;
		height: 92px;
	}

	.sr-service-card__icon {
		max-width: 90px;
		max-height: 90px;
	}

	.sr-service-card__title {
		font-size: 18px;
	}

	.sr-service-card__description {
		margin-top: 12px;
		font-size: 15px;
		line-height: 1.55;
	}

	.sr-service-card__footer {
		align-items: stretch;
		flex-direction: column;
	}

	.sr-service-card__more {
		width: 100%;
	}

	.sr-solution-band__shell {
		width: min(calc(100% - 32px), var(--sr-shell));
		padding: 32px 0 34px;
	}

	.sr-solution-band__heading h2 {
		font-size: 28px;
	}

	.sr-solution-band__copy {
		padding: 4px 0 4px 20px;
		border-left-width: 4px;
	}

	.sr-solution-band__copy p {
		font-size: 16px;
	}
}

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

/* Implemented cases: one native scroll-snap carousel, no slider library. */
.sr-cases {
	width: 100%;
	padding: clamp(56px, 5vw, 64px) 0 clamp(52px, 4.5vw, 60px);
	overflow: hidden;
	background: var(--sr-white);
}

.sr-cases__shell {
	width: min(calc(100% - 48px), var(--sr-shell));
	margin: 0 auto;
}

.sr-cases__title {
	margin: 0 0 clamp(42px, 4vw, 50px);
	color: #111;
	font-size: clamp(38px, 4vw, 52px);
	font-weight: 400;
	line-height: 1.1;
	text-align: center;
}

.sr-cases__stage {
	position: relative;
}

.sr-cases__viewport {
	margin: 0 58px;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.sr-cases__viewport::-webkit-scrollbar {
	display: none;
}

.sr-cases__viewport:focus-visible {
	outline: 3px solid var(--sr-red);
	outline-offset: 8px;
}

.sr-cases__track {
	display: flex;
}

.sr-case {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	grid-template-areas:
		"title title"
		"media body";
	flex: 0 0 100%;
	align-items: center;
	column-gap: clamp(42px, 5vw, 72px);
	row-gap: clamp(30px, 3.5vw, 42px);
	min-width: 0;
	margin: 0;
	scroll-snap-align: start;
	scroll-snap-stop: always;
}

.sr-case__media {
	display: block;
	grid-area: media;
	min-width: 0;
}

.sr-case__image {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.sr-case__body {
	grid-area: body;
	min-width: 0;
}

.sr-case__title {
	grid-area: title;
	width: min(100%, 1080px);
	margin: 0;
	margin-inline: auto;
	font-size: clamp(26px, 2.45vw, 36px);
	font-weight: 400;
	line-height: 1.22;
	text-align: center;
}

.sr-case__title a {
	color: #37464c;
	text-decoration: none;
}

.sr-case__title a:hover,
.sr-case__title a:focus-visible {
	color: var(--sr-red);
}

.sr-case__site {
	display: inline-block;
	margin-top: 0;
	color: var(--sr-red);
	font-size: 20px;
	font-weight: 800;
	text-decoration: none;
}

.sr-case__site:hover,
.sr-case__site:focus-visible {
	color: var(--sr-red-dark);
	text-decoration: underline;
	text-underline-offset: 4px;
}

.sr-case__metrics {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px 34px;
	margin: 36px 0 0;
}

.sr-case__metric {
	min-width: 0;
}

.sr-case__metric dt {
	margin: 0 0 10px;
	color: #37464c;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.3;
}

.sr-case__metric dd {
	margin: 0;
	color: #56676e;
	font-size: 16px;
	line-height: 1.45;
}

.sr-case__description {
	margin: 28px 0 0;
	color: #475a61;
	font-size: 18px;
	line-height: 1.55;
}

.sr-case__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	margin-top: 26px;
	padding: 12px 24px;
	color: var(--sr-red);
	font-size: 16px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none;
	border: 2px solid var(--sr-red);
	border-radius: 9px;
	transition: color 160ms ease, background-color 160ms ease;
}

.sr-case__button:hover,
.sr-case__button:focus-visible {
	color: var(--sr-white);
	background: var(--sr-red);
}

.sr-cases__arrow {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 46px;
	height: 72px;
	padding: 0;
	color: #c2c5c7;
	background: transparent;
	border: 0;
	cursor: pointer;
	transform: translateY(-50%);
	transition: color 160ms ease, transform 160ms ease;
}

.sr-cases__arrow--prev {
	left: 0;
}

.sr-cases__arrow--next {
	right: 0;
}

.sr-cases__arrow span {
	display: block;
	width: 27px;
	height: 27px;
	border-top: 5px solid currentColor;
	border-left: 5px solid currentColor;
}

.sr-cases__arrow--prev span {
	transform: rotate(-45deg);
}

.sr-cases__arrow--next span {
	transform: rotate(135deg);
}

.sr-cases__arrow:hover,
.sr-cases__arrow:focus,
.sr-cases__arrow:focus-visible {
	color: var(--sr-red);
	background: transparent;
	outline: 0;
	box-shadow: none;
}

.sr-cases__arrow:active {
	transform: translateY(-50%) scale(0.92);
}

.sr-cases__controls {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
	margin-top: clamp(32px, 3vw, 38px);
}

.sr-cases__dots {
	display: flex;
	align-items: center;
	gap: 18px;
}

.sr-cases__dot {
	width: 16px;
	height: 16px;
	padding: 0;
	background: #d1d1d1;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	transition: background-color 160ms ease, transform 160ms ease;
}

.sr-cases__dot[aria-current="true"] {
	background: #777;
	transform: scale(1.18);
}

.sr-cases__dot:focus-visible {
	outline: 3px solid var(--sr-red);
	outline-offset: 4px;
}

.sr-cases__arrow[hidden],
.sr-cases__controls[hidden] {
	display: none;
}

@media (max-width: 900px) {
	.sr-cases__viewport {
		margin: 0 42px;
	}

	.sr-case {
		grid-template-columns: 1fr;
		grid-template-areas:
			"title"
			"media"
			"body";
		gap: 38px;
	}

	.sr-case__media {
		width: min(100%, 620px);
		margin: 0 auto;
	}

	.sr-case__body {
		text-align: center;
	}

	.sr-case__metrics {
		text-align: left;
	}

	.sr-cases__arrow {
		top: 27%;
	}
}

@media (max-width: 560px) {
	.sr-cases {
		padding: 52px 0 56px;
	}

	.sr-cases__shell {
		width: min(calc(100% - 24px), var(--sr-shell));
	}

	.sr-cases__title {
		margin-bottom: 36px;
		font-size: 36px;
	}

	.sr-cases__viewport {
		margin: 0 24px;
	}

	.sr-case {
		gap: 28px;
	}

	.sr-case__title {
		font-size: 23px;
	}

	.sr-case__metrics {
		grid-template-columns: 1fr;
		gap: 20px;
		margin-top: 28px;
		text-align: center;
	}

	.sr-case__description {
		font-size: 16px;
	}

	.sr-cases__arrow {
		top: 21%;
		width: 34px;
		height: 56px;
	}

	.sr-cases__arrow span {
		width: 20px;
		height: 20px;
		border-width: 4px;
	}
}

/* Dynamic latest-news mosaic. */
.sr-news {
	width: 100%;
	padding: clamp(56px, 5vw, 64px) 0 clamp(52px, 4.5vw, 58px);
	overflow: hidden;
	background: var(--sr-white);
}

.sr-news__shell {
	width: min(calc(100% - 48px), var(--sr-shell));
	margin: 0 auto;
}

.sr-news__header {
	margin-bottom: clamp(40px, 4vw, 48px);
	text-align: center;
}

.sr-news__title {
	margin: 0;
	color: #111;
	font-size: clamp(38px, 4vw, 52px);
	font-weight: 400;
	line-height: 1.1;
	text-transform: uppercase;
}

.sr-news__tagline {
	margin: 18px 0 0;
	color: #405158;
	font-size: 18px;
	line-height: 1.5;
}

.sr-news__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
}

.sr-news-card {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	min-width: 0;
	height: auto;
	aspect-ratio: 11 / 5;
	min-height: 0;
	margin: 0;
	overflow: hidden;
	background: #f6f6f6;
}

.sr-news-card__media {
	display: block;
	min-width: 0;
	min-height: 100%;
	overflow: hidden;
	background: var(--sr-navy);
}

.sr-news-card__image {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 0;
	object-fit: cover;
	transition: transform 320ms ease;
}

.sr-news-card__media:hover .sr-news-card__image,
.sr-news-card__media:focus-visible .sr-news-card__image {
	transform: scale(1.035);
}

.sr-news-card__body {
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 25px 22px 28px;
	overflow: hidden;
	background: #f6f6f6;
	color: #405158;
	transition: background-color 240ms ease, color 240ms ease;
}

.sr-news-card--reverse .sr-news-card__media {
	order: 2;
}

.sr-news-card--reverse .sr-news-card__body {
	order: 1;
}

.sr-news-card__title {
	margin: 0;
	font-size: clamp(18px, 1.4vw, 20px);
	font-weight: 400;
	line-height: 1.32;
}

.sr-news-card__title a {
	color: #26383f;
	text-decoration: none;
	transition: color 240ms ease;
}

.sr-news-card:hover .sr-news-card__body,
.sr-news-card:focus-within .sr-news-card__body {
	background: var(--sr-red);
	color: #fff;
}

.sr-news-card:hover .sr-news-card__title a,
.sr-news-card:focus-within .sr-news-card__title a,
.sr-news-card:hover .sr-news-card__date,
.sr-news-card:focus-within .sr-news-card__date,
.sr-news-card:hover .sr-news-card__excerpt,
.sr-news-card:focus-within .sr-news-card__excerpt {
	color: #fff;
}

.sr-news-card__date {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 17px;
	color: #405158;
	font-size: 14px;
	line-height: 1.3;
	transition: color 240ms ease;
}

.sr-news-card__date svg {
	flex: 0 0 auto;
}

.sr-news-card__excerpt {
	margin: 20px 0 0;
	color: #405158;
	font-size: 16px;
	line-height: 1.65;
	transition: color 240ms ease;
}

@media (max-width: 980px) {
	.sr-news__grid {
		grid-template-columns: 1fr;
	}

	.sr-news-card__title {
		font-size: 20px;
	}
}

@media (max-width: 620px) {
	.sr-news {
		padding: 52px 0 56px;
	}

	.sr-news__shell {
		width: min(calc(100% - 24px), var(--sr-shell));
	}

	.sr-news__header {
		margin-bottom: 36px;
	}

	.sr-news__title {
		font-size: 36px;
	}

	.sr-news-card {
		grid-template-columns: 1fr;
		height: auto;
		aspect-ratio: auto;
	}

	.sr-news-card__media,
	.sr-news-card--reverse .sr-news-card__media {
		order: 1;
		min-height: 0;
		aspect-ratio: 11 / 10;
	}

	.sr-news-card__body,
	.sr-news-card--reverse .sr-news-card__body {
		order: 2;
		padding: 26px 22px 32px;
		overflow: visible;
	}

	.sr-news-card__image {
		min-height: 0;
	}
}

/* Homepage contact section. */
.sr-contact {
	--sr-contact-parallax: 0px;
	position: relative;
	isolation: isolate;
	width: 100%;
	padding: 58px 0 68px;
	overflow: hidden;
	color: #fff;
	background-color: #071724;
}

.sr-contact::before,
.sr-contact::after {
	position: absolute;
	content: "";
	pointer-events: none;
}

.sr-contact::before {
	z-index: -2;
	inset: -28% 0;
	background-image: url("../images/contact-taekwondo.webp");
	background-repeat: no-repeat;
	background-position: center 46%;
	background-size: cover;
	transform: translate3d(0, var(--sr-contact-parallax), 0);
	will-change: transform;
}

.sr-contact::after {
	z-index: -1;
	inset: 0;
	background: rgba(2, 16, 27, 0.42);
}

.sr-contact__shell {
	position: relative;
	z-index: 1;
	width: min(calc(100% - 48px), var(--sr-shell));
	margin: 0 auto;
}

.sr-contact__header {
	text-align: center;
}

.sr-contact__title {
	margin: 0;
	color: #fff;
	font-size: clamp(28px, 3vw, 32px);
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.sr-contact__tagline {
	margin: 44px 0 0;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.45;
}

.sr-contact__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 0.78fr);
	align-items: start;
	gap: clamp(72px, 9vw, 136px);
	margin-top: 60px;
}

.sr-contact__form,
.sr-contact__details {
	min-width: 0;
}

.sr-contact__form .wpcf7,
.sr-contact__form .wpcf7-form {
	margin: 0;
}

.sr-contact__form .wpcf7-form > p {
	margin: 0 0 20px;
}

.sr-contact__form label {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.35;
}

.sr-contact__form input[type="text"],
.sr-contact__form input[type="tel"] {
	display: block;
	width: 100%;
	height: 60px;
	margin-top: 7px;
	padding: 0 16px;
	border: 1px solid rgba(255, 255, 255, 0.92);
	border-radius: 0;
	outline: 0;
	background: rgba(0, 10, 18, 0.2);
	box-shadow: none;
	color: #fff;
	font: inherit;
	transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.sr-contact__form input[type="text"]:focus,
.sr-contact__form input[type="tel"]:focus {
	border-color: #fff;
	background: rgba(0, 10, 18, 0.34);
	box-shadow: 0 0 0 2px var(--sr-red);
}

.sr-contact__form input[type="submit"] {
	display: block;
	width: 100%;
	min-height: 56px;
	margin-top: 18px;
	padding: 12px 24px;
	border: 1px solid var(--sr-red);
	border-radius: 0;
	background: var(--sr-red);
	box-shadow: none;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
	cursor: pointer;
	transition: background-color 160ms ease, border-color 160ms ease;
}

.sr-contact__form input[type="submit"]:hover,
.sr-contact__form input[type="submit"]:focus-visible {
	border-color: #fff;
	background: #a9080d;
}

.sr-contact__form .wpcf7-not-valid-tip {
	display: block;
	margin-top: 5px;
	color: #ffd6d7;
	font-size: 14px;
}

.sr-contact__form .wpcf7-response-output {
	margin: 15px 0 0 !important;
	padding: 10px 12px !important;
	background: rgba(0, 10, 18, 0.58);
	color: #fff;
}

.sr-contact__form .wpcf7-form.init .wpcf7-response-output,
.sr-contact__form .wpcf7-response-output:empty {
	display: none;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent;
}

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

.sr-contact__form .wpcf7-spinner {
	display: none;
}

.sr-contact__fallback {
	margin: 0;
	font-size: 20px;
}

.sr-contact__fallback a {
	color: #fff;
}

.sr-contact__details {
	padding-top: 4px;
	text-align: center;
}

.sr-contact__consultation,
.sr-contact__availability,
.sr-contact__messenger-label {
	margin: 0;
	color: #fff;
}

.sr-contact__consultation {
	font-size: 25px;
	line-height: 1.3;
}

.sr-contact__phone {
	display: inline-block;
	margin-top: 18px;
	color: #fff;
	font-size: clamp(28px, 3.2vw, 34px);
	font-weight: 400;
	line-height: 1.2;
	text-decoration: none;
}

.sr-contact__phone:hover,
.sr-contact__phone:focus-visible {
	color: #fff;
	text-decoration: underline;
	text-decoration-color: var(--sr-red);
	text-underline-offset: 5px;
}

.sr-contact__messenger-label {
	width: min(100%, 375px);
	margin: 18px auto 0;
	padding-bottom: 6px;
	border-bottom: 2px solid #f11e1e;
	font-size: 17px;
	line-height: 1.35;
}

.sr-contact__messengers {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-top: 8px;
}

.sr-contact__messengers a {
	display: inline-flex;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	transition: transform 160ms ease, filter 160ms ease;
}

.sr-contact__messengers a:hover,
.sr-contact__messengers a:focus-visible {
	transform: translateY(-3px);
	filter: brightness(1.08);
}

.sr-contact__messengers img {
	display: block;
	width: 65px;
	height: 65px;
}

.sr-contact__availability {
	margin-top: 8px;
	font-size: 23px;
	font-weight: 600;
	line-height: 1.3;
}

@media (max-width: 820px) {
	.sr-contact {
		padding: 56px 0 64px;
	}

	.sr-contact::before {
		inset: -18% 0;
		background-position: 54% center;
	}

	.sr-contact__grid {
		grid-template-columns: 1fr;
		gap: 48px;
		margin-top: 48px;
	}

	.sr-contact__form {
		width: min(100%, 650px);
		margin: 0 auto;
	}

	.sr-contact__details {
		padding-top: 0;
	}
}

@media (max-width: 620px) {
	.sr-contact__shell {
		width: min(calc(100% - 24px), var(--sr-shell));
	}

	.sr-contact__tagline {
		margin-top: 28px;
		font-size: 16px;
	}

	.sr-contact__grid {
		margin-top: 40px;
	}

	.sr-contact__form input[type="text"],
	.sr-contact__form input[type="tel"] {
		height: 54px;
	}

	.sr-contact__consultation {
		font-size: 22px;
	}

	.sr-contact__phone {
		font-size: 27px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.sr-primary-nav__list .sub-menu,
	.sr-menu-toggle__icon span,
	.sr-button,
	.sr-clients-carousel__arrow,
	.sr-clients-carousel__dot {
		transition: none;
	}

	.sr-clients-carousel__viewport {
		scroll-behavior: auto;
	}

	.has-sr-reveal [data-sr-reveal],
	.has-sr-reveal [data-sr-reveal].is-visible {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.sr-contact::before {
		transform: translate3d(0, 0, 0);
		will-change: auto;
	}

	.sr-service-card,
	.sr-service-card__more,
	.sr-case__button,
	.sr-cases__arrow,
	.sr-cases__dot,
	.sr-news-card__image,
	.sr-news-card__body,
	.sr-news-card__title a,
	.sr-news-card__date,
	.sr-news-card__excerpt,
	.sr-contact__form input,
	.sr-contact__messengers a {
		transition: none;
	}

	.sr-cases__viewport {
		scroll-behavior: auto;
	}
}

/* Homepage 2026: hero, trust, positioning and audience blocks. */
.sr-hero {
	position: relative;
	display: grid;
	min-height: 510px;
	isolation: isolate;
	background-color: var(--sr-navy-deep);
	background-image: url("../images/home-hero-football-v3.webp");
	background-position: center center;
	background-size: cover;
}

.sr-hero::before {
	position: absolute;
	inset: 0;
	z-index: -2;
	width: auto;
	height: auto;
	border: 0;
	border-radius: 0;
	background: linear-gradient(90deg, rgba(0, 17, 24, 0.98) 0%, rgba(0, 22, 31, 0.88) 35%, rgba(0, 22, 31, 0.18) 59%, rgba(0, 17, 24, 0.72) 100%);
	box-shadow: none;
	content: "";
}

.sr-hero::after {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 10, 16, 0.34));
	content: "";
}

.sr-hero__shell {
	display: grid;
	grid-template-columns: minmax(0, 610px) minmax(330px, 390px);
	justify-content: space-between;
	gap: clamp(64px, 8vw, 130px);
	width: min(calc(100% - 48px), 1440px);
	padding: 42px 0 46px;
}

.sr-hero__content {
	max-width: 610px;
}

.sr-hero__eyebrow {
	margin-bottom: 14px;
	color: #ff313a;
	font-size: 12px;
}

.sr-hero h1 {
	max-width: 650px;
	color: var(--sr-white);
	font-size: clamp(38px, 3.6vw, 54px);
	letter-spacing: -0.035em;
	line-height: 1.04;
	text-shadow: 0 3px 24px rgba(0, 0, 0, 0.28);
}

.sr-hero__lead {
	max-width: 590px;
	margin-top: 19px;
	color: rgba(255, 255, 255, 0.84);
	font-size: clamp(15px, 1.1vw, 17px);
	line-height: 1.5;
}

.sr-hero__actions {
	margin-top: 24px;
}

.sr-hero .sr-button {
	min-height: 46px;
	padding: 11px 20px;
	border-radius: 5px;
	font-size: 13px;
	text-transform: uppercase;
}

.sr-hero .sr-button--secondary {
	color: #fff;
	background: rgba(0, 15, 22, 0.48);
	border-color: rgba(255, 255, 255, 0.72);
}

.sr-hero .sr-button--secondary:hover,
.sr-hero .sr-button--secondary:focus-visible {
	color: #fff;
	background: rgba(0, 15, 22, 0.84);
	border-color: #fff;
}

.sr-hero__proof {
	align-self: center;
	padding: 23px 24px 18px;
	background: rgba(0, 18, 26, 0.88);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 9px;
	box-shadow: 0 22px 55px rgba(0, 0, 0, 0.3);
	backdrop-filter: blur(6px);
}

.sr-hero__proof::after {
	display: none;
}

.sr-hero__proof h2 {
	font-size: clamp(21px, 1.65vw, 26px);
	line-height: 1.15;
}

.sr-hero__facts {
	margin-top: 15px;
}

.sr-hero__facts li {
	grid-template-columns: 31px minmax(0, 1fr);
	align-items: start;
	gap: 11px;
	padding: 11px 0;
}

.sr-hero__fact-icon {
	display: grid;
	width: 28px;
	height: 28px;
	place-items: center;
	color: #ff313a;
}

.sr-hero__fact-icon svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.sr-hero__facts strong {
	display: block;
	margin-bottom: 4px;
	font-size: 14px;
	line-height: 1.3;
}

.sr-hero__facts li > span:last-child {
	display: block;
	color: rgba(255, 255, 255, 0.65);
	font-size: 12px;
	line-height: 1.4;
}

/* Lightweight, one-time hero motion. The large background stays static. */
@media (prefers-reduced-motion: no-preference) {
	.sr-hero__eyebrow,
	.sr-hero h1,
	.sr-hero__lead,
	.sr-hero__actions {
		animation: sr-hero-content-in 700ms cubic-bezier(0.22, 1, 0.36, 1) both;
	}

	.sr-hero h1 {
		animation-delay: 80ms;
	}

	.sr-hero__lead {
		animation-delay: 160ms;
	}

	.sr-hero__actions {
		animation-delay: 240ms;
	}

	.sr-hero__proof {
		animation: sr-hero-proof-in 780ms 180ms cubic-bezier(0.22, 1, 0.36, 1) both;
	}

	.sr-hero__facts li {
		animation: sr-hero-fact-in 560ms cubic-bezier(0.22, 1, 0.36, 1) both;
	}

	.sr-hero__facts li:nth-child(1) {
		animation-delay: 340ms;
	}

	.sr-hero__facts li:nth-child(2) {
		animation-delay: 440ms;
	}

	.sr-hero__facts li:nth-child(3) {
		animation-delay: 540ms;
	}

	.sr-hero .sr-button {
		transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
	}

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

@keyframes sr-hero-content-in {
	from {
		opacity: 0;
		transform: translate3d(0, 12px, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes sr-hero-proof-in {
	from {
		opacity: 0;
		transform: translate3d(18px, 0, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes sr-hero-fact-in {
	from {
		opacity: 0;
		transform: translate3d(8px, 0, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.sr-home-trust,
.sr-home-positioning,
.sr-home-audiences {
	width: 100%;
}

.sr-home-trust {
	padding: 29px 0 27px;
	background: #fff;
	border-bottom: 1px solid #e5eaec;
}

.sr-home-trust__shell {
	display: grid;
	grid-template-columns: minmax(150px, 0.72fr) minmax(0, 4fr);
	align-items: center;
	gap: 28px;
	width: min(calc(100% - 48px), var(--sr-shell));
	margin: 0 auto;
}

.sr-home-trust h2 {
	margin: 0;
	color: var(--sr-ink);
	font-size: clamp(24px, 2.2vw, 31px);
	font-weight: 750;
	letter-spacing: -0.025em;
	line-height: 1.05;
}

.sr-home-trust__list {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sr-home-trust__list li {
	display: grid;
	justify-items: center;
	gap: 7px;
	margin: 0;
	color: #5b6970;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.25;
	text-align: center;
	text-transform: uppercase;
}

.sr-home-trust__icon,
.sr-home-audience-card__icon {
	display: grid;
	place-items: center;
}

.sr-home-trust__icon {
	width: 36px;
	height: 36px;
	color: #829097;
}

.sr-home-trust__icon svg,
.sr-home-audience-card__icon svg {
	width: 100%;
	height: 100%;
}

.sr-home-positioning {
	padding: clamp(54px, 6vw, 82px) 0;
	background: #fff;
}

.sr-home-positioning__shell {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	align-items: start;
	gap: clamp(60px, 9vw, 140px);
	width: min(calc(100% - 48px), var(--sr-shell));
	margin: 0 auto;
}

.sr-home-positioning__heading h2 {
	position: relative;
	margin: 0;
	padding-bottom: 25px;
	color: var(--sr-ink);
	font-size: clamp(34px, 3.6vw, 50px);
	font-weight: 780;
	letter-spacing: -0.04em;
	line-height: 1.08;
}

.sr-home-positioning__heading h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 66px;
	height: 4px;
	background: var(--sr-red);
	content: "";
}

.sr-home-positioning__copy {
	padding-top: 4px;
}

.sr-home-positioning__copy p {
	margin: 0 0 19px;
	color: var(--sr-muted);
	font-size: clamp(17px, 1.4vw, 20px);
	line-height: 1.65;
}

.sr-home-positioning__copy p:last-child {
	margin-bottom: 0;
}

.sr-home-audiences {
	padding: 38px 0 58px;
	background: #f3f5f6;
	border-top: 1px solid #e4e9eb;
}

.sr-home-audiences__shell {
	width: min(calc(100% - 48px), var(--sr-shell));
	margin: 0 auto;
}

.sr-home-audiences h2 {
	margin: 0 0 28px;
	color: var(--sr-ink);
	font-size: clamp(35px, 3.5vw, 48px);
	font-weight: 780;
	letter-spacing: -0.035em;
	line-height: 1.08;
	text-align: center;
}

.sr-home-audiences__grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sr-home-audiences__grid > li {
	min-width: 0;
	margin: 0;
}

.sr-home-audience-card {
	height: 100%;
	min-height: 218px;
	padding: 23px 15px 20px;
	background: #fff;
	border: 1px solid #dfe5e7;
	border-radius: 8px;
	box-shadow: 0 7px 20px rgba(0, 29, 38, 0.04);
	text-align: center;
}

.sr-home-audience-card__icon {
	width: 47px;
	height: 47px;
	margin: 0 auto 17px;
	color: #f01b25;
}

.sr-home-audience-card h3 {
	margin: 0;
	color: var(--sr-ink);
	font-size: 17px;
	font-weight: 800;
	line-height: 1.25;
}

.sr-home-audience-card p {
	margin: 11px 0 0;
	color: #6b7a80;
	font-size: 13px;
	line-height: 1.45;
}

@media (max-width: 1100px) {
	.sr-hero__shell {
		grid-template-columns: minmax(0, 1fr) minmax(310px, 0.58fr);
		gap: 34px;
	}

	.sr-home-trust__shell {
		grid-template-columns: 1fr;
	}

	.sr-home-trust h2 {
		text-align: center;
	}

	.sr-home-audiences__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.sr-home-audience-card {
		min-height: 190px;
	}
}

@media (max-width: 820px) {
	.sr-hero {
		min-height: 0;
		background-position: 68% center;
	}

	.sr-hero::before {
		background: linear-gradient(90deg, rgba(0, 17, 24, 0.98), rgba(0, 17, 24, 0.72));
	}

	.sr-hero__shell {
		grid-template-columns: 1fr;
		gap: 38px;
		padding: 46px 0 50px;
	}

	.sr-hero__content {
		max-width: 650px;
	}

	.sr-hero__proof {
		width: min(100%, 620px);
	}

	.sr-home-trust__list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		row-gap: 22px;
	}

	.sr-home-positioning__shell {
		grid-template-columns: 1fr;
		gap: 34px;
	}
}

@media (max-width: 620px) {
	.sr-hero__shell,
	.sr-home-trust__shell,
	.sr-home-positioning__shell,
	.sr-home-audiences__shell {
		width: min(calc(100% - 24px), var(--sr-shell));
	}

	.sr-hero h1 {
		font-size: clamp(34px, 10vw, 43px);
	}

	.sr-hero__actions {
		display: grid;
	}

	.sr-hero .sr-button {
		width: 100%;
	}

	.sr-hero__proof {
		padding: 24px 20px 18px;
	}

	.sr-home-trust {
		padding-block: 26px 30px;
	}

	.sr-home-trust__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sr-home-positioning {
		padding-block: 48px;
	}

	.sr-home-positioning__heading h2 {
		font-size: 36px;
	}

	.sr-home-audiences {
		padding: 42px 0 48px;
	}

	.sr-home-audiences__grid {
		grid-template-columns: 1fr;
	}

	.sr-home-audience-card {
		min-height: 0;
		padding: 24px 20px;
	}
}
