.page-template-page-home .site-header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 10;
}

.site-main--home {
	margin-top: 0;
	overflow-x: clip;
}

/* Hero — full-bleed video background, content overlays it.
 * Designer requirement: video always fills the viewport at ≥600px (100vh).
 * Below 600px the hero takes its Figma-spec fixed height so the image isn't cropped weirdly on tall phones.
 * Layout matches Figma HP_1920/1440 (title top, bottom row = subtitle | founded | CTA),
 * HP_768 (subtitle full-width, founded+CTA bottom row), HP_375 (centered stack).
 */
.home-hero {
	position: relative;
	display: flex;
	align-items: stretch;
	height: 100vh;
	height: 100svh;
	min-height: 540px;
	overflow: hidden;
	background: #111820;
	color: #fff;
}

.home-hero__video,
.home-hero__overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.home-hero__video {
	object-fit: cover;
	z-index: 1;
}

.home-hero__overlay {
	z-index: 2;
	background: rgba(0, 0, 0, 0.28);
}

.home-hero .container {
	position: relative;
	z-index: 3;
	display: flex;
	width: 100%;
	max-width: 1224px;
	padding-right: 24px;
	padding-left: 24px;
}

.home-hero__content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	padding: 210px 0 100px;
}

.home-hero__title {
	max-width: 680px;
	margin: 0;
	color: #fff;
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 50px;
	line-height: 70px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.home-hero__bottom {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto auto;
	align-items: end;
	column-gap: 56px;
	row-gap: 24px;
}

.home-hero__text {
	max-width: 346px;
	margin: 0;
	color: #fff;
	font-family: var(--font-body);
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0.5px;
}

.home-hero__text span {
	font-weight: 700;
}

.home-hero__meta {
	min-width: 125px;
}

.home-hero__meta-text {
	margin: 0;
	color: #fff;
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.home-hero__meta-text span {
	display: block;
}

.home-hero__cta {
	width: 272px;
	padding: 22px 28px;
	font-family: var(--font-heading);
	font-size: 15px;
	letter-spacing: 0.5px;
	white-space: nowrap;
}

/* Tablet: 600–991px — video still fills viewport (designer marked this range as “maybe”, we keep it filled). */
@media screen and (min-width: 600px) and (max-width: 991px) {
	.home-hero .container {
		max-width: 768px;
		padding-right: 30px;
		padding-left: 30px;
	}

	.home-hero__content {
		padding: 130px 0 60px;
	}

	.home-hero__title {
		max-width: 460px;
		font-size: 30px;
		line-height: 42px;
		letter-spacing: 1.5px;
	}

	.home-hero__bottom {
		grid-template-columns: minmax(0, 1fr) auto;
		column-gap: 32px;
		row-gap: 28px;
	}

	.home-hero__text {
		grid-column: 1 / -1;
		max-width: 400px;
		font-size: 18px;
		line-height: 26px;
	}

	.home-hero__meta {
		grid-column: 1;
	}

	.home-hero__meta-text span:nth-child(n + 2) {
		display: inline;
	}

	.home-hero__meta-text span:nth-child(n + 3)::before {
		content: " ";
	}

	.home-hero__cta {
		grid-column: 2;
		justify-self: end;
		width: auto;
		min-width: 218px;
		padding: 18px 24px;
	}
}

/* Mobile: <600px — video uses Figma's fixed hero height (599px @ 375 frame) so the bg image isn't stretched on portrait phones. */
@media screen and (max-width: 599px) {
	.page-template-page-home,
	.page-template-page-home body,
	.page-template-page-home #page {
		overflow-x: hidden;
	}

	.site-main--home .container {
		width: 100%;
		max-width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}

	.home-hero {
		height: auto;
		min-height: 599px;
	}

	.home-hero__content {
		align-items: center;
		justify-content: flex-start;
		padding: 120px 0 50px;
		text-align: center;
	}

	.home-hero__title {
		width: 100%;
		max-width: 100%;
		font-size: 26px;
		line-height: 38px;
		letter-spacing: 2px;
		overflow-wrap: anywhere;
	}

	.home-hero__bottom {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 22px;
		margin-top: 60px;
	}

	.home-hero__text {
		max-width: 280px;
		font-size: 16px;
		line-height: 22px;
	}

	.home-hero__meta {
		min-width: 0;
	}

	.home-hero__meta-text {
		font-size: 14px;
		line-height: 20px;
	}

	.home-hero__meta-text span {
		display: inline;
	}

	.home-hero__meta-text span + span::before {
		content: " ";
	}

	.home-hero__cta {
		width: 218px;
		padding: 16px 22px;
	}
}

.home-section {
	padding: 112px 0;
	background: #fff;
	color: #111820;
}

.home-section h2,
.home-section h3,
.home-wide-cta h2,
.home-red-cta h2 {
	margin: 0;
	text-transform: uppercase;
}

.home-section p,
.home-wide-cta p,
.home-red-cta p {
	margin: 0;
	color: #4c5961;
}

.home-eyebrow {
	margin: 0 0 18px;
	color: #bb2548;
	font-family: var(--font-heading);
	font-size: 13px;
	font-weight: 700;
	line-height: 18px;
	text-transform: uppercase;
}

.home-section__header {
	max-width: 730px;
	margin-bottom: 48px;
}

.home-section__header--split {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(240px, 0.6fr);
	align-items: end;
	gap: 70px;
	max-width: none;
}

.home-section__header--split > p,
.home-section__header--split > .home-text-link {
	justify-self: end;
	max-width: 420px;
}

.home-placeholder-media {
	position: relative;
	display: block;
	min-height: 320px;
	overflow: hidden;
	background: #dfe5e8;
	border-radius: 8px;
}

.home-placeholder-media::before,
.home-placeholder-media::after {
	position: absolute;
	display: block;
	content: "";
}

.home-placeholder-media::before {
	right: 26px;
	bottom: 26px;
	left: 26px;
	height: 44px;
	background: rgba(17, 24, 32, 0.14);
	border-radius: 4px;
}

.home-placeholder-media::after {
	top: 28px;
	right: 32px;
	width: 42%;
	height: 38%;
	background: rgba(255, 255, 255, 0.54);
	border-radius: 6px;
}

.home-placeholder-media--truck {
	background: #d7dde0;
}

.home-placeholder-media--truck::after {
	right: auto;
	left: 30px;
	width: 56%;
}

.home-placeholder-media--containers {
	background: #cfd8dc;
}

.home-placeholder-media--containers::before {
	top: 36px;
	bottom: auto;
	height: 34px;
	box-shadow: 0 54px 0 rgba(17, 24, 32, 0.1), 0 108px 0 rgba(187, 37, 72, 0.18);
}

.home-placeholder-media--ship {
	background: #d4dde3;
}

.home-placeholder-media--river {
	background: #dbe2e2;
}

.home-placeholder-media--map {
	min-height: 260px;
	background: #eef1f2;
	border: 1px solid #d7dde0;
}

.home-placeholder-media--map::before {
	top: 32px;
	right: 32px;
	bottom: 32px;
	left: 32px;
	height: auto;
	background: transparent;
	border: 2px solid rgba(17, 24, 32, 0.16);
}

.home-placeholder-media--map::after {
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	background: #bb2548;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.home-text-link,
.home-card-link {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: #bb2548;
	font-family: var(--font-heading);
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

.home-text-link:hover,
.home-text-link:focus,
.home-card-link:hover,
.home-card-link:focus {
	color: #961b37;
	text-decoration: none;
}

.home-text-link span,
.home-card-link span {
	position: relative;
	display: block;
	width: 24px;
	height: 12px;
	flex: 0 0 24px;
}

.home-text-link span::before,
.home-text-link span::after,
.home-card-link span::before,
.home-card-link span::after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	background: currentColor;
	content: "";
	transform: translateY(-50%);
}

.home-text-link span::before,
.home-card-link span::before {
	width: 24px;
	height: 2px;
}

.home-text-link span::after,
.home-card-link span::after {
	width: 8px;
	height: 8px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	background: transparent;
	transform: translateY(-50%) rotate(45deg);
}

.home-certifications {
	padding: 160px 0 0;
	background: #fff;
	text-align: center;
}

.home-certifications__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 171px));
	align-items: center;
	justify-content: center;
	margin-top: 56px;
	gap: 32px;
}

