.hf-modern-template,
.hf-modern-main {
	background: #fff !important;
}

.hf-modern {
	--hf-modern-green: #2b8a4f;
	--hf-modern-green-dark: #1e6b3b;
	--hf-modern-orange: #ed6200;
	--hf-modern-blue: #13579a;
	--hf-modern-ink: #111820;
	--hf-modern-text: #4f5b66;
	--hf-modern-line: #e2e6e9;
	--hf-modern-soft: #f3f4f4;
	--hf-modern-pale-blue: #f4f7fb;
	color: var(--hf-modern-ink);
	font-family: Inter, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.65;
}

.hf-modern,
.hf-modern * {
	box-sizing: border-box;
}

.hf-modern a {
	color: inherit;
	text-decoration: none;
}

.hf-modern img {
	display: block;
	max-width: 100%;
}

.hf-modern button,
.hf-modern input,
.hf-modern select,
.hf-modern textarea {
	font: inherit;
}

.hf-modern h1,
.hf-modern h2,
.hf-modern h3,
.hf-modern h4,
.hf-modern p {
	letter-spacing: 0;
}

.hf-modern-container {
	width: min(1360px, calc(100% - 40px));
	margin: 0 auto;
}

.hf-modern-heading-band {
	padding: 48px 0 54px;
	background: #fff;
	border-bottom: 1px solid var(--hf-modern-line);
}

.hf-modern-breadcrumbs {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 26px;
	color: #77828c;
	font-size: 14px;
	line-height: 1.4;
	white-space: normal;
}

.hf-modern-breadcrumbs a {
	color: var(--hf-modern-green);
}

.hf-editorial-detail-page .hf-modern-breadcrumbs a {
	color: var(--hf-modern-green);
}

.hf-modern-breadcrumbs a:hover {
	text-decoration: underline;
}

.hf-modern-eyebrow {
	margin: 0 0 8px;
	color: var(--hf-modern-orange);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.hf-modern-heading-band h1 {
	max-width: 900px;
	margin: 0;
	color: var(--hf-modern-ink);
	font-size: 42px;
	font-weight: 750;
	line-height: 1.15;
}

.hf-modern-lead {
	max-width: 820px;
	margin: 18px 0 0;
	color: var(--hf-modern-text);
	font-size: 18px;
	line-height: 1.7;
}

.hf-category-section {
	padding: 64px 0 78px;
	background: #fff;
}

.hf-category-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 32px;
}

.hf-category-card {
	display: grid;
	grid-template-columns: minmax(220px, 40%) minmax(0, 1fr);
	min-height: 480px;
	margin: 0;
	overflow: hidden;
	background: var(--hf-modern-soft);
	border: 1px solid #eceeef;
	border-radius: 8px;
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.hf-category-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 16px 34px rgba(17, 24, 32, 0.1);
}

.hf-category-image {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	min-height: 100%;
	padding: 16px;
	overflow: hidden;
	background: #edf2ef;
}

.hf-category-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.hf-category-card:hover .hf-category-image img {
	transform: none;
}

.hf-category-card {
	scroll-margin-top: 150px;
}

.hf-image-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: 180px;
	padding: 20px;
	color: var(--hf-modern-green-dark);
	font-size: 17px;
	font-weight: 700;
	text-align: center;
}

.hf-category-content {
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 44px 40px 38px;
}

