:root {
	--tl-bg: #f7f7f4;
	--tl-surface: #ffffff;
	--tl-text: #1d2528;
	--tl-muted: #657276;
	--tl-line: #d9dfdc;
	--tl-accent: #b3261e;
	--tl-accent-dark: #7f1d1d;
	--tl-gold: #c99a2e;
	--tl-radius: 8px;
	--tl-shadow: 0 14px 40px rgba(17, 24, 28, 0.08);
}

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

body {
	margin: 0;
	background: var(--tl-bg);
	color: var(--tl-text);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.65;
}

a {
	color: var(--tl-accent-dark);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

a:hover,
a:focus {
	color: var(--tl-accent);
}

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

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

.skip-link:focus {
	position: fixed;
	top: 16px;
	left: 16px;
	z-index: 1000;
	width: auto;
	height: auto;
	padding: 10px 14px;
	clip: auto;
	background: var(--tl-text);
	color: #fff;
	border-radius: var(--tl-radius);
}

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 900;
	width: 100%;
	padding: 20px 0;
	color: #111517;
	background: transparent;
	border-bottom: 1px solid transparent;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, padding 180ms ease;
}

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

body.home .site-header:not(.is-solid):not(:hover):not(:focus-within) {
	color: #fff;
}

.site-header.is-solid,
.site-header:hover,
.site-header:focus-within {
	color: #111517;
	background: rgba(255, 255, 255, 0.82);
	border-color: rgba(17, 21, 23, 0.1);
	box-shadow: 0 10px 30px rgba(17, 21, 23, 0.07);
	-webkit-backdrop-filter: blur(18px) saturate(125%);
	backdrop-filter: blur(18px) saturate(125%);
}

.site-header.is-solid {
	padding: 14px 0;
}

.site-header__inner,
.site-footer__inner,
.content-shell,
.site-hero__inner {
	width: min(1120px, calc(100% - 32px));
	margin-inline: auto;
}

.site-header__inner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	gap: 24px;
	width: min(1260px, calc(100% - 64px));
	min-height: 52px;
}

.site-header__left,
.site-header__actions {
	display: flex;
	align-items: center;
	gap: 24px;
}

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

.menu-toggle,
.header-icon,
.mobile-search-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	padding: 0;
	color: currentColor;
	background: transparent;
	border: 1px solid currentColor;
	border-radius: 999px;
	cursor: pointer;
	transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.menu-toggle:hover,
.menu-toggle:focus-visible,
.header-icon:hover,
.header-icon:focus-visible,
.mobile-search-link:hover,
.mobile-search-link:focus-visible {
	background: rgba(255, 255, 255, 0.16);
	transform: translateY(-1px);
}

.site-header.is-solid .menu-toggle:hover,
.site-header.is-solid .menu-toggle:focus-visible,
.site-header.is-solid .header-icon:hover,
.site-header.is-solid .header-icon:focus-visible,
.site-header.is-solid .mobile-search-link:hover,
.site-header.is-solid .mobile-search-link:focus-visible,
.site-header:hover .menu-toggle:hover,
.site-header:hover .header-icon:hover {
	background: rgba(17, 21, 23, 0.07);
}

.menu-toggle {
	flex: 0 0 auto;
	flex-direction: column;
	gap: 5px;
}

.menu-toggle span {
	width: 18px;
	height: 2px;
	background: currentColor;
	border-radius: 99px;
	transition: transform 180ms ease, opacity 180ms ease;
}

.site-header.is-menu-open .menu-toggle span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.site-header.is-menu-open .menu-toggle span:nth-child(2) {
	opacity: 0;
}

.site-header.is-menu-open .menu-toggle span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

.site-wordmark {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	justify-self: center;
	width: 126px;
	height: 64px;
	padding: 4px 10px;
	color: currentColor;
	background: transparent;
	border-radius: 4px;
	text-decoration: none;
}

.site-wordmark__logo {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: 56px;
	max-width: 106px;
	object-fit: contain;
	transform: translate(-50%, -50%);
	transition: opacity 180ms ease;
}

.site-wordmark__logo--color {
	opacity: 1;
}

.site-wordmark__logo--white {
	opacity: 0;
}

body.home .site-header:not(.is-solid):not(:hover):not(:focus-within) .site-wordmark__logo--color {
	opacity: 0;
}

body.home .site-header:not(.is-solid):not(:hover):not(:focus-within) .site-wordmark__logo--white {
	opacity: 1;
}

.site-wordmark__text {
	position: relative;
	display: inline-block;
	font-family: Impact, "Arial Black", system-ui, sans-serif;
	font-size: clamp(1.85rem, 3vw, 2.65rem);
	font-weight: 900;
	line-height: 0.9;
	letter-spacing: 0;
	text-transform: uppercase;
}

.site-wordmark__text::after {
	content: "";
	position: absolute;
	right: 0.12em;
	bottom: 0.11em;
	left: 0.12em;
	height: 0.12em;
	background: currentColor;
	opacity: 0.18;
}

