/* Ady's Kitchen — premium homepage */
.ady-hero {
	background: linear-gradient(135deg, #0d0d0d 0%, #1a1512 45%, #2a1f18 100%);
	min-height: 88vh;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
	padding-bottom: 70px;
}

/* Curved wave at bottom of hero section */
.ady-hero .ady-hero-curve {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 72px;
	line-height: 0;
	pointer-events: none;
	z-index: 3;
}

.ady-hero .ady-hero-curve svg {
	display: block;
	width: 100%;
	height: 72px;
}

/* Cover image with curved bottom arch */
.ady-hero-cover {
	position: relative;
	max-width: 520px;
	margin-left: auto;
	filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.5));
}

.ady-hero-cover::before {
	content: "";
	position: absolute;
	inset: -3px;
	background: linear-gradient(145deg, rgba(201, 162, 39, 0.5), rgba(201, 162, 39, 0.05));
	border-radius: 28px;
	z-index: 0;
	clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
}

.ady-hero-cover-img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 420px;
	max-height: 420px;
	object-fit: cover;
	display: block;
	clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
	border-radius: 4px 4px 0 0;
}
.ady-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse at 70% 50%, rgba(201, 162, 39, 0.12) 0%, transparent 55%);
	pointer-events: none;
}
.ady-hero .container { position: relative; z-index: 2; }
.ady-hero-badge {
	display: inline-block;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-size: 12px;
	color: #c9a227;
	border: 1px solid rgba(201, 162, 39, 0.4);
	padding: 8px 18px;
	margin-bottom: 20px;
}
.ady-hero h1 {
	color: #fff;
	font-size: clamp(2rem, 5vw, 3.4rem);
	font-weight: 700;
	line-height: 1.15;
	margin-bottom: 16px;
}
.ady-hero h1 span { color: #c9a227; }
.ady-hero-lead {
	color: rgba(255, 255, 255, 0.82);
	font-size: 1.1rem;
	max-width: 540px;
	line-height: 1.7;
	margin-bottom: 28px;
}
.ady-hero-cta .com-btn {
	margin-right: 12px;
	margin-bottom: 10px;
}
.ady-hero-cta .com-btn-outline {
	background: transparent;
	border: 2px solid #c9a227;
	color: #c9a227;
	padding: 14px 32px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
	transition: 0.3s;
}
.ady-hero-cta .com-btn-outline:hover {
	background: #c9a227;
	color: #0d0d0d;
}
.ady-stats {
	background: #0d0d0d;
	padding: 50px 0;
	border-top: 1px solid rgba(201, 162, 39, 0.2);
}
.ady-stat-num {
	font-size: 2.5rem;
	font-weight: 700;
	color: #c9a227;
	line-height: 1;
}
.ady-stat-label {
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.95rem;
	margin-top: 8px;
}
.ady-floors {
	background: #faf8f5;
}
.ady-floor-card {
	background: #fff;
	border-radius: 12px;
	padding: 36px 28px;
	height: 100%;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
	border-top: 4px solid #c9a227;
	transition: transform 0.3s;
}
.ady-floor-card:hover { transform: translateY(-6px); }
.ady-floor-level {
	font-size: 0.75rem;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #c9a227;
	font-weight: 700;
	margin-bottom: 8px;
}
.ady-floor-card h3 {
	font-size: 1.35rem;
	font-weight: 700;
	margin-bottom: 12px;
	text-transform: uppercase;
}
.ady-floor-card p {
	color: #555;
	line-height: 1.65;
	margin: 0;
}
.ady-dish-card {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
	height: 100%;
}

/* Full-width dish photos (override template circular speciality images) */
.ady-lunch-special .ady-dish-card .speciality-img,
.ady-menu-section .ady-dish-card .speciality-img {
	width: 100% !important;
	height: auto !important;
	max-width: none;
	margin: 0;
	overflow: hidden;
}

.ady-lunch-special .ady-dish-card .speciality-img .spec-image,
.ady-menu-section .ady-dish-card .speciality-img .spec-image {
	width: 100% !important;
	height: 220px !important;
	max-width: none;
	border-radius: 0;
	object-fit: cover;
	object-position: center;
	display: block;
	transition: transform 0.35s ease;
}

.ady-lunch-special .ady-dish-card:hover .speciality-img .spec-image,
.ady-menu-section .ady-dish-card:hover .speciality-img .spec-image {
	transform: scale(1.03);
}

@media (max-width: 991px) {
	.ady-lunch-special .ady-dish-card .speciality-img .spec-image,
	.ady-menu-section .ady-dish-card .speciality-img .spec-image {
		height: 200px !important;
	}
}

@media (max-width: 575px) {
	.ady-lunch-special .ady-dish-card .speciality-img .spec-image,
	.ady-menu-section .ady-dish-card .speciality-img .spec-image {
		height: 160px !important;
	}
}
.ady-dish-card .dish-body { padding: 22px; }
.ady-dish-card h3 {
	font-size: 1.05rem;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.ady-dish-card p {
	color: #666;
	font-size: 0.9rem;
	line-height: 1.5;
	margin-bottom: 12px;
}
.ady-dish-price {
	color: #c9a227;
	font-weight: 700;
	font-size: 1.1rem;
}
.ady-dish-tag {
	display: inline-block;
	background: #0d0d0d;
	color: #c9a227;
	font-size: 10px;
	letter-spacing: 0.1em;
	padding: 4px 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.ady-booking-banner {
	background: linear-gradient(135deg, #1a1512 0%, #0d0d0d 100%);
	padding: 80px 0;
	text-align: center;
}
.ady-booking-banner h2 { color: #fff; margin-bottom: 16px; }
.ady-booking-banner p {
	color: rgba(255, 255, 255, 0.75);
	max-width: 560px;
	margin: 0 auto 28px;
}
.ady-about-premium {
	background: #fff;
}
.ady-about-premium .online-des { color: #555; line-height: 1.75; }

/* Lunch specials */
.ady-lunch-special {
	background: linear-gradient(180deg, #faf8f5 0%, #f3efe8 100%);
}

.ady-lunch-image-wrap {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

.ady-lunch-image,
.ady-section-image {
	width: 100%;
	height: 360px;
	object-fit: cover;
	display: block;
}

.ady-lunch-price-badge {
	position: absolute;
	top: 20px;
	right: 20px;
	background: #c9a227;
	color: #0d0d0d;
	font-size: 1.75rem;
	font-weight: 800;
	padding: 12px 20px;
	border-radius: 8px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.ady-lunch-list {
	list-style: none;
	padding: 0;
	margin: 20px 0;
}

.ady-lunch-list li {
	padding: 10px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	color: #333;
	font-weight: 600;
}

.ady-lunch-list li i {
	color: #c9a227;
	margin-right: 10px;
	width: 20px;
}

.ady-lunch-note {
	color: #666;
	font-size: 0.95rem;
	margin-bottom: 24px;
}

.ady-lunch-note i {
	color: #c9a227;
	margin-right: 6px;
}

.ady-dish-card--lunch {
	border: 2px solid rgba(201, 162, 39, 0.35);
}

.ady-dish-card--lunch .ady-dish-tag {
	background: #c9a227;
	color: #0d0d0d;
}

/* Menu sections */
.ady-menu-section--dark {
	background: #0d0d0d;
}

.ady-menu-section--light {
	background: #faf8f5;
}

.ady-menu-section--light .ady-dish-card h3 {
	color: #111;
}

.ady-section-image-wrap {
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

/* Signature dishes — header spacing (icon clear of cards) */
/* Exclusive dishes — header spacing (cover image clear of cards) */
#exclusive-dishes .ady-exclusive-header {
	margin-bottom: 0;
	padding-bottom: 64px;
}

#exclusive-dishes .ady-exclusive-dishes-grid {
	margin-top: 32px;
	padding-top: 0;
	clear: both;
}

.ady-section-image-wrap--exclusive {
	margin-bottom: 0;
}

.ady-section-image-wrap--exclusive .ady-section-image {
	height: 320px;
}

@media (max-width: 991px) {
	#exclusive-dishes .ady-exclusive-header {
		padding-bottom: 40px;
	}

	.ady-section-image-wrap--exclusive {
		margin-bottom: 28px;
	}

	.ady-section-image-wrap--exclusive .ady-section-image {
		height: 280px;
	}

	#exclusive-dishes .ady-exclusive-dishes-grid {
		margin-top: 16px;
	}
}

@media (min-width: 992px) {
	#exclusive-dishes .ady-exclusive-header .col-xl-5 {
		padding-left: 28px;
	}
}

#signature-dishes .ady-signature-header {
	margin-bottom: 0;
	padding-bottom: 64px;
}

#signature-dishes .ady-signature-dishes-grid {
	margin-top: 32px;
	padding-top: 0;
	clear: both;
}

/* Section header — icon showcase (no photo) */
.ady-section-icon-wrap {
	position: relative;
	width: 100%;
	max-width: 300px;
	aspect-ratio: 1;
	margin: 0 auto 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ady-section-icon-wrap--dark {
	background: linear-gradient(145deg, #1a1512 0%, #0d0d0d 55%, #2a2218 100%);
	border-radius: 24px;
	border: 1px solid rgba(201, 162, 39, 0.35);
	box-shadow:
		0 20px 50px rgba(0, 0, 0, 0.45),
		inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

#signature-dishes .ady-section-icon-wrap--dark {
	margin-bottom: 0;
}

.ady-section-icon-ring {
	position: absolute;
	inset: 12%;
	border: 2px solid rgba(201, 162, 39, 0.25);
	border-radius: 50%;
	pointer-events: none;
}

.ady-section-icon-ring--inner {
	inset: 22%;
	border-style: dashed;
	border-color: rgba(201, 162, 39, 0.15);
	animation: ady-icon-spin 24s linear infinite;
}

@keyframes ady-icon-spin {
	to { transform: rotate(360deg); }
}

.ady-section-icon-main {
	font-size: clamp(4rem, 12vw, 5.5rem);
	color: #c9a227;
	filter: drop-shadow(0 8px 20px rgba(201, 162, 39, 0.35));
	position: relative;
	z-index: 1;
}

.ady-section-icon-float {
	position: absolute;
	color: #c9a227;
	opacity: 0.85;
	z-index: 2;
}

.ady-section-icon-float--1 {
	top: 14%;
	right: 16%;
	font-size: 1.35rem;
	animation: ady-icon-float 4s ease-in-out infinite;
}

.ady-section-icon-float--2 {
	bottom: 18%;
	left: 14%;
	font-size: 1.15rem;
	animation: ady-icon-float 4.5s ease-in-out 0.6s infinite;
}

.ady-section-icon-float--3 {
	top: 22%;
	left: 18%;
	font-size: 1rem;
	opacity: 0.65;
	animation: ady-icon-float 5s ease-in-out 1.2s infinite;
}

@keyframes ady-icon-float {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-8px); }
}

@media (max-width: 991px) {
	#signature-dishes .ady-signature-header {
		padding-bottom: 40px;
	}

	.ady-section-icon-wrap {
		max-width: 260px;
		margin-bottom: 28px;
	}

	#signature-dishes .ady-signature-dishes-grid {
		margin-top: 16px;
	}
}

@media (min-width: 992px) {
	#signature-dishes .ady-signature-header .col-xl-5 {
		padding-right: 28px;
	}
}