.home-certification-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0;
	background: transparent;
	color: inherit;
	line-height: 0;
	text-decoration: none;
}

.home-certification-logo__image {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
}

@media screen and (min-width: 376px) and (max-width: 599px) {
	.home-certifications__grid {
		gap: 12px;
	}
}

@media screen and (max-width: 375px) {
	.home-certifications__grid {
		grid-template-columns: repeat(2, minmax(0, 171px));
		gap: 8px;
	}
}

.home-certifications__divider {
	display: flex;
	justify-content: center;
	margin-top: 56px;
	line-height: 0;
}

.home-certifications__divider-image {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
}

.home-services {
	background: #fff;
}

.home-services .home-section__header {
	max-width: none;
	margin-bottom: 46px;
	text-align: center;
}

.home-services .home-section__header h2 {
	font-size: 36px;
	letter-spacing: 2px;
}

.home-services__tabs {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin-bottom: 15px;
}

.home-service-tab {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	padding: 12px 18px;
	background: #fff;
	border: 1px solid #c2c2c2;
	border-radius: 4px;
	color: #111820;
	cursor: pointer;
	font-family: var(--font-heading);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 18px;
	text-transform: uppercase;
}

.home-service-tab.is-active,
.home-service-tab:hover,
.home-service-tab:focus {
	background: #bb2548;
	border-color: #bb2548;
	color: #fff;
}

.home-service-highlight {
	overflow: hidden;
	background: #bb2548;
	border-radius: 20px;
}

