:root {
	--swiss-red: #d81717;
	--swiss-red-dark: #a70f12;
	--ink: #111214;
	--ink-soft: #202327;
	--graphite: #3f434a;
	--steel: #6f7680;
	--mist: #eef1f4;
	--paper: #f8f9fa;
	--white: #ffffff;
	--border: #dfe4e8;
	--shadow: 0 22px 50px rgba(17, 18, 20, 0.12);
	--radius: 8px;
	--container: min(1240px, calc(100% - 40px));
	--header-height: 76px;
	--theme-palette-color-1: var(--swiss-red);
	--theme-palette-color-2: var(--swiss-red-dark);
	--theme-palette-color-3: var(--graphite);
	--theme-palette-color-4: var(--ink);
	--theme-palette-color-5: var(--mist);
	--theme-palette-color-6: var(--paper);
	--theme-palette-color-7: var(--white);
	--theme-palette-color-8: var(--white);
	--theme-text-color: var(--graphite);
	--theme-link-initial-color: var(--swiss-red);
	--theme-link-hover-color: var(--swiss-red-dark);
	--theme-border-color: var(--border);
	--theme-content-spacing: 1.5rem;
	--theme-normal-container-max-width: 1240px;
	--theme-block-max-width: 760px;
	--theme-block-wide-max-width: 1240px;
	--e-global-color-blocksy_palette_1: var(--theme-palette-color-1);
	--e-global-color-blocksy_palette_2: var(--theme-palette-color-2);
	--e-global-color-blocksy_palette_3: var(--theme-palette-color-3);
	--e-global-color-blocksy_palette_4: var(--theme-palette-color-4);
	--e-global-color-blocksy_palette_5: var(--theme-palette-color-5);
	--e-global-color-blocksy_palette_6: var(--theme-palette-color-6);
	--e-global-color-blocksy_palette_7: var(--theme-palette-color-7);
	--e-global-color-blocksy_palette_8: var(--theme-palette-color-8);
}

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

html {
	scroll-behavior: smooth;
}

html,
body {
	overflow-x: hidden;
}

body {
	margin: 0;
	background: var(--white);
	color: var(--graphite);
	font-family: "Inter", sans-serif;
	font-size: 17px;
	line-height: 1.65;
	letter-spacing: 0;
	font-optical-sizing: auto;
	font-synthesis: none;
	font-feature-settings: "kern" 1, "liga" 1, "calt" 1;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.nav-open {
	overflow: hidden;
}

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

a {
	color: var(--swiss-red);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
	transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

a:hover,
a:focus-visible {
	color: var(--swiss-red-dark);
}

button,
input,
textarea,
select {
	font: inherit;
}

::selection {
	background: var(--swiss-red);
	color: var(--white);
}

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

.skip-link:focus {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 10000;
	width: auto;
	height: auto;
	padding: 10px 14px;
	background: var(--white);
	color: var(--ink);
	border-radius: 6px;
	box-shadow: var(--shadow);
	clip: auto;
}

.site-header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1000;
	min-height: var(--header-height);
	background: transparent;
	border-bottom: 0;
	backdrop-filter: none;
}

.has-transparent-header .site-header {
	background: transparent;
}

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

.site-header--elementor {
	width: 100%;
	background: transparent;
}

.site-header--elementor > .elementor,
.site-footer--elementor > .elementor {
	width: 100%;
}

.site-header--elementor .site-navigation--shortcode {
	justify-self: auto;
}

.swiss-led-elementor-header-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: 100%;
	min-width: 0;
}

.site-header__inner {
	width: var(--container);
	min-height: var(--header-height);
	margin: 0 auto;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 24px;
}

.site-brand {
	display: flex;
	align-items: center;
	min-width: 150px;
}