.hf-category-count {
	margin-bottom: 10px;
	color: var(--hf-modern-orange);
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.hf-category-content h2 {
	margin: 0 0 17px;
	color: var(--hf-modern-ink);
	font-size: 28px;
	font-weight: 750;
	line-height: 1.2;
}

.hf-category-content h2 a:hover {
	color: var(--hf-modern-green);
}

.hf-category-content > p {
	margin: 0 0 24px;
	color: var(--hf-modern-text);
	font-size: 15px;
	line-height: 1.75;
}

.hf-category-children {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 26px;
}

.hf-category-children a,
.hf-term-filter a {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 5px 14px;
	background: #fff;
	border: 1px solid transparent;
	border-radius: 999px;
	color: #5f6972;
	font-size: 12px;
	line-height: 1.35;
}

.hf-category-children a:hover,
.hf-term-filter a:hover,
.hf-term-filter a.is-current {
	border-color: var(--hf-modern-green);
	color: var(--hf-modern-green-dark);
}

.hf-category-link {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	gap: 9px;
	margin-top: auto;
	color: var(--hf-modern-ink);
	font-size: 14px;
	font-weight: 750;
}

.hf-category-link span,
.hf-text-link span {
	transition: transform 160ms ease;
}

.hf-category-link:hover,
.hf-text-link:hover {
	color: var(--hf-modern-orange);
}

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

.hf-term-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 28px;
}

.hf-term-filter a {
	background: var(--hf-modern-soft);
	font-size: 13px;
}

.hf-product-grid-section {
	padding: 62px 0 80px;
	background: var(--hf-modern-soft);
}

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

.hf-product-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: 100%;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e3e7e5;
	border-radius: 8px;
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.hf-product-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 30px rgba(17, 24, 32, 0.09);
}

.hf-product-card-image {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #f2f4f3;
}

.hf-product-card-image img {
	width: 100%;
	height: 100%;
	padding: 10px;
	object-fit: contain;
	transition: transform 220ms ease;
}

.hf-product-card:hover .hf-product-card-image img {
	transform: scale(1.025);
}

.hf-product-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 24px;
}

.hf-product-card-category {
	margin: 0 0 9px;
	color: var(--hf-modern-green);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.hf-product-card h2 {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.35;
}

.hf-product-card h2 a:hover {
	color: var(--hf-modern-green);
}

.hf-product-card-body > p:not(.hf-product-card-category) {
	margin: 14px 0 20px;
	color: var(--hf-modern-text);
	font-size: 14px;
}

.hf-text-link {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	gap: 8px;
	margin-top: auto;
	font-size: 14px;
	font-weight: 750;
}

.hf-modern-pagination {
	margin-top: 42px;
}

.hf-modern-pagination ul {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hf-modern-pagination a,
.hf-modern-pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 10px;
	background: #fff;
	border: 1px solid var(--hf-modern-line);
	border-radius: 4px;
}

.hf-modern-pagination .current {
	background: var(--hf-modern-green);
	border-color: var(--hf-modern-green);
	color: #fff;
}

.hf-product-top-section {
	padding: 38px 0 72px;
	background: #fff;
}

.hf-product-detail-page .hf-modern-container {
	width: min(1320px, calc(100% - 48px));
}

.hf-product-detail-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 58px;
	align-items: start;
}

.hf-product-gallery {
	min-width: 0;
}

.hf-gallery-main {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #f0f3f2;
	border: 1px solid #e4e8e6;
	border-radius: 8px;
}

.hf-gallery-main img {
	width: 100%;
	height: 100%;
	padding: 14px;
	object-fit: contain;
}

.hf-gallery-thumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 20px;
}

.hf-gallery-thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 82px;
	height: 76px;
	padding: 0;
	overflow: hidden;
	background: #f4f5f5;
	border: 2px solid transparent;
	border-radius: 6px;
	cursor: pointer;
}

.hf-gallery-thumb:hover,
.hf-gallery-thumb.is-active {
	border-color: var(--hf-modern-green);
}

.hf-gallery-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hf-product-summary {
	min-width: 0;
	padding-top: 4px;
}

.hf-product-badge {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	margin-bottom: 22px;
	padding: 4px 14px;
	background: var(--hf-modern-green);
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	font-weight: 750;
	text-transform: uppercase;
}

.hf-product-summary h1 {
	margin: 0;
	color: var(--hf-modern-ink);
	font-size: 40px;
	font-weight: 750;
	line-height: 1.16;
}

.hf-product-category-line {
	margin: 18px 0 0;
	color: var(--hf-modern-green);
	font-size: 16px;
	font-weight: 650;
}