.ady-menu-section--light .ady-section-image-wrap {
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.ady-section-intro {
	margin-top: 12px;
	line-height: 1.7;
	max-width: 520px;
}

.ady-menu-section--light .ady-section-intro {
	color: #555;
}

.ady-section-intro.mx-auto {
	max-width: 560px;
}

/* Entrees — premium text menu */
.ady-entrees-section {
	background: linear-gradient(180deg, #f7f4ef 0%, #efe9e0 50%, #f7f4ef 100%);
	position: relative;
	overflow: hidden;
}

.ady-entrees-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse at 50% 0%, rgba(201, 162, 39, 0.08) 0%, transparent 55%);
	pointer-events: none;
}

.ady-entrees-section .container {
	position: relative;
	z-index: 1;
}

.ady-entrees-header {
	text-align: center;
	max-width: 640px;
	margin: 0 auto 48px;
}

.ady-entrees-header .headding-sub {
	margin-bottom: 8px;
}

.ady-entrees-header .headding-title {
	margin-bottom: 0;
}

.ady-entrees-header__rule {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin: 22px 0 20px;
}

.ady-entrees-header__rule::before,
.ady-entrees-header__rule::after {
	content: "";
	flex: 1;
	max-width: 80px;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(201, 162, 39, 0.6));
}