.site-brand__link,
.custom-logo-link {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

.site-brand__logo,
.custom-logo {
	width: 162px;
	max-height: 58px;
	object-fit: contain;
}

.site-navigation {
	justify-self: center;
}

.primary-menu,
.language-menu,
.footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.primary-menu {
	display: flex;
	align-items: center;
	gap: 4px;
}

.primary-menu > .menu-item {
	position: relative;
}

.primary-menu > .menu-item > a {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 0 13px;
	color: rgba(255, 255, 255, 0.84);
	border-radius: 6px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}

.primary-menu > .current-menu-item > a,
.primary-menu > .current-menu-ancestor > a,
.primary-menu > .menu-item > a:hover,
.primary-menu > .menu-item > a:focus-visible {
	color: var(--swiss-red);
	background: transparent;
}

.primary-menu .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 210px;
	margin: 10px 0 0;
	padding: 8px;
	list-style: none;
	background: var(--ink);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

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

.primary-menu .sub-menu a {
	display: block;
	padding: 9px 10px;
	color: rgba(255, 255, 255, 0.82);
	border-radius: 6px;
	font-size: 14px;
	text-decoration: none;
}

.primary-menu .sub-menu a:hover,
.primary-menu .sub-menu a:focus-visible {
	color: var(--white);
	background: rgba(255, 255, 255, 0.08);
}

.site-header__actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 14px;
}

.language-menu {
	display: inline-flex;
	align-items: center;
	gap: 2px;
	padding: 4px;
	background: transparent;
	border: 0;
	border-radius: 0;
}

.language-menu a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	height: 30px;
	color: rgba(255, 255, 255, 0.78);
	border-radius: 5px;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
}

.language-menu a:hover,
.language-menu a:focus-visible,
.language-menu .current-menu-item a {
	background: transparent;
	color: var(--swiss-red);
}

.button,
.search-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 18px;
	color: var(--white);
	background: var(--swiss-red);
	border: 1px solid var(--swiss-red);
	border-radius: 6px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
}

.button:hover,
.button:focus-visible,
.search-submit:hover,
.search-submit:focus-visible {
	background: var(--swiss-red-dark);
	border-color: var(--swiss-red-dark);
	color: var(--white);
	transform: translateY(-1px);
}

.button--primary {
	margin-top: 18px;
}

.site-nav-toggle {
	display: none;
	width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 5px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 6px;
	cursor: pointer;
}

.site-nav-toggle__bar {
	width: 20px;
	height: 2px;
	background: var(--white);
	border-radius: 1px;
	transition: transform 160ms ease, opacity 160ms ease;
}

.site-nav-toggle[aria-expanded="true"] .site-nav-toggle__bar:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.site-nav-toggle[aria-expanded="true"] .site-nav-toggle__bar:nth-child(2) {
	opacity: 0;
}

.site-nav-toggle[aria-expanded="true"] .site-nav-toggle__bar:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

.site-main {
	min-height: 60vh;
}

.content-shell {
	width: var(--container);
	margin: 0 auto;
	padding: 96px 0;
}

.hero-shell {
	--hero-image: url("../images/hero.png");
	min-height: 460px;
	display: flex;
	align-items: center;
	background-image:
		linear-gradient(90deg, rgba(18, 31, 47, 0.52), rgba(18, 31, 47, 0.2)),
		var(--hero-image);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	color: var(--white);
}

.hero-shell .content-shell {
	padding-top: calc(var(--header-height) + 92px);
	padding-bottom: 92px;
}

.hero-shell h1 {
	max-width: 760px;
	color: var(--white);
}

.hero-shell p:not(.eyebrow) {
	max-width: 640px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 20px;
}

.fallback-home {
	min-height: 100vh;
}

.page-shell,
.single-shell,
.archive-shell {
	max-width: 1120px;
}

.builder-page {
	width: 100%;
	margin: 0;
	padding: 0;
}

.builder-page .entry-content {
	margin: 0;
}

.builder-page .entry-content > *:first-child {
	margin-top: 0;
}

.page-header,
.archive-header {
	max-width: 820px;
	margin: 0 0 42px;
}

.eyebrow {
	margin: 0 0 10px;
	color: var(--swiss-red);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--ink);
	font-weight: 700;
	line-height: 1.16;
	letter-spacing: 0;
	overflow-wrap: anywhere;
}

h1 {
	margin: 0;
	font-size: 46px;
	line-height: 1.12;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 22px;
}

p {
	margin: 0 0 1.2rem;
	overflow-wrap: break-word;
}

.entry-content {
	max-width: 820px;
}

.builder-page .entry-content,
.front-builder .entry-content {
	max-width: none;
}

.entry-content > *:first-child {
	margin-top: 0;
}

