/* Azhir Kebab */

:root {
	--black: #0c0c0c;
	--dark: #151515;
	--dark-2: #1c1c1c;
	--yellow: #f5c518;
	--yellow-dim: #d4a817;
	--red: #c65d45;
	--white: #ffffff;
	--gray-100: #e8e8e8;
	--gray-400: #999;
	--gray-600: #666;
	--font-head: 'Oswald', sans-serif;
	--font-body: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
	--radius: 10px;
	--shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
	--header-h: 108px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
	font-family: var(--font-body);
	font-size: 16px;
	line-height: 1.65;
	color: var(--gray-100);
	background: var(--black);
	-webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--yellow); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--white); }

.container {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 24px;
}

h1, h2, h3, h4 {
	font-family: var(--font-head);
	font-weight: 600;
	line-height: 1.15;
	color: var(--white);
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

h2 { font-size: clamp(1.75rem, 3vw, 2.25rem); margin-bottom: 1rem; }
h3 { font-size: 1.1rem; margin-bottom: 0.75rem; }

p { color: var(--gray-400); margin-bottom: 1rem; }
p:last-child { margin-bottom: 0; }

.section-heading {
	text-align: center;
	margin-bottom: 2rem;
}

.section { padding: 72px 0; }
.section-dark { background: var(--dark); }
.section-accent { background: var(--yellow); color: var(--black); }
.section-accent h2,
.section-accent h3 { color: var(--black); }
.section-accent p { color: rgba(0, 0, 0, 0.65); }
.section-accent .price-list li { border-color: rgba(0, 0, 0, 0.12); color: var(--black); }
.section-accent .price-list li span:first-child { color: var(--black); }
.section-accent .price-list strong { color: var(--black); }
.section-accent .info-list li { border-color: rgba(0, 0, 0, 0.12); }
.section-accent .info-list li span:first-child { color: var(--black); }

/* Buttons */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 28px;
	font-family: var(--font-body);
	font-size: 15px;
	font-weight: 600;
	border-radius: 6px;
	border: 2px solid transparent;
	cursor: pointer;
	text-decoration: none;
	transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.btn-lg { padding: 14px 32px; font-size: 16px; }
.btn-sm { padding: 8px 18px; font-size: 14px; }

.btn-primary {
	background: var(--yellow);
	color: var(--black);
	border-color: var(--yellow);
}
.btn-primary:hover {
	background: var(--yellow-dim);
	border-color: var(--yellow-dim);
	color: var(--black);
}

.btn-ghost {
	background: transparent;
	color: var(--white);
	border-color: rgba(255, 255, 255, 0.35);
}
.btn-ghost:hover {
	border-color: var(--white);
	color: var(--white);
}

.btn-outline {
	background: transparent;
	color: var(--white);
	border-color: rgba(255, 255, 255, 0.25);
}
.btn-outline:hover {
	border-color: var(--yellow);
	color: var(--yellow);
}

.btn-dark {
	background: var(--black);
	color: var(--yellow);
	border-color: var(--black);
}
.btn-dark:hover {
	background: var(--dark);
	color: var(--white);
}

.section-accent .btn-dark {
	background: var(--black);
	color: var(--yellow);
}
.section-accent .btn-dark:hover {
	background: var(--dark-2);
	color: var(--white);
}

/* Header */
.site-header {
	position: fixed;
	top: 0; left: 0; right: 0;
	z-index: 1000;
	background: var(--black);
}

.header-top {
	background: var(--dark);
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	padding: 7px 0;
	font-size: 13px;
}

.header-top-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-contact {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--gray-400);
}

.header-link {
	display: flex;
	align-items: center;
	gap: 6px;
	color: var(--gray-400);
	text-decoration: none;
}
.header-link:hover { color: var(--yellow); }

.header-divider { opacity: 0.25; }

.header-social a {
	color: var(--gray-400);
	display: flex;
	text-decoration: none;
}
.header-social a:hover { color: var(--yellow); }

.header-main {
	padding: 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.header-main-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.site-logo { flex-shrink: 0; text-decoration: none; }

.site-logo img,
.site-logo-img,
.custom-logo-link img {
	height: 52px;
	width: auto;
	max-width: 200px;
	object-fit: contain;
}

.main-nav { flex: 1; display: flex; justify-content: center; }

.nav-list {
	display: flex;
	list-style: none;
	gap: 4px;
}

.nav-list a {
	color: var(--gray-100);
	font-weight: 500;
	font-size: 15px;
	padding: 8px 14px;
	border-radius: 6px;
	text-decoration: none;
}
.nav-list a:hover,
.nav-list .current-menu-item a {
	color: var(--yellow);
}

.btn-order { flex-shrink: 0; }

.mobile-toggle {
	display: none;
	flex-direction: column;
	gap: 5px;
	background: none;
	border: none;
	cursor: pointer;
	padding: 8px;
}
.mobile-toggle span {
	display: block;
	width: 24px;
	height: 2px;
	background: var(--white);
	transition: 0.2s;
}

.site-main { padding-top: var(--header-h); }

/* Hero */
.hero {
	position: relative;
	min-height: 85vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
}

.hero-bg {
	position: absolute;
	inset: 0;
}
.hero-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to right,
		rgba(12, 12, 12, 0.88) 0%,
		rgba(12, 12, 12, 0.55) 55%,
		rgba(12, 12, 12, 0.75) 100%
	);
}