.ady-entrees-header__rule::after {
	background: linear-gradient(90deg, rgba(201, 162, 39, 0.6), transparent);
}

.ady-entrees-header__rule span {
	width: 8px;
	height: 8px;
	background: #c9a227;
	transform: rotate(45deg);
	flex-shrink: 0;
}

.ady-entrees-header__intro {
	color: #5c5348;
	font-size: 1.05rem;
	line-height: 1.75;
	margin: 0;
}

.ady-entrees-panel {
	background: #fff;
	border-radius: 20px;
	box-shadow:
		0 24px 60px rgba(13, 13, 13, 0.08),
		0 0 0 1px rgba(201, 162, 39, 0.12);
	overflow: hidden;
	max-width: 960px;
	margin: 0 auto;
}

.ady-entrees-panel__bar {
	background: linear-gradient(135deg, #0d0d0d 0%, #1a1512 100%);
	padding: 16px 28px;
	text-align: center;
	border-bottom: 2px solid #c9a227;
}

.ady-entrees-panel__label {
	color: #c9a227;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.ady-entrees-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
	padding: 8px 0;
}

.ady-entree-item {
	padding: 26px 32px;
	border-bottom: 1px solid rgba(13, 13, 13, 0.06);
	transition: background 0.25s ease;
}

.ady-entree-item:nth-last-child(-n+2) {
	border-bottom: none;
}

.ady-entree-item:hover {
	background: rgba(201, 162, 39, 0.04);
}

.ady-entree-item--featured {
	background: linear-gradient(135deg, rgba(201, 162, 39, 0.06) 0%, rgba(201, 162, 39, 0.02) 100%);
}

.ady-entree-item--featured .ady-entree-item__cat {
	background: #c9a227;
	color: #0d0d0d;
	border-color: #c9a227;
}

.ady-entree-item__row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 0;
}