.entry-content > *:last-child {
	margin-bottom: 0;
}

.entry-content a:not(.button):not(.elementor-button) {
	font-weight: 700;
}

.featured-media {
	margin: 0 0 36px;
	border-radius: var(--radius);
	overflow: hidden;
	background: var(--paper);
}

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

.post-card {
	background: var(--white);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	overflow: hidden;
	box-shadow: 0 12px 30px rgba(17, 18, 20, 0.06);
}

.post-card__media {
	display: block;
	aspect-ratio: 4 / 3;
	background: var(--paper);
	overflow: hidden;
}

.post-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 220ms ease;
}

.post-card:hover .post-card__media img {
	transform: scale(1.03);
}

.post-card__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background:
		linear-gradient(135deg, rgba(216, 23, 23, 0.12), rgba(17, 18, 20, 0.06)),
		var(--paper);
}

.post-card__body {
	padding: 20px;
}

.post-card__body h2 {
	margin: 0 0 10px;
	font-size: 22px;
}

.post-card__body h2 a {
	color: var(--ink);
	text-decoration: none;
}

.post-card__body h2 a:hover,
.post-card__body h2 a:focus-visible {
	color: var(--swiss-red);
}

.post-card__meta {
	margin: 0 0 8px;
	color: var(--steel);
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.post-card__body p:last-child {
	margin-bottom: 0;
}

.navigation.pagination {
	margin-top: 42px;
}

.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 12px;
	color: var(--ink);
	background: var(--white);
	border: 1px solid var(--border);
	border-radius: 6px;
	text-decoration: none;
}

.page-numbers.current,
.page-numbers:hover,
.page-numbers:focus-visible {
	color: var(--white);
	background: var(--swiss-red);
	border-color: var(--swiss-red);
}

.search-form {
	display: flex;
	gap: 10px;
	align-items: stretch;
	max-width: 640px;
}

.search-form label {
	flex: 1;
}

.search-field,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="password"],
textarea,
select {
	width: 100%;
	min-height: 46px;
	padding: 10px 14px;
	color: var(--ink);
	background: var(--white);
	border: 1px solid #cfd6dd;
	border-radius: 6px;
	outline: 0;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

textarea {
	min-height: 160px;
	resize: vertical;
}

.search-field:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
	border-color: var(--swiss-red);
	box-shadow: 0 0 0 3px rgba(216, 23, 23, 0.14);
}

/* Responsive guardrails for common WordPress plugin output. */
.entry-content > *,
.wp-block,
.wp-site-blocks,
.widget,
.footer-widget,
.wpcf7,
.wpcf7-form,
.wpforms-container,
.wpforms-form,
.gform_wrapper,
.forminator-ui,
.nf-form-cont,
.frm_forms,
.mc4wp-form,
.fluentform,
.ff-default,
.rank-math-breadcrumb,
.yoast-breadcrumb,
.aioseo-breadcrumbs,
.trp-language-switcher,
.wpml-ls,
.pll-parent-menu-item,
.tribe-events,
.em-calendar-wrapper,
.tablepress,
.dataTables_wrapper,
.wpDataTablesWrapper,
.swiper,
.swiper-container,
.slick-slider,
.owl-carousel,
.splide,
.metaslider,
.n2-section-smartslider,
.rev_slider_wrapper,
.wp-block-embed,
.wp-block-gallery,
.wp-block-image,
.wp-block-video,
.wp-block-table,
.wp-block-columns,
.wp-block-media-text {
	max-width: 100%;
	min-width: 0;
}

.entry-content .alignwide {
	width: min(var(--theme-block-wide-max-width), 100%);
	max-width: 100%;
}

