:root {
	--ohnk-ink: #181523;
	--ohnk-ink-soft: #2c2835;
	--ohnk-purple: #2c1b48;
	--ohnk-purple-light: #442a69;
	--ohnk-orange: #ef6a32;
	--ohnk-orange-dark: #d9531e;
	--ohnk-white: #ffffff;
	--ohnk-muted: #746f7d;
	--ohnk-line: #e8e5ec;
	--ohnk-soft: #f6f5f8;
	--ohnk-success: #238659;
	--ohnk-warning: #b76a12;
	--ohnk-danger: #b23a48;
	--ohnk-radius-sm: 10px;
	--ohnk-radius-md: 18px;
	--ohnk-radius-lg: 28px;
	--ohnk-shadow-sm: 0 8px 28px rgba(24, 21, 35, .08);
	--ohnk-shadow-lg: 0 24px 70px rgba(24, 21, 35, .14);
	--ohnk-container: 1480px;
}

.ohnk-style-guide-page {
	color: var(--ohnk-ink);
	background: var(--ohnk-white);
}

.ohnk-style-guide-page .main-page-wrapper,
.ohnk-style-guide-page .site-content {
	padding-top: 0;
}

.ohnk-style-guide-page .page-title {
	display: none;
}

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

.ohnk-ds {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	overflow: hidden;
	color: var(--ohnk-ink);
	background: var(--ohnk-white);
	font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
}

.ohnk-ds__container {
	width: min(calc(100% - 48px), var(--ohnk-container));
	margin-inline: auto;
}

.ohnk-ds__hero {
	position: relative;
	isolation: isolate;
	padding: clamp(72px, 9vw, 136px) 0 clamp(64px, 8vw, 112px);
	color: var(--ohnk-white);
	background:
		radial-gradient(circle at 82% 22%, rgba(239, 106, 50, .3), transparent 24rem),
		linear-gradient(135deg, var(--ohnk-ink) 0%, var(--ohnk-purple) 62%, var(--ohnk-purple-light) 100%);
}

.ohnk-ds__hero::after {
	position: absolute;
	z-index: -1;
	right: -7rem;
	bottom: -13rem;
	width: 36rem;
	height: 36rem;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 50%;
	box-shadow: 0 0 0 70px rgba(255, 255, 255, .035), 0 0 0 140px rgba(255, 255, 255, .025);
	content: "";
}

.ohnk-ds__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 22px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .16em;
	line-height: 1.2;
	text-transform: uppercase;
}

.ohnk-ds__eyebrow::before {
	width: 28px;
	height: 3px;
	border-radius: 99px;
	background: var(--ohnk-orange);
	content: "";
}

.ohnk-ds__hero h1 {
	max-width: 960px;
	margin: 0;
	color: var(--ohnk-white);
	font-size: clamp(44px, 6.2vw, 92px);
	font-weight: 800;
	letter-spacing: -.055em;
	line-height: .98;
}

.ohnk-ds__lead {
	max-width: 760px;
	margin: 32px 0 0;
	color: rgba(255, 255, 255, .76);
	font-size: clamp(18px, 1.55vw, 24px);
	line-height: 1.5;
}

.ohnk-ds__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 42px;
}

.ohnk-ds__meta span {
	padding: 9px 14px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 99px;
	color: rgba(255, 255, 255, .78);
	font-size: 13px;
	font-weight: 700;
}

.ohnk-ds__section {
	padding: clamp(64px, 8vw, 116px) 0;
}

.ohnk-ds__section--soft {
	background: var(--ohnk-soft);
}

.ohnk-ds__section-head {
	display: grid;
	grid-template-columns: minmax(0, .8fr) minmax(300px, 1.2fr);
	gap: 48px;
	align-items: end;
	margin-bottom: 48px;
}