.home-service-highlight__content {
	padding: 40px;
}

.home-service-highlight h3 {
	margin: 0 0 23px;
	color: #fff;
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 32px;
}

.home-service-highlight p {
	max-width: 690px;
	margin-bottom: 69px;
	color: #fff;
}


.home-service-highlight__media-col {
	position: relative;
	min-height: 440px;
}

.home-service-highlight__media {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.home-service-highlight__media .home-placeholder-media {
	width: 100%;
	height: 100%;
	border-radius: 0;
}

.home-service-highlight__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-transport {
	background: var(--color-bg-muted);
}

.home-transport .home-transport__title {
	margin: 0 0 60px;
	color: var(--color-ink);
	font-size: 36px;
	line-height: 50px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.home-transport__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 60px 40px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.home-transport-card {
	display: grid;
	grid-template-columns: 90px minmax(0, 1fr);
	gap: 24px;
	align-items: start;
}

.home-transport-card__icon {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	width: 70px;
	height: 70px;
}

.home-transport-card__icon-image {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.home-transport-card__body {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.home-transport-card__title {
	max-width: 245px;
	margin: 0;
	color: var(--color-ink);
	font-family: var(--font-heading);
	font-size: 15px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.home-transport-card__text {
	margin: 0;
	color: var(--color-text-muted);
	font-family: var(--font-body);
	font-size: 16px;
	line-height: 24px;
}

.home-transport-card__link {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-top: 6px;
	color: var(--color-ink);
	font-family: var(--font-body);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 0.18s ease;
}

.home-transport-card__link:visited {
	color: var(--color-ink);
	text-decoration: none;
}

.home-transport-card__link:hover,
.home-transport-card__link:focus {
	color: var(--color-brand-red);
	text-decoration: none;
}

.home-transport-card__link .cta__icon {
	width: 15px;
	height: 15px;
	flex: 0 0 15px;
	color: var(--color-ink);
	transition: color 0.18s ease;
}

.home-transport-card__link:hover .cta__icon,
.home-transport-card__link:focus-visible .cta__icon {
	color: var(--color-brand-red);
}

.home-transport-card__link .cta__icon::before {
	width: 15px;
	height: 1.5px;
	border-radius: var(--radius-sm);
}

.home-transport-card__link .cta__icon::after {
	width: 1.5px;
	height: 15px;
	border-radius: var(--radius-sm);
}

.home-wide-cta {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 544px;
	padding: 80px 0;
	background: var(--color-ink);
	color: #fff;
	overflow: hidden;
}

.home-wide-cta__media {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.home-wide-cta__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-wide-cta__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.4) 100%);
	pointer-events: none;
}

.home-wide-cta .container {
	position: relative;
}

.home-wide-cta__inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 36px;
}

.home-wide-cta__title {
	max-width: 600px;
	margin: 0;
	color: #fff;
	font-family: var(--font-heading);
	font-size: 36px;
	font-weight: 700;
	line-height: 54px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.home-wide-cta__cta {
	padding: 19px 42px;
	font-size: 15px;
	letter-spacing: 0.5px;
}

@media screen and (min-width: 1500px) {
	.home-wide-cta {
		min-height: 554px;
	}

	.home-newsletter {
		padding: 106px 0 120px;
	}

	.home-newsletter .home-newsletter__title {
		margin-bottom: 8px;
		line-height: 63px;
	}
}

@media screen and (min-width: 600px) and (max-width: 991px) {
	.home-wide-cta {
		min-height: 348px;
		padding: 60px 0;
	}

	.home-wide-cta__inner {
		gap: 28px;
	}

	.home-wide-cta__title {
		max-width: 420px;
		font-size: 22px;
		line-height: 30px;
		letter-spacing: 2px;
	}

	.home-wide-cta__cta {
		min-width: 185px;
		padding: 16px 28px;
		font-size: 13px;
	}
}

@media screen and (max-width: 599px) {
	.home-wide-cta {
		min-height: 311px;
		padding: 48px 0;
	}

	.home-wide-cta__overlay {
		background: rgba(0, 0, 0, 0.55);
	}

	.home-wide-cta__inner {
		align-items: center;
		gap: 24px;
		text-align: center;
	}

	.home-wide-cta__title {
		max-width: 360px;
		font-size: 20px;
		line-height: 30px;
		letter-spacing: 2px;
	}

	.home-wide-cta__cta {
		min-width: 186px;
		padding: 16px 28px;
		font-size: 13px;
	}
}

.home-about {
	padding: 80px 0;
	background: #fff;
	color: var(--color-ink);
}

.home-about__title {
	margin: 0 0 60px;
	color: var(--color-ink);
	font-family: var(--font-heading);
	font-size: 36px;
	font-weight: 700;
	line-height: 50px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.home-about__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 30px;
	align-items: start;
}

.home-about__col {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.home-about__text {
	margin: 0;
	color: var(--color-text-muted);
	font-family: var(--font-body);
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}

.home-about__callout {
	margin: 0;
	color: var(--color-ink);
	font-family: var(--font-heading);
	font-size: 17px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0.6px;
	text-transform: uppercase;
}

.home-about__callout span {
	display: inline;
}

.home-about__cta {
	align-self: flex-start;
	padding: 18px 28px;
	font-size: 13px;
	letter-spacing: 0.5px;
}

.home-about__media {
	display: grid;
	grid-template-columns: 419fr 733fr;
	gap: 24px;
	margin-top: 70px;
}

.home-about__media-item {
	margin: 0;
	border-radius: 8px;
	overflow: hidden;
}

.home-about__media-item--secondary {
	aspect-ratio: 419 / 398;
}

.home-about__media-item--primary {
	aspect-ratio: 733 / 398;
}

.home-about__media-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (min-width: 600px) and (max-width: 991px) {
	.home-poslovnice .home-poslovnice__title {
		font-size: 22px;
		line-height: 30px;
		letter-spacing: 1px;
	}

	.home-about {
		padding: 60px 0;
	}

	.home-about__title {
		margin-bottom: 36px;
		font-size: 28px;
		line-height: 36px;
		letter-spacing: 1.5px;
	}

	.home-about__grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.home-about__col {
		gap: 20px;
	}

	.home-about__callout {
		font-size: 16px;
		line-height: 22px;
	}

	.home-about__media {
		grid-template-columns: 250fr 438fr;
		gap: 18px;
		margin-top: 48px;
	}
}

@media screen and (max-width: 599px) {
	.home-about {
		padding: 48px 0;
	}

	.home-about__title {
		margin-bottom: 28px;
		font-size: 22px;
		line-height: 30px;
		letter-spacing: 1.5px;
	}

	.home-about__grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.home-about__col {
		gap: 18px;
	}

	.home-about__callout {
		font-size: 16px;
		line-height: 22px;
	}

	.home-about__cta {
		width: min(100%, 220px);
	}

	.home-about__media {
		grid-template-columns: 1fr;
		gap: 14px;
		margin-top: 36px;
	}

	.home-about__media-item--secondary {
		aspect-ratio: 345 / 328;
		order: 1;
	}

	.home-about__media-item--primary {
		aspect-ratio: 345 / 187;
		order: 2;
	}
}

.home-why {
	position: relative;
	padding: 109px 0;
	background-color: #1a1a1a;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	overflow: hidden;
}

.home-why__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.37);
	pointer-events: none;
}

.home-why .container {
	position: relative;
	z-index: 1;
}

.home-why__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 64px;
	align-items: center;
}

.home-why__intro {
	display: flex;
	flex-direction: column;
	gap: 24px;
	max-width: 547px;
}

.home-why__title {
	margin: 0;
	color: #fff;
}

.home-why__description {
	margin: 0;
	color: #fff;
}

.home-why__cta {
	align-self: flex-start;
	margin-top: 6px;
}

.home-why__stats {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 273px));
	gap: 27px 24px;
	justify-content: end;
}