.entry-content .alignfull {
	width: 100vw;
	max-width: 100vw;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

.entry-content iframe,
.entry-content embed,
.entry-content object,
.entry-content video,
.wp-block-embed iframe,
.wp-block-video video,
.wp-block-image img,
.wp-block-gallery img,
.widget img,
.widget iframe,
.footer-widget img,
.footer-widget iframe,
.swiper img,
.slick-slider img,
.owl-carousel img,
.splide img {
	max-width: 100%;
}

.entry-content iframe,
.widget iframe,
.footer-widget iframe {
	border: 0;
}

.wp-has-aspect-ratio iframe,
.wp-block-embed__wrapper iframe {
	width: 100%;
	height: 100%;
}

.wp-block-table,
.tablepress-scroll-wrapper,
.dataTables_wrapper,
.wpDataTablesWrapper,
.tribe-events-calendar-month,
.em-calendar-wrapper {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

table,
.wp-block-table table,
.tablepress,
.dataTable,
.wpDataTable {
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
}

th,
td {
	overflow-wrap: break-word;
}

.wp-block-columns {
	gap: 24px;
}

.wp-block-column,
.wp-block-media-text__content,
.wp-block-media-text__media,
.elementor-column,
.elementor-widget-wrap,
.elementor-widget-container {
	min-width: 0;
}

.wp-block-buttons,
.wpforms-submit-container,
.gform_footer,
.forminator-row,
.nf-form-content,
.ff-btn-submit {
	max-width: 100%;
}

.wpcf7-form-control-wrap,
.wpforms-field,
.gfield,
.forminator-field,
.nf-field-container,
.ff-el-group,
.frm_form_field {
	display: block;
	max-width: 100%;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select,
.wpforms-form input,
.wpforms-form textarea,
.wpforms-form select,
.gform_wrapper input,
.gform_wrapper textarea,
.gform_wrapper select,
.forminator-ui input,
.forminator-ui textarea,
.forminator-ui select,
.nf-form-cont input,
.nf-form-cont textarea,
.nf-form-cont select,
.frm_forms input,
.frm_forms textarea,
.frm_forms select,
.mc4wp-form input,
.mc4wp-form textarea,
.mc4wp-form select,
.fluentform input,
.fluentform textarea,
.fluentform select {
	max-width: 100%;
	box-sizing: border-box;
	font-family: "Inter", sans-serif;
}

.wpcf7-submit,
.wpforms-submit,
.gform_button,
.forminator-button,
.nf-form-cont input[type="button"],
.nf-form-cont input[type="submit"],
.frm_button_submit,
.mc4wp-form input[type="submit"],
.ff-btn-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 18px;
	color: var(--white);
	background: var(--swiss-red);
	border: 1px solid var(--swiss-red);
	border-radius: 6px;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
}

.wpcf7-submit:hover,
.wpcf7-submit:focus-visible,
.wpforms-submit:hover,
.wpforms-submit:focus-visible,
.gform_button:hover,
.gform_button:focus-visible,
.forminator-button:hover,
.forminator-button:focus-visible,
.nf-form-cont input[type="button"]:hover,
.nf-form-cont input[type="button"]:focus-visible,
.nf-form-cont input[type="submit"]:hover,
.nf-form-cont input[type="submit"]:focus-visible,
.frm_button_submit:hover,
.frm_button_submit:focus-visible,
.mc4wp-form input[type="submit"]:hover,
.mc4wp-form input[type="submit"]:focus-visible,
.ff-btn-submit:hover,
.ff-btn-submit:focus-visible {
	color: var(--white);
	background: var(--swiss-red-dark);
	border-color: var(--swiss-red-dark);
}

.swiper,
.swiper-container,
.slick-slider,
.owl-carousel,
.splide,
.metaslider,
.n2-section-smartslider,
.rev_slider_wrapper {
	overflow: hidden;
}

.swiper-slide,
.slick-slide,
.splide__slide {
	min-width: 0;
}

.cky-consent-container,
.cmplz-cookiebanner,
#cookie-notice,
.cookie-notice-container,
.moove-gdpr-info-bar-container,
.pum-container,
.dialog-widget,
.elementor-popup-modal {
	max-width: min(100vw - 24px, 100%);
}

.rank-math-breadcrumb,
.yoast-breadcrumb,
.aioseo-breadcrumbs,
.trp-language-switcher,
.wpml-ls {
	font-family: "Inter", sans-serif;
	overflow-wrap: anywhere;
}

.elementor-kit-573 {
	--e-global-color-blocksy_palette_1: var(--swiss-red);
	--e-global-color-blocksy_palette_2: var(--swiss-red-dark);
	--e-global-color-blocksy_palette_3: var(--graphite);
	--e-global-color-blocksy_palette_4: var(--ink);
	--e-global-color-blocksy_palette_5: var(--mist);
	--e-global-color-blocksy_palette_6: var(--paper);
	--e-global-color-blocksy_palette_7: var(--white);
	--e-global-color-blocksy_palette_8: var(--white);
}

.elementor a.elementor-button,
.elementor .elementor-button {
	border-radius: 6px;
	font-weight: 700;
}

.elementor-widget-image-box .elementor-image-box-img img {
	background: var(--paper);
}

.elementor-widget-icon-box .elementor-icon-box-wrapper,
.elementor-widget-image-box .elementor-image-box-wrapper {
	height: 100%;
}

.elementor-widget-icon-box .elementor-icon-box-title,
.elementor-widget-image-box .elementor-image-box-title {
	color: var(--ink);
}

.elementor-widget-icon-box .elementor-icon,
.elementor-widget-icon .elementor-icon {
	color: var(--swiss-red);
	fill: var(--swiss-red);
}

.elementor,
.elementor-section,
.elementor-container,
.elementor-column,
.elementor-widget-wrap,
.elementor-widget,
.elementor-widget-container {
	max-width: 100%;
	min-width: 0;
}

.elementor img,
.elementor svg,
.elementor video,
.elementor iframe {
	max-width: 100%;
}

.elementor-heading-title {
	overflow-wrap: anywhere;
}

.elementor-section.elementor-section-boxed > .elementor-container {
	width: var(--container);
	max-width: var(--theme-normal-container-max-width);
}

.elementor-section:not(.elementor-motion-effects-element-type-background),
.elementor-section > .elementor-motion-effects-container > .elementor-motion-effects-layer,
.elementor-element.e-con:not(.elementor-motion-effects-element-type-background),
.elementor-element.e-con > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.front-builder .elementor-14 .elementor-element.elementor-element-7f42e1b {
	padding-top: 280px;
}

.front-builder .elementor-14 .elementor-element.elementor-element-7f42e1b:not(.elementor-motion-effects-element-type-background),
.front-builder .elementor-14 .elementor-element.elementor-element-7f42e1b > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-position: center center;
	background-size: cover;
}

.front-builder .elementor-14 .elementor-element.elementor-element-10dfcaa:not(.elementor-motion-effects-element-type-background),
.front-builder .elementor-14 .elementor-element.elementor-element-10dfcaa > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: var(--paper);
	background-image: none;
}

