.vitakebab-home,
#header,
#footer {
	--vk-black: #11100e;
	--vk-charcoal: #1b1815;
	--vk-ink: #221a16;
	--vk-muted: #7c7169;
	--vk-cream: #fff5e7;
	--vk-paper: #ffffff;
	--vk-soft: #f6efe6;
	--vk-line: rgba(34, 26, 22, 0.12);
	--vk-red: #cf3525;
	--vk-red-dark: #8f1f16;
	--vk-gold: #f0ae37;
	--vk-green: #1f6f53;
	color: var(--vk-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.vitakebab-home {
	background: var(--vk-paper);
}

.vitakebab-home *,
.vitakebab-home *::before,
.vitakebab-home *::after {
	box-sizing: border-box;
}

.vk-container {
	width: min(1180px, calc(100% - 32px));
	margin-inline: auto;
}

.vk-site-header {
	position: sticky;
	top: 0;
	z-index: 30;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(17, 16, 14, 0.92);
	backdrop-filter: blur(16px);
}

.vk-site-header__inner {
	display: flex;
	min-height: 104px;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.vk-brand {
	display: inline-flex;
	min-width: 0;
	align-items: center;
	gap: 12px;
	color: #ffffff;
	text-decoration: none;
}

.vk-brand:hover {
	color: #ffffff;
	text-decoration: none;
}

.vk-brand__logo {
	display: block;
	width: min(280px, 58vw);
	max-height: 92px;
	object-fit: contain;
	object-position: left center;
}

.vk-brand__mark {
	display: grid;
	width: 46px;
	height: 46px;
	flex: 0 0 46px;
	place-items: center;
	border-radius: 8px;
	color: #ffffff;
	background: var(--vk-red);
	font-weight: 900;
}

.vk-brand__text {
	display: grid;
	gap: 1px;
	font-weight: 900;
	line-height: 1.1;
}

.vk-brand__text small {
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.75rem;
	font-weight: 700;
}

.vk-main-nav,
.vk-header-actions {
	display: none;
}

.vk-main-nav a,
.vk-footer-nav a,
.vk-phone-link,
.vk-text-link {
	text-decoration: none;
}

.vk-phone-link {
	color: #ffffff;
	font-weight: 900;
	white-space: nowrap;
}

.vk-phone-link:hover {
	color: var(--vk-gold);
	text-decoration: none;
}

.vk-button,
.vk-product-card__button {
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	padding: 12px 18px;
	font-weight: 900;
	text-decoration: none;
	transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
}

.vk-button:hover,
.vk-product-card__button:hover {
	transform: translateY(-1px);
	text-decoration: none;
}

.vk-button--large {
	min-height: 56px;
	padding-inline: 24px;
	font-size: 1rem;
}

.vk-button--primary,
.vk-product-card__button {
	color: #ffffff;
	background: var(--vk-red);
	box-shadow: 0 16px 36px rgba(207, 53, 37, 0.28);
}

.vk-button--primary:hover,
.vk-product-card__button:hover {
	color: #ffffff;
	background: var(--vk-red-dark);
}

.vk-button--ghost {
	color: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.24);
	background: rgba(255, 255, 255, 0.08);
}

.vk-button--ghost:hover {
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.44);
	background: rgba(255, 255, 255, 0.14);
}

.vk-cart-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: rgba(255, 255, 255, 0.82);
	font-weight: 800;
	text-decoration: none;
}

.vk-cart-link span {
	display: grid;
	min-width: 24px;
	height: 24px;
	place-items: center;
	border-radius: 999px;
	color: #ffffff;
	background: var(--vk-red);
	font-size: 0.75rem;
}

.vk-hero {
	position: relative;
	overflow: hidden;
	padding: 58px 0 64px;
	color: #ffffff;
	background:
		radial-gradient(circle at 80% 14%, rgba(240, 174, 55, 0.24), transparent 30%),
		linear-gradient(135deg, #11100e 0%, #211710 56%, #3a1711 100%);
}

.vk-hero::after {
	position: absolute;
	inset: auto -12% -90px 40%;
	height: 190px;
	content: "";
	background: linear-gradient(90deg, rgba(207, 53, 37, 0), rgba(240, 174, 55, 0.32), rgba(207, 53, 37, 0));
	filter: blur(22px);
	opacity: 0.9;
	pointer-events: none;
}

.vk-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 32px;
	align-items: center;
}