.home-why__stat {
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-height: 169px;
	padding: 26px 30px;
	background: #fff;
	border-radius: 10px;
}

.home-why__stat-number {
	display: block;
	color: #bb2548;
}

.home-why__stat-label {
	display: block;
	color: #0a0a0a;
}

.home-news {
	background: #fff;
}

.home-news .home-news__title {
	margin: 0 0 55px;
	color: #0a0a0a;
	font-family: var(--font-heading);
	font-size: 36px;
	font-weight: 700;
	line-height: 50px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.home-news__pager {
	margin-bottom: 36px;
}

.home-news__list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.home-news__list[hidden] {
	display: none;
}

.home-news-item {
	display: grid;
	grid-template-columns: 110px minmax(0, 1fr) minmax(0, 1fr) 60px;
	align-items: center;
	gap: 24px;
	padding: 22px 30px;
	background: #fff;
	border: 1px solid #c3c3c3;
	border-radius: 4px;
}

.home-news-item__date {
	color: #4c5961;
	font-family: var(--font-body);
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

.home-news-item__title {
	margin: 0;
	font-family: var(--font-heading);
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.home-news-item__title a {
	color: #0a0a0a;
	font-size: inherit;
	line-height: inherit;
	text-decoration: none;
}

.home-news-item__title a:hover,
.home-news-item__title a:focus {
	color: #bb2548;
	text-decoration: none;
}

.home-news-item__excerpt {
	margin: 0;
	color: #4c5961;
	font-family: var(--font-body);
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

.home-news-item__icon,
.home-news-item__icon:link,
.home-news-item__icon:visited {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	justify-self: end;
	background: #0a0a0a;
	border-radius: 50%;
	color: #fff;
	text-decoration: none;
	transition: background 0.18s ease;
}

.home-news-item__icon:hover,
.home-news-item__icon:focus,
.home-news-item__icon:active {
	background: #bb2548;
	color: #fff;
}

.home-news-item__icon span {
	position: relative;
	display: block;
	width: 14px;
	height: 14px;
}

.home-news-item__icon span::before,
.home-news-item__icon span::after {
	position: absolute;
	top: 50%;
	left: 50%;
	background: currentColor;
	content: "";
	transform: translate(-50%, -50%);
}

.home-news-item__icon span::before {
	width: 14px;
	height: 2px;
}

.home-news-item__icon span::after {
	width: 2px;
	height: 14px;
}

.home-news__controls {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 36px;
}

.home-news__nav {
	display: inline-flex;
	align-items: center;
	gap: 14px;
}

.home-news__arrow {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	padding: 0;
	background: #fff;
	border: 1px solid #c3c3c3;
	border-radius: 50%;
	color: #0a0a0a;
	cursor: pointer;
	transition: border-color 0.18s ease, color 0.18s ease;
}

.home-news__arrow:disabled {
	cursor: not-allowed;
	opacity: 0.4;
}

.home-news__arrow:not(:disabled):hover,
.home-news__arrow:not(:disabled):focus {
	border-color: #bb2548;
	color: #bb2548;
}

.home-news__arrow span {
	position: relative;
	display: block;
	width: 16px;
	height: 12px;
}

.home-news__arrow span::before {
	position: absolute;
	top: 50%;
	display: block;
	width: 16px;
	height: 2px;
	background: currentColor;
	content: "";
	transform: translateY(-50%);
}

.home-news__arrow span::after {
	position: absolute;
	top: 50%;
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	background: transparent;
	content: "";
}

.home-news__arrow--prev span::before,
.home-news__arrow--prev span::after {
	left: 0;
}

.home-news__arrow--prev span::after {
	transform: translateY(-50%) rotate(-135deg);
}

.home-news__arrow--next span::before,
.home-news__arrow--next span::after {
	right: 0;
}

.home-news__arrow--next span::after {
	transform: translateY(-50%) rotate(45deg);
}

.home-news__more {
	padding: 17px 30px;
	font-size: 13px;
	letter-spacing: 1px;
}

.home-news__quicklinks {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.home-news__quicklink {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 22px;
	background: #fff;
	border: 1px solid #c3c3c3;
	border-radius: 4px;
	color: #111;
	font-family: var(--font-heading);
	font-size: 11px;
	font-weight: 700;
	line-height: 19px;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: border-color 0.18s ease, color 0.18s ease;
}

.home-news__quicklink > span:first-child {
	font-size: 11px;
}

.home-news__quicklink:hover,
.home-news__quicklink:focus {
	border-color: #bb2548;
	color: #bb2548;
	text-decoration: none;
}

.home-news__quicklink-icon {
	position: relative;
	display: block;
	width: 28px;
	height: 28px;
	flex: 0 0 28px;
	border: 1px solid currentColor;
	border-radius: 50%;
}

.home-news__quicklink-icon::before,
.home-news__quicklink-icon::after {
	position: absolute;
	top: 50%;
	left: 50%;
	background: currentColor;
	content: "";
	transform: translate(-50%, -50%);
}

.home-news__quicklink-icon::before {
	width: 12px;
	height: 2px;
}

.home-news__quicklink-icon::after {
	width: 2px;
	height: 12px;
}

.home-red-cta {
	padding: 60px 0 96px;
}

.home-red-cta__inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 36px;
	min-height: 155px;
	padding: 20px 60px;
	background-color: #bb2548;
	border-radius: 20px;
	color: #fff;
	overflow: hidden;
}

.home-red-cta__media {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 55%;
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
	pointer-events: none;
	z-index: 0;
}

.home-red-cta__content {
	position: relative;
	z-index: 1;
	max-width: 60%;
}

.home-red-cta .home-red-cta__title {
	margin: 0 0 4px;
	color: #fff;
	font-family: var(--font-heading);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 1.5px;
}

.home-red-cta .home-red-cta__text {
	margin: 0;
	color: #fff;
	font-family: var(--font-body);
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}

.home-red-cta__cta {
	position: relative;
	z-index: 2;
	flex-shrink: 0;
}

.home-blog {
	background: #f0f0f0;
}

.home-blog__header {
	max-width: none;
	text-align: center;
}

.home-blog .home-blog__title {
	margin: 0;
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 36px;
	line-height: 50px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #0a0a0a;
}

.home-blog__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
}

.home-blog-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	background: #fff;
	border-radius: 10px;
}

.home-blog-card__media,
.home-blog-card__media img,
.home-blog-card > .home-placeholder-media {
	display: block;
	width: 100%;
	height: 210px;
}

.home-blog-card__media img,
.home-blog-card__media .home-placeholder-media {
	border-radius: 10px;
}

.home-blog-card__media img {
	object-fit: cover;
}

.home-blog-card__media .home-placeholder-media {
	height: 100%;
	min-height: 0;
}

.home-blog-card__body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	padding: 26px 30px 22px;
}

.home-blog-card .home-blog-card__meta {
	display: flex;
	gap: 6px;
	align-items: baseline;
	margin: 0 0 8px;
	font-family: var(--font-body);
	font-weight: 500;
	font-size: 13px;
	line-height: 26px;
	color: #6a6a6a;
}

.home-blog-card .home-blog-card__meta time,
.home-blog-card .home-blog-card__meta .home-blog-card__meta-label {
	font: inherit;
	color: #6a6a6a;
	letter-spacing: inherit;
	text-transform: none;
}

.home-blog-card .home-blog-card__title {
	margin: 0 0 14px;
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #0a0a0a;
}

.home-blog-card .home-blog-card__title a {
	color: inherit;
	font: inherit;
	letter-spacing: inherit;
	text-decoration: none;
}

.home-blog-card .home-blog-card__title a:hover,
.home-blog-card .home-blog-card__title a:focus {
	color: #bb2548;
	text-decoration: none;
}

.home-blog-card .home-blog-card__excerpt {
	margin: 0 0 22px;
	font-family: var(--font-body);
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #565656;
}

.home-blog-card__more {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin: auto -30px 0;
	padding: 18px 30px 0;
	border-top: 1px solid #e6e6e6;
	color: #0a0a0a;
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	text-decoration: none;
}

.home-blog-card__more:hover,
.home-blog-card__more:focus {
	color: #bb2548;
	text-decoration: none;
}

.home-blog-card__more > span:first-child {
	font: inherit;
	letter-spacing: inherit;
}

.home-blog-card__plus {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	flex: 0 0 50px;
	background: #0a0a0a;
	border-radius: 50%;
	transition: background-color 180ms ease;
}

.home-blog-card__more:hover .home-blog-card__plus,
.home-blog-card__more:focus .home-blog-card__plus {
	background: #bb2548;
}

.home-blog-card__plus::before,
.home-blog-card__plus::after {
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff;
	content: "";
	transform: translate(-50%, -50%);
}

.home-blog-card__plus::before {
	width: 2px;
	height: 18px;
}

.home-blog-card__plus::after {
	width: 20px;
	height: 2px;
}

.home-newsletter {
	padding: 75px 0 89px;
	background: var(--color-brand-red);
	color: #fff;
}

.home-newsletter__row {
	row-gap: 40px;
}

.home-newsletter__col--content {
	max-width: 599px;
}

.home-newsletter .home-newsletter__title {
	margin: 0 0 21px;
	color: #fff;
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 36px;
	line-height: 50px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.home-newsletter .home-newsletter__description {
	margin: 0 0 64px;
	color: #fff;
	font-family: var(--font-body);
	font-weight: 400;
	font-size: 22px;
	line-height: 29px;
	letter-spacing: -0.5px;
}

.home-newsletter__form {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.home-newsletter__form > * {
	flex: 0 0 100%;
}

.home-newsletter__form input[type="email"],
.home-newsletter__form input[type="text"],
.home-newsletter__form input:not([type]) {
	flex: 1 1 240px;
	width: auto;
	min-height: 59px;
	padding: 12px 22px;
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid #fff;
	border-radius: 4px;
	color: #fff;
	font-family: var(--font-body);
	font-size: 18px;
	line-height: 26px;
}

.home-newsletter__form input::placeholder {
	color: #fff;
	opacity: 1;
}

.home-newsletter__form input[type="submit"],
.home-newsletter__form button {
	flex: 0 0 auto;
	min-width: 189px;
	min-height: 59px;
	padding: 12px 28px;
	background: #fff;
	border: 0;
	border-radius: 4px;
	color: #000;
	cursor: pointer;
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.5px;
	line-height: 1;
	text-transform: uppercase;
	transition: background-color 180ms ease, color 180ms ease;
}

.home-newsletter__form input[type="submit"]:hover,
.home-newsletter__form input[type="submit"]:focus,
.home-newsletter__form button:hover,
.home-newsletter__form button:focus {
	background: var(--color-ink);
	color: #fff;
}

.home-newsletter__placeholder {
	margin: 0;
	padding: 18px 22px;
	background: rgba(255, 255, 255, 0.15);
	border: 1px dashed rgba(255, 255, 255, 0.6);
	border-radius: 4px;
	color: rgba(255, 255, 255, 0.85);
	font-size: 15px;
	line-height: 22px;
}

.home-newsletter__media {
	overflow: hidden;
	border-radius: 8px;
	aspect-ratio: 454 / 247;
}

.home-newsletter__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-poslovnice {
	padding: 80px 0;
}

.home-poslovnice .home-poslovnice__title {
	margin: 0 0 48px;
}

.home-poslovnice__branches {
	row-gap: 40px;
}

.home-poslovnice .home-poslovnice__branch-title {
	margin: 0 0 12px;
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: var(--color-ink);
}

.home-poslovnice__contact {
	margin-bottom: 24px;
}

.home-poslovnice__contact p {
	margin: 0;
	font-size: 18px;
	color: #6a6a6a;
}

.home-poslovnice__link {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-family: var(--font-heading);
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: var(--color-ink);
	text-decoration: none;
}

.home-poslovnice__link span {
	font-size: 13px;
}

.home-poslovnice__link:hover,
.home-poslovnice__link:focus {
	color: var(--color-brand-red);
}

.home-poslovnice__link-icon {
	position: relative;
	display: block;
	width: 15px;
	height: 15px;
}

.home-poslovnice__link-icon::before,
.home-poslovnice__link-icon::after {
	position: absolute;
	top: 50%;
	left: 50%;
	background: currentColor;
	content: "";
	transform: translate(-50%, -50%);
}

.home-poslovnice__link-icon::before {
	width: 15px;
	height: 1.5px;
}

.home-poslovnice__link-icon::after {
	width: 1.5px;
	height: 15px;
}

.home-poslovnice__map {
	row-gap: 24px;
	margin-top: 80px;
	align-items: center;
}

.home-poslovnice__map-iframe {
	aspect-ratio: 372 / 421;
	overflow: hidden;
	border-radius: 8px;
}

.home-poslovnice__map-iframe iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 8px;
}

.home-poslovnice__map-image {
	display: flex;
	align-items: center;
	justify-content: center;
}

.home-poslovnice__map-image img {
	display: block;
	width: 100%;
	max-width: 729px;
	height: auto;
}

@media screen and (max-width: 1199px) {
	.home-red-cta__inner {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 18px;
		min-height: 0;
		padding: 36px 36px 32px;
		text-align: center;
	}

	.home-red-cta__media {
		opacity: 0.18;
		width: 100%;
		background-size: cover;
		background-position: center;
	}

	.home-red-cta__content {
		max-width: 540px;
	}

	.home-red-cta .home-red-cta__title {
		font-size: 20px;
		line-height: 28px;
		letter-spacing: 1px;
	}

	.home-red-cta .home-red-cta__text {
		font-size: 15px;
		line-height: 22px;
	}
}

@media screen and (max-width: 991px) {
	.home-section {
		padding: 78px 0;
	}

	.home-section__header,
	.home-section__header--split {
		display: block;
		margin-bottom: 36px;
	}

	.home-section__header--split > p,
	.home-section__header--split > .home-text-link {
		margin-top: 20px;
		justify-self: auto;
	}

	.home-blog__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 24px;
	}

	.home-blog .home-blog__title {
		font-size: 22px;
		line-height: 30px;
	}

	.home-blog-card__body {
		padding: 22px 22px 20px;
	}

	.home-blog-card__more {
		margin: auto -22px 0;
		padding: 14px 22px 0;
	}

	.home-services .home-section__header h2 {
		font-size: 22px;
	}

	.home-services__tabs {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		gap: 8px;
		padding-bottom: 4px;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.home-services__tabs::-webkit-scrollbar {
		display: none;
	}

	.home-service-tab {
		flex: 0 0 auto;
		width: auto;
		min-width: 140px;
	}

	.home-service-highlight__content {
		padding: 16px 12px 8px;
	}

	.home-service-highlight__media-col {
		min-height: 360px;
	}

	.home-why {
		padding: 80px 0;
	}

	.home-why__grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.home-why__intro {
		max-width: none;
	}

	.home-why__stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		justify-content: stretch;
	}

	.home-news .home-news__title {
		margin-bottom: 36px;
		font-size: 28px;
		line-height: 38px;
		letter-spacing: 1.5px;
	}

	.home-news-item {
		grid-template-columns: 90px minmax(0, 1fr) 48px;
		grid-template-areas:
			"date title icon"
			"date excerpt icon";
		gap: 4px 18px;
		padding: 18px 22px;
	}

	.home-news-item__date {
		grid-area: date;
		align-self: center;
	}

	.home-news-item__title {
		grid-area: title;
	}

	.home-news-item__excerpt {
		grid-area: excerpt;
	}

	.home-news-item__icon {
		grid-area: icon;
		width: 44px;
		height: 44px;
	}

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

	.home-newsletter {
		padding: 61px 0 65px;
		text-align: center;
	}

	.home-newsletter__row {
		row-gap: 55px;
	}

	.home-newsletter__col--content {
		max-width: none;
		margin: 0 auto;
	}

	.home-newsletter .home-newsletter__title {
		margin-bottom: 10px;
		font-size: 24px;
		line-height: 34px;
		letter-spacing: 2px;
	}

	.home-newsletter .home-newsletter__description {
		margin-bottom: 30px;
		font-size: 18px;
		line-height: 30px;
	}

	.home-newsletter__form {
		justify-content: center;
	}

	.home-newsletter__form input[type="email"],
	.home-newsletter__form input[type="text"],
	.home-newsletter__form input:not([type]) {
		min-height: 56px;
		font-size: 16px;
	}

	.home-newsletter__form input[type="submit"],
	.home-newsletter__form button {
		min-height: 56px;
	}

	.home-newsletter__media {
		aspect-ratio: 698 / 380;
	}

	.home-transport .home-transport__title {
		margin-bottom: 36px;
		font-size: 28px;
		line-height: 38px;
	}

	.home-transport__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 40px 30px;
	}
}

