/* Kitchen appliances case — own layout, not the shared Shopify skeleton */

.shodrop-redesign main.case-page--kitchen {
	padding-top: 4px;
}

.case-page--kitchen {
	--ktech-ink: #16161a;
	--ktech-mut: rgba(22, 22, 26, 0.58);
	--ktech-line: rgba(22, 22, 26, 0.1);
	--ktech-card: #ffffff;
	--ktech-accent: #d6603d;
	--ktech-stack: #1c1b20;
	max-width: 100%;
	overflow-x: clip;
}

.case-page--kitchen .ktech-wrap {
	max-width: 880px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.case-page--kitchen .ktech-wrap--wide {
	max-width: 1080px;
}

.case-page--kitchen .case-breadcrumbs {
	max-width: 880px;
	margin: 0 auto;
	padding: 8px 20px 0;
}

.case-page--kitchen .ktech-kicker {
	margin: 0 0 6px;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--ktech-accent);
}

.case-page--kitchen .ktech-kicker--on-dark {
	color: rgba(255, 255, 255, 0.55);
}

.case-page--kitchen .ktech-title {
	margin: 0 0 16px;
	font-size: clamp(1.25rem, 3.2vw, 1.75rem);
	line-height: 1.22;
	font-weight: 700;
	letter-spacing: -0.03em;
	color: var(--ktech-ink);
	background: none;
	-webkit-text-fill-color: unset;
}

.case-page--kitchen .ktech-title--on-dark {
	color: #fff;
	margin-bottom: 18px;
}

/* Hero */
.case-page--kitchen .ktech-hero {
	padding: 10px 0 18px;
}

.case-page--kitchen .ktech-hero__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	list-style: none;
	margin: 0 0 12px;
	padding: 0;
}

.case-page--kitchen .ktech-hero__chips li {
	margin: 0;
	padding: 4px 10px;
	border: 1px solid var(--ktech-line);
	border-radius: 999px;
	background: var(--ktech-card);
	color: var(--ktech-ink);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.case-page--kitchen .ktech-hero__title {
	margin: 0 0 10px;
	max-width: 18em;
	font-size: clamp(1.375rem, 4.2vw, 2.125rem);
	line-height: 1.18;
	font-weight: 700;
	letter-spacing: -0.03em;
	color: var(--ktech-ink);
}

.case-page--kitchen .ktech-hero__lead {
	margin: 0 0 14px;
	max-width: 40rem;
	font-size: 1rem;
	line-height: 1.5;
	color: var(--ktech-mut);
}

.case-page--kitchen .ktech-hero__lead a {
	color: var(--ktech-accent);
}

.case-page--kitchen .ktech-hero__shot {
	margin: 0;
	overflow: hidden;
	border: 1px solid var(--ktech-line);
	border-radius: 14px;
	background: var(--ktech-card);
	cursor: zoom-in;
}

.case-page--kitchen .ktech-hero__shot .case-picture,
.case-page--kitchen .ktech-hero__shot .case-picture img {
	display: block;
	width: 100%;
	height: auto;
}

.case-page--kitchen.case-page--image-protected .ktech-hero__shot::after {
	font-size: 22px;
}

/* Original model + flow */
.case-page--kitchen .ktech-model {
	padding: 0 0 28px;
}

.case-page--kitchen .ktech-flow {
	list-style: none;
	margin: 0 0 14px;
	padding: 14px 12px;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	background: var(--ktech-card);
	border: 1px solid var(--ktech-line);
	border-radius: 14px;
}

.case-page--kitchen .ktech-flow li {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
	margin: 0;
	padding: 4px 16px 4px 8px;
}

.case-page--kitchen .ktech-flow li:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 18px;
	right: 0;
	width: 10px;
	height: 10px;
	border-top: 2px solid rgba(22, 22, 26, 0.18);
	border-right: 2px solid rgba(22, 22, 26, 0.18);
	transform: rotate(45deg);
}

.case-page--kitchen .ktech-flow__mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	margin-bottom: 2px;
	border-radius: 50%;
	background: color-mix(in srgb, var(--ktech-accent) 14%, transparent);
	color: var(--ktech-accent);
	font-size: 0.6875rem;
	font-weight: 700;
}

.case-page--kitchen .ktech-flow strong {
	font-size: 0.875rem;
	line-height: 1.25;
	color: var(--ktech-ink);
}

.case-page--kitchen .ktech-flow span:not(.ktech-flow__mark) {
	font-size: 0.75rem;
	line-height: 1.35;
	color: var(--ktech-mut);
}

.case-page--kitchen .ktech-model__text {
	margin: 0 0 8px;
	font-size: 0.9375rem;
	line-height: 1.5;
	color: var(--ktech-mut);
}

.case-page--kitchen .ktech-model__text:last-child {
	margin-bottom: 0;
}

