/* OutfitBulk Knowledge Hub frontend. All component selectors are scoped to .ob-kh. */
.ob-kh,
.ob-kh *,
.ob-kh *::before,
.ob-kh *::after {
	box-sizing: border-box;
}

.ob-kh {
	--ob-kh-black: #0a0a0a;
	--ob-kh-red: #e8111a;
	--ob-kh-white: #fff;
	--ob-kh-muted: #666;
	--ob-kh-line: #dedede;
	--ob-kh-soft: #f5f5f3;
	--ob-kh-shadow: 0 18px 45px rgba(10, 10, 10, 0.09);
	--ob-kh-heading-font: "Anton", Impact, Haettenschweiler, "Arial Black", sans-serif;
	--ob-kh-body-font: "Barlow Condensed", "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
	width: 100%;
	max-width: 100%;
	margin: 0;
	overflow-x: hidden;
	overflow-x: clip;
	background: var(--ob-kh-white);
	color: var(--ob-kh-black);
	font-family: var(--ob-kh-body-font);
	font-size: 18px;
	line-height: 1.55;
}

.ob-kh img,
.ob-kh svg {
	display: block;
	max-width: 100%;
}

.ob-kh a {
	color: inherit;
	text-decoration: none;
}

.ob-kh a:focus-visible,
.ob-kh button:focus-visible,
.ob-kh input:focus-visible {
	outline: 3px solid var(--ob-kh-red);
	outline-offset: 3px;
}

.ob-kh h1,
.ob-kh h2,
.ob-kh h3,
.ob-kh p {
	margin-top: 0;
}

.ob-kh h1,
.ob-kh h2 {
	color: var(--ob-kh-black);
	font-family: var(--ob-kh-heading-font);
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.02;
	text-transform: uppercase;
}

.ob-kh button,
.ob-kh input {
	font: inherit;
}

.ob-kh-shell {
	width: min(100% - 32px, 1240px);
	margin-inline: auto;
}

.ob-kh-reading-shell {
	width: min(100% - 32px, 820px);
}

.ob-kh-section {
	padding-block: 52px;
}

.ob-kh-eyebrow,
.ob-kh-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
	color: var(--ob-kh-red);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.2;
	text-transform: uppercase;
}

.ob-kh-eyebrow::before {
	width: 20px;
	height: 2px;
	background: currentColor;
	content: "";
}

.ob-kh-section-heading {
	display: grid;
	gap: 14px;
	margin-bottom: 22px;
}

.ob-kh-section-heading h2 {
	margin-bottom: 0;
	font-size: clamp(2.1rem, 9.5vw, 4.2rem);
}

.ob-kh-section-heading > p {
	max-width: 420px;
	margin-bottom: 0;
	color: var(--ob-kh-muted);
}

.ob-kh-hero {
	position: relative;
	min-height: 590px;
	overflow: hidden;
	background: var(--ob-kh-black);
	color: var(--ob-kh-white);
	isolation: isolate;
}