@media screen and (max-width: 599px) {
	.site-main--home *,
	.site-main--home *::before,
	.site-main--home *::after {
		max-width: 100%;
	}

	.home-section {
		padding: 62px 0;
	}

	.home-section h2,
	.home-red-cta h2 {
		font-size: 24px;
		line-height: 32px;
		letter-spacing: 0;
		overflow-wrap: anywhere;
	}

	.home-services .home-section__header h2 {
		font-size: 20px;
		letter-spacing: 2px;
	}

	.home-section h3 {
		letter-spacing: 0;
		overflow-wrap: anywhere;
	}

	.home-section p,
	.home-section li,
	.home-section a,
	.home-wide-cta p,
	.home-red-cta p,
	.home-red-cta a {
		overflow-wrap: anywhere;
	}

	.home-section__header,
	.home-section__header--split,
	.home-certifications__grid,
	.home-service-highlight,
	.home-transport__grid,
	.home-wide-cta__inner,
	.home-about__grid,
	.home-why__grid,
	.home-news__list,
	.home-blog__grid {
		width: 100%;
		max-width: calc(100vw - 24px) !important;
	}

		.home-transport-card,
		.home-news-item,
		.home-blog-card {
			width: 100%;
			max-width: calc(100vw - 24px) !important;
	}

	.home-eyebrow {
		margin-bottom: 14px;
		font-size: 12px;
		line-height: 16px;
	}

	.home-placeholder-media,
	.home-service-highlight__media-col {
		min-height: 280px;
	}

	.home-blog-card__body {
		padding: 22px;
	}

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

	.home-transport .home-transport__title {
		margin-bottom: 28px;
		font-size: 22px;
		line-height: 30px;
		letter-spacing: 1px;
	}

	.home-transport__grid {
		gap: 32px;
	}

	.home-transport-card {
		grid-template-columns: 70px minmax(0, 1fr);
		gap: 18px;
	}

	.home-transport-card__icon {
		width: 60px;
		height: 60px;
	}

	.home-service-highlight h3 {
		font-size: 24px;
		line-height: 32px;
	}

	.home-service-tab {
		min-width: 120px;
	}

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

	.home-why {
		padding: 60px 0;
	}

	.home-why__grid {
		gap: 32px;
	}

	.home-why__stats {
		display: none;
	}

	.home-red-cta__inner {
		gap: 18px;
		padding: 32px 24px 28px;
		border-radius: 16px;
	}

	.home-red-cta__media {
		display: none;
	}

	.home-red-cta__content {
		max-width: 100%;
	}

	.home-red-cta .home-red-cta__title {
		font-size: 18px;
		line-height: 24px;
		letter-spacing: 1px;
	}

	.home-red-cta .home-red-cta__text {
		font-size: 14px;
		line-height: 20px;
	}

	.home-news .home-news__title {
		margin-bottom: 36px;
		font-size: 22px;
		line-height: 30px;
		letter-spacing: 1px;
	}

	.home-news-item {
		grid-template-columns: 1fr;
		grid-template-areas:
			"date"
			"title"
			"excerpt"
			"icon";
		gap: 10px;
		padding: 20px 18px;
	}

	.home-news-item__icon {
		grid-area: icon;
		justify-self: end;
		width: 40px;
		height: 40px;
	}

	.home-news__controls {
		flex-direction: column;
		align-items: stretch;
		gap: 18px;
	}

	.home-news__nav {
		justify-content: center;
	}

	.home-news__more {
		justify-content: center;
	}

	.home-news__quicklinks {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.home-red-cta {
		padding: 36px 0 56px;
	}

	.home-red-cta__cta {
		width: 100%;
	}

	.home-red-cta__cta > span:first-child {
		white-space: normal;
	}

	.home-blog-card__media,
	.home-blog-card__media img,
	.home-blog-card > .home-placeholder-media {
		height: 220px;
	}

	.home-newsletter {
		padding: 79px 0 89px;
	}

	.home-newsletter__row {
		row-gap: 28px;
	}

	.home-newsletter .home-newsletter__description {
		margin-bottom: 34px;
		font-size: 16px;
		line-height: 24px;
	}

	.home-newsletter__form {
		flex-direction: column;
		gap: 10px;
	}

	.home-newsletter__form input[type="email"],
	.home-newsletter__form input[type="text"],
	.home-newsletter__form input:not([type]),
	.home-newsletter__form input[type="submit"],
	.home-newsletter__form button {
		flex: 0 0 auto;
		width: 100%;
		min-height: 51px;
	}

	.home-newsletter__col--media {
		display: none;
	}
}