.hero-inner {
	position: relative;
	z-index: 2;
	padding: 60px 24px 100px;
}

.hero-content { max-width: 620px; }

.hero-eyebrow {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--yellow);
	margin-bottom: 12px;
}

.hero-title {
	font-family: var(--font-head);
	font-size: clamp(2.25rem, 6vw, 3.75rem);
	font-weight: 700;
	color: var(--white);
	line-height: 1.08;
	text-transform: uppercase;
	letter-spacing: 0.01em;
	margin-bottom: 20px;
	max-width: 14ch;
	text-wrap: balance;
}

.hero-lead {
	font-size: 17px;
	color: var(--gray-100);
	margin-bottom: 28px;
	max-width: 440px;
	line-height: 1.65;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.hero-bar {
	position: relative;
	z-index: 2;
	background: rgba(0, 0, 0, 0.75);
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(8px);
}

.hero-bar-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 14px;
	padding: 14px 24px;
	font-size: 14px;
	color: var(--gray-400);
}

.hero-bar-inner a {
	color: var(--gray-100);
	text-decoration: none;
}
.hero-bar-inner a:hover { color: var(--yellow); }

.hero-bar-sep { opacity: 0.3; }

/* Menu categories strip */
.menu-cats {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 12px;
}

.menu-cat {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	padding: 20px 12px;
	background: var(--dark);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: var(--radius);
	text-decoration: none;
	transition: border-color 0.2s, background 0.2s;
}

.menu-cat:hover {
	border-color: var(--yellow);
	background: var(--dark-2);
}

.menu-cat strong {
	font-family: var(--font-head);
	font-size: 1.15rem;
	color: var(--white);
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.menu-cat span {
	font-size: 13px;
	color: var(--yellow);
	font-weight: 600;
}

/* Split layouts */
.split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 56px;
	align-items: center;
}

.split-reverse .split-media { order: -1; }

.split-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.split-content p { margin-bottom: 1.25rem; }

.split-media {
	margin: 0;
	height: 100%;
}

.split-media img {
	width: 100%;
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	object-fit: cover;
}

/* Equal-height image + text columns */
.split-matched {
	align-items: stretch;
}

.split-matched .split-media {
	display: flex;
	min-height: 300px;
}

.split-matched .split-media img {
	height: 100%;
	min-height: 300px;
	max-height: 400px;
	object-fit: cover;
	object-position: center;
}

.split-matched .split-content {
	min-height: 300px;
	max-height: 400px;
	justify-content: center;
}

.menu-poster img {
	border: 2px solid rgba(255, 255, 255, 0.08);
}

/* Lists */
.info-list,
.price-list,
.hours-list {
	list-style: none;
}

.info-list li,
.price-list li,
.hours-list li {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding: 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	font-size: 15px;
	color: var(--gray-400);
}

.info-list li span:first-child,
.price-list li span:first-child,
.hours-list li span:first-child {
	color: var(--gray-100);
	min-width: 108px;
	flex-shrink: 0;
}

.info-list li span:last-child,
.price-list strong,
.hours-list li span:last-child {
	color: var(--yellow);
	font-weight: 600;
	text-align: right;
	white-space: nowrap;
}

.info-list {
	max-width: 340px;
	margin-top: 4px;
}

.info-list li:last-child {
	border-bottom: none;
}

.section-accent .price-list strong { color: var(--black); }

.price-list { margin: 1.25rem 0 1.75rem; }

/* Photo row */
.photo-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

.photo-row img {
	border-radius: var(--radius);
	aspect-ratio: 4/3;
	object-fit: cover;
}

/* Contact */
.contact-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-bottom: 32px;
}

.contact-card {
	background: var(--dark);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: var(--radius);
	padding: 28px;
}

.contact-card p {
	margin-bottom: 0.75rem;
}

.contact-card a {
	color: var(--gray-100);
	text-decoration: none;
}
.contact-card a:hover { color: var(--yellow); }

.contact-fb-link,
.footer-social-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
	color: var(--gray-100);
}

.contact-fb-link svg,
.footer-social-link svg {
	flex-shrink: 0;
	color: #1877f2;
}

.contact-fb-link:hover,
.footer-social-link:hover {
	color: var(--yellow);
}