.widget-title {
	margin: 0 0 14px;
	color: var(--ink);
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.catalogue-shell {
	max-width: 1240px;
}

.catalogue-intro {
	max-width: 860px;
	margin-bottom: 34px;
}

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

.catalogue-card {
	background: var(--white);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	overflow: hidden;
	box-shadow: 0 14px 34px rgba(17, 18, 20, 0.06);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.catalogue-card:hover {
	border-color: rgba(216, 23, 23, 0.35);
	box-shadow: var(--shadow);
	transform: translateY(-2px);
}

.catalogue-card__media {
	display: block;
	aspect-ratio: 4 / 3;
	background: #f4f6f7;
	overflow: hidden;
}

.catalogue-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 220ms ease;
}

.catalogue-card:hover .catalogue-card__media img {
	transform: scale(1.03);
}

.catalogue-card__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background:
		linear-gradient(135deg, rgba(216, 23, 23, 0.12), rgba(17, 18, 20, 0.06)),
		var(--paper);
}

.catalogue-card__body {
	padding: 20px;
}

.catalogue-card__body h2 {
	margin: 0 0 10px;
	font-size: 22px;
}

.catalogue-card__body h2 a {
	color: var(--ink);
	text-decoration: none;
}

.catalogue-card__body h2 a:hover,
.catalogue-card__body h2 a:focus-visible {
	color: var(--swiss-red);
}

.catalogue-card__body p:last-child {
	margin-bottom: 0;
}

.site-footer {
	background: var(--ink);
	color: rgba(255, 255, 255, 0.76);
}

.site-footer--elementor {
	padding: 0;
}

.site-footer--elementor .site-brand__logo,
.site-footer--elementor .custom-logo {
	width: 150px;
	max-height: 54px;
}

.swiss-led-footer-brand,
.swiss-led-footer-contact {
	max-width: 100%;
}

.swiss-led-footer-brand p,
.swiss-led-footer-contact p {
	margin: 0 0 16px;
}