.ob-kh-hero__grid {
	position: absolute;
	inset: 0;
	z-index: -2;
	background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
	background-size: 36px 36px;
	mask-image: linear-gradient(to bottom, #000, transparent 92%);
}

.ob-kh-hero::after {
	position: absolute;
	right: -35%;
	bottom: -55%;
	z-index: -1;
	width: 105vw;
	height: 105vw;
	border: 1px solid rgba(232, 17, 26, 0.35);
	border-radius: 50%;
	box-shadow: 0 0 0 50px rgba(232,17,26,.025), 0 0 0 100px rgba(232,17,26,.02);
	content: "";
}

.ob-kh-hero__content {
	display: grid;
	min-height: 590px;
	align-items: center;
	padding-block: 80px;
}

.ob-kh-hero__copy {
	position: relative;
	z-index: 2;
	max-width: 780px;
}

.ob-kh .ob-kh-hero h1 {
	margin-bottom: 14px;
	color: var(--ob-kh-white);
	font-size: clamp(4.4rem, 20vw, 8.8rem);
	line-height: 0.9;
}

.ob-kh-kicker {
	padding: 7px 10px;
	border-left: 3px solid var(--ob-kh-red);
	background: rgba(255,255,255,.06);
	color: var(--ob-kh-white);
}

.ob-kh-hero__subtitle {
	margin-bottom: 10px;
	color: var(--ob-kh-white);
	font-size: clamp(1.35rem, 6vw, 2rem);
	font-weight: 600;
	line-height: 1.15;
}

.ob-kh-hero__intro {
	max-width: 620px;
	margin-bottom: 28px;
	color: #c8c8c8;
	font-size: 1rem;
}

.ob-kh-hero__orb,
.ob-kh-hero__symbol {
	position: absolute;
	pointer-events: none;
	transform: translate3d(var(--ob-kh-parallax-x, 0), var(--ob-kh-parallax-y, 0), 0);
}

.ob-kh-hero__orb {
	border-radius: 50%;
	filter: blur(1px);
}

.ob-kh-hero__orb--one {
	top: 12%;
	right: -60px;
	width: 180px;
	height: 180px;
	border: 28px solid rgba(232,17,26,.18);
}

.ob-kh-hero__orb--two {
	right: 22%;
	bottom: 8%;
	width: 38px;
	height: 38px;
	background: var(--ob-kh-red);
}

.ob-kh-hero__symbol {
	width: 52px;
	padding: 12px;
	border: 1px solid rgba(255,255,255,.22);
	background: rgba(255,255,255,.07);
	box-shadow: 0 12px 30px rgba(0,0,0,.28);
	color: var(--ob-kh-white);
}

.ob-kh-hero__symbol svg {
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.ob-kh-hero__symbol--book {
	top: 14%;
	right: 18%;
	transform: translate3d(var(--ob-kh-parallax-x, 0), var(--ob-kh-parallax-y, 0), 0) rotate(7deg);
}

.ob-kh-hero__symbol--bulb {
	right: 7%;
	bottom: 18%;
	transform: translate3d(var(--ob-kh-parallax-x, 0), var(--ob-kh-parallax-y, 0), 0) rotate(-8deg);
}

.ob-kh-search {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr) auto;
	min-height: 58px;
	align-items: center;
	gap: 10px;
	max-width: 660px;
	padding: 7px 7px 7px 18px;
	border: 1px solid #d7d7d7;
	background: var(--ob-kh-white);
	box-shadow: 0 18px 45px rgba(0,0,0,.15);
	color: var(--ob-kh-black);
}

.ob-kh-search svg {
	width: 21px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
}

.ob-kh-search input {
	width: 100%;
	min-width: 0;
	border: 0;
	outline: 0;
	background: transparent;
	color: var(--ob-kh-black);
	text-overflow: ellipsis;
}

.ob-kh-search input::placeholder {
	color: #6d6d6d;
	opacity: 1;
}

.ob-kh-search__button {
	display: flex;
	align-items: center;
	align-self: stretch;
	padding-inline: 14px;
	border: 0;
	background: var(--ob-kh-red);
	color: var(--ob-kh-white);
	cursor: pointer;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.ob-kh-search:focus-within {
	box-shadow: 0 0 0 3px rgba(232,17,26,.28), 0 18px 45px rgba(0,0,0,.15);
}

.ob-kh-marquee {
	width: 100%;
	overflow: hidden;
	border-block: 1px solid #292929;
	background: var(--ob-kh-red);
	color: var(--ob-kh-white);
}

.ob-kh-marquee__track {
	display: flex;
	width: max-content;
	animation: ob-kh-marquee 38s linear infinite;
}

.ob-kh-marquee__group {
	display: flex;
	flex-shrink: 0;
	align-items: center;
}

.ob-kh-marquee span {
	display: flex;
	align-items: center;
	gap: 28px;
	padding: 12px 14px;
	font-size: .82rem;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	white-space: nowrap;
}

.ob-kh-marquee b {
	color: var(--ob-kh-black);
	font-size: 1.5rem;
	line-height: .5;
}

@keyframes ob-kh-marquee {
	to { transform: translateX(-50%); }
}

.ob-kh-category-grid,
.ob-kh-article-grid {
	display: grid;
	gap: 12px;
}

.ob-kh-card-3d {
	transform: perspective(900px) translateY(0) rotateX(0) rotateY(0);
	transform-origin: center;
	transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ob-kh-category-card {
	position: relative;
	min-width: 0;
	border: 1px solid var(--ob-kh-line);
	background: var(--ob-kh-white);
	box-shadow: 5px 5px 0 var(--ob-kh-black);
}

.ob-kh-category-card > a {
	display: grid;
	align-content: start;
	padding: 14px;
}

.ob-kh-category-card__number {
	position: absolute;
	top: 13px;
	right: 14px;
	color: #d7d7d7;
	font-family: var(--ob-kh-heading-font);
	font-size: 1.45rem;
}

.ob-kh-category-card__icon {
	display: grid;
	width: 36px;
	height: 36px;
	place-items: center;
	margin-bottom: 13px;
	background: var(--ob-kh-red);
	color: var(--ob-kh-white);
	transition: transform 180ms ease;
}

.ob-kh-category-card__icon svg {
	width: 21px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
}

.ob-kh-category-card h3 {
	margin-bottom: 4px;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.08;
	overflow-wrap: anywhere;
}

.ob-kh-article-card h3 {
	margin-bottom: 4px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.12;
	overflow-wrap: anywhere;
}

.ob-kh-category-card p,
.ob-kh-article-card p {
	display: -webkit-box;
	overflow: hidden;
	margin-bottom: 6px;
	-webkit-box-orient: vertical;
	color: var(--ob-kh-muted);
	font-size: .86rem;
	line-height: 1.25;
}

.ob-kh-category-card p {
	-webkit-line-clamp: 2;
	line-clamp: 2;
}

.ob-kh-article-card p {
	-webkit-line-clamp: 2;
	line-clamp: 2;
	font-size: .8rem;
}

.ob-kh-category-card__count,
.ob-kh-text-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 2px;
	color: var(--ob-kh-red);
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.ob-kh-arrow {
	width: 20px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	transition: transform 180ms ease;
}

.ob-kh-section--ink {
	background: var(--ob-kh-black);
	color: var(--ob-kh-white);
}

.ob-kh-section--ink .ob-kh-section-heading h2 {
	color: var(--ob-kh-white);
}

.ob-kh-article-card {
	min-width: 0;
	border: 2px solid #d8d8d8;
	background: var(--ob-kh-white);
	color: var(--ob-kh-black);
	box-shadow: 4px 4px 0 rgba(10, 10, 10, 0.14), 0 12px 28px rgba(10, 10, 10, 0.07);
}

.ob-kh-article-card__link {
	display: flex;
	flex-direction: column;
	padding: 12px;
}

.ob-kh-article-card__topline {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 6px;
	margin-bottom: 7px;
	color: #747474;
	font-size: .62rem;
	font-weight: 600;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.ob-kh-article-card__topline > span:last-child {
	flex: 0 0 auto;
	white-space: nowrap;
}

.ob-kh-article-card__topline .ob-kh-eyebrow {
	margin: 0;
}

.ob-kh-article-card__topline .ob-kh-eyebrow::before {
	display: none;
}

.ob-kh-article-card__labels,
.ob-kh-article-hero__labels,
.ob-kh-article-row__title {
	display: flex;
	min-width: 0;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px;
}

.ob-kh-draft-badge {
	display: inline-flex;
	width: fit-content;
	align-items: center;
	padding: 2px 5px;
	border: 1px solid #f2b705;
	border-radius: 999px;
	background: #fff3bf;
	color: #5f4500;
	font-size: .56rem;
	font-weight: 700;
	letter-spacing: .07em;
	line-height: 1.1;
	text-transform: uppercase;
	white-space: nowrap;
}

.ob-kh-article-hero__labels {
	margin-bottom: 10px;
}

.ob-kh-article-hero__labels .ob-kh-eyebrow {
	margin-bottom: 0;
}

.ob-kh-article-grid--latest .ob-kh-article-card:first-child {
	border-top: 4px solid var(--ob-kh-red);
}

.ob-kh-article-card .ob-kh-text-link {
	margin-top: 1px;
	font-size: .68rem;
}

.ob-kh-category-card .ob-kh-arrow,
.ob-kh-article-card .ob-kh-arrow {
	width: 17px;
}

.ob-kh-learn {
	display: grid;
	position: relative;
	gap: 24px;
	margin-block: 20px 64px;
	padding: 32px;
	border: 1px solid var(--ob-kh-black);
	background: var(--ob-kh-soft);
	box-shadow: 8px 8px 0 var(--ob-kh-red);
}

.ob-kh-learn__mark {
	display: grid;
	width: 64px;
	height: 64px;
	place-items: center;
	background: var(--ob-kh-black);
	color: var(--ob-kh-white);
	font-family: var(--ob-kh-heading-font);
	font-size: 2.5rem;
}

.ob-kh-learn h2 {
	margin-bottom: 12px;
	font-size: clamp(1.9rem, 8vw, 3.15rem);
}

.ob-kh-learn p {
	max-width: 600px;
	margin-bottom: 0;
	color: var(--ob-kh-muted);
}

.ob-kh-learn ul {
	display: grid;
	align-content: center;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ob-kh-learn li {
	position: relative;
	padding-left: 27px;
	font-weight: 600;
}

.ob-kh-learn li::before {
	position: absolute;
	top: .35em;
	left: 0;
	width: 15px;
	height: 8px;
	border-bottom: 2px solid var(--ob-kh-red);
	border-left: 2px solid var(--ob-kh-red);
	content: "";
	transform: rotate(-45deg);
}

.ob-kh-support-wrap {
	padding-bottom: 64px;
}

.ob-kh-support {
	display: grid;
	align-items: center;
	gap: 22px;
	padding: 32px 24px;
	background: var(--ob-kh-red);
	color: var(--ob-kh-white);
}

.ob-kh-support .ob-kh-eyebrow,
.ob-kh-support h2 {
	color: var(--ob-kh-white);
}

.ob-kh-support h2 {
	margin-bottom: 9px;
	font-size: clamp(2rem, 9vw, 3.5rem);
}

.ob-kh-support p {
	max-width: 650px;
	margin-bottom: 0;
}

.ob-kh-button {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 12px 18px;
	font-weight: 700;
	letter-spacing: .06em;
	text-align: center;
	text-transform: uppercase;
}

.ob-kh .ob-kh-support a.ob-kh-button.ob-kh-button--light {
	display: inline-flex !important;
	min-width: 190px;
	min-height: 54px;
	padding: 14px 24px !important;
	border: 1px solid #15803d !important;
	border-radius: 6px;
	background-color: #16a34a !important;
	background-image: none !important;
	box-shadow: 5px 5px 0 rgba(10, 10, 10, 0.32);
	color: #fff !important;
	font-weight: 700 !important;
	line-height: 1.1;
	opacity: 1 !important;
	visibility: visible !important;
}

.ob-kh .ob-kh-support a.ob-kh-button.ob-kh-button--light *,
.ob-kh .ob-kh-support a.ob-kh-button.ob-kh-button--light svg,
.ob-kh .ob-kh-support a.ob-kh-button.ob-kh-button--light svg * {
	color: #fff !important;
	stroke: currentColor !important;
}

.ob-kh .ob-kh-support a.ob-kh-button.ob-kh-button--light:hover {
	border-color: #15803d !important;
	background-color: #15803d !important;
	background-image: none !important;
	box-shadow: 3px 3px 0 rgba(10, 10, 10, 0.42);
	color: #fff !important;
	transform: translateY(-2px);
}

.ob-kh .ob-kh-support a.ob-kh-button.ob-kh-button--light:focus-visible {
	outline: 3px solid #fff !important;
	outline-offset: 3px;
	box-shadow: 0 0 0 6px var(--ob-kh-black), 4px 4px 0 rgba(10, 10, 10, 0.32);
}

.ob-kh-page-hero,
.ob-kh-article-hero {
	position: relative;
	overflow: hidden;
	background: var(--ob-kh-black);
	color: var(--ob-kh-white);
}

.ob-kh-page-hero::after,
.ob-kh-article-hero::after {
	position: absolute;
	top: -90px;
	right: -80px;
	width: 250px;
	height: 250px;
	border: 34px solid rgba(232,17,26,.28);
	border-radius: 50%;
	content: "";
}

.ob-kh-page-hero .ob-kh-shell,
.ob-kh-article-hero .ob-kh-shell {
	position: relative;
	z-index: 1;
	padding-block: 28px 60px;
}

.ob-kh-breadcrumbs {
	display: flex;
	overflow: hidden;
	align-items: center;
	gap: 8px;
	margin-bottom: 44px;
	color: #bcbcbc;
	font-size: .78rem;
	white-space: nowrap;
}

.ob-kh-breadcrumbs a {
	flex: 0 0 auto;
}

.ob-kh-breadcrumbs [aria-current="page"] {
	overflow: hidden;
	color: var(--ob-kh-white);
	text-overflow: ellipsis;
}

.ob-kh-page-hero__content {
	display: grid;
	align-items: end;
	gap: 18px;
	margin-bottom: 30px;
}

.ob-kh-page-hero h1,
.ob-kh-article-hero h1 {
	max-width: 850px;
	margin-bottom: 14px;
	color: var(--ob-kh-white);
	font-size: clamp(3.6rem, 15vw, 7rem);
}

.ob-kh-page-hero__content p {
	max-width: 680px;
	margin-bottom: 0;
	color: #c7c7c7;
}

.ob-kh-count-badge {
	width: fit-content;
	padding: 8px 12px;
	border: 1px solid rgba(255,255,255,.3);
	background: rgba(255,255,255,.06);
	font-weight: 600;
}

.ob-kh-section-heading--compact {
	margin-bottom: 24px;
}

.ob-kh-article-list {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: none;
}

.ob-kh-article-row {
	min-width: 0;
	border: 1px solid var(--ob-kh-line);
	background: var(--ob-kh-white);
	box-shadow: 3px 3px 0 #d9d9d9;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.ob-kh-article-row > a {
	display: grid;
	min-width: 0;
	grid-template-columns: 48px minmax(0, 1fr);
	gap: 14px;
	padding: 20px 18px;
}

.ob-kh-article-row__number {
	display: grid;
	width: 44px;
	height: 44px;
	overflow: hidden;
	place-items: center;
	background: var(--ob-kh-black);
	color: var(--ob-kh-white);
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .04em;
	text-overflow: ellipsis;
}

.ob-kh-article-row__body {
	display: grid;
	min-width: 0;
	gap: 5px;
}

.ob-kh-article-row__body strong {
	font-size: 1.35rem;
	line-height: 1.15;
	overflow-wrap: anywhere;
}

.ob-kh-article-row__body > span {
	color: var(--ob-kh-muted);
	font-size: .9rem;
}

.ob-kh-article-row__meta {
	display: flex;
	grid-column: 2;
	align-items: center;
	gap: 8px;
	color: var(--ob-kh-red);
	font-size: .78rem;
	font-weight: 700;
	text-transform: uppercase;
}

.ob-kh-pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 32px;
}

.ob-kh-pagination .page-numbers {
	display: grid;
	min-width: 44px;
	min-height: 44px;
	place-items: center;
	padding: 8px 12px;
	border: 1px solid var(--ob-kh-line);
	background: var(--ob-kh-white);
}

.ob-kh-pagination .current {
	border-color: var(--ob-kh-red);
	background: var(--ob-kh-red);
	color: var(--ob-kh-white);
}

.ob-kh-empty {
	padding: 24px;
	border-left: 4px solid var(--ob-kh-red);
	background: var(--ob-kh-soft);
}

.ob-kh-search-results .ob-kh-page-hero h1 {
	font-size: clamp(2.7rem, 11vw, 5.4rem);
	overflow-wrap: anywhere;
}

.ob-kh-search-list {
	display: grid;
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ob-kh-search-result {
	min-width: 0;
	border: 1px solid var(--ob-kh-line);
	background: var(--ob-kh-white);
	box-shadow: 3px 3px 0 #d9d9d9;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.ob-kh-search-result > a {
	display: block;
	min-width: 0;
	padding: 20px 18px;
}

.ob-kh-search-result__topline,
.ob-kh-search-result__footer,
.ob-kh-search-result__labels {
	display: flex;
	min-width: 0;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 14px;
}

.ob-kh-search-result__topline,
.ob-kh-search-result__footer {
	justify-content: space-between;
	color: var(--ob-kh-muted);
	font-size: .78rem;
	font-weight: 600;
	letter-spacing: .03em;
	text-transform: uppercase;
}

.ob-kh-search-result__topline .ob-kh-eyebrow {
	margin-bottom: 0;
}

.ob-kh-search-result h3 {
	margin: 14px 0 7px;
	font-size: clamp(1.45rem, 6vw, 2rem);
	line-height: 1.12;
	overflow-wrap: anywhere;
}

.ob-kh-search-result p {
	max-width: 850px;
	margin-bottom: 17px;
	color: var(--ob-kh-muted);
}

.ob-kh-search-result__footer .ob-kh-text-link {
	color: var(--ob-kh-red);
}

.ob-kh-search-empty h2 {
	margin-bottom: 8px;
	font-size: clamp(1.8rem, 8vw, 2.8rem);
}

.ob-kh-search-empty p {
	max-width: 680px;
}

.ob-kh-article-hero h1 {
	font-size: clamp(2.8rem, 12vw, 5.4rem);
}

.ob-kh-article-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 24px;
	color: #c8c8c8;
	font-size: .84rem;
	font-weight: 600;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.ob-kh-article-meta span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.ob-kh-article-meta span::before {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--ob-kh-red);
	content: "";
}

.ob-kh-article {
	padding-block: 48px 24px;
}

.ob-kh-direct-answer {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 15px;
	margin-bottom: 42px;
	padding: 22px 18px;
	border-left: 5px solid var(--ob-kh-red);
	background: #f3f3f1;
}

.ob-kh-direct-answer__icon {
	display: grid;
	width: 36px;
	height: 36px;
	place-items: center;
	border-radius: 50%;
	background: var(--ob-kh-red);
	color: var(--ob-kh-white);
	font-family: var(--ob-kh-heading-font);
}

.ob-kh-direct-answer h2 {
	margin-bottom: 8px;
	font-family: var(--ob-kh-body-font);
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: .09em;
}

.ob-kh-direct-answer p {
	margin-bottom: 0;
	font-size: 1.08rem;
	font-weight: 500;
}

.ob-kh-prose {
	color: #202020;
	font-family: var(--ob-kh-body-font);
	font-size: 1.08rem;
	line-height: 1.72;
}

.ob-kh-media {
	margin-block: 42px;
	padding: 22px;
	border: 1px solid var(--ob-kh-line);
	border-top: 4px solid var(--ob-kh-red);
	background: var(--ob-kh-white);
}

.ob-kh-media h2 {
	margin: 0 0 16px;
	font-family: var(--ob-kh-body-font);
	font-size: 1.5rem;
	font-weight: 700;
	text-transform: none;
}

.ob-kh-media audio,
.ob-kh-media video,
.ob-kh-media img {
	display: block;
	width: 100%;
	height: auto;
}

.ob-kh-media figure { margin: 0; }
.ob-kh-media figcaption { margin-top: 10px; color: var(--ob-kh-muted); font-size: .9rem; }
.ob-kh-audio { display: grid; gap: 18px; }
.ob-kh-audio__track { display: grid; gap: 10px; }
.ob-kh-media__meta { display: flex; flex-wrap: wrap; gap: 8px; color: var(--ob-kh-muted); font-size: .86rem; }
.ob-kh-media__badge { padding: 2px 8px; background: var(--ob-kh-black); color: var(--ob-kh-white); font-weight: 700; }
.ob-kh-media__embed { position: relative; width: 100%; overflow: hidden; padding-top: 56.25%; background: var(--ob-kh-black); }
.ob-kh-media__embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.ob-kh-media__button { margin-top: 16px; border: 1px solid var(--ob-kh-black); }
.ob-kh-download { display: grid; gap: 14px; align-items: center; }
.ob-kh-download h2 { margin-bottom: 4px; }
.ob-kh-download .ob-kh-media__button { margin-top: 0; }

.ob-kh-media a:focus-visible,
.ob-kh-media audio:focus-visible,
.ob-kh-media video:focus-visible {
	outline: 3px solid var(--ob-kh-red);
	outline-offset: 3px;
}

.ob-kh-prose > * {
	max-width: 100%;
}

.ob-kh-prose h2,
.ob-kh-prose h3,
.ob-kh-prose h4 {
	scroll-margin-top: 30px;
	color: var(--ob-kh-black);
}

.ob-kh-prose h2 {
	margin: 52px 0 18px;
	padding-top: 12px;
	border-top: 3px solid var(--ob-kh-black);
	font-size: clamp(1.8rem, 7vw, 2.7rem);
}

.ob-kh-prose h2.ob-kh-faq-heading {
	border-top-color: var(--ob-kh-red);
	color: var(--ob-kh-red);
}

.ob-kh-prose h3 {
	margin: 34px 0 10px;
	font-size: 1.45rem;
	font-weight: 700;
	line-height: 1.18;
}

.ob-kh-prose h4 {
	margin: 28px 0 8px;
	font-size: 1.15rem;
}

.ob-kh-prose p,
.ob-kh-prose ul,
.ob-kh-prose ol,
.ob-kh-prose blockquote,
.ob-kh-prose table,
.ob-kh-prose pre {
	margin-bottom: 22px;
}

.ob-kh-prose ul,
.ob-kh-prose ol {
	padding-left: 1.2em;
}

.ob-kh-prose li {
	padding-left: .35em;
}

.ob-kh-prose li + li {
	margin-top: 7px;
}

.ob-kh-prose a {
	color: var(--ob-kh-red);
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.ob-kh-prose blockquote {
	margin-inline: 0;
	padding: 18px 20px;
	border-left: 4px solid var(--ob-kh-red);
	background: var(--ob-kh-soft);
}

.ob-kh-prose blockquote > :last-child {
	margin-bottom: 0;
}

.ob-kh-prose table {
	display: block;
	width: 100%;
	overflow-x: auto;
	border-collapse: collapse;
}

.ob-kh-prose th,
.ob-kh-prose td {
	min-width: 120px;
	padding: 10px 12px;
	border: 1px solid var(--ob-kh-line);
	text-align: left;
}

.ob-kh-prose th {
	background: var(--ob-kh-black);
	color: var(--ob-kh-white);
}

.ob-kh-prose pre {
	max-width: 100%;
	overflow-x: auto;
	padding: 18px;
	background: var(--ob-kh-black);
	color: var(--ob-kh-white);
	font-size: .82rem;
}

.ob-kh-prose hr {
	display: none;
}

.ob-kh-article-id-badge {
	display: inline-flex;
	align-items: center;
	width: max-content;
	max-width: 100%;
	padding: 3px 6px;
	background: var(--ob-kh-black);
	color: var(--ob-kh-white);
	font-size: .62rem;
	font-weight: 700;
	letter-spacing: .02em;
	line-height: 1;
	white-space: nowrap;
}

.ob-kh-helpful {
	display: grid;
	gap: 16px;
	margin-top: 56px;
	padding: 26px 22px;
	border: 1px solid var(--ob-kh-line);
	border-top: 4px solid var(--ob-kh-red);
}

.ob-kh-helpful h2 {
	margin-bottom: 0;
	font-family: var(--ob-kh-body-font);
	font-size: 1.5rem;
	font-weight: 700;
	text-transform: none;
}

.ob-kh-helpful__actions {
	display: flex;
	gap: 10px;
}

.ob-kh-helpful button {
	min-width: 72px;
	min-height: 44px;
	border: 1px solid var(--ob-kh-black);
	background: var(--ob-kh-white);
	color: var(--ob-kh-black);
	cursor: pointer;
	font-weight: 700;
}

.ob-kh-helpful button:hover,
.ob-kh-helpful button[aria-pressed="true"] {
	background: var(--ob-kh-black);
	color: var(--ob-kh-white);
}

.ob-kh-helpful__status {
	grid-column: 1 / -1;
	min-height: 1em;
	margin: 0;
	color: var(--ob-kh-muted);
	font-size: .85rem;
}

.ob-kh-article-nav {
	display: grid;
	gap: 12px;
	margin-block: 24px 48px;
	padding-top: 24px;
	border-top: 1px solid var(--ob-kh-line);
}

.ob-kh-article-nav a {
	display: grid;
	gap: 5px;
	padding: 16px;
	border: 1px solid var(--ob-kh-line);
	transition: border-color 180ms ease, transform 180ms ease;
}

.ob-kh-article-nav a > span {
	color: var(--ob-kh-red);
	font-size: .75rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.ob-kh-article-nav strong {
	line-height: 1.15;
	overflow-wrap: anywhere;
}

.ob-kh-article-nav__next {
	text-align: right;
}

.ob-kh-single .ob-kh-learning-cta {
	width: min(100% - 32px, 920px);
	margin-bottom: 64px;
	padding: clamp(28px, 6vw, 48px) clamp(20px, 6vw, 52px);
	border-top: 4px solid var(--ob-kh-red);
	background: var(--ob-kh-black);
	color: var(--ob-kh-white);
	text-align: center;
}

.ob-kh-single .ob-kh-learning-cta__context {
	margin-bottom: 18px;
	color: rgba(255, 255, 255, .64);
	font-size: .78rem;
	font-weight: 600;
	letter-spacing: .08em;
	line-height: 1.3;
	text-transform: uppercase;
}

.ob-kh-single .ob-kh-learning-cta__eyebrow {
	margin-bottom: 10px;
	color: var(--ob-kh-red);
	font-size: .76rem;
	font-weight: 700;
	letter-spacing: .14em;
	line-height: 1.2;
	text-transform: uppercase;
}

.ob-kh-single .ob-kh-learning-cta h2 {
	margin-bottom: 14px;
	color: var(--ob-kh-white);
	font-size: clamp(2rem, 8vw, 3.35rem);
}

.ob-kh-single .ob-kh-learning-cta__copy {
	max-width: 680px;
	margin: 0 auto;
	color: rgba(255, 255, 255, .78);
	line-height: 1.55;
}

.ob-kh-single .ob-kh-learning-cta__actions {
	display: grid;
	gap: 12px;
	margin-top: 24px;
}

.ob-kh-single .ob-kh-learning-cta__button {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	padding: 11px 18px;
	border: 1px solid transparent;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.ob-kh-single .ob-kh-learning-cta__button--primary {
	background: var(--ob-kh-red);
	color: var(--ob-kh-white);
}

.ob-kh-single .ob-kh-learning-cta__button--secondary {
	border-color: rgba(255, 255, 255, .58);
	background: transparent;
	color: var(--ob-kh-white);
}

.ob-kh-single .ob-kh-learning-cta__button--primary:hover {
	background: #c90e16;
	color: var(--ob-kh-white);
	transform: translateY(-2px);
}

.ob-kh-single .ob-kh-learning-cta__button--secondary:hover {
	border-color: var(--ob-kh-white);
	background: var(--ob-kh-white);
	color: var(--ob-kh-black);
	transform: translateY(-2px);
}

.ob-kh-single .ob-kh-learning-cta__button:focus-visible {
	outline-color: var(--ob-kh-white);
}

.ob-kh.ob-kh-motion-ready [data-ob-kh-reveal] {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity 520ms ease, transform 520ms cubic-bezier(.2,.7,.25,1);
}

.ob-kh.ob-kh-motion-ready [data-ob-kh-reveal].is-ob-kh-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (hover: hover) and (pointer: fine) {
	.ob-kh .ob-kh-card-3d:hover {
		border-color: #bcbcbc;
		box-shadow: 0 22px 44px rgba(10,10,10,.16);
		transform: perspective(900px) translateY(-5px) rotateX(1.2deg) rotateY(-1.2deg);
	}

	.ob-kh .ob-kh-category-card:hover .ob-kh-category-card__icon {
		transform: translateY(-3px) rotate(-2deg);
	}

	.ob-kh a:hover .ob-kh-arrow {
		transform: translateX(4px);
	}

	.ob-kh .ob-kh-article-row:hover {
		border-color: #aaa;
		box-shadow: 5px 5px 0 var(--ob-kh-red);
		transform: translateY(-2px);
	}

	.ob-kh .ob-kh-search-result:hover {
		border-color: #aaa;
		box-shadow: 5px 5px 0 var(--ob-kh-red);
		transform: translateY(-2px);
	}

	.ob-kh .ob-kh-article-nav a:hover {
		border-color: var(--ob-kh-red);
		transform: translateY(-2px);
	}
}

@media (min-width: 340px) {
	.ob-kh-article-grid--latest {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 9px;
	}
}

@media (min-width: 560px) {
	.ob-kh-search__button { padding-inline: 22px; }
	.ob-kh-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ob-kh-article-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ob-kh-support { padding: 40px; }
	.ob-kh-article-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ob-kh-helpful { grid-template-columns: minmax(0, 1fr) auto; align-items: center; }
	.ob-kh-download { grid-template-columns: minmax(0, 1fr) auto; }
	.ob-kh-single .ob-kh-learning-cta__actions { display: flex; justify-content: center; }
	.ob-kh-single .ob-kh-learning-cta__button { min-width: 210px; }
}

@media (min-width: 760px) {
	.ob-kh-shell { width: min(100% - 64px, 1240px); }
	.ob-kh-reading-shell { width: min(100% - 64px, 820px); }
	.ob-kh-section { padding-block: 80px; }
	.ob-kh-section-heading { grid-template-columns: minmax(0, 1fr) minmax(260px, 380px); align-items: end; }
	.ob-kh-section-heading h2 { font-size: clamp(2.8rem, 5vw, 4.4rem); }
	.ob-kh-section-heading--compact { grid-template-columns: 1fr; }
	.ob-kh-category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
	.ob-kh-category-card > a { padding: 17px; }
	.ob-kh-category-card__number { top: 15px; right: 17px; font-size: 1.65rem; }
	.ob-kh-category-card__icon { width: 40px; height: 40px; margin-bottom: 16px; }
	.ob-kh-category-card__icon svg { width: 23px; }
	.ob-kh-category-card h3 { font-size: 1.12rem; }
	.ob-kh-category-card p { -webkit-line-clamp: 3; line-clamp: 3; font-size: .88rem; }
	.ob-kh-article-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
	.ob-kh-article-grid--latest { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
	.ob-kh-article-card__link { padding: 16px; }
	.ob-kh-article-card h3 { font-size: 1.15rem; }
	.ob-kh-article-card p { font-size: .84rem; }
	.ob-kh-article-card__topline { margin-bottom: 9px; font-size: .68rem; }
	.ob-kh-article-card--latest p { -webkit-line-clamp: 2; line-clamp: 2; }
	.ob-kh-learn { grid-template-columns: auto minmax(0, 1.4fr) minmax(230px, .8fr); align-items: center; gap: 32px; padding: 44px; margin-bottom: 88px; }
	.ob-kh-support-wrap { padding-bottom: 88px; }
	.ob-kh-support { grid-template-columns: minmax(0, 1fr) auto; }
	.ob-kh-page-hero .ob-kh-shell, .ob-kh-article-hero .ob-kh-shell { padding-block: 34px 80px; }
	.ob-kh-page-hero__content { grid-template-columns: minmax(0, 1fr) auto; }
	.ob-kh-article-row > a { grid-template-columns: 64px minmax(0, 1fr) auto; align-items: center; gap: 22px; padding: 22px 24px; }
	.ob-kh-article-row__number { width: 54px; height: 54px; }
	.ob-kh-article-row__meta { grid-column: auto; }
	.ob-kh-article { padding-top: 64px; }
	.ob-kh-direct-answer { grid-template-columns: 52px minmax(0, 1fr); padding: 28px; }
}

@media (min-width: 1020px) {
	.ob-kh-category-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
	.ob-kh-hero__symbol { width: 66px; }
	.ob-kh-hero__orb--one { right: 7%; }
}

@media (min-width: 1280px) {
	.ob-kh-category-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
	.ob-kh-section-heading { gap: 8px; }
	.ob-kh-section-heading > p { font-size: .92rem; line-height: 1.4; }
	.ob-kh-article-row > a { grid-template-columns: 76px minmax(0, 1fr); }
	.ob-kh-article-row__number {
		width: 72px;
		min-height: 32px;
		height: auto;
		overflow: visible;
		padding: 5px 6px;
		font-size: .58rem;
		line-height: 1;
		letter-spacing: .02em;
		text-align: center;
		text-overflow: unset;
		white-space: nowrap;
		word-break: normal;
		overflow-wrap: normal;
	}
	.ob-kh .ob-kh-hero__symbol { display: none; }
	.ob-kh .ob-kh-hero__orb { opacity: .65; }
	.ob-kh .ob-kh-card-3d { transform: none; }
	.ob-kh.ob-kh-motion-ready [data-ob-kh-reveal] { opacity: 1; transform: none; transition-duration: 180ms; }
	.ob-kh-marquee__track { animation-duration: 60s; }
}

@media (prefers-reduced-motion: reduce) {
	.ob-kh *,
	.ob-kh *::before,
	.ob-kh *::after {
		scroll-behavior: auto !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
	}

	.ob-kh .ob-kh-marquee__track,
	.ob-kh .ob-kh-hero__orb,
	.ob-kh .ob-kh-hero__symbol,
	.ob-kh .ob-kh-card-3d {
		transform: none !important;
	}

	.ob-kh.ob-kh-motion-ready [data-ob-kh-reveal] {
		opacity: 1;
		transform: none;
	}
}