.contact-card .btn { margin-top: 12px; }

.contact-map {
	border-radius: var(--radius);
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.08);
}

/* Order strip */
.order-strip {
	background: var(--yellow);
	padding: 28px 0;
}

.order-strip-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
}

.order-strip p {
	color: var(--black);
	font-size: 17px;
	font-weight: 500;
	margin: 0;
}

.order-strip p a {
	color: var(--black);
	font-weight: 700;
	text-decoration: underline;
}
.order-strip p a:hover { color: var(--dark); }

.order-strip .btn {
	text-decoration: none;
}

.order-strip .btn-dark {
	background: var(--black);
	color: var(--yellow) !important;
	border-color: var(--black);
}

.order-strip .btn-dark:hover {
	background: var(--dark);
	color: var(--white) !important;
}

/* Pages */
.page-content { min-height: 50vh; }

.section-order .page-title {
	text-align: left;
	margin-bottom: 1.5rem;
}

.order-fallback {
	background: var(--dark);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: var(--radius);
	padding: 24px;
}

.order-fallback p {
	margin-bottom: 0.75rem;
}

.page-title {
	font-family: var(--font-head);
	font-size: 2rem;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
	text-align: center;
}

.entry-content {
	color: var(--gray-400);
	line-height: 1.75;
}

/* Footer */
.site-footer {
	background: var(--dark);
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-main { padding: 56px 0 40px; }

.footer-grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1fr;
	gap: 40px;
}

.footer-logo {
	display: inline-flex;
	margin-bottom: 12px;
	text-decoration: none;
}

.footer-logo-img {
	height: 48px;
	width: auto;
	max-width: 190px;
}

.footer-desc {
	color: var(--gray-400);
	font-size: 14px;
	line-height: 1.6;
}

.footer-col h4 {
	font-family: var(--font-head);
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin-bottom: 16px;
	color: var(--yellow);
}

.footer-list { list-style: none; }

.footer-list li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	color: var(--gray-400);
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 1.5;
}

.footer-list svg {
	flex-shrink: 0;
	margin-top: 2px;
	color: var(--yellow);
}

.footer-list a {
	color: var(--gray-400);
	text-decoration: none;
}
.footer-list a:hover { color: var(--yellow); }

.footer-hours li {
	display: flex;
	justify-content: space-between;
	padding: 7px 0;
	font-size: 14px;
	color: var(--gray-400);
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-hours li span:last-child { color: var(--gray-100); }

.footer-social-link {
	color: var(--gray-400);
	font-size: 14px;
	text-decoration: none;
}
.footer-social-link:hover { color: var(--yellow); }

.footer-cta { margin-top: 16px; width: 100%; }

.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	padding: 18px 0;
	text-align: center;
}

.footer-bottom p {
	color: var(--gray-600);
	font-size: 13px;
	margin: 0;
}

/* Contact page template */
.contact-full .contact-cards { margin-top: 0; }

/* Responsive */
@media (max-width: 960px) {
	.menu-cats { grid-template-columns: repeat(3, 1fr); }
	.split { grid-template-columns: 1fr; gap: 36px; }
	.split-reverse .split-media { order: 0; }
	.split-matched .split-media,
	.split-matched .split-media img,
	.split-matched .split-content {
		min-height: 0;
		max-height: none;
	}
	.split-matched .split-media img {
		aspect-ratio: 4 / 3;
		height: auto;
	}
	.contact-cards { grid-template-columns: 1fr; }
	.footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
	:root { --header-h: 68px; }

	.header-top { display: none; }

	.site-logo img,
	.site-logo-img,
	.custom-logo-link img { height: 42px; }

	.main-nav {
		position: fixed;
		top: 68px; left: 0; right: 0;
		background: var(--black);
		padding: 16px 24px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
		transform: translateY(-120%);
		opacity: 0;
		pointer-events: none;
		transition: 0.25s;
	}
	.main-nav.is-open {
		transform: translateY(0);
		opacity: 1;
		pointer-events: auto;
	}

	.nav-list { flex-direction: column; }
	.btn-order { display: none; }
	.mobile-toggle { display: flex; }

	.mobile-toggle.is-active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
	.mobile-toggle.is-active span:nth-child(2) { opacity: 0; }
	.mobile-toggle.is-active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

	.hero { min-height: 75vh; }
	.hero-bar-inner { flex-direction: column; align-items: flex-start; gap: 6px; }
	.hero-bar-sep { display: none; }
	.hero-actions { flex-direction: column; }
	.hero-actions .btn { width: 100%; }

	.menu-cats { grid-template-columns: repeat(2, 1fr); }
	.photo-row { grid-template-columns: 1fr; }
	.footer-grid { grid-template-columns: 1fr; }
	.section { padding: 52px 0; }

	.order-strip-inner {
		flex-direction: column;
		text-align: center;
	}
}