.site-footer__inner {
	width: var(--container);
	margin: 0 auto;
	padding: 56px 0 42px;
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(180px, 0.7fr) minmax(260px, 1fr);
	gap: 36px;
}

.site-footer h2 {
	margin: 0 0 16px;
	color: var(--white);
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}

.site-footer p {
	margin: 0 0 16px;
}

.site-footer .site-brand__logo,
.site-footer .custom-logo {
	width: 150px;
	margin-bottom: 18px;
}

.footer-menu {
	display: grid;
	gap: 8px;
}

.footer-menu a,
.footer-social,
.footer-phone {
	color: rgba(255, 255, 255, 0.82);
	text-decoration: none;
}

.footer-menu a:hover,
.footer-menu a:focus-visible,
.footer-social:hover,
.footer-social:focus-visible,
.footer-phone:hover,
.footer-phone:focus-visible {
	color: var(--white);
}

.site-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer__bottom p {
	width: var(--container);
	margin: 0 auto;
	padding: 18px 0;
	color: rgba(255, 255, 255, 0.56);
	font-size: 14px;
}

.rtl .site-header__inner,
.rtl .site-footer__inner {
	direction: rtl;
}

.rtl .primary-menu .sub-menu {
	right: 0;
	left: auto;
}

@media (max-width: 1100px) {
	:root {
		--container: min(100% - 32px, 1040px);
	}

	.site-header__inner {
		grid-template-columns: auto auto 1fr;
		gap: 16px;
	}

	.site-nav-toggle {
		display: inline-flex;
		justify-self: end;
		order: 3;
	}

	.site-brand {
		min-width: 132px;
	}

	.site-brand__logo,
	.custom-logo {
		width: 146px;
		max-height: 52px;
	}

	.site-navigation {
		position: absolute;
		top: var(--header-height);
		right: 0;
		left: 0;
		display: none;
		width: 100%;
		max-height: calc(100vh - var(--header-height));
		padding: 20px max(20px, env(safe-area-inset-right)) 24px max(20px, env(safe-area-inset-left));
		background: rgba(17, 18, 20, 0.98);
		border-top: 1px solid rgba(255, 255, 255, 0.08);
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

	body.admin-bar .site-navigation {
		top: var(--header-height);
		max-height: calc(100vh - var(--header-height) - 32px);
	}

	.site-navigation.is-open {
		display: block;
	}

	.swiss-led-elementor-header-menu {
		justify-content: flex-end;
	}

	.primary-menu {
		display: grid;
		gap: 6px;
		width: min(560px, 100%);
		margin: 0 auto;
	}

	.primary-menu > .menu-item > a {
		min-height: 48px;
		padding: 0 16px;
		font-size: 16px;
	}

	.primary-menu .sub-menu {
		position: static;
		min-width: 0;
		margin: 4px 0 8px;
		opacity: 1;
		visibility: visible;
		transform: none;
		box-shadow: none;
	}

	.site-header__actions {
		justify-self: end;
	}

	.hero-shell {
		min-height: 430px;
	}

	.hero-shell .content-shell {
		padding-top: calc(var(--header-height) + 86px);
		padding-bottom: 86px;
	}

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

	.wp-block-columns {
		gap: 20px;
	}

	.site-footer__inner {
		grid-template-columns: minmax(0, 1fr) minmax(220px, 0.8fr);
	}

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

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

	body.admin-bar .site-navigation {
		top: var(--header-height);
		max-height: calc(100vh - var(--header-height) - 46px);
	}
}

@media (max-width: 760px) {
	:root {
		--container: min(100% - 28px, 1240px);
		--header-height: 70px;
	}

	body {
		font-size: 16px;
	}

	.site-header__inner {
		gap: 12px;
		grid-template-columns: auto 1fr auto;
	}

	.site-brand {
		min-width: 112px;
	}

	.site-brand__logo,
	.custom-logo {
		width: 132px;
		max-height: 46px;
	}

	.language-navigation {
		display: none;
	}

	.site-header--elementor .language-navigation--shortcode {
		display: block;
	}

	.content-shell {
		padding: 68px 0;
	}

	.entry-content .alignfull {
		width: 100%;
		max-width: 100%;
		margin-right: 0;
		margin-left: 0;
	}

	.hero-shell {
		min-height: 390px;
		background-position: 70% center;
	}

	.hero-shell .content-shell {
		padding-top: calc(var(--header-height) + 72px);
		padding-bottom: 72px;
	}

	.hero-shell p:not(.eyebrow) {
		font-size: 17px;
	}

	.fallback-home {
		min-height: 560px;
	}

	h1 {
		font-size: 34px;
	}

	h2 {
		font-size: 26px;
	}

	.post-grid,
	.catalogue-grid,
	.site-footer__inner {
		grid-template-columns: 1fr;
	}

	.post-card__body,
	.catalogue-card__body {
		padding: 18px;
	}

	.wp-block-columns:not(.is-not-stacked-on-mobile) {
		flex-wrap: wrap !important;
		gap: 18px;
	}

	.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
		flex-basis: 100% !important;
		flex-grow: 1;
	}

	.wp-block-media-text,
	.wp-block-media-text.has-media-on-the-right {
		display: grid;
		grid-template-columns: 1fr !important;
	}

	.wp-block-media-text .wp-block-media-text__media,
	.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media,
	.wp-block-media-text .wp-block-media-text__content,
	.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
		grid-column: 1;
		grid-row: auto;
	}

	.wp-block-media-text .wp-block-media-text__content {
		padding: 22px 0 0;
	}

	.site-footer__contact {
		grid-column: auto;
	}

	.search-form {
		display: grid;
		gap: 12px;
	}

	.wpforms-field-row,
	.gform_fields,
	.forminator-row,
	.ff-t-container,
	.frm_fields_container {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 12px;
	}

	.wpforms-one-half,
	.wpforms-one-third,
	.wpforms-two-thirds,
	.gfield,
	.forminator-col,
	.ff-t-cell,
	.frm_form_field {
		width: 100% !important;
		max-width: 100% !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.search-field,
	.search-submit {
		width: 100%;
	}

	.cky-consent-container,
	.cmplz-cookiebanner,
	#cookie-notice,
	.cookie-notice-container,
	.moove-gdpr-info-bar-container,
	.pum-container {
		right: 12px !important;
		left: 12px !important;
		width: auto !important;
		max-width: calc(100vw - 24px) !important;
	}

	.swiper-button-prev,
	.swiper-button-next,
	.slick-prev,
	.slick-next {
		width: 36px;
		height: 36px;
	}

	.front-builder .elementor-14 .elementor-element.elementor-element-7f42e1b {
		padding-top: 150px;
		padding-bottom: 190px;
	}

	.elementor-880 .elementor-element.elementor-element-d70ba9b > .elementor-widget-container {
		margin-left: 0;
	}

	.elementor-880 .elementor-element.elementor-element-e4182e7 {
		width: auto;
		padding-right: 24px;
		padding-left: 24px;
	}
}