.vk-kicker,
.vk-eyebrow {
	margin: 0 0 12px;
	color: var(--vk-gold);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.vk-hero h1 {
	max-width: 780px;
	margin: 0;
	font-size: clamp(3.7rem, 17vw, 7.6rem);
	line-height: 0.88;
	letter-spacing: 0;
}

.vk-hero__text {
	max-width: 590px;
	margin: 22px 0 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 1.12rem;
	line-height: 1.7;
}

.vk-hero__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 22px;
}

.vk-hero__badges span {
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	padding: 8px 12px;
	color: rgba(255, 255, 255, 0.86);
	background: rgba(255, 255, 255, 0.08);
	font-size: 0.84rem;
	font-weight: 900;
}

.vk-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.vk-hero__media {
	position: relative;
	min-height: 330px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 8px;
	background: #2a1711;
	box-shadow: 0 32px 90px rgba(0, 0, 0, 0.46), 0 0 0 1px rgba(240, 174, 55, 0.12);
}

.vk-hero__image {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 330px;
	object-fit: cover;
}

.vk-hero-slider__track,
.vk-hero-slider__slide {
	position: absolute;
	inset: 0;
}

.vk-hero-slider__slide {
	opacity: 0;
	transform: scale(1.06) translateX(12px);
	transition: opacity 900ms ease, transform 4600ms ease;
}

.vk-hero-slider__slide.is-active {
	opacity: 1;
	transform: scale(1) translateX(0);
	z-index: 1;
}

.vk-hero-slider__slide::after {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(180deg, rgba(17, 16, 14, 0.02) 30%, rgba(17, 16, 14, 0.72) 100%);
	pointer-events: none;
}

.vk-hero-slider__caption {
	position: absolute;
	right: 18px;
	bottom: 52px;
	left: 18px;
	z-index: 2;
	display: grid;
	gap: 4px;
	color: #ffffff;
	text-shadow: 0 2px 16px rgba(0, 0, 0, 0.5);
}

.vk-hero-slider__caption span {
	color: var(--vk-gold);
	font-size: 0.78rem;
	font-weight: 950;
	text-transform: uppercase;
}

.vk-hero-slider__caption strong {
	font-size: clamp(1.65rem, 8vw, 3.1rem);
	line-height: 0.95;
	letter-spacing: 0;
}

.vk-hero-slider__shine {
	position: absolute;
	inset: 0;
	z-index: 2;
	background: linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, 0.18) 46%, transparent 56%);
	mix-blend-mode: screen;
	opacity: 0;
	pointer-events: none;
	transform: translateX(-120%);
}

.vk-hero-slider.is-progressing .vk-hero-slider__shine {
	animation: vkHeroShine 4200ms ease-in-out infinite;
}

.vk-hero-slider__progress {
	position: absolute;
	right: 18px;
	bottom: 42px;
	left: 18px;
	z-index: 3;
	height: 3px;
	overflow: hidden;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.18);
}

.vk-hero-slider__progress span {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	background: var(--vk-gold);
	transform: translateX(-100%);
}

.vk-hero-slider.is-progressing .vk-hero-slider__progress span {
	animation: vkHeroProgress 4200ms linear forwards;
}

.vk-hero-slider__dots {
	position: absolute;
	right: 18px;
	bottom: 18px;
	z-index: 2;
	display: flex;
	gap: 8px;
}

.vk-hero-slider__dots span {
	width: 9px;
	height: 9px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.42);
	box-shadow: 0 0 0 1px rgba(17, 16, 14, 0.2);
	transition: width 220ms ease, background 220ms ease;
}

.vk-hero-slider__dots span.is-active {
	width: 24px;
	background: #ffffff;
}

@keyframes vkHeroProgress {
	to {
		transform: translateX(0);
	}
}

@keyframes vkHeroShine {
	0%,
	52% {
		opacity: 0;
		transform: translateX(-120%);
	}

	64% {
		opacity: 0.75;
	}

	100% {
		opacity: 0;
		transform: translateX(120%);
	}
}

@media (prefers-reduced-motion: reduce) {
	.vk-hero::after,
	.vk-hero-slider__shine,
	.vk-hero-slider__progress {
		display: none;
	}

	.vk-hero-slider__slide {
		transform: none;
		transition: opacity 200ms ease;
	}
}