.ady-entree-item__title {
	font-size: 1.02rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #0d0d0d;
	margin: 0;
	line-height: 1.35;
	flex: 1;
	min-width: 0;
}

.ady-entree-item__cat {
	flex-shrink: 0;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #8a7a62;
	border: 1px solid rgba(201, 162, 39, 0.35);
	padding: 5px 10px;
	border-radius: 100px;
	background: rgba(201, 162, 39, 0.06);
	white-space: nowrap;
}

.ady-entree-item__desc {
	color: #6b6358;
	font-size: 0.92rem;
	line-height: 1.6;
	margin: 8px 0 0;
	padding-left: 0;
	font-style: italic;
}

@media (min-width: 768px) {
	.ady-entree-item:nth-child(odd) {
		border-right: 1px solid rgba(13, 13, 13, 0.06);
	}
}

@media (max-width: 767px) {
	.ady-entrees-grid {
		grid-template-columns: 1fr;
	}

	.ady-entree-item {
		padding: 22px 20px;
	}

	.ady-entree-item:nth-last-child(-n+2) {
		border-bottom: 1px solid rgba(13, 13, 13, 0.06);
	}

	.ady-entree-item:last-child {
		border-bottom: none;
	}

	.ady-entree-item__row {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}

	.ady-entree-item__cat {
		align-self: flex-start;
	}

	.ady-entree-item:nth-child(odd) {
		border-right: none;
	}
}