@media (max-width: 420px) {
	:root {
		--container: min(100% - 22px, 1240px);
		--header-height: 64px;
	}

	body {
		font-size: 15.5px;
		line-height: 1.6;
	}

	.site-header__inner {
		gap: 8px;
	}

	.site-brand {
		min-width: 96px;
	}

	.site-brand__logo,
	.custom-logo {
		width: 112px;
		max-height: 40px;
	}

	.site-nav-toggle {
		width: 40px;
		height: 40px;
	}

	.content-shell {
		padding: 54px 0;
	}

	.hero-shell {
		min-height: 350px;
		background-position: 72% center;
	}

	.hero-shell .content-shell {
		padding-top: calc(var(--header-height) + 58px);
		padding-bottom: 58px;
	}

	h1 {
		font-size: 30px;
	}

	h2 {
		font-size: 24px;
	}

	h3,
	.post-card__body h2,
	.catalogue-card__body h2 {
		font-size: 20px;
	}

	.button,
	.search-submit,
	.wpcf7-submit,
	.wpforms-submit,
	.gform_button,
	.forminator-button,
	.nf-form-cont input[type="button"],
	.nf-form-cont input[type="submit"],
	.frm_button_submit,
	.mc4wp-form input[type="submit"],
	.ff-btn-submit {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto;
		transition-duration: 0.01ms;
		animation-duration: 0.01ms;
		animation-iteration-count: 1;
	}
}