/* Infrastructure — main block */
.case-page--kitchen .ktech-infra {
	padding: 28px 0;
	background: var(--ktech-stack);
	color: #fff;
}

.case-page--kitchen .ktech-infra__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0;
}

.case-page--kitchen .ktech-infra__list li {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	gap: 12px;
	margin: 0;
	padding: 12px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.case-page--kitchen .ktech-infra__list li:last-child {
	padding-bottom: 0;
}

.case-page--kitchen .ktech-infra__num {
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	color: var(--ktech-accent);
	padding-top: 2px;
}

.case-page--kitchen .ktech-infra__body h3 {
	margin: 0 0 4px;
	font-size: 1.0625rem;
	line-height: 1.25;
	color: #fff;
}

.case-page--kitchen .ktech-infra__body p {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.68);
}

.case-page--kitchen .ktech-infra__body a {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 2px;
}

/* Result chain */
.case-page--kitchen .ktech-ready {
	padding: 28px 0 24px;
}

.case-page--kitchen .ktech-ready__chain {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 0;
	margin: 0 0 14px;
	padding: 12px;
	background: var(--ktech-card);
	border: 1px solid var(--ktech-line);
	border-radius: 14px;
}

.case-page--kitchen .ktech-ready__chain li {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin: 0;
	padding: 6px 8px;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: var(--ktech-ink);
	white-space: nowrap;
}

.case-page--kitchen .ktech-ready__chain li span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: color-mix(in srgb, var(--ktech-accent) 16%, transparent);
	color: var(--ktech-accent);
	font-size: 0.6875rem;
}

.case-page--kitchen .ktech-ready__chain li:not(:last-child)::after {
	content: '→';
	margin-left: 8px;
	color: rgba(22, 22, 26, 0.28);
	font-weight: 500;
}

.case-page--kitchen .ktech-ready__out {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.5;
	color: var(--ktech-mut);
}

/* Why different */
.case-page--kitchen .ktech-diff {
	padding: 0 0 24px;
}

.case-page--kitchen .ktech-diff .ktech-wrap {
	padding: 16px 18px;
	background: #f5efe3;
	border-radius: 14px;
}

.case-page--kitchen .ktech-diff__title {
	margin: 0 0 8px;
	font-size: 1.0625rem;
	line-height: 1.3;
	color: var(--ktech-ink);
}

.case-page--kitchen .ktech-diff p {
	margin: 0 0 8px;
	font-size: 0.9375rem;
	line-height: 1.5;
	color: var(--ktech-mut);
}

.case-page--kitchen .ktech-diff p:last-child {
	margin-bottom: 0;
}

/* Client result after launch */
.case-page--kitchen .ktech-result {
	padding: 4px 0 28px;
}

.case-page--kitchen .ktech-result .ktech-wrap {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
	align-items: center;
	gap: 24px;
}

.case-page--kitchen .ktech-result__copy p:not(.ktech-kicker) {
	margin: 0 0 10px;
	font-size: 0.9375rem;
	line-height: 1.5;
	color: var(--ktech-mut);
}

.case-page--kitchen .ktech-result__copy p:last-child {
	margin-bottom: 0;
}

.case-page--kitchen .ktech-result__highlight {
	padding-left: 12px;
	border-left: 3px solid var(--ktech-accent);
}

.case-page--kitchen .ktech-result__highlight strong {
	color: var(--ktech-ink);
}

.case-page--kitchen .ktech-result__shot {
	display: block;
	position: relative;
	margin: 0;
	overflow: hidden;
	border: 1px solid var(--ktech-line);
	border-radius: 14px;
	background: var(--ktech-card);
	cursor: zoom-in;
}

.case-page--kitchen.case-page--image-protected .ktech-result__shot::after {
	display: none;
}

.case-page--kitchen .ktech-result__shot img {
	display: block;
	flex: none;
	width: 100%;
	height: auto;
}

/* CTA */
.case-page--kitchen .ktech-cta {
	padding: 0 0 8px;
}

.case-page--kitchen .ktech-cta__box {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	padding: 16px 18px;
	background: var(--ktech-card);
	border: 1px solid var(--ktech-line);
	border-radius: 14px;
}

.case-page--kitchen .ktech-cta__title {
	margin: 0;
	font-size: 1.125rem;
	line-height: 1.3;
	color: var(--ktech-ink);
}

.case-page--kitchen .ktech-cta__text {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.45;
	color: var(--ktech-mut);
}

.case-page--kitchen .ktech-cta__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 4px;
	padding: 10px 16px;
	border-radius: 10px;
	background: var(--ktech-accent);
	color: #fff;
	font-size: 0.875rem;
	font-weight: 700;
	text-decoration: none;
}

.case-page--kitchen .ktech-cta__btn:hover {
	color: #fff;
	filter: brightness(0.96);
}

