/*
Theme Name: 텐모아테크 포장설비
Theme URI: https://tenmoatech.com
Author: 비랜딩 (blanding.kr)
Author URI: https://blanding.kr
Description: 텐모아테크의 식품 포장 자동화 설비와 제품 가격을 소개하는 기업형 카탈로그 테마입니다.
Version: 1.2.4
Text Domain: tenmoa-tech
*/

@font-face {
	font-family: "SUIT Variable";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("assets/fonts/SUIT-Variable.woff2") format("woff2-variations");
}

:root {
	--tm-navy: #073d8f;
	--tm-navy-deep: #05285f;
	--tm-blue: #1859b7;
	--tm-orange: #2c72d4;
	--tm-orange-dark: #174f9f;
	--tm-red: #c71f2b;
	--tm-ink: #101827;
	--tm-body: #394353;
	--tm-muted: #697383;
	--tm-line: #dce1e8;
	--tm-soft: #f2f6fb;
	--tm-paper: #ffffff;
	--tm-container: 1320px;
	--tm-gutter: 32px;
	--tm-radius: 4px;
	--tm-section: 128px;
}

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

html {
	scroll-behavior: smooth;
	scroll-padding-top: 110px;
}

body {
	margin: 0;
	background: var(--tm-paper);
	color: var(--tm-body);
	font-family: "SUIT Variable", "Noto Sans KR", "Malgun Gothic", sans-serif;
	font-size: 17px;
	font-weight: 450;
	letter-spacing: -0.012em;
	line-height: 1.68;
	-webkit-font-smoothing: antialiased;
}

body.menu-open {
	overflow: hidden;
}

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

a {
	color: inherit;
	text-decoration: none;
}

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

button {
	cursor: pointer;
}

h1,
h2,
h3,
h4,
p {
	margin-top: 0;
}

h1,
h2,
h3,
h4 {
	color: var(--tm-ink);
	font-weight: 720;
	letter-spacing: -0.042em;
	line-height: 1.18;
}

::selection {
	background: var(--tm-orange);
	color: #fff;
}

:focus-visible {
	outline: 3px solid rgba(44, 114, 212, 0.52);
	outline-offset: 4px;
}

.skip-link {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 9999;
	padding: 10px 16px;
	background: #fff;
	color: var(--tm-navy);
	font-weight: 700;
	transform: translateY(-160%);
}

.skip-link:focus {
	transform: translateY(0);
}

.site-container {
	width: min(100% - (var(--tm-gutter) * 2), var(--tm-container));
	margin-inline: auto;
}

.eyebrow {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 0 0 22px;
	color: var(--tm-blue);
	font-size: 13px;
	font-weight: 760;
	letter-spacing: 0.14em;
	line-height: 1;
}

.eyebrow::before {
	width: 34px;
	height: 2px;
	background: var(--tm-orange);
	content: "";
}

.eyebrow--light {
	color: #fff;
}

.button-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 28px;
}

.button {
	display: inline-flex;
	min-height: 58px;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	padding: 0 22px 0 26px;
	border: 1px solid transparent;
	border-radius: 0;
	font-size: 15px;
	font-weight: 720;
	line-height: 1;
	transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.button span {
	font-size: 18px;
}

.button--accent {
	background: var(--tm-orange);
	color: #fff;
}

.button--accent:hover {
	background: var(--tm-orange-dark);
}

.button--dark {
	background: var(--tm-navy);
	color: #fff;
}

.button--dark:hover {
	background: var(--tm-blue);
}

.text-link {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	border-bottom: 1px solid var(--tm-ink);
	color: var(--tm-ink);
	font-size: 15px;
	font-weight: 680;
	line-height: 2;
}

.text-link span {
	transition: transform 180ms ease;
}

.text-link:hover span {
	transform: translateX(4px);
}

.text-link--light {
	border-color: rgba(255, 255, 255, 0.62);
	color: #fff;
}

/* Header */
.utility-bar {
	background: var(--tm-navy-deep);
	color: rgba(255, 255, 255, 0.76);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.035em;
}

.utility-bar__inner {
	display: flex;
	min-height: 38px;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.utility-bar p {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
}

.status-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--tm-orange);
	box-shadow: 0 0 0 4px rgba(44, 114, 212, 0.18);
}

.utility-bar__contact {
	display: flex;
	gap: 24px;
}

.utility-bar a:hover {
	color: #fff;
}

.site-header {
	position: relative;
	z-index: 100;
	border-bottom: 1px solid var(--tm-line);
	background: rgba(255, 255, 255, 0.98);
}

.site-header.is-sticky {
	position: sticky;
	top: 0;
	box-shadow: 0 10px 32px rgba(7, 31, 78, 0.08);
}

.site-header__inner {
	display: grid;
	min-height: 92px;
	align-items: center;
	grid-template-columns: 240px minmax(0, 1fr) auto;
	gap: 36px;
}

.site-branding img {
	width: 212px;
	height: auto;
}

.custom-logo-link {
	display: block;
}

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

.main-navigation {
	justify-self: end;
}

.nav-menu {
	display: flex;
	align-items: center;
	gap: 39px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.nav-menu a {
	position: relative;
	display: block;
	padding: 34px 0;
	color: var(--tm-ink);
	font-size: 15px;
	font-weight: 650;
	white-space: nowrap;
}

.nav-menu a::after {
	position: absolute;
	right: 0;
	bottom: 24px;
	left: 0;
	height: 2px;
	background: var(--tm-orange);
	content: "";
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 180ms ease;
}

.nav-menu a:hover::after,
.nav-menu .current-menu-item > a::after {
	transform: scaleX(1);
	transform-origin: left;
}

.nav-menu__product {
	display: flex;
	align-items: center;
}

.nav-menu__product > a {
	padding-right: 21px;
}

.nav-menu__mega-toggle {
	display: grid;
	width: 28px;
	height: 32px;
	padding: 0;
	border: 0;
	margin-left: -17px;
	background: transparent;
	color: var(--tm-navy);
	place-items: center;
}

.nav-menu__mega-toggle i {
	width: 7px;
	height: 7px;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	transform: translateY(-2px) rotate(45deg);
	transition: transform 180ms ease;
}

.nav-menu__mega-toggle[aria-expanded="true"] i {
	transform: translateY(2px) rotate(225deg);
}

.product-mega {
	position: absolute;
	z-index: 110;
	top: 100%;
	right: 0;
	left: 0;
	max-height: calc(100vh - 92px);
	overflow-y: auto;
	border-top: 1px solid var(--tm-line);
	background: #fff;
	box-shadow: 0 28px 60px rgba(5, 40, 95, 0.18);
	color: var(--tm-body);
}

.product-mega__inner {
	padding-top: 34px;
	padding-bottom: 42px;
}

.product-mega__header {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 30px;
	padding-bottom: 22px;
	border-bottom: 2px solid var(--tm-navy-deep);
	margin-bottom: 27px;
}

.product-mega__header p {
	margin: 0 0 5px;
	color: var(--tm-blue);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.17em;
}

.product-mega__header h2 {
	margin: 0;
	color: var(--tm-navy-deep);
	font-size: 27px;
	font-weight: 760;
	letter-spacing: -0.045em;
}

.product-mega__header > a {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 8px 0;
	color: var(--tm-navy);
	font-size: 13px;
	font-weight: 720;
}

.product-mega__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 30px 34px;
}

