:root {
	--sgf-ink: #171918;
	--sgf-muted: #646a66;
	--sgf-line: #dfe3df;
	--sgf-soft: #f5f7f4;
	--sgf-accent: #b7ef32;
	--sgf-radius: 12px;
}
.sgf-public-container {
	width: min(1180px, calc(100% - 40px));
	margin-inline: auto;
}

.sgf-directory-hero {
	padding: clamp(56px, 8vw, 96px) 0 clamp(40px, 6vw, 72px);
	color: #fff;
	background: var(--sgf-ink);
}

.sgf-kicker {
	margin: 0 0 10px;
	color: inherit;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .04em;
}

.sgf-directory-hero h1,
.sgf-model-header h1 {
	margin: 0;
	font-size: clamp(38px, 6vw, 72px);
	line-height: .98;
	letter-spacing: -.04em;
}

.sgf-directory-hero p:last-child {
	max-width: 620px;
	margin: 20px 0 0;
	color: #d8ddd8;
	font-size: clamp(17px, 2vw, 20px);
	line-height: 1.55;
}

.sgf-directory-content {
	padding-block: clamp(32px, 5vw, 72px) 88px;
}

.sgf-model-filters {
	display: grid;
	grid-template-columns: minmax(220px, 1.4fr) repeat(2, minmax(160px, 1fr)) auto auto;
	align-items: end;
	gap: 12px;
	padding: 18px;
	border: 1px solid var(--sgf-line);
	border-radius: var(--sgf-radius);
	background: #fff;
}

.sgf-model-filters label {
	display: grid;
	gap: 7px;
	color: var(--sgf-ink);
	font-size: 13px;
	font-weight: 700;
}

.sgf-model-filters input,
.sgf-model-filters select {
	width: 100%;
	height: 46px;
	margin: 0;
	padding: 0 13px;
	border: 1px solid #c9cec9;
	border-radius: 8px;
	color: var(--sgf-ink);
	background: #fff;
	font: inherit;
	font-weight: 400;
}

.sgf-model-filters button {
	height: 46px;
	padding: 0 19px;
	border: 0;
	border-radius: 8px;
	color: var(--sgf-ink);
	background: var(--sgf-accent);
	font: inherit;
	font-weight: 800;
	cursor: pointer;
}

.sgf-model-filters > a {
	display: inline-flex;
	align-items: center;
	height: 46px;
	color: var(--sgf-ink);
	font-size: 14px;
}

.sgf-directory-result-head {
	margin: 34px 0 18px;
}

.sgf-directory-result-head h2 {
	margin: 0;
	font-size: 22px;
}

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

.sgf-model-card {
	overflow: hidden;
	border: 1px solid var(--sgf-line);
	border-radius: var(--sgf-radius);
	background: #fff;
}

.sgf-model-card__image,
.sgf-model-header__image {
	display: grid;
	place-items: center;
	overflow: hidden;
	color: #8a918c;
	background: var(--sgf-soft);
	text-decoration: none;
}

.sgf-model-card__image {
	aspect-ratio: 4 / 3;
}

.sgf-model-card__image img,
.sgf-model-header__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sgf-model-card__image span,
.sgf-model-header__image span {
	font-size: clamp(48px, 8vw, 92px);
	font-weight: 800;
}

.sgf-model-card__body {
	padding: 20px;
}

.sgf-model-card__body > p {
	margin: 0 0 4px;
	color: var(--sgf-muted);
	font-size: 13px;
	font-weight: 700;
}

.sgf-model-card h3 {
	margin: 0;
	font-size: 24px;
	letter-spacing: -.02em;
}

.sgf-model-card h3 a,
.sgf-model-card__link {
	color: var(--sgf-ink);
}

.sgf-model-card ul {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 14px;
	margin: 13px 0 20px;
	padding: 0;
	color: var(--sgf-muted);
	font-size: 14px;
	list-style: none;
}

.sgf-model-card__link {
	font-size: 14px;
	font-weight: 800;
	text-underline-offset: 3px;
}

.sgf-empty-state {
	padding: clamp(36px, 6vw, 64px);
	border: 1px solid var(--sgf-line);
	border-radius: var(--sgf-radius);
	text-align: center;
	background: var(--sgf-soft);
}

.sgf-empty-state h2,
.sgf-empty-state h3 {
	margin: 0 0 8px;
}

.sgf-empty-state p {
	margin: 0;
	color: var(--sgf-muted);
}

.sgf-model-detail {
	padding: 28px 0 88px;
}

.sgf-breadcrumbs {
	display: flex;
	gap: 9px;
	margin-bottom: 28px;
	color: var(--sgf-muted);
	font-size: 14px;
}

.sgf-breadcrumbs a {
	color: inherit;
}

.sgf-model-header {
	display: grid;
	grid-template-columns: minmax(280px, .9fr) minmax(320px, 1.1fr);
	gap: clamp(32px, 6vw, 80px);
	align-items: center;
	padding-bottom: clamp(48px, 8vw, 88px);
}

.sgf-model-header__image {
	aspect-ratio: 4 / 3;
	border-radius: var(--sgf-radius);
}

.sgf-model-header__content .sgf-kicker {
	color: var(--sgf-muted);
}