.hf-product-description {
	margin: 28px 0 0;
	color: var(--hf-modern-text);
	font-size: 16px;
	line-height: 1.8;
}

.hf-key-features {
	margin-top: 30px;
}

.hf-key-features h2 {
	margin: 0 0 16px;
	font-size: 19px;
	font-weight: 750;
}

.hf-key-features ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 13px 28px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hf-key-features li {
	position: relative;
	padding-left: 15px;
	color: var(--hf-modern-text);
	font-size: 14px;
	line-height: 1.5;
}

.hf-key-features li::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 6px;
	height: 6px;
	background: var(--hf-modern-green);
	border-radius: 50%;
}

.hf-primary-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 220px;
	min-height: 54px;
	margin-top: 34px;
	padding: 0 28px;
	background: var(--hf-modern-green);
	border: 1px solid var(--hf-modern-green);
	border-radius: 4px;
	color: #fff !important;
	font-size: 15px;
	font-weight: 750;
	text-transform: uppercase;
}

.hf-primary-action:hover {
	background: var(--hf-modern-green-dark);
	border-color: var(--hf-modern-green-dark);
}

.hf-product-tabs-section {
	padding: 0 0 74px;
	background: #fff;
}

.hf-product-tabs {
	border-top: 1px solid var(--hf-modern-line);
}

.hf-tab-list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-bottom: 1px solid var(--hf-modern-line);
}

.hf-tab-list button {
	position: relative;
	min-height: 68px;
	padding: 12px 18px;
	background: #fff !important;
	border: 0;
	color: #65717b;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
}

.hf-tab-list button::after {
	content: "";
	position: absolute;
	right: 18px;
	bottom: -1px;
	left: 18px;
	height: 3px;
	background: transparent;
}

.hf-tab-list button:hover,
.hf-tab-list button[aria-selected="true"] {
	color: var(--hf-modern-green-dark);
}

.hf-product-detail-page .hf-tab-list button:hover,
.hf-product-detail-page .hf-tab-list button:focus-visible {
	background: #e9f4ed !important;
	color: var(--hf-modern-green-dark) !important;
}

.hf-tab-list button[aria-selected="true"]::after {
	background: var(--hf-modern-green);
}

.hf-tab-list button:focus-visible,
.hf-gallery-thumb:focus-visible {
	outline: 3px solid rgba(43, 138, 79, 0.25);
	outline-offset: 2px;
}

.hf-tab-panel {
	padding: 42px 26px 10px;
}

.hf-tab-panel[hidden] {
	display: none !important;
}

.hf-tab-content {
	max-width: 1120px;
	margin: 0 auto;
	color: var(--hf-modern-text);
}

.hf-tab-content h2,
.hf-tab-content h3,
.hf-tab-content h4 {
	margin: 30px 0 14px;
	color: var(--hf-modern-ink);
	line-height: 1.3;
}

.hf-tab-content h2 {
	font-size: 28px;
}

.hf-tab-content h3 {
	font-size: 23px;
}

.hf-tab-content h4 {
	font-size: 19px;
}

.hf-tab-content p,
.hf-tab-content li {
	color: var(--hf-modern-text);
	line-height: 1.8;
}

.hf-tab-content img {
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 22px auto;
}

.hf-tab-content table,
.hf-article-content table {
	display: block;
	width: 100% !important;
	max-width: 100%;
	overflow-x: auto;
	border-collapse: collapse;
}

.hf-tab-content th,
.hf-tab-content td,
.hf-article-content th,
.hf-article-content td {
	padding: 12px 14px !important;
	border: 1px solid var(--hf-modern-line) !important;
	text-align: left !important;
}

.hf-tab-content th,
.hf-article-content th {
	background: var(--hf-modern-soft);
	color: var(--hf-modern-ink);
}

.hf-conversion-section {
	padding: 64px 0 80px;
	background: #fff;
	border-top: 1px solid var(--hf-modern-line);
}

.hf-conversion-grid {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(330px, 1fr);
	gap: 48px;
	align-items: start;
}