.custom-logo-link img {
	max-height: 56px;
	width: auto;
}

.site-navigation ul,
.site-footer__nav ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-navigation a,
.site-footer__nav a {
	color: currentColor;
	font-size: 1rem;
	font-weight: 650;
	text-decoration: none;
	transition: opacity 180ms ease, color 180ms ease;
}

.site-navigation a:hover,
.site-navigation a:focus {
	color: currentColor;
	opacity: 0.7;
}

.header-icon {
	width: 24px;
	height: 24px;
	border: 0;
	border-radius: 0;
}

.header-icon svg,
.header-login svg,
.header-search svg,
.mobile-search-link svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.header-login {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: currentColor;
	font-weight: 650;
	text-decoration: none;
	white-space: nowrap;
}

.header-search {
	display: flex;
	align-items: center;
	gap: 10px;
	width: min(150px, 16vw);
	min-width: 136px;
	height: 44px;
	padding: 0 16px;
	color: currentColor;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 999px;
	font: inherit;
	text-align: left;
	white-space: nowrap;
	cursor: pointer;
	transition: background-color 180ms ease, border-color 180ms ease;
}

body:not(.home) .site-header:not(.is-solid):not(:hover):not(:focus-within) .header-search {
	background: rgba(17, 21, 23, 0.05);
	border-color: rgba(17, 21, 23, 0.28);
}

.site-header.is-solid .header-search,
.site-header:hover .header-search,
.site-header:focus-within .header-search {
	background: rgba(17, 21, 23, 0.08);
	border-color: transparent;
}

.header-search > span {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mobile-search-link {
	display: none;
}

body.theme-lion-menu-open {
	overflow: hidden;
}

.site-menu-overlay {
	--site-menu-panel-width: min(560px, calc(100% - 72px));

	position: fixed;
	inset: 0;
	z-index: 940;
	visibility: hidden;
	pointer-events: none;
}

body.theme-lion-menu-open .site-menu-overlay,
.site-menu-overlay.is-closing {
	visibility: visible;
	pointer-events: auto;
}

.site-menu-overlay__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(17, 21, 23, 0);
	transition: background-color 180ms ease;
}

body.theme-lion-menu-open .site-menu-overlay__backdrop {
	background: rgba(17, 21, 23, 0.56);
}

.site-menu-overlay.is-closing .site-menu-overlay__backdrop {
	background: rgba(17, 21, 23, 0);
}

.site-menu-panel-shell {
	position: relative;
	z-index: 1;
	width: var(--site-menu-panel-width);
	height: 100%;
	transform: translateX(-104%);
	transition: transform 220ms ease;
}

.site-menu-mobile-brand {
	display: none;
}

body.theme-lion-menu-open .site-menu-panel-shell {
	transform: translateX(0);
}

.site-menu-panel {
	position: relative;
	display: flex;
	flex-direction: column;
	width: var(--site-menu-panel-width);
	height: 100%;
	padding: 88px 56px 38px;
	overflow: hidden;
	color: #111517;
	background: #fff;
	box-shadow: 18px 0 50px rgba(17, 21, 23, 0.16);
}

.site-menu-panel__views {
	position: relative;
	flex: 1;
	min-height: 0;
	min-width: 0;
	overflow: hidden;
}

.site-menu-panel__view {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	min-height: 0;
	min-width: 0;
	opacity: 1;
	transform: translateX(0);
	transition: opacity 220ms ease, transform 260ms ease;
}

.site-menu-panel__view[hidden] {
	display: none;
}

.site-menu-panel__view.is-view-entering {
	opacity: 0;
	transform: translateX(24px);
}

.site-menu-panel__view.is-view-leaving {
	opacity: 0;
	transform: translateX(-24px);
}

.site-menu-overlay.is-products-back .site-menu-panel__view.is-view-entering {
	transform: translateX(-24px);
}

.site-menu-overlay.is-products-back .site-menu-panel__view.is-view-leaving {
	transform: translateX(24px);
}

.site-menu-panel__primary {
	display: grid;
	gap: 10px;
	padding-right: 4px;
}

.site-menu-panel__scroll {
	flex: 1;
	min-height: 0;
	min-width: 0;
	width: calc(100% + 8px);
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0 8px 12px 0;
}

.site-menu-panel__primary a {
	display: inline-flex;
	color: #111517;
	font-size: clamp(1.5rem, 3.5vw, 2rem);
	line-height: 1.15;
	text-decoration: none;
	transition: color 160ms ease;
}

.site-menu-panel__primary-trigger {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 22px;
	width: 100%;
	padding: 0;
	color: #111517;
	background: transparent;
	border: 0;
	font: inherit;
	font-size: clamp(1.5rem, 3.5vw, 2rem);
	line-height: 1.15;
	text-align: left;
	cursor: pointer;
	transition: color 160ms ease;
}

.site-menu-panel__primary-trigger::after {
	content: "";
	width: 13px;
	height: 13px;
	border-top: 3px solid currentColor;
	border-right: 3px solid currentColor;
	transform: rotate(45deg);
}