.vk-hero__placeholder {
	display: grid;
	min-height: 330px;
	place-items: center;
	background:
		linear-gradient(135deg, rgba(207, 53, 37, 0.74), rgba(17, 16, 14, 0.24)),
		repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0 2px, transparent 2px 18px),
		linear-gradient(45deg, #25140f, #4c1e14);
	color: rgba(255, 255, 255, 0.78);
	font-weight: 900;
}

.vk-section {
	padding: 64px 0;
}

.vk-section--cream {
	background: var(--vk-cream);
}

.vk-section--dark {
	color: #ffffff;
	background: var(--vk-charcoal);
}

.vk-section__heading {
	margin-bottom: 26px;
}

.vk-section__heading h2,
.vk-order-layout h2,
.vk-contact-grid h2 {
	margin: 0;
	font-size: clamp(2rem, 6vw, 3.25rem);
	line-height: 1;
	letter-spacing: 0;
}

.vk-section__heading--split {
	display: grid;
	gap: 14px;
}

.vk-category-rail {
	display: grid;
	grid-auto-columns: minmax(230px, 76vw);
	grid-auto-flow: column;
	gap: 16px;
	overflow-x: auto;
	padding-bottom: 8px;
	scroll-snap-type: x mandatory;
}

.vk-category-card {
	position: relative;
	display: grid;
	min-height: 250px;
	align-items: end;
	overflow: hidden;
	border-radius: 8px;
	color: #ffffff;
	background: var(--vk-black);
	scroll-snap-align: start;
	text-decoration: none;
}

.vk-category-card:hover {
	color: #ffffff;
	text-decoration: none;
}