.hf-fixed-contact-copy {
	padding: 0 0 42px;
	border-bottom: 1px solid var(--hf-modern-line);
}

.hf-fixed-contact-copy h2,
.hf-related-section > h2,
.hf-sidebar-related > h2 {
	margin: 0 0 22px;
	color: var(--hf-modern-blue);
	font-size: 30px;
	font-weight: 750;
	line-height: 1.25;
}

.hf-fixed-contact-copy > p {
	max-width: 900px;
	margin: 0 0 20px;
	color: #24364c;
	line-height: 1.75;
}

.hf-fixed-contact-copy > p:last-child {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 0;
	font-weight: 650;
}

.hf-fixed-contact-copy a:hover {
	color: var(--hf-modern-green);
}

.hf-related-section {
	padding-top: 36px;
}

.hf-related-section > h2,
.hf-sidebar-related > h2 {
	color: #e79a00;
	font-size: 25px;
}

.hf-related-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
}

.hf-related-card {
	min-width: 0;
	margin: 0;
}

.hf-related-image {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 7 / 4;
	overflow: hidden;
	background: #eef2f5;
	border-radius: 6px;
}

.hf-related-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 220ms ease;
}

.hf-related-card:hover .hf-related-image img {
	transform: scale(1.035);
}

.hf-related-card h3 {
	margin: 13px 0 0;
	color: var(--hf-modern-ink);
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
}

.hf-related-card h3 a:hover {
	color: var(--hf-modern-blue);
}

.hf-inquiry-card {
	padding: 30px;
	background: #fff;
	border: 1px solid #e2e7ec;
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(25, 45, 65, 0.07);
}

.hf-inquiry-card > h2 {
	margin: 0;
	color: var(--hf-modern-blue);
	font-size: 22px;
	font-weight: 750;
	line-height: 1.3;
}

.hf-inquiry-card > p {
	margin: 10px 0 24px;
	color: #64717d;
	font-size: 14px;
}

.hf-inquiry-form {
	display: grid;
	gap: 16px;
}

.hf-form-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.hf-inquiry-form label {
	display: grid;
	gap: 7px;
	color: #1d252d;
	font-size: 14px;
}

.hf-inquiry-form .hf-field-label {
	display: inline;
	color: #1d252d;
}

.hf-inquiry-form .hf-field-label b {
	color: #e6533e;
	font-weight: 500;
}

.hf-inquiry-form input[type="text"],
.hf-inquiry-form input[type="email"],
.hf-inquiry-form select,
.hf-inquiry-form textarea {
	width: 100%;
	min-height: 44px;
	padding: 10px 14px;
	background: #fff;
	border: 1px solid #d5dce2;
	border-radius: 6px;
	color: var(--hf-modern-ink);
}

.hf-inquiry-form textarea {
	min-height: 116px;
	resize: vertical;
}

.hf-inquiry-form input:focus,
.hf-inquiry-form select:focus,
.hf-inquiry-form textarea:focus {
	border-color: var(--hf-modern-blue);
	outline: 3px solid rgba(19, 87, 154, 0.12);
}

.hf-inquiry-form .hf-form-consent {
	display: flex;
	grid-template-columns: none;
	align-items: flex-start;
	gap: 10px;
	line-height: 1.45;
}

.hf-form-consent input {
	width: 16px;
	height: 16px;
	margin-top: 3px;
}

.hf-form-consent span {
	color: #3f4b55 !important;
}

.hf-inquiry-form button {
	justify-self: start;
	min-height: 46px;
	padding: 0 22px;
	background: var(--hf-modern-blue);
	border: 0;
	border-radius: 5px;
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}

.hf-inquiry-form button:hover {
	background: #0c447d;
}

.hf-form-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.hf-form-notice {
	margin: 0 0 18px;
	padding: 10px 12px;
	border-radius: 4px;
	font-size: 14px;
}

.hf-form-notice.is-success {
	background: #eaf6ee;
	color: #1c6a39;
}