.case-page--kitchen .ecom-cases {
	margin-top: 8px;
}

@media (max-width: 768px) {
	.case-page--kitchen .ktech-wrap,
	.case-page--kitchen .case-breadcrumbs {
		padding-left: 14px;
		padding-right: 14px;
	}

	.case-page--kitchen .ktech-hero {
		padding-top: 4px;
		padding-bottom: 14px;
	}

	.case-page--kitchen .ktech-hero__title {
		font-size: 1.3125rem;
		margin-bottom: 8px;
	}

	.case-page--kitchen .ktech-hero__lead {
		font-size: 0.875rem;
		line-height: 1.45;
		margin-bottom: 12px;
	}

	.case-page--kitchen .ktech-hero__shot {
		margin-left: -14px;
		margin-right: -14px;
		border-radius: 0;
		border-left: none;
		border-right: none;
	}

	.case-page--kitchen.case-page--image-protected .ktech-hero__shot::after {
		font-size: 16px;
	}

	.case-page--kitchen .ktech-title {
		font-size: 1.1875rem;
		margin-bottom: 12px;
	}

	.case-page--kitchen .ktech-flow {
		grid-template-columns: 1fr;
		gap: 0;
		padding: 8px 12px;
	}

	.case-page--kitchen .ktech-flow li {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		gap: 8px 10px;
		padding: 10px 0 10px 0;
		border-bottom: 1px solid var(--ktech-line);
	}

	.case-page--kitchen .ktech-flow li:last-child {
		border-bottom: 0;
	}

	.case-page--kitchen .ktech-flow li:not(:last-child)::after {
		display: none;
	}

	.case-page--kitchen .ktech-flow strong {
		flex: 1 1 auto;
		font-size: 0.8125rem;
	}

	.case-page--kitchen .ktech-flow span:not(.ktech-flow__mark) {
		width: 100%;
		padding-left: 32px;
		font-size: 0.75rem;
	}

	.case-page--kitchen .ktech-model {
		padding-bottom: 20px;
	}

	.case-page--kitchen .ktech-model__text {
		font-size: 0.875rem;
		margin-bottom: 6px;
	}

	.case-page--kitchen .ktech-infra {
		padding: 20px 0;
	}

	.case-page--kitchen .ktech-infra__list li {
		grid-template-columns: 32px minmax(0, 1fr);
		gap: 8px;
		padding: 10px 0;
	}

	.case-page--kitchen .ktech-infra__body h3 {
		font-size: 0.9375rem;
	}

	.case-page--kitchen .ktech-infra__body p {
		font-size: 0.8125rem;
		line-height: 1.4;
	}

	.case-page--kitchen .ktech-ready {
		padding: 16px 0 20px;
	}

	.case-page--kitchen .ktech-ready__chain {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		padding: 6px 10px;
	}

	.case-page--kitchen .ktech-ready__chain li {
		justify-content: flex-start;
		padding: 8px 0;
		border-bottom: 1px solid var(--ktech-line);
		white-space: normal;
		font-size: 0.8125rem;
	}

	.case-page--kitchen .ktech-ready__chain li:last-child {
		border-bottom: 0;
	}

	.case-page--kitchen .ktech-ready__chain li:not(:last-child)::after {
		display: none;
	}

	.case-page--kitchen .ktech-ready__out {
		font-size: 0.875rem;
	}

	.case-page--kitchen .ktech-diff .ktech-wrap {
		padding: 14px;
	}

	.case-page--kitchen .ktech-diff__title {
		font-size: 1rem;
	}

	.case-page--kitchen .ktech-diff p {
		font-size: 0.875rem;
	}

	.case-page--kitchen .ktech-result {
		padding-top: 0;
		padding-bottom: 20px;
	}

	.case-page--kitchen .ktech-result .ktech-wrap {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.case-page--kitchen .ktech-result__copy p:not(.ktech-kicker) {
		font-size: 0.875rem;
	}

	.case-page--kitchen .ktech-result__shot {
		border-radius: 10px;
	}

	.case-page--kitchen .ktech-cta__box {
		padding: 14px;
		gap: 6px;
	}

	.case-page--kitchen .ktech-cta__title {
		font-size: 1.0625rem;
	}

	.case-page--kitchen .ktech-cta__text {
		font-size: 0.8125rem;
	}

	.case-page--kitchen .ktech-cta__btn {
		width: 100%;
		padding: 10px 14px;
	}
}

@media (max-width: 430px) {
	.case-page--kitchen .ktech-hero__chips li {
		padding: 3px 8px;
		font-size: 0.6875rem;
	}

	.case-page--kitchen .ktech-hero__title {
		font-size: 1.25rem;
	}

	.case-page--kitchen .ktech-infra__num {
		font-size: 0.75rem;
	}
}