.vk-category-card__media,
.vk-category-card__media img,
.vk-category-card__placeholder {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.vk-category-card__media img {
	object-fit: cover;
}

.vk-category-card__placeholder {
	background:
		linear-gradient(135deg, rgba(207, 53, 37, 0.66), rgba(240, 174, 55, 0.16)),
		linear-gradient(45deg, #20130f, #4b1b13);
}

.vk-category-card::after {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(180deg, transparent 26%, rgba(0, 0, 0, 0.72));
}

.vk-category-card__label {
	position: relative;
	z-index: 1;
	padding: 20px;
	font-size: 1.45rem;
	font-weight: 950;
}

.vk-text-link {
	color: var(--vk-red-dark);
	font-weight: 900;
}

.vk-product-grid,
.vk-service-grid,
.vk-contact-panels,
.vk-steps {
	display: grid;
	gap: 16px;
}

.vk-product-card,
.vk-service-card,
.vk-contact-panel,
.vk-empty-state,
.vk-map-placeholder {
	border: 1px solid var(--vk-line);
	border-radius: 8px;
	background: #ffffff;
}

.vk-product-card {
	overflow: hidden;
	box-shadow: 0 18px 50px rgba(34, 26, 22, 0.08);
}

.vk-product-card__image {
	display: block;
	aspect-ratio: 4 / 3;
	background: var(--vk-soft);
}

.vk-product-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vk-product-card__body {
	display: grid;
	gap: 12px;
	padding: 18px;
}

.vk-product-card h3 {
	margin: 0;
	font-size: 1.18rem;
	line-height: 1.2;
	letter-spacing: 0;
}

.vk-product-card h3 a {
	color: var(--vk-ink);
	text-decoration: none;
}

.vk-product-card__excerpt {
	color: var(--vk-muted);
	font-size: 0.94rem;
	line-height: 1.55;
}

.vk-product-card__price {
	color: var(--vk-green);
	font-size: 1.05rem;
	font-weight: 950;
}

.vk-product-card__button {
	width: 100%;
}

.vk-empty-state {
	padding: 24px;
	color: var(--vk-muted);
}

.vk-order-layout {
	display: grid;
	gap: 28px;
}

.vk-section--dark .vk-eyebrow {
	color: var(--vk-gold);
}

.vk-step {
	display: flex;
	align-items: center;
	gap: 14px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	padding: 16px;
	background: rgba(255, 255, 255, 0.06);
	font-weight: 850;
}

.vk-step span,
.vk-service-card__icon {
	display: grid;
	width: 38px;
	height: 38px;
	flex: 0 0 38px;
	place-items: center;
	border-radius: 999px;
	color: #ffffff;
	background: var(--vk-red);
	font-weight: 950;
}

.vk-service-section {
	background: linear-gradient(180deg, #ffffff 0%, var(--vk-soft) 100%);
}

.vk-service-card,
.vk-contact-panel {
	padding: 22px;
}

.vk-service-card {
	display: grid;
	gap: 12px;
	box-shadow: 0 18px 50px rgba(34, 26, 22, 0.08);
}

.vk-service-card h3,
.vk-contact-panel h3 {
	margin: 0;
	font-size: 1.22rem;
	letter-spacing: 0;
}

.vk-service-card p,
.vk-contact-panel p {
	margin: 0;
	color: var(--vk-muted);
	line-height: 1.6;
}

.vk-contact-panel a {
	color: var(--vk-red-dark);
	font-weight: 900;
	text-decoration: none;
}

.vk-contact-panel a:hover {
	color: var(--vk-red);
}

.vk-contact-section {
	background: #ffffff;
}

.vk-contact-grid {
	display: grid;
	gap: 28px;
}

.vk-contact-panels {
	margin-top: 24px;
}

.vk-map-placeholder {
	display: grid;
	min-height: 320px;
	place-items: center;
	color: var(--vk-muted);
	background:
		linear-gradient(90deg, rgba(34, 26, 22, 0.06) 1px, transparent 1px),
		linear-gradient(rgba(34, 26, 22, 0.06) 1px, transparent 1px),
		var(--vk-soft);
	background-size: 30px 30px;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
}

.vk-map-placeholder:hover {
	color: var(--vk-red-dark);
}

.vk-site-footer {
	padding: 52px 0 96px;
	color: rgba(255, 255, 255, 0.78);
	background: var(--vk-black);
}

.vk-footer-grid {
	display: grid;
	gap: 28px;
}

.vk-brand--footer {
	color: #ffffff;
}

.vk-footer-nav,
.vk-footer-info {
	display: grid;
	gap: 10px;
}

.vk-footer-nav a,
.vk-socials a {
	color: rgba(255, 255, 255, 0.78);
}

.vk-footer-info strong {
	color: #ffffff;
}

.vk-footer-info span {
	display: grid;
	gap: 8px;
	line-height: 1.55;
}

.vk-footer-info a {
	color: rgba(255, 255, 255, 0.78);
	text-decoration: none;
}

.vk-footer-info a:hover {
	color: #ffffff;
}

.vk-socials {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 10px;
}

.vk-mobile-order-bar {
	position: fixed;
	right: 12px;
	bottom: 12px;
	left: 12px;
	z-index: 50;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	padding: 8px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	background: rgba(17, 16, 14, 0.94);
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.32);
	backdrop-filter: blur(16px);
}

.vk-mobile-order-bar a {
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	color: #ffffff;
	font-weight: 900;
	text-decoration: none;
}

.vk-mobile-order-bar__primary {
	background: var(--vk-red);
}

.vk-mobile-order-bar a:nth-child(3) {
	grid-column: 1 / -1;
	background: rgba(255, 255, 255, 0.1);
}

@media (min-width: 700px) {
	.vk-container {
		width: min(1180px, calc(100% - 48px));
	}

	.vk-section__heading--split {
		grid-template-columns: 1fr auto;
		align-items: end;
	}

	.vk-category-rail {
		grid-auto-flow: initial;
		grid-auto-columns: initial;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		overflow: visible;
	}

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

	.vk-footer-grid {
		grid-template-columns: 1.3fr 0.8fr 1fr 1.2fr;
	}
}

@media (min-width: 980px) {
	.vk-main-nav,
	.vk-header-actions {
		display: flex;
		align-items: center;
		gap: 20px;
	}

	.vk-main-nav a {
		color: rgba(255, 255, 255, 0.78);
		font-weight: 800;
	}

	.vk-main-nav a:hover {
		color: #ffffff;
	}

	.vk-brand__logo {
		width: 340px;
		max-height: 112px;
	}

	.vk-hero {
		padding: 92px 0 104px;
	}

	.vk-hero__grid {
		grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr);
	}

	.vk-hero__media,
	.vk-hero__image,
	.vk-hero__placeholder {
		min-height: 540px;
	}

	.vk-section {
		padding: 88px 0;
	}

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

	.vk-order-layout,
	.vk-contact-grid {
		grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1.22fr);
	}

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

	.vk-mobile-order-bar {
		display: none;
	}

	.vk-site-footer {
		padding-bottom: 52px;
	}
}