.hf-form-notice.is-error {
	background: #fff0ed;
	color: #a73424;
}

.hf-editorial-breadcrumb-band {
	padding: 50px 0 18px;
	background: #fff;
	border-bottom: 1px solid var(--hf-modern-line);
}

.hf-editorial-breadcrumb-band .hf-modern-breadcrumbs {
	margin: 0;
	color: #6f7b84;
}

.hf-editorial-breadcrumb-band .hf-modern-breadcrumbs > span[aria-hidden="true"] {
	color: #aab2b8;
}

.hf-editorial-section {
	padding: 58px 0 80px;
	background: #fff;
}

.hf-editorial-grid {
	display: grid;
	grid-template-columns: minmax(0, 2.05fr) minmax(320px, 0.95fr);
	gap: 50px;
	align-items: start;
}

.hf-article-column {
	min-width: 0;
}

.hf-article-column > h1 {
	margin: 0 0 30px;
	color: var(--hf-modern-blue);
	font-size: 38px;
	font-weight: 750;
	line-height: 1.25;
}

.hf-article-toc {
	margin: 0 0 34px;
	padding: 24px 28px 26px;
	background: var(--hf-modern-pale-blue);
	border: 2px solid var(--hf-modern-blue);
	border-radius: 8px;
}

.hf-article-toc h2 {
	display: flex;
	align-items: center;
	gap: 11px;
	margin: 0 0 16px;
	color: #ed9c00;
	font-size: 24px;
	font-weight: 750;
}

.hf-article-toc h2 span {
	font-size: 28px;
	line-height: 1;
}