.site-menu-panel__primary a.is-active,
.site-menu-panel__primary-trigger.is-active {
	color: #111517;
}

.site-menu-panel__primary a:hover,
.site-menu-panel__primary a:focus-visible,
.site-menu-panel__primary-trigger:hover,
.site-menu-panel__primary-trigger:focus-visible {
	color: #e62e2d;
}

.site-menu-panel__cms-menu {
	margin-top: 0;
}

.site-menu-panel__cms-menu--small {
	margin-top: 42px;
}

.site-menu-panel__cms-menu--large {
	margin-top: 10px;
}

.site-menu-panel__cms-list {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-menu-panel__cms-list a {
	display: inline-flex;
	color: #111517;
	line-height: 1.25;
	text-decoration: none;
	transition: color 160ms ease;
}

.site-menu-panel__cms-menu--large a {
	font-size: clamp(1.5rem, 3.5vw, 2rem);
}

.site-menu-panel__cms-menu--small a {
	color: #657276;
	font-size: 1rem;
}

.site-menu-panel__cms-list a:hover,
.site-menu-panel__cms-list a:focus-visible {
	color: #e62e2d;
}

.site-menu-close {
	position: absolute;
	top: 50%;
	left: var(--site-menu-panel-width);
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	padding: 0;
	background: #f2f3f1;
	border: 0;
	border-radius: 999px;
	box-shadow: 0 12px 32px rgba(17, 21, 23, 0.12);
	cursor: pointer;
	transform: translate(-50%, -50%);
}

.site-menu-close__icon {
	position: relative;
	display: block;
	width: 18px;
	height: 18px;
	transition: transform 180ms ease;
}

.site-menu-close__icon span {
	position: absolute;
	top: 8px;
	left: 0;
	width: 18px;
	height: 2px;
	background: currentColor;
	border-radius: 99px;
}

.site-menu-close__icon span:first-child {
	transform: rotate(45deg);
}

.site-menu-close__icon span:last-child {
	transform: rotate(-45deg);
}

.site-menu-close:hover .site-menu-close__icon,
.site-menu-close:focus-visible .site-menu-close__icon {
	transform: rotate(14deg);
}

.site-menu-panel__products {
	margin-top: 0;
	min-width: 0;
	width: 100%;
	overflow: hidden;
}

.site-menu-back {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	align-self: flex-start;
	gap: 14px;
	margin: 0 0 12px;
	padding: 4px 2px;
	color: #e62e2d;
	background: transparent;
	border: 0;
	font: inherit;
	font-size: 1.25rem;
	line-height: 1.2;
	white-space: nowrap;
	cursor: pointer;
}

.site-menu-back span {
	min-width: 0;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.site-menu-back::before {
	content: "";
	width: 9px;
	height: 9px;
	border-bottom: 2px solid currentColor;
	border-left: 2px solid currentColor;
	transform: rotate(45deg);
}

.site-menu-panel__heading {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 20px;
}

.site-menu-panel__heading {
	padding-bottom: 18px;
	border-bottom: 1px solid #d6d8d6;
}

.site-menu-panel__heading p {
	margin: 0;
	font-size: 1rem;
}

.site-menu-panel__heading a {
	color: #4d5658;
	text-underline-offset: 0.22em;
	transition: color 160ms ease;
}

.site-menu-panel__heading a:hover,
.site-menu-panel__heading a:focus-visible {
	color: #e62e2d;
}

.product-menu-navigator {
	position: relative;
	flex: 1;
	min-height: 0;
	min-width: 0;
	overflow: hidden;
}

.product-menu-level {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: calc(100% + 8px);
	min-width: 0;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 10px;
	opacity: 1;
	transform: translateX(0);
	transition: opacity 220ms ease, transform 280ms ease;
}

.product-menu-level[hidden] {
	display: none;
}

.product-menu-level.is-level-entering {
	opacity: 0;
	transform: translateX(24px);
}

.product-menu-level.is-level-leaving {
	opacity: 0;
	transform: translateX(-24px);
}

.product-menu-navigator.is-product-level-back .product-menu-level.is-level-entering {
	transform: translateX(-24px);
}

.product-menu-navigator.is-product-level-back .product-menu-level.is-level-leaving {
	transform: translateX(24px);
}

.product-menu-level .site-menu-back {
	max-width: calc(100% - 12px);
}

.product-menu-items {
	display: grid;
	gap: 0;
}

.product-menu-item {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 20px;
	width: 100%;
	min-height: 64px;
	padding: 13px 0;
	color: #111517;
	background: transparent;
	border: 0;
	border-bottom: 1px solid #e1e3e1;
	font: inherit;
	font-size: clamp(1.05rem, 2.5vw, 1.3rem);
	line-height: 1.25;
	text-align: left;
	text-decoration: none;
	cursor: pointer;
	transition: color 160ms ease;
}

.product-menu-item--category {
	grid-template-columns: 56px minmax(0, 1fr) auto;
	gap: 16px;
	min-height: 78px;
}

.product-menu-item__image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
}

.product-menu-item__image-source {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.product-menu-item__label {
	min-width: 0;
}

.product-menu-item--category::after {
	content: "";
	width: 10px;
	height: 10px;
	margin-right: 2px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: rotate(45deg);
}

.product-menu-item--product {
	font-size: 0.98rem;
}

.product-menu-item:hover,
.product-menu-item:focus-visible {
	color: #e62e2d;
}

.product-menu-empty {
	margin: 18px 0;
	color: var(--tl-muted);
}

.site-menu-panel__utility {
	flex: 0 0 auto;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px 28px;
	margin-top: 22px;
	padding-top: 28px;
	border-top: 1px solid #d6d8d6;
	background: #fff;
}

.site-menu-panel__utility a,
.site-menu-panel__utility button {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 0;
	color: #111517;
	background: transparent;
	border: 0;
	font-size: 1rem;
	font-family: inherit;
	text-decoration: none;
	cursor: pointer;
}

.site-menu-panel__utility svg {
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

body.theme-lion-search-open {
	overflow: hidden;
}

.search-drawer {
	--search-drawer-width: min(600px, calc(100% - 72px));

	position: fixed;
	inset: 0;
	z-index: 960;
	visibility: hidden;
	pointer-events: none;
	transition: visibility 0s linear 300ms;
}

.search-drawer.is-open {
	visibility: visible;
	pointer-events: auto;
	transition-delay: 0s;
}

.search-drawer__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(10, 15, 17, 0.56);
	-webkit-backdrop-filter: blur(7px) saturate(85%);
	backdrop-filter: blur(7px) saturate(85%);
	opacity: 0;
	transition: opacity 240ms ease;
}

.search-drawer.is-open .search-drawer__backdrop {
	opacity: 1;
}

.search-drawer__shell {
	position: absolute;
	top: 0;
	right: 0;
	width: var(--search-drawer-width);
	height: 100%;
	transform: translateX(100%);
	transition: transform 300ms cubic-bezier(0.2, 0.72, 0.2, 1);
}

.search-drawer.is-open .search-drawer__shell {
	transform: translateX(0);
}

.search-drawer__panel {
	display: flex;
	width: 100%;
	height: 100%;
	min-height: 0;
	flex-direction: column;
	background: #fff;
	border-left: 1px solid rgba(17, 21, 23, 0.12);
	box-shadow: -24px 0 64px rgba(8, 13, 15, 0.18);
}

.search-drawer__mobile-brand {
	display: none;
}

.search-drawer__close {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
	width: 64px;
	height: 64px;
	padding: 0;
	color: #111517;
	background: #f5f6f5;
	border: 1px solid rgba(17, 21, 23, 0.08);
	border-radius: 50%;
	box-shadow: 0 12px 36px rgba(17, 21, 23, 0.12);
	cursor: pointer;
	transform: translate(-50%, -50%);
	transition: background-color 160ms ease, box-shadow 160ms ease;
}

.search-drawer__close span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 19px;
	height: 2px;
	background: currentColor;
	transition: transform 220ms ease;
}

.search-drawer__close span:first-child {
	transform: translate(-50%, -50%) rotate(45deg);
}

.search-drawer__close span:last-child {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.search-drawer__close:hover,
.search-drawer__close:focus-visible {
	background: #fff;
	box-shadow: 0 14px 42px rgba(17, 21, 23, 0.18);
}

.search-drawer__close:hover span:first-child,
.search-drawer__close:focus-visible span:first-child {
	transform: translate(-50%, -50%) rotate(135deg);
}

.search-drawer__close:hover span:last-child,
.search-drawer__close:focus-visible span:last-child {
	transform: translate(-50%, -50%) rotate(45deg);
}

.search-drawer__scroll {
	min-height: 0;
	flex: 1;
	overflow-y: auto;
	padding: clamp(56px, 9vh, 88px) 64px 36px;
	scrollbar-color: #9da5a1 transparent;
	scrollbar-width: thin;
}

.search-drawer__scroll::-webkit-scrollbar {
	width: 9px;
}

.search-drawer__scroll::-webkit-scrollbar-thumb {
	background: #9da5a1;
	border: 2px solid #fff;
	border-radius: 99px;
}

.search-drawer__heading {
	margin-bottom: 26px;
}

.search-drawer__heading > span {
	color: #6b767a;
	font-size: 0.78rem;
	font-weight: 750;
	text-transform: uppercase;
}

.search-drawer__heading h2 {
	margin: 2px 0 0;
	color: #111517;
	font-size: 1.7rem;
	line-height: 1.2;
}

.search-drawer__form {
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr);
	align-items: center;
	gap: 12px;
	height: 62px;
	padding: 0 20px;
	color: #111517;
	background: #fff;
	border: 1px solid #aeb6b2;
	border-radius: 999px;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.search-drawer__form:focus-within {
	border-color: #e62e2d;
	box-shadow: 0 0 0 3px rgba(230, 46, 45, 0.12);
}

.search-drawer__form svg,
.search-drawer__footer svg {
	width: 23px;
	height: 23px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.search-drawer__form input {
	min-width: 0;
	width: 100%;
	padding: 0;
	color: #111517;
	background: transparent;
	border: 0;
	outline: 0;
	font: inherit;
	font-size: 1.08rem;
}

.search-drawer__form input::placeholder {
	color: #677277;
	opacity: 1;
}

.search-drawer__section {
	margin-top: 38px;
}

.search-drawer__section h3 {
	margin: 0 0 12px;
	color: #687478;
	font-size: 0.86rem;
	font-weight: 700;
}

.search-drawer__links {
	display: grid;
	margin: 0;
	padding: 0;
	list-style: none;
}

.search-drawer__links a {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 24px;
	align-items: center;
	gap: 18px;
	min-height: 58px;
	padding: 10px 2px;
	color: #172023;
	border-bottom: 1px solid #e0e3e1;
	font-size: 1.08rem;
	font-weight: 600;
	text-decoration: none;
	transition: color 150ms ease, padding-left 150ms ease;
}

.search-drawer__links a:hover,
.search-drawer__links a:focus-visible {
	padding-left: 6px;
	color: #e62e2d;
}

.search-drawer__links svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	transition: transform 150ms ease;
}

.search-drawer__links a:hover svg,
.search-drawer__links a:focus-visible svg {
	transform: translateX(3px);
}

.search-drawer__footer {
	flex: 0 0 auto;
	padding: 20px 64px 26px;
	background: rgba(255, 255, 255, 0.96);
	border-top: 1px solid #e0e3e1;
}

.search-drawer__footer button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	min-height: 56px;
	padding: 12px 22px;
	color: #fff;
	background: #e62e2d;
	border: 1px solid #e62e2d;
	border-radius: 4px;
	font: inherit;
	font-weight: 750;
	cursor: pointer;
	transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.search-drawer__footer button:hover,
.search-drawer__footer button:focus-visible {
	background: #bf1f24;
	border-color: #bf1f24;
	transform: translateY(-1px);
}

body.theme-lion-language-open {
	overflow: hidden;
}

.language-modal {
	position: fixed;
	inset: 0;
	z-index: 980;
	display: grid;
	place-items: center;
	padding: 24px;
	visibility: hidden;
	pointer-events: none;
	transition: visibility 0s linear 260ms;
}

.language-modal.is-open {
	visibility: visible;
	pointer-events: auto;
	transition-delay: 0s;
}

.language-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(10, 15, 17, 0.58);
	-webkit-backdrop-filter: blur(9px) saturate(90%);
	backdrop-filter: blur(9px) saturate(90%);
	opacity: 0;
	transition: opacity 220ms ease;
}

.language-modal.is-open .language-modal__backdrop {
	opacity: 1;
}

.language-modal__dialog {
	position: relative;
	display: grid;
	grid-template-columns: minmax(250px, 32%) minmax(0, 1fr);
	width: min(900px, 100%);
	height: min(590px, calc(100vh - 48px));
	overflow: hidden;
	background: #fff;
	border: 1px solid rgba(17, 21, 23, 0.16);
	border-radius: 6px;
	box-shadow: 0 28px 80px rgba(8, 13, 15, 0.28);
	opacity: 0;
	transform: translateY(18px) scale(0.985);
	transition: opacity 220ms ease, transform 260ms cubic-bezier(0.2, 0.72, 0.2, 1);
}

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

.language-modal__sidebar {
	display: flex;
	min-width: 0;
	flex-direction: column;
	background: #f5f6f5;
	border-right: 1px solid #d9ddda;
}

.language-modal__title {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 92px;
	padding: 24px 26px;
	border-bottom: 1px solid #d9ddda;
	color: #111517;
	font-size: 1.25rem;
	font-weight: 700;
}

.language-modal__title svg {
	flex: 0 0 25px;
	width: 25px;
	height: 25px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.language-modal__tabs {
	display: grid;
}

.language-modal__tab {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 20px;
	align-items: center;
	gap: 12px;
	min-height: 58px;
	padding: 12px 20px 12px 26px;
	color: #30383b;
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d9ddda;
	font: inherit;
	font-weight: 650;
	text-align: left;
	cursor: pointer;
	transition: color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.language-modal__tab span {
	min-width: 0;
}

.language-modal__tab svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	transition: transform 160ms ease;
}

.language-modal__tab:hover,
.language-modal__tab:focus-visible,
.language-modal__tab.is-active {
	color: #e62e2d;
	background: #fff;
}

.language-modal__tab.is-active {
	box-shadow: inset 4px 0 0 #e62e2d;
}

.language-modal__tab:hover svg,
.language-modal__tab.is-active svg {
	transform: translateX(2px);
}

.language-modal__source {
	display: grid;
	gap: 2px;
	margin-top: auto;
	padding: 22px 26px;
	border-top: 1px solid #d9ddda;
}

.language-modal__source span {
	color: #6b767a;
	font-size: 0.78rem;
	font-weight: 700;
	text-transform: uppercase;
}

.language-modal__source strong {
	color: #111517;
	font-size: 1rem;
}

.language-modal__content {
	display: flex;
	min-width: 0;
	min-height: 0;
	flex-direction: column;
}

.language-modal__content-header {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 92px;
	padding: 18px 22px 18px 28px;
	border-bottom: 1px solid #e0e3e1;
}

.language-modal__content-header p,
.language-modal__content-header span {
	margin: 0;
}

.language-modal__content-header p {
	color: #111517;
	font-size: 1.05rem;
	font-weight: 750;
}

.language-modal__content-header span {
	display: block;
	color: #6b767a;
	font-size: 0.82rem;
}

.language-modal__close {
	position: relative;
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	padding: 0;
	color: #111517;
	background: #f1f3f1;
	border: 1px solid transparent;
	border-radius: 50%;
	cursor: pointer;
	transition: background-color 160ms ease, border-color 160ms ease;
}

.language-modal__close span {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 17px;
	height: 2px;
	background: currentColor;
	transition: transform 220ms ease;
}

.language-modal__close span:first-child {
	transform: translate(-50%, -50%) rotate(45deg);
}

.language-modal__close span:last-child {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.language-modal__close:hover,
.language-modal__close:focus-visible {
	background: #fff;
	border-color: #cfd4d1;
}

.language-modal__close:hover span:first-child,
.language-modal__close:focus-visible span:first-child {
	transform: translate(-50%, -50%) rotate(135deg);
}

.language-modal__close:hover span:last-child,
.language-modal__close:focus-visible span:last-child {
	transform: translate(-50%, -50%) rotate(45deg);
}

.language-modal__panels {
	min-height: 0;
	flex: 1;
	overflow-y: auto;
	scrollbar-color: #9da5a1 transparent;
	scrollbar-width: thin;
}

.language-modal__panels::-webkit-scrollbar {
	width: 8px;
}

.language-modal__panels::-webkit-scrollbar-thumb {
	background: #9da5a1;
	border: 2px solid #fff;
	border-radius: 99px;
}

.language-modal__panel {
	padding: 14px 20px 24px;
	animation: language-panel-in 180ms ease both;
}

.language-modal__panel[hidden] {
	display: none;
}

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

.language-modal__list a,
.language-modal__list a.glink {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
	min-height: 54px;
	padding: 9px 10px;
	color: #172023;
	border-radius: 4px;
	font-size: 0.98rem;
	font-weight: 550;
	text-decoration: none;
	transition: color 150ms ease, background-color 150ms ease;
}

.language-modal__list a:hover,
.language-modal__list a:focus-visible,
.language-modal__list a.gt-current-lang {
	color: #e62e2d;
	background: #f5f6f5;
}

.language-modal__list a.gt-current-lang {
	font-weight: 750;
}

.language-modal__list img {
	flex: 0 0 28px;
	width: 28px;
	height: 20px;
	object-fit: cover;
	border: 1px solid rgba(17, 21, 23, 0.12);
}

@keyframes language-panel-in {
	from {
		opacity: 0;
		transform: translateX(8px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.language-modal,
	.language-modal__backdrop,
	.language-modal__dialog,
	.language-modal__panel,
	.language-modal__close span {
		animation-duration: 0.01ms;
		transition-duration: 0.01ms;
	}

	.search-drawer,
	.search-drawer__backdrop,
	.search-drawer__shell,
	.search-drawer__close span {
		transition-duration: 0.01ms;
	}
}

.site-hero {
	background: #172023;
	color: #fff;
}

.site-hero__inner {
	display: grid;
	align-content: end;
	min-height: 520px;
	padding: 150px 0 72px;
}

.site-hero__eyebrow {
	margin: 0 0 10px;
	color: var(--tl-gold);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.site-hero h1 {
	max-width: 760px;
	margin: 0;
	font-size: clamp(2.25rem, 7vw, 5rem);
	line-height: 0.98;
}

.site-hero p:last-child {
	max-width: 640px;
	margin: 20px 0 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 1.15rem;
}

.site-main {
	padding: 112px 0 64px;
}

.site-main.site-main--elementor {
	width: 100%;
	padding: 0;
}

.elementor-content-entry {
	width: 100%;
	margin: 0;
	padding: 0;
}

body.home .site-main {
	padding-top: 0;
}

.site-hero + .content-shell,
.site-hero + .layout-feed {
	margin-top: 48px;
}

.layout-feed {
	display: grid;
	gap: 24px;
}

.layout-readable {
	max-width: 860px;
}

.page-header {
	margin-bottom: 30px;
}

.page-header h1,
.entry-title {
	margin: 0;
	color: var(--tl-text);
	line-height: 1.08;
}

.page-header h1 {
	font-size: clamp(2rem, 5vw, 3.4rem);
}

.entry-title {
	font-size: clamp(1.75rem, 4vw, 3rem);
}

.entry-title a {
	color: inherit;
	text-decoration: none;
}

.entry-card {
	padding: 28px;
	background: var(--tl-surface);
	border: 1px solid var(--tl-line);
	border-radius: var(--tl-radius);
	box-shadow: var(--tl-shadow);
}

.entry-card--page {
	padding: clamp(28px, 5vw, 48px);
}

.entry-header {
	display: grid;
	gap: 10px;
	margin-bottom: 20px;
}

.entry-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	color: var(--tl-muted);
	font-size: 0.9rem;
}

.entry-media {
	display: block;
	margin: 0 0 24px;
	overflow: hidden;
	border-radius: var(--tl-radius);
}

.entry-media img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

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

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

.entry-content h2,
.entry-content h3 {
	line-height: 1.2;
}

.entry-content blockquote {
	margin-inline: 0;
	padding-left: 18px;
	border-left: 4px solid var(--tl-gold);
	color: var(--tl-muted);
}

.entry-content table {
	width: 100%;
	border-collapse: collapse;
}

.entry-content th,
.entry-content td {
	padding: 10px;
	border: 1px solid var(--tl-line);
	text-align: left;
}

.page-links,
.post-navigation,
.pagination {
	margin-top: 32px;
}

.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: space-between;
}

.page-numbers,
.post-navigation a {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 8px 12px;
	background: var(--tl-surface);
	border: 1px solid var(--tl-line);
	border-radius: var(--tl-radius);
	text-decoration: none;
}

.page-numbers.current {
	background: var(--tl-text);
	color: #fff;
}

.search-form {
	display: flex;
	gap: 8px;
	max-width: 520px;
}

.search-field {
	min-width: 0;
	flex: 1;
	padding: 12px 14px;
	border: 1px solid var(--tl-line);
	border-radius: var(--tl-radius);
	font: inherit;
}

.search-submit {
	padding: 12px 16px;
	border: 0;
	border-radius: var(--tl-radius);
	background: var(--tl-accent);
	color: #fff;
	font: inherit;
	font-weight: 750;
	cursor: pointer;
}

.site-footer {
	padding: 28px 0;
	background: #172023;
	color: rgba(255, 255, 255, 0.78);
}

.site-footer__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

.site-footer p {
	margin: 0;
}

.site-footer a {
	color: #fff;
}

@media (max-width: 900px) {
	.site-menu-overlay {
		--site-menu-panel-width: 100%;
	}

	.search-drawer {
		--search-drawer-width: 100%;
	}

	.site-header {
		padding: 10px 0;
		background: transparent;
		border-bottom: 0;
		box-shadow: none;
		backdrop-filter: none;
	}

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

	.site-header.is-solid,
	.site-header:hover,
	.site-header:focus-within {
		background: transparent;
		border-color: transparent;
		box-shadow: none;
		backdrop-filter: none;
	}

	.site-header__inner {
		grid-template-columns: 48px minmax(0, 1fr) 48px;
		gap: 8px;
		width: calc(100% - 20px);
		min-height: 72px;
		padding: 8px;
		color: #111517;
		background: rgba(255, 255, 255, 0.92);
		border: 1px solid rgba(17, 21, 23, 0.1);
		border-radius: 12px;
		box-shadow: 0 18px 44px rgba(17, 21, 23, 0.12);
		backdrop-filter: blur(10px);
	}

	.site-header__left {
		display: contents;
	}

	.menu-toggle,
	.mobile-search-link {
		width: 48px;
		height: 48px;
	}

	.menu-toggle {
		grid-column: 1;
		grid-row: 1;
	}

	.site-wordmark {
		grid-column: 2;
		grid-row: 1;
		width: 88px;
		height: 56px;
		min-width: 0;
		padding: 2px 6px;
		background: transparent;
	}

	.site-wordmark__logo {
		height: 50px;
		max-width: 76px;
	}

	body.home .site-header:not(.is-solid):not(:hover):not(:focus-within) .site-wordmark__logo--color {
		opacity: 1;
	}

	body.home .site-header:not(.is-solid):not(:hover):not(:focus-within) .site-wordmark__logo--white {
		opacity: 0;
	}

	.site-wordmark__text {
		font-size: 1.45rem;
	}

	.mobile-search-link {
		display: inline-flex;
		grid-column: 3;
		grid-row: 1;
		border: 0;
	}

	.site-header__actions {
		display: none;
	}

	.site-navigation {
		position: absolute;
		top: calc(100% + 10px);
		left: 0;
		display: none;
		width: 100%;
		padding: 8px;
		background: rgba(255, 255, 255, 0.96);
		border: 1px solid rgba(17, 21, 23, 0.1);
		border-radius: 12px;
		box-shadow: 0 18px 44px rgba(17, 21, 23, 0.12);
	}

	.site-header.is-menu-open .site-navigation {
		display: none;
	}

	.site-navigation ul,
	.site-footer__nav ul {
		gap: 10px 14px;
	}

	.site-navigation ul {
		display: grid;
		gap: 2px;
	}

	.site-navigation a {
		display: block;
		padding: 10px 12px;
		border-radius: 8px;
		color: #111517;
	}

	.site-navigation a:hover,
	.site-navigation a:focus {
		background: rgba(17, 21, 23, 0.06);
		opacity: 1;
	}

	.site-menu-panel {
		padding: 100px 18px 20px;
		box-shadow: none;
	}

	.site-menu-mobile-brand {
		position: absolute;
		top: 18px;
		left: 50%;
		z-index: 3;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 86px;
		height: 58px;
		transform: translateX(-50%);
	}

	.site-menu-mobile-brand img {
		display: block;
		width: auto;
		max-width: 82px;
		height: 54px;
		object-fit: contain;
	}

	.site-menu-close {
		top: 20px;
		right: auto;
		left: 18px;
		width: 44px;
		height: 44px;
		background: #fff;
		border: 1px solid #dfe3e3;
		box-shadow: none;
		transform: none;
	}

	.site-menu-panel__primary {
		gap: 0;
	}

	.site-menu-panel__primary a,
	.site-menu-panel__primary-trigger,
	.site-menu-panel__cms-menu--large a {
		font-size: 1.55rem;
		line-height: 1.15;
		min-height: 32px;
	}

	.site-menu-panel__primary a,
	.site-menu-panel__cms-menu--large a {
		align-items: center;
		width: 100%;
	}

	.site-menu-panel__primary-trigger {
		padding-right: 18px;
	}

	.site-menu-panel__cms-menu--large {
		margin-top: 0;
	}

	.site-menu-panel__cms-menu--large .site-menu-panel__cms-list {
		gap: 0;
	}

	.site-menu-panel__products {
		margin-top: 0;
	}

	.product-menu-item {
		min-height: 58px;
		padding-right: 18px;
	}

	.site-menu-panel__utility {
		grid-template-columns: 1fr;
	}

	.language-modal {
		padding: 12px;
	}

	.language-modal__dialog {
		grid-template-columns: 1fr;
		grid-template-rows: auto minmax(0, 1fr);
		height: min(720px, calc(100dvh - 24px));
	}

	.language-modal__sidebar {
		border-right: 0;
		border-bottom: 1px solid #d9ddda;
	}

	.language-modal__title {
		min-height: 66px;
		padding: 16px 18px;
		font-size: 1.1rem;
	}

	.language-modal__tabs {
		display: flex;
		overflow-x: auto;
		scrollbar-width: none;
	}

	.language-modal__tabs::-webkit-scrollbar {
		display: none;
	}

	.language-modal__tab {
		flex: 0 0 auto;
		grid-template-columns: 1fr;
		min-height: 46px;
		padding: 10px 18px;
		border-right: 1px solid #d9ddda;
		border-bottom: 0;
		white-space: nowrap;
	}

	.language-modal__tab svg {
		display: none;
	}

	.language-modal__tab.is-active {
		box-shadow: inset 0 -3px 0 #e62e2d;
	}

	.language-modal__source {
		display: none;
	}

	.language-modal__content-header {
		min-height: 72px;
		padding: 12px 14px 12px 18px;
	}

	.language-modal__close {
		width: 42px;
		height: 42px;
	}

	.language-modal__panel {
		padding: 10px 12px 20px;
	}

	.language-modal__list {
		grid-template-columns: 1fr;
	}

	.search-drawer__close {
		top: 20px;
		left: 18px;
		width: 44px;
		height: 44px;
		background: #fff;
		border-color: #dfe3e3;
		box-shadow: none;
		transform: none;
	}

	.search-drawer__panel {
		border-left: 0;
		box-shadow: none;
	}

	.search-drawer__mobile-brand {
		position: absolute;
		top: 18px;
		left: 50%;
		z-index: 3;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 86px;
		height: 58px;
		transform: translateX(-50%);
	}

	.search-drawer__mobile-brand img {
		display: block;
		width: auto;
		max-width: 82px;
		height: 54px;
		object-fit: contain;
	}

	.search-drawer__scroll {
		padding: 86px 18px 24px;
	}

	.search-drawer__heading {
		display: none;
	}

	.search-drawer__form {
		grid-template-columns: 20px minmax(0, 1fr);
		gap: 10px;
		height: 48px;
		padding: 0 16px;
	}

	.search-drawer__form svg {
		width: 20px;
		height: 20px;
	}

	.search-drawer__form input {
		font-size: 0.95rem;
	}

	.search-drawer__section {
		margin-top: 34px;
	}

	.search-drawer__footer {
		padding: 16px 18px 18px;
	}

	.search-drawer__footer button {
		min-height: 48px;
	}

	.site-hero__inner {
		min-height: 430px;
		padding: 132px 0 52px;
	}

	.site-main {
		padding: 104px 0 48px;
	}

	body.home .site-main {
		padding-top: 0;
	}

	.entry-card {
		padding: 22px;
	}

	.search-form {
		flex-direction: column;
	}
}

@media (max-width: 360px) {
	.site-header__inner {
		width: calc(100% - 16px);
	}
}