.product-mega__group {
	min-width: 0;
	padding-top: 12px;
	border-top: 1px solid #b8c6d8;
}

.product-mega__group-title {
	display: grid;
	min-height: 28px;
	align-items: center;
	color: var(--tm-navy-deep);
	grid-template-columns: 25px minmax(0, 1fr) 14px;
	gap: 7px;
}

.product-mega__group-title span {
	color: var(--tm-blue);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.product-mega__group-title strong {
	min-width: 0;
	font-size: 14px;
	font-weight: 720;
	letter-spacing: -0.025em;
	line-height: 1.35;
}

.product-mega__group-title i {
	color: #8ca0b9;
	font-size: 10px;
	font-style: normal;
}

.product-mega__children {
	padding: 8px 0 0 32px;
	margin: 0;
	list-style: none;
}

.product-mega__children li + li {
	margin-top: 5px;
}

.product-mega__children a {
	color: #5f6876;
	font-size: 12px;
	line-height: 1.42;
}

.product-mega__children a:hover,
.product-mega__group-title:hover {
	color: var(--tm-blue);
}

.header-inquiry {
	display: flex;
	min-height: 48px;
	align-items: center;
	gap: 20px;
	padding: 0 16px 0 20px;
	background: var(--tm-navy);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

.header-inquiry:hover {
	background: var(--tm-blue);
}

.header-inquiry b {
	font-size: 17px;
	font-weight: 500;
}

.menu-toggle {
	display: none;
	border: 0;
	background: transparent;
	color: var(--tm-ink);
}

/* Hero */
.home-hero {
	padding: 0 0 90px;
	background: #fff;
}

.home-hero > .site-container {
	width: 100%;
	max-width: none;
	padding-right: 0;
	padding-left: 0;
}

.home-entry__grid {
	position: relative;
	min-height: 660px;
}

.category-rail {
	position: absolute;
	z-index: 4;
	top: 0;
	bottom: 0;
	left: 0;
	display: flex;
	width: 292px;
	min-width: 0;
	background: var(--tm-navy-deep);
	color: #fff;
	flex-direction: column;
}

.category-rail__heading {
	display: grid;
	min-height: 86px;
	align-items: center;
	padding: 18px 20px;
	background: var(--tm-blue);
	grid-template-columns: 28px 1fr;
	grid-template-rows: auto auto;
	column-gap: 13px;
}

.category-rail__heading strong {
	font-size: 19px;
	font-weight: 720;
	letter-spacing: -0.025em;
}

.category-rail__heading small {
	grid-column: 2;
	color: rgba(255, 255, 255, 0.68);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.13em;
}

.category-rail__icon {
	display: grid;
	width: 24px;
	gap: 5px;
	grid-row: 1 / 3;
}

.category-rail__icon i {
	display: block;
	height: 2px;
	background: #fff;
}

.category-rail__list {
	display: grid;
	padding: 0;
	margin: 0;
	list-style: none;
	grid-template-rows: repeat(14, 1fr);
	flex: 1;
}

.category-rail__list li {
	position: relative;
	min-height: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.category-rail__list a {
	display: grid;
	height: 100%;
	min-height: 42px;
	align-items: center;
	padding: 6px 40px 6px 18px;
	grid-template-columns: 27px minmax(0, 1fr);
	gap: 8px;
	transition: background-color 170ms ease, padding-left 170ms ease;
}

.category-rail__list a:hover,
.category-rail__list a:focus-visible {
	padding-left: 23px;
	background: var(--tm-blue);
}

.category-rail__list a > span {
	color: #77aaf0;
	font-size: 9px;
	font-weight: 760;
	letter-spacing: 0.08em;
}

.category-rail__list a > strong {
	min-width: 0;
	font-size: 14px;
	font-weight: 590;
	letter-spacing: -0.02em;
	line-height: 1.3;
}

.category-rail__toggle {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 8px;
	display: grid;
	width: 30px;
	height: 30px;
	padding: 0;
	border: 0;
	background: transparent;
	color: rgba(255, 255, 255, 0.5);
	place-items: center;
	transform: translateY(-50%);
}

.category-rail__toggle span {
	font-size: 18px;
	font-weight: 350;
	transition: transform 160ms ease;
}

.category-rail__toggle[aria-expanded="true"] span {
	transform: rotate(90deg);
}

.category-flyouts {
	position: absolute;
	z-index: 5;
	top: 0;
	bottom: 0;
	left: 100%;
	width: 430px;
	pointer-events: none;
}

.category-flyout {
	position: absolute;
	inset: 0;
	display: none;
	padding: 54px 46px;
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 18px 0 34px rgba(5, 40, 95, 0.14);
	color: var(--tm-body);
	pointer-events: auto;
}

.category-flyout.is-active {
	display: block;
}

.category-flyout > p {
	margin: 0 0 14px;
	color: var(--tm-blue);
	font-size: 10px;
	font-weight: 760;
	letter-spacing: 0.13em;
}

.category-flyout h2 {
	padding-bottom: 23px;
	border-bottom: 2px solid var(--tm-navy);
	margin: 0 0 18px;
	color: var(--tm-navy-deep);
	font-size: 31px;
}

.category-flyout ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.category-flyout li {
	border-bottom: 1px solid var(--tm-line);
}

.category-flyout li a {
	display: grid;
	min-height: 43px;
	align-items: center;
	font-size: 14px;
	grid-template-columns: minmax(0, 1fr) 16px;
	gap: 12px;
}

.category-flyout li a:hover {
	color: var(--tm-blue);
}

.category-flyout li b {
	color: var(--tm-blue);
	font-size: 11px;
	font-weight: 500;
}

.category-flyout__all {
	display: inline-flex;
	align-items: center;
	gap: 15px;
	padding-top: 22px;
	color: var(--tm-navy);
	font-size: 14px;
	font-weight: 700;
}

.home-hero__frame {
	position: relative;
	min-height: 660px;
	overflow: hidden;
	background: #e9eaed;
}

.home-hero__image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 58%;
	height: 100%;
	object-fit: cover;
	object-position: right center;
}

.home-hero__copy {
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 0;
	display: flex;
	width: 54%;
	justify-content: center;
	flex-direction: column;
	padding: 66px 72px 70px max(96px, calc((100vw - 1320px) / 2 + 72px));
	background: var(--tm-navy-deep);
	color: rgba(255, 255, 255, 0.78);
}

.home-hero__copy h1 {
	margin: 0 0 28px;
	color: #fff;
	font-size: clamp(42px, 3.8vw, 58px);
	font-weight: 730;
	letter-spacing: -0.052em;
	line-height: 1.12;
}

.home-hero__copy > p:not(.eyebrow) {
	max-width: 430px;
	margin-bottom: 38px;
	font-size: 18px;
	line-height: 1.72;
}

.home-hero__index {
	position: absolute;
	z-index: 3;
	right: 24px;
	bottom: 20px;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 8px 11px;
	background: rgba(255, 255, 255, 0.88);
	color: var(--tm-navy);
	font-size: 10px;
	font-weight: 760;
	letter-spacing: 0.12em;
}

.home-hero__index i {
	width: 36px;
	height: 1px;
	background: rgba(7, 31, 78, 0.45);
}

/* Category showcase */
.category-showcase {
	padding: 0 0 118px;
	background: #fff;
}

.category-showcase__heading {
	display: grid;
	align-items: end;
	padding-top: 42px;
	border-top: 2px solid var(--tm-navy-deep);
	grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
	gap: 80px;
}

.category-showcase__heading h2 {
	margin: 0;
	font-size: clamp(42px, 4.3vw, 62px);
	letter-spacing: -0.052em;
}

.category-showcase__heading > p {
	max-width: 520px;
	margin: 0 0 7px;
	color: var(--tm-muted);
	line-height: 1.7;
}

.category-showcase__grid {
	display: grid;
	margin-top: 56px;
	border-top: 1px solid var(--tm-line);
	border-left: 1px solid var(--tm-line);
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.category-showcase__item {
	position: relative;
	display: grid;
	min-height: 164px;
	align-items: center;
	padding: 28px 25px;
	border-right: 1px solid var(--tm-line);
	border-bottom: 1px solid var(--tm-line);
	background: #fff;
	grid-template-columns: 68px minmax(0, 1fr) 18px;
	gap: 20px;
	transition: background-color 200ms ease, color 200ms ease;
}

.category-showcase__icon {
	display: grid;
	width: 64px;
	height: 64px;
	color: var(--tm-navy);
	place-items: center;
}

.category-showcase__icon svg {
	width: 58px;
	height: 58px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: square;
	stroke-linejoin: miter;
}

.category-showcase__content {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.category-showcase__content small {
	margin-bottom: 7px;
	color: var(--tm-blue);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.14em;
}

.category-showcase__content strong {
	color: var(--tm-navy-deep);
	font-size: 20px;
	font-weight: 730;
	letter-spacing: -0.035em;
	line-height: 1.28;
}

.category-showcase__content > span {
	display: -webkit-box;
	overflow: hidden;
	margin-top: 9px;
	color: var(--tm-muted);
	font-size: 12px;
	line-height: 1.55;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.category-showcase__item > i {
	align-self: start;
	padding-top: 4px;
	color: #8b9aae;
	font-size: 13px;
	font-style: normal;
}

.category-showcase__item:hover,
.category-showcase__item:focus-visible {
	background: var(--tm-navy-deep);
	color: #fff;
}

.category-showcase__item:hover .category-showcase__icon,
.category-showcase__item:focus-visible .category-showcase__icon,
.category-showcase__item:hover .category-showcase__content small,
.category-showcase__item:focus-visible .category-showcase__content small {
	color: #64a4ff;
}

.category-showcase__item:hover .category-showcase__content strong,
.category-showcase__item:focus-visible .category-showcase__content strong {
	color: #fff;
}

.category-showcase__item:hover .category-showcase__content > span,
.category-showcase__item:focus-visible .category-showcase__content > span,
.category-showcase__item:hover > i,
.category-showcase__item:focus-visible > i {
	color: rgba(255, 255, 255, 0.66);
}

.category-showcase__all {
	display: flex;
	width: max-content;
	align-items: center;
	gap: 18px;
	padding: 18px 0 8px;
	border-bottom: 1px solid var(--tm-navy);
	margin-left: auto;
	color: var(--tm-navy);
	font-size: 14px;
	font-weight: 720;
}

/* Section headings */
.section-heading h2,
.section-heading h1 {
	margin: 0;
	font-size: clamp(38px, 4.3vw, 62px);
}

.section-heading--split {
	display: grid;
	align-items: end;
	grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
	gap: 80px;
}

.section-heading--split > p {
	max-width: 510px;
	margin: 0 0 7px;
	color: var(--tm-muted);
}

.section-heading--inline {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 40px;
	margin-bottom: 56px;
}

.section-heading__lead {
	max-width: 520px;
	margin: 15px 0 0;
	color: var(--tm-muted);
	font-size: 16px;
}

/* Product lines */
.product-lines {
	padding: var(--tm-section) 0;
}

.product-line-list {
	display: grid;
	margin-top: 72px;
	border-top: 2px solid var(--tm-ink);
	grid-template-columns: repeat(5, 1fr);
}

.product-line {
	position: relative;
	display: flex;
	min-height: 196px;
	justify-content: space-between;
	flex-direction: column;
	padding: 24px 23px 26px;
	border-right: 1px solid var(--tm-line);
	border-bottom: 1px solid var(--tm-line);
	transition: background-color 200ms ease, color 200ms ease;
}

.product-line:first-child {
	border-left: 1px solid var(--tm-line);
}

.product-line:hover {
	background: var(--tm-navy);
	color: #fff;
}

.product-line__number {
	color: var(--tm-orange);
	font-size: 12px;
	font-weight: 760;
	letter-spacing: 0.1em;
}

.product-line strong {
	max-width: 150px;
	font-size: 20px;
	font-weight: 690;
	letter-spacing: -0.025em;
	line-height: 1.38;
}

.product-line__arrow {
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-size: 18px;
}

/* Expanded catalogue directory */
.category-directory {
	padding: var(--tm-section) 0;
	background: #fff;
}

.category-directory__intro {
	display: grid;
	justify-items: start;
	gap: 24px;
}

.category-directory__intro p {
	max-width: 510px;
	margin: 0;
	color: var(--tm-muted);
}

.category-directory__grid {
	display: grid;
	margin-top: 72px;
	border-top: 2px solid var(--tm-navy-deep);
	border-bottom: 1px solid var(--tm-line);
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.category-directory__column {
	min-width: 0;
	border-left: 1px solid var(--tm-line);
}

.category-directory__column:last-child {
	border-right: 1px solid var(--tm-line);
}

.category-group {
	padding: 30px 24px 32px;
	border-bottom: 1px solid var(--tm-line);
	scroll-margin-top: 110px;
}

.category-group:last-child {
	border-bottom: 0;
}

.category-group__heading {
	display: grid;
	align-items: start;
	margin-bottom: 20px;
	grid-template-columns: 28px minmax(0, 1fr);
	gap: 8px;
}

.category-group__heading > span {
	padding-top: 5px;
	color: var(--tm-blue);
	font-size: 10px;
	font-weight: 780;
	letter-spacing: 0.08em;
}

.category-group h3 {
	margin: 0;
	color: var(--tm-navy);
	font-size: 22px;
	font-weight: 730;
	letter-spacing: -0.035em;
	line-height: 1.3;
}

.category-group h3 a:hover {
	color: var(--tm-blue);
}

.category-group ul {
	padding: 0 0 0 36px;
	margin: 0;
	list-style: none;
}

.category-group li + li {
	margin-top: 3px;
}

.category-group li a {
	display: grid;
	min-height: 29px;
	align-items: center;
	color: var(--tm-body);
	font-size: 14px;
	grid-template-columns: minmax(0, 1fr) 14px;
	gap: 8px;
	line-height: 1.45;
	transition: color 160ms ease;
}

.category-group li a::before {
	display: none;
}

.category-group li a b {
	color: var(--tm-blue);
	font-size: 11px;
	font-weight: 500;
	opacity: 0;
	transform: translateX(-5px);
	transition: opacity 160ms ease, transform 160ms ease;
}

.category-group li a:hover,
.category-group li a:focus-visible {
	color: var(--tm-blue);
}

.category-group li a:hover b,
.category-group li a:focus-visible b {
	opacity: 1;
	transform: translateX(0);
}

/* Products */
.featured-products {
	padding: 112px 0 122px;
	border-top: 1px solid #dfe6ef;
	background: #f2f6fb;
}

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

.product-card {
	display: flex;
	min-width: 0;
	border: 1px solid #dce3ec;
	background: #fff;
	flex-direction: column;
	transition: border-color 200ms ease, transform 200ms ease, box-shadow 200ms ease;
}

.product-card:hover {
	border-color: #b8c8dc;
	box-shadow: 0 18px 42px rgba(7, 31, 78, 0.09);
	transform: translateY(-4px);
}

.product-card__media {
	position: relative;
	display: block;
	overflow: hidden;
	border: 0;
	border-bottom: 1px solid #dce3ec;
	background: #edf2f7;
}

.product-card__media img {
	width: 100%;
	aspect-ratio: 1.35 / 1;
	object-fit: cover;
	transition: transform 420ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.product-card__media:hover img {
	transform: scale(1.035);
}

.product-card__arrow {
	position: absolute;
	right: 0;
	bottom: 0;
	display: grid;
	width: 54px;
	height: 54px;
	place-items: center;
	background: var(--tm-navy);
	color: #fff;
	font-size: 19px;
}

.product-card__body {
	display: flex;
	padding: 25px 27px 28px;
	flex: 1;
	flex-direction: column;
}

.product-card__category {
	margin-bottom: 9px;
	color: var(--tm-blue);
	font-size: 12px;
	font-weight: 760;
	letter-spacing: 0.075em;
}

.product-card h3 {
	margin: 0 0 13px;
	font-size: 25px;
	line-height: 1.32;
}

.product-card h3 a:hover {
	color: var(--tm-blue);
}

.product-card__excerpt {
	display: -webkit-box;
	overflow: hidden;
	margin-bottom: 21px;
	color: var(--tm-muted);
	font-size: 15px;
	line-height: 1.66;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.product-card__price {
	display: flex;
	align-items: baseline;
	gap: 15px;
	padding-top: 17px;
	border-top: 1px solid var(--tm-line);
	margin: auto 0 0;
	color: var(--tm-ink);
	font-size: 18px;
	font-weight: 700;
}

.product-card__price span {
	color: var(--tm-muted);
	font-size: 10px;
	font-weight: 750;
	letter-spacing: 0.13em;
}

.catalogue-empty {
	padding: 70px;
	border: 1px solid var(--tm-line);
	background: #fff;
	grid-column: 1 / -1;
}

.catalogue-empty h2,
.catalogue-empty h3 {
	margin-bottom: 18px;
	font-size: 34px;
}

/* Company */
.company-section {
	position: relative;
	overflow: hidden;
	padding: var(--tm-section) 0;
	background: var(--tm-soft);
	color: var(--tm-body);
}

.company-section::after {
	position: absolute;
	top: -210px;
	right: -170px;
	width: 520px;
	height: 520px;
	border: 94px solid rgba(44, 114, 212, 0.07);
	border-radius: 50%;
	content: "";
}

.company-section__grid {
	position: relative;
	z-index: 1;
	display: grid;
	align-items: stretch;
	grid-template-columns: minmax(390px, 0.86fr) minmax(0, 1.14fr);
	gap: 72px;
}

.company-section__image {
	position: relative;
	min-height: 500px;
	overflow: hidden;
	background: #dbe8f7;
}

.company-section__image img {
	position: absolute;
	top: 0;
	right: 0;
	width: 200%;
	max-width: none;
	height: auto;
	min-height: 500px;
}

.company-section__image::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(5, 40, 95, 0.04), rgba(24, 89, 183, 0.22));
	content: "";
	pointer-events: none;
}

.company-section__image span {
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
	padding: 13px 20px;
	background: var(--tm-blue);
	color: #fff;
	font-size: 10px;
	font-weight: 760;
	letter-spacing: 0.12em;
}

.company-section__copy h2 {
	margin: 0 0 24px;
	color: var(--tm-ink);
	font-size: clamp(40px, 4vw, 58px);
}

.company-section__name {
	margin: 0 0 30px;
	color: var(--tm-blue);
	font-size: clamp(48px, 5vw, 74px);
	font-weight: 790;
	letter-spacing: -0.06em;
	line-height: 1;
}

.company-section__lead {
	max-width: 560px;
	margin: 0;
	font-size: 18px;
	line-height: 1.82;
}

.company-values {
	position: relative;
	z-index: 1;
	display: grid;
	padding: 0;
	margin: 72px 0 0;
	background: var(--tm-navy-deep);
	color: rgba(255, 255, 255, 0.72);
	list-style: none;
	grid-template-columns: repeat(3, 1fr);
}

.company-values li {
	min-height: 250px;
	padding: 36px 38px 34px;
	border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.company-values li:last-child {
	border-right: 0;
}

.company-values li > span {
	display: block;
	margin-bottom: 54px;
	color: #78adf5;
	font-size: 11px;
	font-weight: 760;
	letter-spacing: 0.1em;
}

.company-values strong {
	display: block;
	margin-bottom: 15px;
	color: #fff;
	font-size: 24px;
	letter-spacing: -0.03em;
}

.company-values p {
	margin: 0;
	font-size: 15px;
	line-height: 1.72;
}

.company-message {
	position: relative;
	z-index: 1;
	display: grid;
	padding: 82px 0 0;
	grid-template-columns: minmax(340px, 0.82fr) minmax(0, 1.18fr);
	gap: 95px;
}

.company-message h3 {
	margin: 0;
	color: var(--tm-navy-deep);
	font-size: clamp(34px, 3.5vw, 50px);
	line-height: 1.27;
}

.company-message__body {
	padding-top: 34px;
	border-top: 2px solid var(--tm-navy);
}

.company-message__body > p {
	margin-bottom: 22px;
	font-size: 17px;
	line-height: 1.84;
}

.company-signoff {
	display: grid;
	padding: 27px 0 0 26px;
	border-left: 3px solid var(--tm-blue);
	margin-top: 38px;
	gap: 8px;
}

.company-signoff strong {
	color: var(--tm-blue);
	font-size: 18px;
	letter-spacing: 0.025em;
}

.company-signoff span {
	max-width: 620px;
	color: var(--tm-body);
	font-size: 15px;
}

.company-signoff small {
	margin-top: 6px;
	color: var(--tm-muted);
	font-size: 12px;
	font-weight: 650;
}

/* Process */
.process-section {
	padding: var(--tm-section) 0;
}

.process-list {
	display: grid;
	padding: 0;
	margin: 76px 0 0;
	list-style: none;
	grid-template-columns: repeat(4, 1fr);
}

.process-list li {
	position: relative;
	min-height: 250px;
	padding: 27px 26px 24px;
	border-top: 2px solid var(--tm-ink);
	border-right: 1px solid var(--tm-line);
	border-bottom: 1px solid var(--tm-line);
}

.process-list li:first-child {
	border-left: 1px solid var(--tm-line);
}

.process-list li:not(:last-child)::after {
	position: absolute;
	z-index: 2;
	top: 46px;
	right: -12px;
	display: grid;
	width: 24px;
	height: 24px;
	place-items: center;
	border: 1px solid var(--tm-line);
	background: #fff;
	color: var(--tm-orange);
	content: "→";
	font-size: 12px;
}

.process-list span {
	display: block;
	margin-bottom: 69px;
	color: var(--tm-orange);
	font-size: 12px;
	font-weight: 760;
	letter-spacing: 0.12em;
}

.process-list strong {
	display: block;
	margin-bottom: 12px;
	color: var(--tm-ink);
	font-size: 21px;
}

.process-list p {
	margin: 0;
	color: var(--tm-muted);
	font-size: 14px;
	line-height: 1.72;
}

/* Contact */
.contact-section {
	padding: 100px 0;
	background: var(--tm-orange);
	color: #fff;
}

.contact-section__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(460px, 0.8fr);
	gap: 96px;
}

.contact-section h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(44px, 4.8vw, 70px);
}

.contact-section__content > p {
	max-width: 550px;
	margin-bottom: 34px;
	font-size: 17px;
}

.contact-actions {
	border-top: 1px solid rgba(255, 255, 255, 0.48);
}

.contact-link {
	display: grid;
	align-items: center;
	padding: 19px 4px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.48);
	grid-template-columns: 110px 1fr 24px;
	gap: 15px;
}

.contact-link span {
	font-size: 12px;
	font-weight: 650;
	opacity: 0.78;
}

.contact-link strong {
	font-size: 19px;
}

.contact-link b {
	font-size: 18px;
	font-weight: 500;
}

.contact-link:hover strong {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.contact-pending {
	padding: 24px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.48);
}

.contact-pending p {
	margin: 5px 0 0;
	font-size: 14px;
}

/* Footer */
.site-footer {
	padding: 0;
	background: #111;
	color: rgba(255, 255, 255, 0.82);
	font-size: 15px;
}

.site-footer__main {
	padding: 66px 0 60px;
}

.site-footer__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(250px, 0.82fr) minmax(300px, 0.94fr);
	gap: 0;
}

.site-footer__grid > section {
	min-width: 0;
	padding: 0 52px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.site-footer__grid > section:first-child {
	padding-left: 0;
}

.site-footer__grid > section:last-child {
	padding-right: 0;
	border-right: 0;
}

.footer-brandmark {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 25px;
	color: #fff;
}

.footer-brandmark:hover {
	color: #fff;
}

.footer-brandmark img {
	width: 66px;
	height: 66px;
	object-fit: contain;
}

.footer-brandmark > span {
	display: flex;
	flex-direction: column;
}

.footer-brandmark strong {
	font-size: 27px;
	font-weight: 850;
	letter-spacing: -0.055em;
	line-height: 1.05;
}

.footer-brandmark small {
	margin-top: 7px;
	font-size: 9px;
	font-weight: 760;
	letter-spacing: 0.32em;
}

.footer-company-info p,
.footer-support-hours,
.footer-bank p,
.footer-location-address {
	margin: 0;
	line-height: 1.72;
}

.footer-company-info strong {
	color: #fff;
}

.footer-company-info i,
.site-footer__copyright i {
	padding: 0 9px;
	color: rgba(255, 255, 255, 0.38);
	font-style: normal;
}

.footer-company-info a,
.footer-support-phone {
	color: inherit;
}

.footer-company-info a:hover,
.footer-support-phone:hover {
	color: #fff;
}

.footer-data-pending {
	color: rgba(255, 255, 255, 0.45);
}

.footer-kicker {
	margin: 0 0 11px;
	color: #5999ff;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.16em;
}

.site-footer__support h2 {
	margin: 0 0 15px;
	color: #fff;
	font-size: clamp(28px, 2.1vw, 35px);
	font-weight: 720;
	letter-spacing: -0.045em;
	line-height: 1.1;
}

.footer-support-phone {
	display: inline-block;
	margin-bottom: 10px;
	font-size: clamp(21px, 1.7vw, 27px);
	font-weight: 720;
	letter-spacing: -0.025em;
}

.footer-support-phone--pending {
	color: rgba(255, 255, 255, 0.5);
	font-size: 17px;
	font-weight: 560;
}

.footer-bank {
	padding-top: 25px;
	margin-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-map {
	position: relative;
	display: flex;
	min-height: 194px;
	align-items: flex-end;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.16);
	background:
		linear-gradient(126deg, transparent 0 45%, rgba(143, 164, 186, 0.48) 45% 47%, transparent 47% 100%),
		linear-gradient(36deg, transparent 0 58%, rgba(143, 164, 186, 0.45) 58% 60%, transparent 60% 100%),
		#e9e5dc;
	color: #fff;
	isolation: isolate;
}

.footer-map::before,
.footer-map::after,
.footer-map__roads {
	position: absolute;
	inset: 0;
	z-index: -1;
	content: "";
}

.footer-map::before {
	background: repeating-linear-gradient(87deg, transparent 0 49px, rgba(143, 164, 186, 0.33) 49px 52px, transparent 52px 94px);
	transform: rotate(-7deg) scale(1.1);
}

.footer-map::after {
	background: repeating-linear-gradient(4deg, transparent 0 41px, rgba(255, 255, 255, 0.85) 41px 47px, transparent 47px 83px);
	transform: rotate(8deg) scale(1.12);
}

.footer-map__roads {
	background:
		radial-gradient(circle at 18% 22%, rgba(130, 159, 182, 0.42) 0 2px, transparent 3px),
		radial-gradient(circle at 76% 31%, rgba(130, 159, 182, 0.42) 0 2px, transparent 3px),
		radial-gradient(circle at 57% 76%, rgba(130, 159, 182, 0.42) 0 2px, transparent 3px);
}

.footer-map__pin {
	position: absolute;
	top: 43%;
	left: 61%;
	width: 15px;
	height: 15px;
	border: 3px solid #fff;
	border-radius: 50% 50% 50% 0;
	background: #e53131;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.26);
	transform: rotate(-45deg);
}

.footer-map__content {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 2px 12px;
	padding: 15px 17px;
	background: linear-gradient(180deg, transparent, rgba(6, 18, 36, 0.88));
}

.footer-map__content small {
	width: 100%;
	font-size: 8px;
	font-weight: 800;
	letter-spacing: 0.18em;
	opacity: 0.68;
}

.footer-map__content strong {
	font-size: 17px;
	letter-spacing: -0.035em;
}

.footer-map__content span {
	font-size: 11px;
	opacity: 0.76;
}

.footer-map:hover {
	border-color: rgba(89, 153, 255, 0.75);
}

.footer-location-address {
	margin-top: 13px;
	color: rgba(255, 255, 255, 0.56);
	font-size: 12px;
}

.site-footer__copyright {
	padding: 24px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	background: #050505;
	text-align: center;
}

.site-footer__copyright p {
	margin: 0;
	color: rgba(255, 255, 255, 0.74);
	font-size: 14px;
	letter-spacing: 0.01em;
}

.site-footer__copyright strong {
	color: #fff;
	font-weight: 650;
}

/* Archive */
.page-hero {
	padding: 88px 0;
	background: var(--tm-navy-deep);
	color: rgba(255, 255, 255, 0.67);
}

.page-hero__grid {
	display: grid;
	align-items: end;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 70px;
}

.page-hero h1 {
	margin: 0;
	color: #fff;
	font-size: clamp(50px, 6vw, 82px);
}

.page-hero__grid > p {
	max-width: 530px;
	margin: 0 0 6px;
}

.catalogue-page__content {
	padding-top: 64px;
	padding-bottom: var(--tm-section);
}

.category-filter {
	display: flex;
	overflow-x: auto;
	gap: 7px;
	padding-bottom: 48px;
	scrollbar-width: thin;
}

.category-filter a {
	flex: 0 0 auto;
	padding: 10px 16px;
	border: 1px solid var(--tm-line);
	color: var(--tm-muted);
	font-size: 13px;
	font-weight: 650;
}

.category-filter a:hover,
.category-filter a.is-active {
	border-color: var(--tm-navy);
	background: var(--tm-navy);
	color: #fff;
}

.product-grid--archive {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.catalogue-empty--page {
	margin-top: 18px;
	background: var(--tm-soft);
}

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

.nav-links {
	display: flex;
	justify-content: center;
	gap: 7px;
}

.page-numbers {
	display: grid;
	min-width: 42px;
	height: 42px;
	place-items: center;
	border: 1px solid var(--tm-line);
	font-size: 13px;
}

.page-numbers.current,
.page-numbers:hover {
	border-color: var(--tm-navy);
	background: var(--tm-navy);
	color: #fff;
}

/* Product detail */
.product-breadcrumbs {
	display: flex;
	overflow: hidden;
	align-items: center;
	gap: 12px;
	padding-top: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid var(--tm-line);
	color: var(--tm-muted);
	font-size: 12px;
	white-space: nowrap;
}

.product-breadcrumbs a:hover {
	color: var(--tm-blue);
}

.product-breadcrumbs span {
	color: #b2bac6;
}

.product-summary {
	display: grid;
	padding-top: 74px;
	padding-bottom: 112px;
	grid-template-columns: minmax(0, 1.08fr) minmax(430px, 0.92fr);
	gap: 84px;
}

.product-gallery {
	align-self: start;
}

.product-gallery__image {
	width: 100%;
	aspect-ratio: 1.25 / 1;
	border: 1px solid var(--tm-line);
	background: var(--tm-soft);
	object-fit: contain;
}

.product-gallery > p {
	display: flex;
	gap: 16px;
	margin: 14px 0 0;
	color: var(--tm-muted);
	font-size: 11px;
}

.product-gallery > p span {
	color: var(--tm-blue);
	font-weight: 760;
	letter-spacing: 0.1em;
}

.product-information h1 {
	margin: 0 0 22px;
	font-size: clamp(38px, 3.9vw, 58px);
	word-break: keep-all;
	overflow-wrap: anywhere;
}

.product-information__lead {
	margin-bottom: 35px;
	color: var(--tm-muted);
	font-size: 17px;
}

.product-spec-list {
	border-top: 2px solid var(--tm-ink);
	margin: 0;
}

.product-spec-list > div {
	display: grid;
	padding: 16px 4px;
	border-bottom: 1px solid var(--tm-line);
	grid-template-columns: 118px 1fr;
	gap: 18px;
}

.product-spec-list dt {
	color: var(--tm-muted);
	font-size: 13px;
}

.product-spec-list dd {
	margin: 0;
	color: var(--tm-ink);
	font-size: 15px;
	font-weight: 630;
}

.product-spec-list .is-price dd {
	color: var(--tm-red);
	font-size: 23px;
	font-weight: 760;
}

.product-cta {
	margin-top: 32px;
}

.product-cta .button {
	width: 100%;
}

.product-cta p {
	margin: 12px 0 0;
	color: var(--tm-muted);
	font-size: 12px;
}

.product-description {
	padding: 100px 0;
	background: var(--tm-soft);
}

.product-description__grid {
	display: grid;
	grid-template-columns: 0.42fr 1fr;
	gap: 100px;
}

.product-description h2 {
	margin: 0;
	font-size: 37px;
}

.entry-content {
	color: var(--tm-body);
}

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

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

.entry-content h2 {
	margin: 1.5em 0 0.6em;
	font-size: 34px;
}

.entry-content h3 {
	margin: 1.4em 0 0.5em;
	font-size: 25px;
}

.entry-content p,
.entry-content li {
	max-width: 760px;
}

.entry-content img {
	height: auto;
}

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

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

.related-products {
	padding: var(--tm-section) 0;
}

/* General pages */
.content-page {
	padding: 100px 0 var(--tm-section);
}

.content-page__inner {
	max-width: 1020px;
}

.entry-article > h1 {
	margin: 0 0 55px;
	font-size: clamp(48px, 6vw, 78px);
}

.entry-article__image {
	margin-bottom: 50px;
}

.post-list {
	border-top: 2px solid var(--tm-ink);
	margin-top: 60px;
}

.post-list__item {
	display: grid;
	padding: 28px 0;
	border-bottom: 1px solid var(--tm-line);
	grid-template-columns: 130px 1fr 1fr;
	gap: 30px;
}

.post-list__item time {
	color: var(--tm-muted);
	font-size: 12px;
}

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

.post-list__item p {
	margin: 0;
	color: var(--tm-muted);
	font-size: 14px;
}

/* Tablet */
@media (max-width: 1100px) {
	:root {
		--tm-gutter: 24px;
		--tm-section: 100px;
	}

	.site-header__inner {
		grid-template-columns: 200px minmax(0, 1fr) auto;
		gap: 20px;
	}

	.site-branding img {
		width: 185px;
	}

	.nav-menu {
		gap: 25px;
	}

	.product-mega__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 28px;
	}

	.category-showcase__heading {
		grid-template-columns: minmax(0, 1fr) minmax(330px, 0.8fr);
		gap: 44px;
	}

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

	.header-inquiry {
		display: none;
	}

	.category-rail {
		width: 266px;
	}

	.category-rail__list a {
		padding-right: 38px;
		padding-left: 14px;
		grid-template-columns: 22px minmax(0, 1fr);
		gap: 6px;
	}

	.category-flyouts {
		width: 390px;
	}

	.category-rail__list a > strong {
		font-size: 13px;
	}

	.home-hero__copy {
		width: 58%;
		padding: 56px 48px 56px 72px;
	}

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

	.category-directory__column:nth-child(even) {
		border-right: 1px solid var(--tm-line);
	}

	.product-line-list {
		grid-template-columns: repeat(3, 1fr);
	}

	.product-line:nth-child(4) {
		border-left: 1px solid var(--tm-line);
	}

	.company-section__grid {
		grid-template-columns: 1fr 1fr;
		gap: 55px;
	}

	.company-section__image img {
		min-height: 560px;
	}

	.product-summary {
		gap: 48px;
	}
}

@media (max-width: 900px) {
	.utility-bar {
		display: none;
	}

	.site-header__inner {
		min-height: 78px;
		grid-template-columns: 1fr auto;
	}

	.site-branding img {
		width: 178px;
	}

	.menu-toggle {
		display: flex;
		align-items: center;
		gap: 12px;
		padding: 10px 0;
	}

	.menu-toggle__label {
		font-size: 12px;
		font-weight: 700;
	}

	.menu-toggle__icon {
		position: relative;
		display: block;
		width: 25px;
		height: 15px;
	}

	.menu-toggle__icon i {
		position: absolute;
		right: 0;
		display: block;
		width: 25px;
		height: 2px;
		background: var(--tm-ink);
		transition: top 180ms ease, transform 180ms ease;
	}

	.menu-toggle__icon i:first-child {
		top: 3px;
	}

	.menu-toggle__icon i:last-child {
		top: 11px;
		width: 17px;
	}

	.menu-toggle[aria-expanded="true"] .menu-toggle__icon i:first-child {
		top: 7px;
		transform: rotate(45deg);
	}

	.menu-toggle[aria-expanded="true"] .menu-toggle__icon i:last-child {
		top: 7px;
		width: 25px;
		transform: rotate(-45deg);
	}

	.main-navigation {
		position: fixed;
		z-index: 90;
		top: 78px;
		right: 0;
		bottom: 0;
		left: 0;
		display: none;
		width: 100vw;
		justify-self: stretch;
		overflow-y: auto;
		padding: 32px var(--tm-gutter);
		background: var(--tm-navy-deep);
	}

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

	.nav-menu {
		display: block;
	}

	.nav-menu li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	}

	.nav-menu a {
		padding: 18px 0;
		color: #fff;
		font-size: 22px;
	}

	.nav-menu a::after {
		display: none;
	}

	.nav-menu__product {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 50px;
	}

	.nav-menu__product > a {
		padding-right: 0;
	}

	.nav-menu__mega-toggle {
		width: 50px;
		height: 100%;
		margin: 0;
		color: #fff;
	}

	.product-mega {
		position: static;
		width: 100%;
		max-height: none;
		overflow: visible;
		border-top: 0;
		background: #fff;
		box-shadow: none;
	}

	.product-mega__inner {
		width: 100%;
		padding: 28px 24px 32px;
	}

	.product-mega__header {
		align-items: start;
		margin-bottom: 20px;
	}

	.product-mega__header h2 {
		font-size: 24px;
	}

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

	.product-mega__group {
		padding-top: 9px;
	}

	.product-mega__children {
		display: none;
	}

	.home-hero {
		padding-bottom: 72px;
	}

	.category-showcase {
		padding-bottom: 100px;
	}

	.category-showcase__heading {
		align-items: start;
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.category-showcase__heading > p {
		max-width: 610px;
		margin: 0;
	}

	.category-showcase__item {
		min-height: 150px;
	}

	.featured-products {
		padding: 96px 0 104px;
	}

	.home-entry__grid {
		min-height: 0;
	}

	.category-rail {
		position: static;
		width: 100%;
	}

	.category-rail__heading {
		min-height: 76px;
	}

	.category-rail__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: repeat(7, auto);
		flex: none;
	}

	.category-rail__list li:nth-child(odd) {
		border-right: 1px solid rgba(255, 255, 255, 0.12);
	}

	.category-rail__list a {
		min-height: 54px;
		padding: 8px 40px 8px 16px;
		grid-template-columns: 25px minmax(0, 1fr);
	}

	.category-rail__list a:hover,
	.category-rail__list a:focus-visible {
		padding-left: 20px;
	}

	.category-rail__list a > strong {
		font-size: 14px;
	}

	.category-flyouts {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		width: 100%;
		flex: none;
	}

	.category-flyout {
		position: relative;
		inset: auto;
		display: none;
		padding: 36px 32px;
		box-shadow: none;
	}

	.category-flyout.is-active {
		display: block;
	}

	.home-hero__frame {
		min-height: 680px;
		background: var(--tm-navy-deep);
	}

	.home-hero__frame::before {
		display: none;
	}

	.home-hero__image {
		top: auto;
		right: 0;
		left: 0;
		width: 100%;
		height: 300px;
		object-position: 125% center;
		transform: scale(2.2);
		transform-origin: right center;
	}

	.home-hero__copy {
		top: 0;
		bottom: auto;
		width: 100%;
		height: 380px;
		padding: 45px;
		background: var(--tm-navy-deep);
	}

	.home-hero__copy h1 {
		font-size: 50px;
	}

	.home-hero__copy > p:not(.eyebrow) {
		margin-bottom: 28px;
	}

	.section-heading--split,
	.company-section__grid,
	.contact-section__grid,
	.page-hero__grid,
	.product-summary,
	.product-description__grid,
	.company-message {
		grid-template-columns: 1fr;
	}

	.section-heading--split {
		gap: 28px;
	}

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

	.company-section__grid {
		gap: 62px;
	}

	.company-section__image img {
		min-height: 420px;
	}

	.company-section__copy {
		max-width: 660px;
	}

	.company-values li {
		padding: 32px 26px;
	}

	.company-message {
		gap: 48px;
	}

	.company-message__body {
		padding-top: 28px;
	}

	.process-list {
		grid-template-columns: repeat(2, 1fr);
	}

	.process-list li:nth-child(3) {
		border-left: 1px solid var(--tm-line);
	}

	.process-list li:nth-child(2)::after {
		display: none;
	}

	.contact-section__grid {
		gap: 55px;
	}

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

	.site-footer__grid > section {
		padding: 0 36px;
	}

	.site-footer__brand {
		grid-column: 1 / -1;
		padding-right: 0 !important;
		padding-bottom: 42px !important;
		margin-bottom: 42px;
		border-right: 0 !important;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}

	.site-footer__support {
		padding-left: 0 !important;
	}

	.site-footer__location {
		padding-right: 0 !important;
	}

	.product-summary {
		gap: 55px;
	}

	.product-gallery {
		max-width: 760px;
	}

	.product-description__grid {
		gap: 46px;
	}
}

/* Mobile */
@media (max-width: 620px) {
	:root {
		--tm-gutter: 18px;
		--tm-section: 78px;
	}

	body {
		font-size: 16px;
	}

	.site-header__inner {
		min-height: 70px;
	}

	.site-branding img {
		width: 150px;
	}

	.main-navigation {
		top: 70px;
	}

	.product-mega__inner {
		padding: 25px 18px 28px;
	}

	.product-mega__header > a {
		display: none;
	}

	.product-mega__grid {
		grid-template-columns: 1fr;
		gap: 9px;
	}

	.product-mega__group-title {
		min-height: 31px;
	}

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

	.category-showcase {
		padding-bottom: 82px;
	}

	.category-showcase__heading {
		padding-top: 30px;
		gap: 18px;
	}

	.category-showcase__heading h2 {
		font-size: 42px;
	}

	.category-showcase__heading > p {
		font-size: 15px;
	}

	.category-showcase__grid {
		margin-top: 38px;
		grid-template-columns: 1fr;
	}

	.category-showcase__item {
		min-height: 136px;
		padding: 21px 17px;
		grid-template-columns: 56px minmax(0, 1fr) 14px;
		gap: 14px;
	}

	.category-showcase__icon {
		width: 54px;
		height: 54px;
	}

	.category-showcase__icon svg {
		width: 50px;
		height: 50px;
	}

	.category-showcase__content strong {
		font-size: 18px;
	}

	.category-showcase__all {
		margin-right: auto;
		margin-left: 0;
	}

	.featured-products {
		padding: 80px 0 86px;
	}

	.category-rail__heading {
		min-height: 70px;
		padding: 14px 15px;
	}

	.category-rail__heading strong {
		font-size: 17px;
	}

	.category-rail__list a {
		min-height: 61px;
		padding: 8px 35px 8px 10px;
		grid-template-columns: 20px minmax(0, 1fr);
		gap: 4px;
	}

	.category-rail__list a:hover,
	.category-rail__list a:focus-visible {
		padding-left: 13px;
	}

	.category-rail__list a > strong {
		font-size: 12.5px;
		line-height: 1.35;
	}

	.category-flyout {
		padding: 30px 22px;
	}

	.category-flyout h2 {
		font-size: 27px;
	}

	.home-hero__frame {
		min-height: 630px;
	}

	.home-hero__copy {
		height: 410px;
		padding: 38px 25px 42px;
	}

	.home-hero__copy h1 {
		margin-bottom: 21px;
		font-size: 39px;
		line-height: 1.15;
	}

	.home-hero__copy > p:not(.eyebrow) {
		font-size: 16px;
		line-height: 1.65;
	}

	.home-hero__image {
		height: 220px;
		object-position: right center;
		transform: scale(1.5);
	}

	.home-hero__index {
		right: 10px;
		bottom: 10px;
	}

	.button-row {
		align-items: flex-start;
		flex-direction: column;
		gap: 17px;
	}

	.button {
		min-height: 54px;
	}

	.eyebrow {
		margin-bottom: 17px;
		font-size: 11px;
	}

	.section-heading h2,
	.section-heading h1 {
		font-size: 39px;
	}

	.section-heading--inline {
		align-items: flex-start;
		flex-direction: column;
		gap: 24px;
		margin-bottom: 40px;
	}

	.category-directory__grid {
		margin-top: 48px;
		grid-template-columns: 1fr;
	}

	.category-directory__column,
	.category-directory__column:nth-child(even),
	.category-directory__column:last-child {
		border-right: 1px solid var(--tm-line);
	}

	.category-group {
		padding: 27px 21px 29px;
	}

	.category-group h3 {
		font-size: 21px;
	}

	.category-group li a {
		min-height: 31px;
		font-size: 14.5px;
	}

	.product-line-list {
		margin-top: 48px;
		grid-template-columns: 1fr;
	}

	.product-line {
		min-height: 104px;
		padding: 17px 18px;
	}

	.product-line:nth-child(n) {
		border-left: 1px solid var(--tm-line);
	}

	.product-line strong {
		max-width: none;
		font-size: 18px;
	}

	.product-line__arrow {
		right: 18px;
		bottom: 16px;
	}

	.product-grid,
	.product-grid--archive {
		grid-template-columns: 1fr;
		gap: 45px;
	}

	.product-card h3 {
		font-size: 23px;
	}

	.catalogue-empty {
		padding: 40px 24px;
	}

	.catalogue-empty h2,
	.catalogue-empty h3 {
		font-size: 27px;
	}

	.company-section__image img {
		min-height: 280px;
		object-position: left center;
	}

	.company-section__copy h2 {
		font-size: 40px;
	}

	.company-section__name {
		font-size: 48px;
	}

	.company-values {
		margin-top: 48px;
		grid-template-columns: 1fr;
	}

	.company-values li {
		min-height: 0;
		padding: 28px 24px;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	}

	.company-values li:last-child {
		border-bottom: 0;
	}

	.company-values li > span {
		margin-bottom: 28px;
	}

	.company-message {
		padding-top: 62px;
	}

	.company-message h3 {
		font-size: 34px;
	}

	.company-message__body > p {
		font-size: 16px;
	}

	.company-section__lead {
		font-size: 16px;
	}

	.company-points li {
		grid-template-columns: 38px 1fr;
	}

	.process-list {
		margin-top: 50px;
		grid-template-columns: 1fr;
	}

	.process-list li:nth-child(n) {
		min-height: 190px;
		border-left: 1px solid var(--tm-line);
	}

	.process-list li::after {
		display: none !important;
	}

	.process-list span {
		margin-bottom: 35px;
	}

	.contact-section {
		padding: 76px 0;
	}

	.contact-section h2 {
		font-size: 42px;
	}

	.contact-link {
		grid-template-columns: 84px 1fr 20px;
	}

	.contact-link strong {
		font-size: 16px;
	}

	.site-footer__main {
		padding: 54px 0 0;
	}

	.site-footer__grid {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.site-footer__grid > section,
	.site-footer__brand {
		grid-column: auto;
		padding: 0 0 38px !important;
		margin-bottom: 38px;
		border-right: 0 !important;
		border-bottom: 1px solid rgba(255, 255, 255, 0.18);
	}

	.site-footer__grid > section:last-child {
		margin-bottom: 0;
		border-bottom: 0;
	}

	.footer-brandmark img {
		width: 58px;
		height: 58px;
	}

	.footer-brandmark strong {
		font-size: 25px;
	}

	.footer-company-info,
	.footer-support-hours,
	.footer-bank {
		font-size: 14px;
	}

	.footer-map {
		min-height: 205px;
	}

	.site-footer__copyright {
		padding: 21px 0;
	}

	.site-footer__copyright p {
		font-size: 11.5px;
		line-height: 1.7;
	}

	.site-footer__copyright i {
		padding: 0 5px;
	}

	.page-hero {
		padding: 70px 0;
	}

	.page-hero h1 {
		font-size: 53px;
	}

	.page-hero__grid {
		gap: 26px;
	}

	.catalogue-page__content {
		padding-top: 40px;
	}

	.category-filter {
		margin-right: calc(var(--tm-gutter) * -1);
		padding-right: var(--tm-gutter);
		padding-bottom: 35px;
	}

	.product-breadcrumbs {
		margin-right: 0;
		margin-left: 0;
	}

	.product-summary {
		padding-top: 42px;
		padding-bottom: 78px;
	}

	.product-information h1 {
		font-size: 40px;
	}

	.product-spec-list > div {
		grid-template-columns: 90px 1fr;
	}

	.product-description {
		padding: 76px 0;
	}

	.product-description h2 {
		font-size: 32px;
	}

	.entry-article > h1 {
		font-size: 46px;
	}

	.post-list__item {
		grid-template-columns: 1fr;
		gap: 8px;
	}
}

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

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