.sgf-model-facts {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 34px;
	margin: 26px 0;
}

.sgf-model-facts div {
	display: grid;
	gap: 3px;
}

.sgf-model-facts dt {
	color: var(--sgf-muted);
	font-size: 12px;
	font-weight: 700;
}

.sgf-model-facts dd {
	margin: 0;
	color: var(--sgf-ink);
	font-weight: 700;
}

.sgf-model-description {
	max-width: 660px;
	color: var(--sgf-muted);
	line-height: 1.7;
}

.sgf-model-description > :first-child {
	margin-top: 0;
}

.sgf-section-heading-public {
	display: grid;
	grid-template-columns: 1fr minmax(240px, 440px);
	gap: 30px;
	align-items: end;
	margin-bottom: 24px;
	padding-top: 34px;
	border-top: 1px solid var(--sgf-line);
}

.sgf-section-heading-public h2 {
	margin: 0;
	font-size: clamp(28px, 4vw, 44px);
	letter-spacing: -.03em;
}

.sgf-section-heading-public p {
	margin: 0;
	color: var(--sgf-muted);
}

.sgf-product-fitment {
	clear: both;
	width: 100%;
	margin: clamp(30px, 5vw, 54px) 0;
}

.sgf-product-fitment__inner {
	padding: clamp(22px, 4vw, 34px);
	border: 1px solid var(--sgf-line);
	border-radius: var(--sgf-radius);
	background: #fff;
}

.sgf-product-fitment__heading {
	display: grid;
	grid-template-columns: minmax(250px, .8fr) minmax(280px, 1.2fr);
	gap: 30px;
	align-items: start;
}

.sgf-product-fitment h2 {
	margin: 0;
	color: var(--sgf-ink);
	font-size: clamp(24px, 3vw, 34px);
	letter-spacing: -.025em;
}

.sgf-product-fitment__heading p {
	margin: 3px 0 0;
	color: var(--sgf-muted);
	line-height: 1.6;
}

.sgf-fitment-model-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 26px;
	margin: 24px 0 0;
	padding: 0;
	border-top: 1px solid var(--sgf-line);
	list-style: none;
}

.sgf-fitment-model-list li {
	display: flex;
	justify-content: space-between;
	gap: 14px;
	padding: 14px 0;
	border-bottom: 1px solid var(--sgf-line);
}

.sgf-fitment-model-list a {
	color: var(--sgf-ink);
	font-weight: 750;
}

.sgf-fitment-model-list span {
	color: var(--sgf-muted);
	font-size: 14px;
	text-align: right;
}

.sgf-product-fitment__note {
	display: grid;
	grid-template-columns: minmax(200px, .6fr) minmax(280px, 1.4fr);
	gap: 24px;
	margin-top: 22px;
	padding: 18px;
	border-radius: 8px;
	background: var(--sgf-soft);
}

.sgf-product-fitment__note > strong {
	color: var(--sgf-ink);
}

.sgf-product-fitment__note p {
	margin: 0 0 8px;
}

.sgf-product-fitment__note p:last-child,
.sgf-important-notice__content > :last-child {
	margin-bottom: 0;
}

.sgf-important-notices {
	display: grid;
	gap: 10px;
	margin: 16px 0;
}

.sgf-important-notices--details {
	clear: both;
	width: 100%;
	margin: 28px 0;
}

.sgf-important-notice {
	padding: 14px 16px;
	border: 1px solid var(--sgf-line);
	border-left: 4px solid #87908a;
	border-radius: 8px;
	color: var(--sgf-ink);
	background: #fff;
}

.sgf-important-notice--important {
	border-left-color: #d79a19;
	background: #fffbef;
}

.sgf-important-notice--warning {
	border-left-color: #c7372f;
	background: #fff7f6;
}

.sgf-important-notice--fitment {
	border-left-color: #739c0f;
	background: #f7faef;
}

.sgf-important-notice__title {
	display: block;
	margin-bottom: 4px;
}

.sgf-important-notice__content {
	color: #4f5551;
	line-height: 1.55;
}

.sgf-important-notice__content p {
	margin: 0 0 7px;
}

.sgf-important-notice__content ul,
.sgf-important-notice__content ol {
	margin: 7px 0 0 20px;
}

@media (max-width: 900px) {
	.sgf-model-filters {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

	.sgf-model-header {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.sgf-public-container {
		width: min(100% - 28px, 1180px);
	}

	.sgf-model-filters,
	.sgf-model-grid,
	.sgf-section-heading-public,
	.sgf-product-fitment__heading,
	.sgf-fitment-model-list,
	.sgf-product-fitment__note {
		grid-template-columns: 1fr;
	}

	.sgf-model-filters button,
	.sgf-model-filters > a {
		justify-content: center;
		width: 100%;
	}

	.sgf-model-header {
		gap: 28px;
	}

	.sgf-section-heading-public {
		gap: 12px;
	}

	.sgf-fitment-model-list {
		gap: 0;
	}

	.sgf-fitment-model-list li {
		align-items: flex-start;
		flex-direction: column;
		gap: 3px;
	}

	.sgf-fitment-model-list span {
		text-align: left;
	}
}