.hf-article-toc ul {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hf-article-toc a {
	position: relative;
	display: inline-block;
	padding-left: 22px;
	color: #263e59;
	font-size: 15px;
}

.hf-article-toc a::before {
	content: "›";
	position: absolute;
	left: 3px;
	color: var(--hf-modern-blue);
	font-size: 22px;
	font-weight: 750;
	line-height: 0.95;
}

.hf-article-toc a:hover {
	color: var(--hf-modern-blue);
	text-decoration: underline;
}

.hf-article-content {
	color: #25364a;
}

.hf-article-content h2,
.hf-article-content h3,
.hf-article-content h4,
.hf-article-content h5 {
	scroll-margin-top: 110px;
	color: var(--hf-modern-blue);
	font-weight: 750;
	line-height: 1.3;
}

.hf-article-content h2 {
	margin: 38px 0 17px;
	font-size: 30px;
}

.hf-article-content h3 {
	margin: 30px 0 14px;
	font-size: 23px;
}

.hf-article-content h4 {
	margin: 26px 0 12px;
	font-size: 19px;
}

.hf-article-content h5 {
	margin: 24px 0 10px;
	font-size: 18px;
}

.hf-case-detail-page .hf-article-content > div,
.hf-case-detail-page .hf-article-content figure,
.hf-case-detail-page .hf-article-content iframe,
.hf-case-detail-page .hf-article-content video {
	max-width: 100%;
}

.hf-article-content p,
.hf-article-content li {
	color: #26384c;
	font-size: 16px;
	line-height: 1.85;
}

.hf-article-content p {
	margin: 0 0 22px;
}

.hf-article-content ul,
.hf-article-content ol {
	margin: 0 0 24px;
	padding-left: 24px;
}

.hf-article-content img {
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 24px auto;
	border-radius: 4px;
}

.hf-article-content figure {
	max-width: 100%;
	margin: 28px 0;
}

.hf-article-content a {
	color: var(--hf-modern-blue);
	text-decoration: underline;
}

.hf-article-related {
	margin-top: 54px;
	padding-top: 34px;
	border-top: 1px solid var(--hf-modern-line);
}

.hf-editorial-sidebar {
	display: grid;
	gap: 34px;
	min-width: 0;
}

.hf-editorial-sidebar > .hf-inquiry-card {
	position: sticky;
	top: 20px;
}

.hf-sidebar-related {
	padding-top: 28px;
	border-top: 1px solid var(--hf-modern-line);
}

.hf-sidebar-related > h2 {
	margin-bottom: 18px;
	color: var(--hf-modern-blue);
	font-size: 22px;
}

.hf-related-card.is-compact {
	display: grid;
	grid-template-columns: 108px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	padding: 13px 0;
	border-bottom: 1px solid var(--hf-modern-line);
}

.hf-related-card.is-compact .hf-related-image {
	aspect-ratio: 4 / 3;
}

.hf-related-card.is-compact h3 {
	margin: 0;
	font-size: 14px;
}

@media (max-width: 1180px) {
	.hf-category-card {
		grid-template-columns: 38% minmax(0, 1fr);
		min-height: 440px;
	}

	.hf-category-content {
		padding: 34px 28px 30px;
	}

	.hf-product-detail-grid {
		gap: 38px;
	}

	.hf-product-summary h1 {
		font-size: 34px;
	}

	.hf-editorial-grid,
	.hf-conversion-grid {
		gap: 34px;
	}
}

@media (max-width: 980px) {
	.hf-category-grid,
	.hf-product-detail-grid,
	.hf-conversion-grid,
	.hf-editorial-grid {
		grid-template-columns: 1fr;
	}

	.hf-category-card {
		min-height: 420px;
	}

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

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

	.hf-editorial-sidebar > .hf-inquiry-card {
		position: static;
	}

	.hf-editorial-sidebar {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		align-items: start;
	}

	.hf-editorial-sidebar > .hf-inquiry-card {
		grid-row: span 2;
	}
}

@media (max-width: 720px) {
	.hf-modern-container {
		width: min(100% - 28px, 1360px);
	}

	.hf-product-detail-page .hf-modern-container {
		width: min(100% - 28px, 1320px);
	}

	.hf-modern-heading-band {
		padding: 34px 0 40px;
	}

	.hf-modern-heading-band h1,
	.hf-product-summary h1,
	.hf-article-column > h1 {
		font-size: 30px;
	}

	.hf-modern-lead {
		font-size: 16px;
	}

	.hf-modern-breadcrumbs {
		align-items: flex-start;
		flex-wrap: wrap;
		margin-bottom: 20px;
		font-size: 13px;
	}

	.hf-editorial-breadcrumb-band {
		padding-top: 38px;
	}

	.hf-category-section,
	.hf-product-grid-section,
	.hf-product-top-section,
	.hf-conversion-section,
	.hf-editorial-section {
		padding-top: 42px;
		padding-bottom: 52px;
	}

	.hf-category-card {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.hf-category-image {
		min-height: 0;
		aspect-ratio: 16 / 9;
	}

	.hf-category-content {
		padding: 28px 24px 26px;
	}

	.hf-category-content h2 {
		font-size: 24px;
	}

	.hf-product-grid,
	.hf-related-grid,
	.hf-editorial-sidebar {
		grid-template-columns: 1fr;
	}

	.hf-editorial-sidebar > .hf-inquiry-card {
		grid-row: auto;
	}

	.hf-key-features ul,
	.hf-form-row {
		grid-template-columns: 1fr;
	}

	.hf-tab-list {
		display: flex;
		overflow-x: auto;
		scrollbar-width: thin;
	}

	.hf-tab-list button {
		flex: 0 0 auto;
		min-width: 160px;
		min-height: 58px;
	}

	.hf-tab-panel {
		padding: 30px 0 0;
	}

	.hf-tab-content h2,
	.hf-article-content h2 {
		font-size: 25px;
	}

	.hf-fixed-contact-copy h2 {
		font-size: 26px;
	}

	.hf-inquiry-card {
		padding: 24px 20px;
	}

	.hf-article-toc {
		padding: 20px;
	}

	.hf-article-toc h2 {
		font-size: 21px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hf-modern *,
	.hf-modern *::before,
	.hf-modern *::after {
	scroll-behavior: auto !important;
	transition-duration: 0.01ms !important;
	}
}