.ohnk-ds__kicker {
	margin: 0 0 12px;
	color: var(--ohnk-orange-dark);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.ohnk-ds h2,
.ohnk-ds h3,
.ohnk-ds h4,
.ohnk-ds p {
	font-family: inherit;
}

.ohnk-ds h2 {
	margin: 0;
	color: var(--ohnk-ink);
	font-size: clamp(36px, 4vw, 58px);
	font-weight: 800;
	letter-spacing: -.04em;
	line-height: 1.04;
}

.ohnk-ds__section-head > p {
	max-width: 720px;
	margin: 0;
	color: var(--ohnk-muted);
	font-size: 18px;
}

.ohnk-ds__swatches {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 16px;
}

.ohnk-ds__swatch {
	min-height: 190px;
	padding: 20px;
	border: 1px solid rgba(24, 21, 35, .07);
	border-radius: var(--ohnk-radius-md);
	box-shadow: var(--ohnk-shadow-sm);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.ohnk-ds__swatch strong,
.ohnk-ds__swatch small {
	display: block;
}

.ohnk-ds__swatch strong {
	font-size: 15px;
}

.ohnk-ds__swatch small {
	margin-top: 2px;
	opacity: .67;
}

.ohnk-ds__swatch--ink {
	color: var(--ohnk-white);
	background: var(--ohnk-ink);
}

.ohnk-ds__swatch--purple {
	color: var(--ohnk-white);
	background: var(--ohnk-purple);
}

.ohnk-ds__swatch--orange {
	color: var(--ohnk-white);
	background: var(--ohnk-orange);
}

.ohnk-ds__swatch--white {
	background: var(--ohnk-white);
}

.ohnk-ds__swatch--soft {
	background: var(--ohnk-soft);
}

.ohnk-ds__swatch--muted {
	color: var(--ohnk-white);
	background: var(--ohnk-muted);
}

.ohnk-ds__type-grid {
	display: grid;
	grid-template-columns: minmax(220px, .36fr) minmax(0, 1fr);
	gap: 28px 56px;
	align-items: baseline;
}

.ohnk-ds__type-label {
	color: var(--ohnk-muted);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.ohnk-ds__display,
.ohnk-ds__heading-1,
.ohnk-ds__heading-2,
.ohnk-ds__heading-3,
.ohnk-ds__body-large,
.ohnk-ds__body {
	margin: 0;
	color: var(--ohnk-ink);
}

.ohnk-ds__display {
	font-size: clamp(44px, 5vw, 76px);
	font-weight: 800;
	letter-spacing: -.055em;
	line-height: 1;
}

.ohnk-ds__heading-1 {
	font-size: clamp(38px, 4vw, 58px);
	font-weight: 800;
	letter-spacing: -.045em;
	line-height: 1.05;
}

.ohnk-ds__heading-2 {
	font-size: clamp(30px, 3vw, 44px);
	font-weight: 800;
	letter-spacing: -.035em;
	line-height: 1.1;
}

.ohnk-ds__heading-3 {
	font-size: 26px;
	font-weight: 750;
	letter-spacing: -.025em;
	line-height: 1.2;
}

.ohnk-ds__body-large {
	max-width: 900px;
	color: var(--ohnk-ink-soft);
	font-size: 20px;
}

.ohnk-ds__body {
	max-width: 850px;
	color: var(--ohnk-muted);
	font-size: 16px;
}

.ohnk-ds__component-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.ohnk-ds__panel {
	padding: clamp(26px, 3vw, 42px);
	border: 1px solid var(--ohnk-line);
	border-radius: var(--ohnk-radius-lg);
	background: var(--ohnk-white);
	box-shadow: var(--ohnk-shadow-sm);
}

.ohnk-ds__panel h3 {
	margin: 0 0 24px;
	color: var(--ohnk-ink);
	font-size: 24px;
	font-weight: 800;
	letter-spacing: -.025em;
}

.ohnk-ds__actions,
.ohnk-ds__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.ohnk-ds__button {
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 22px;
	border: 1px solid transparent;
	border-radius: var(--ohnk-radius-sm);
	font: inherit;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	cursor: default;
	transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.ohnk-ds__button--primary {
	color: var(--ohnk-white);
	background: var(--ohnk-orange);
	box-shadow: 0 10px 24px rgba(239, 106, 50, .24);
}

.ohnk-ds__button--secondary {
	color: var(--ohnk-white);
	background: var(--ohnk-purple);
}

.ohnk-ds__button--outline {
	border-color: var(--ohnk-line);
	color: var(--ohnk-ink);
	background: var(--ohnk-white);
}

.ohnk-ds__badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	border-radius: 99px;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
}

.ohnk-ds__badge::before {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: currentColor;
	content: "";
}

.ohnk-ds__badge--stock {
	color: var(--ohnk-success);
	background: #e8f6ef;
}

.ohnk-ds__badge--supplier {
	color: #5c45a6;
	background: #efebfb;
}

.ohnk-ds__badge--order {
	color: var(--ohnk-warning);
	background: #fff4df;
}

.ohnk-ds__badge--request {
	color: var(--ohnk-danger);
	background: #fbecef;
}

.ohnk-ds__form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.ohnk-ds__field {
	display: grid;
	gap: 8px;
}

.ohnk-ds__field--wide {
	grid-column: 1 / -1;
}

.ohnk-ds__field label {
	color: var(--ohnk-ink);
	font-size: 13px;
	font-weight: 800;
}

.ohnk-ds__field input,
.ohnk-ds__field select,
.ohnk-ds__field textarea {
	width: 100%;
	min-height: 52px;
	margin: 0;
	padding: 12px 15px;
	border: 1px solid #dcd7e2;
	border-radius: var(--ohnk-radius-sm);
	color: var(--ohnk-ink);
	background: var(--ohnk-white);
	font: inherit;
	box-shadow: none;
}

.ohnk-ds__field textarea {
	min-height: 106px;
	resize: none;
}

.ohnk-ds__field input:focus,
.ohnk-ds__field select:focus,
.ohnk-ds__field textarea:focus {
	border-color: var(--ohnk-purple-light);
	outline: 3px solid rgba(68, 42, 105, .12);
}

.ohnk-ds__card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.ohnk-ds__card {
	overflow: hidden;
	border: 1px solid var(--ohnk-line);
	border-radius: var(--ohnk-radius-lg);
	background: var(--ohnk-white);
	box-shadow: var(--ohnk-shadow-sm);
}

.ohnk-ds__card-visual {
	position: relative;
	display: grid;
	min-height: 240px;
	place-items: center;
	overflow: hidden;
	background: linear-gradient(145deg, #eeebf2, #faf9fb);
}

.ohnk-ds__card-visual::before,
.ohnk-ds__card-visual::after {
	position: absolute;
	border-radius: 50%;
	content: "";
}

.ohnk-ds__card-visual::before {
	width: 170px;
	height: 170px;
	border: 28px solid rgba(68, 42, 105, .11);
}

.ohnk-ds__card-visual::after {
	right: 24px;
	bottom: 24px;
	width: 54px;
	height: 54px;
	background: var(--ohnk-orange);
	box-shadow: -74px -55px 0 -13px var(--ohnk-purple);
}

.ohnk-ds__card-mark {
	position: relative;
	z-index: 1;
	color: var(--ohnk-purple);
	font-size: 68px;
	font-weight: 900;
	letter-spacing: -.08em;
}

.ohnk-ds__card-content {
	padding: 24px;
}

.ohnk-ds__card-category {
	margin: 0 0 8px;
	color: var(--ohnk-orange-dark);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.ohnk-ds__card h3 {
	margin: 0;
	color: var(--ohnk-ink);
	font-size: 22px;
	font-weight: 800;
	letter-spacing: -.025em;
	line-height: 1.25;
}

.ohnk-ds__card-text {
	margin: 12px 0 20px;
	color: var(--ohnk-muted);
	font-size: 14px;
}

.ohnk-ds__price {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
	padding-top: 18px;
	border-top: 1px solid var(--ohnk-line);
}

.ohnk-ds__price strong {
	color: var(--ohnk-ink);
	font-size: 20px;
}

.ohnk-ds__price a {
	color: var(--ohnk-purple);
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

.ohnk-ds__data-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
	gap: 24px;
}

.ohnk-ds__table {
	width: 100%;
	margin: 0;
	border: 0;
	border-collapse: collapse;
}

.ohnk-ds__table th,
.ohnk-ds__table td {
	padding: 17px 0;
	border-bottom: 1px solid var(--ohnk-line);
	text-align: left;
	vertical-align: top;
}

.ohnk-ds__table th {
	width: 42%;
	color: var(--ohnk-muted);
	font-size: 13px;
	font-weight: 700;
}

.ohnk-ds__table td {
	color: var(--ohnk-ink);
	font-weight: 750;
}

.ohnk-ds__notices {
	display: grid;
	gap: 12px;
}

.ohnk-ds__notice {
	padding: 18px 20px;
	border-left: 4px solid;
	border-radius: 0 var(--ohnk-radius-sm) var(--ohnk-radius-sm) 0;
	font-size: 14px;
}

.ohnk-ds__notice strong {
	display: block;
	margin-bottom: 3px;
	color: var(--ohnk-ink);
}

.ohnk-ds__notice--info {
	border-color: var(--ohnk-purple-light);
	background: #f0edf7;
}

.ohnk-ds__notice--success {
	border-color: var(--ohnk-success);
	background: #eaf7f1;
}

.ohnk-ds__notice--warning {
	border-color: var(--ohnk-orange);
	background: #fff1e9;
}

.ohnk-ds__closing {
	padding: clamp(70px, 8vw, 112px) 0;
	color: var(--ohnk-white);
	background: var(--ohnk-ink);
}

.ohnk-ds__closing-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 44px;
	align-items: center;
}

.ohnk-ds__closing h2 {
	max-width: 900px;
	color: var(--ohnk-white);
}

.ohnk-ds__closing p {
	max-width: 760px;
	margin: 18px 0 0;
	color: rgba(255, 255, 255, .68);
	font-size: 17px;
}

@media (hover: hover) {
	.ohnk-ds__button:hover {
		transform: translateY(-2px);
	}

	.ohnk-ds__button--primary:hover {
		color: var(--ohnk-white);
		background: var(--ohnk-orange-dark);
		box-shadow: 0 14px 30px rgba(239, 106, 50, .32);
	}
}

@media (max-width: 1024px) {
	.ohnk-ds__swatches {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

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

	.ohnk-ds__card:last-child {
		grid-column: 1 / -1;
	}
}

@media (max-width: 767px) {
	.ohnk-ds__container {
		width: min(calc(100% - 32px), var(--ohnk-container));
	}

	.ohnk-ds__hero {
		padding-top: 60px;
	}

	.ohnk-ds__section-head,
	.ohnk-ds__type-grid,
	.ohnk-ds__component-grid,
	.ohnk-ds__data-grid,
	.ohnk-ds__closing-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.ohnk-ds__swatches,
	.ohnk-ds__card-grid {
		grid-template-columns: 1fr 1fr;
	}

	.ohnk-ds__card:last-child {
		grid-column: 1 / -1;
	}

	.ohnk-ds__type-grid {
		gap: 8px;
	}

	.ohnk-ds__type-label:not(:first-child) {
		margin-top: 22px;
	}

	.ohnk-ds__form {
		grid-template-columns: 1fr;
	}

	.ohnk-ds__field--wide {
		grid-column: auto;
	}
}

@media (max-width: 520px) {
	.ohnk-ds__swatches,
	.ohnk-ds__card-grid {
		grid-template-columns: 1fr;
	}

	.ohnk-ds__card:last-child {
		grid-column: auto;
	}

	.ohnk-ds__swatch {
		min-height: 128px;
	}

	.ohnk-ds__actions .ohnk-ds__button {
		width: 100%;
	}
}
