:root {
	--bg: #1b0f0b;
	--bg-alt: #31150d;
	--paper: #fff2dd;
	--text: #fff4e8;
	--muted: #ffd9b0;
	--accent: #ff8a00;
	--accent-2: #ff3b1f;
	--line: rgba(255, 223, 189, 0.24);
	--radius: 18px;
	--shadow: 0 18px 42px rgba(48, 17, 5, 0.45);
}

* {
	box-sizing: border-box;
}

html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
}

html {
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	position: relative;
}

iframe {
	max-width: 100%;
}

body {
	font-family: "Outfit", sans-serif;
	color: var(--text);
	background:
		radial-gradient(circle at 88% -4%, rgba(255, 136, 0, 0.4), transparent 34%),
		radial-gradient(circle at 10% 14%, rgba(255, 59, 31, 0.32), transparent 35%),
		linear-gradient(164deg, #220f0a 0%, #34170d 54%, #431f12 100%);
	background-attachment: scroll;
	line-height: 1.55;
	overflow-x: hidden;
	position: relative;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	/* removed heavy will-change hint that can cause jank during scroll */
}

body::before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(164deg, #220f0a 0%, #34170d 54%, #431f12 100%);
	z-index: -1;
	pointer-events: none;
	will-change: none;
}

.container {
	width: min(1140px, 92vw);
	margin: 0 auto;
}

.section {
	padding: 84px 0;
	will-change: transform;
	transform: translateZ(0);
	backface-visibility: hidden;
}

.section-label,
.eyebrow {
	text-transform: uppercase;
	letter-spacing: 0.16em;
	font-size: 0.8rem;
	color: #ffd6a5;
	margin: 0 0 10px;
}

h1,
h2,
h3 {
	font-family: "Cormorant Garamond", serif;
	letter-spacing: 0.01em;
	margin: 0;
	font-weight: 600;
	text-wrap: balance;
}

h1 {
	font-size: clamp(2.9rem, 7.5vw, 5.6rem);
	line-height: 0.93;
	max-width: 30ch;
	color: #fff6ea;
	text-shadow:
		0 0 12px rgba(255, 124, 33, 0.7),
		0 0 26px rgba(255, 106, 0, 0.55),
		0 10px 32px rgba(41, 14, 6, 0.6);
}

h2 {
	font-size: clamp(2.25rem, 4.8vw, 3.9rem);
	line-height: 0.98;
	max-width: 30ch;
	margin-bottom: 16px;
	color: #ffe7c7;
}

h3 {
	font-size: clamp(1.5rem, 2.1vw, 2rem);
	line-height: 1.08;
	margin-bottom: 8px;
}

p {
	margin: 0;
}

main {
	position: relative;
	z-index: 1;
	transform: translateZ(0);
	will-change: transform;
	backface-visibility: hidden;
}

.hero {
	min-height: 100svh;
	min-height: 100vh;
	position: relative;
	display: grid;
	grid-template-rows: auto 1fr;
	isolation: isolate;
	transform: translateZ(0);
	will-change: transform;
	backface-visibility: hidden;
}

.hero-bg {
	position: absolute;
	inset: 0;
	z-index: -2;
	background-image:
		linear-gradient(126deg, rgba(26, 10, 4, 0.48), rgba(53, 18, 8, 0.2)),
		url("https://images.unsplash.com/photo-1514933651103-005eec06c04b?auto=format&fit=crop&w=1800&q=80");
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
}

.hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(to bottom, rgba(45, 15, 6, 0.2) 0%, rgba(29, 10, 5, 0.68) 88%),
		repeating-linear-gradient(
			to right,
			transparent 0,
			transparent 110px,
			rgba(255, 219, 177, 0.05) 111px,
			rgba(255, 219, 177, 0.05) 112px
		);
}

.brand-logo {
	width: 38px;
	height: 38px;
	object-fit: contain;
	flex: none;
	display: block;
	will-change: transform;
	transform: translateZ(0);
	image-rendering: -webkit-optimize-contrast;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.hero-content {
	align-self: center;
	padding-bottom: 50px;
	animation: hero-rise 1s cubic-bezier(0.34, 1.56, 0.64, 1) both;
	will-change: opacity, transform;
}

.hero-subtext {
	margin-top: 14px;
	max-width: 40ch;
	color: #ffe4c4;
	font-size: 1.12rem;
}

.hero-pulses {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.hero-pulses span {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 7px 14px;
	border-radius: 999px;
	font-size: 0.86rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	border: 1px solid rgba(255, 223, 189, 0.45);
	background: rgba(52, 19, 9, 0.42);
	box-shadow: 0 0 16px rgba(255, 135, 44, 0.24);
	animation: pulse-chip 6s cubic-bezier(0.4, 0, 0.2, 1) infinite;
	will-change: transform, box-shadow;
}

.hero-pulses span:nth-child(2) {
	animation-delay: 0.2s;
}

.hero-pulses span:nth-child(3) {
	animation-delay: 0.4s;
}

.hero-pulses span:nth-child(4) {
	animation-delay: 0.6s;
}

.hero-actions {
	display: flex;
	gap: 14px;
	margin-top: 30px;
	flex-wrap: wrap;
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	border-radius: 999px;
	padding: 12px 22px;
	font-weight: 600;
	text-decoration: none;
	transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.3s cubic-bezier(0.23, 1, 0.32, 1), background-color 0.3s ease;
	will-change: transform, box-shadow;
}

.btn:hover {
	transform: translateY(-3px);
}

.whatsapp-float {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 60;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	padding: 0;
	border-radius: 50%;
	background-color: #25D366;
	box-shadow: 0 4px 12px rgba(0,0,0,0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999;
	animation: blinkPulse 1.5s infinite;
}

.whatsapp-float img {
	width: 30px;
	height: 30px;
}

@keyframes blinkPulse {
	0% {
		transform: scale(1);
		opacity: 1;
	}
	50% {
		transform: scale(1.15);
		opacity: 0.7;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

.whatsapp-float:hover {
	animation: none;
	transform: scale(1.1);
}

.whatsapp-float:focus-visible {
	outline: 3px solid rgba(255, 255, 255, 0.95);
	outline-offset: 3px;
}


.whatsapp-float span {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.btn-primary {
	color: #2a1007;
	background: linear-gradient(120deg, var(--accent), #ffc24b);
	box-shadow: 0 14px 30px rgba(255, 138, 0, 0.35);
}

.btn-outline {
	color: var(--paper);
	border: 1px solid rgba(255, 223, 189, 0.5);
	background: rgba(46, 16, 8, 0.44);
}

.experience {
	display: grid;
	gap: 20px;
}

.experience-top {
	display: grid;
	grid-template-columns: 1fr 280px;
	gap: 20px;
	align-items: center;
	margin-bottom: 18px;
}

.experience-aside {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.experience-aside img {
	width: 100%;
	max-width: 280px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 12px;
	box-shadow: var(--shadow);
	display: block;
}

.experience-text {
	max-width: 66ch;
}

@media (max-width: 900px) {
	.experience-top {
		grid-template-columns: 1fr;
	}
	.experience-aside img {
		max-height: 300px;
		max-width: 100%;
		aspect-ratio: 1 / 1;
	}
}

.experience p {
	max-width: 72ch;
	color: #ffe2c0;
}

.experience-details {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.experience-details article {
	border: 1px solid var(--line);
	border-radius: 14px;
	padding: 16px;
	background: rgba(255, 228, 198, 0.08);
	transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), border-color 0.35s ease, box-shadow 0.35s ease;
	will-change: transform;
}

.experience-details article:hover {
	transform: translateY(-4px);
	border-color: rgba(255, 158, 51, 0.5);
	box-shadow: 0 8px 20px rgba(255, 135, 44, 0.15);
}

.experience-details p {
	font-size: 0.97rem;
}

.experience-strip {
	margin-top: 28px;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.strip-card {
	position: relative;
	border: 1px solid var(--line);
	border-radius: 12px;
	min-height: 150px;
	display: flex;
	align-items: flex-end;
	padding: 16px;
	font-size: 1rem;
	font-weight: 600;
	color: #fff6e8;
	overflow: hidden;
	animation: rise-in 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) both;
	transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	will-change: transform, box-shadow;
}

.strip-card img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
	transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.strip-card::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(30, 11, 6, 0.8), rgba(30, 11, 6, 0.18));
	z-index: 1;
	pointer-events: none;
	transition: background 0.4s ease;
}

.strip-card span {
	position: relative;
	z-index: 2;
}

.strip-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 28px rgba(255, 135, 44, 0.2);
}

.strip-card:hover img {
	transform: scale(1.05);
}

.strip-card-2 {
	animation-delay: 0.12s;
}

.strip-card-3 {
	animation-delay: 0.24s;
}

.strip-card-4 {
	animation-delay: 0.36s;
}

.energy {
	min-height: 62vh;
	margin-top: 26px;
	margin-bottom: 26px;
	position: relative;
	display: grid;
	place-items: end start;
	overflow: hidden;
	transition: filter 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.energy:hover {
	filter: brightness(1.05);
}

.energy-bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
	transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.energy:hover .energy-bg {
	transform: scale(1.02);
}

.energy-overlay {
	position: relative;
	z-index: 1;
	width: 100%;
	padding: clamp(1.2rem, 3vw, 2.2rem);
	background: linear-gradient(110deg, rgba(35, 13, 7, 0.58), rgba(77, 29, 12, 0.18));
}

.energy-overlay p {
	margin: 0 auto;
	width: min(1140px, 92vw);
	font-size: clamp(1.6rem, 3.3vw, 3rem);
	font-family: "Bebas Neue", sans-serif;
	letter-spacing: 0.03em;
}

.food-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 24px;
}

.food-intro {
	max-width: 70ch;
	color: #ffdcb8;
}

.food-card {
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 24px;
	background:
		linear-gradient(170deg, rgba(255, 236, 213, 0.09), rgba(255, 255, 255, 0.02)),
		radial-gradient(circle at 90% 0, rgba(255, 138, 0, 0.3), transparent 34%);
	transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), border-color 0.35s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.35s cubic-bezier(0.23, 1, 0.32, 1);
	animation: rise-in 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) both;
	will-change: transform, box-shadow;
}

.food-card:nth-child(2) {
	animation-delay: 0.15s;
}

.food-card:nth-child(3) {
	animation-delay: 0.3s;
}

.food-card:hover {
	transform: translateY(-6px);
	border-color: rgba(255, 158, 51, 0.7);
	box-shadow: var(--shadow);
}

.food-card h3 {
	font-size: clamp(1.8rem, 2.3vw, 2.25rem);
}

.food-card p {
	color: #ffe3c2;
}

.food-card ul {
	margin: 10px 0 0;
	padding-left: 18px;
	color: #ffcf97;
	font-size: 0.94rem;
}

.food-card li {
	margin-bottom: 5px;
}

/* Center the menu CTA and adjust spacing */
.menu-cta {
	display: inline-block;
	margin: 28px auto 0;
	padding: 12px 28px;
	border-radius: 999px;
	text-align: center;
	box-shadow: 0 10px 30px rgba(41, 14, 6, 0.28);
	background: linear-gradient(120deg, var(--accent), #ffc24b);
	color: #2a1007;
	font-weight: 700;
	text-decoration: none;
	transition: transform 0.22s ease, box-shadow 0.22s ease;
	display: block;
	width: max-content;
}

@media (max-width: 620px) {
    .menu-cta {
        width: 100%;
        margin: 18px 0 0;
    }
}

.menu-section {
	margin-top: 14px;
}

.menu-description {
	color: #ffdcb8;
	max-width: 70ch;
}

.menu-section img {
	display: block;
	width: 100%;
	max-width: 100%;
	border-radius: 10px;
	margin: 18px 0 22px;
	height: auto;
	max-height: 320px;
	object-fit: cover;
}

.menu-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
	margin-top: 6px;
}

.menu-item {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	border-top: 1px solid var(--line);
	padding: 12px 0;
	transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.menu-item:hover {
	opacity: 0.95;
	transform: translateX(4px);
}

.menu-left h3 {
	margin: 0 0 6px;
	font-size: 1.12rem;
	color: #fff6e8;
}

.menu-left p {
	margin: 0;
	color: #ffdcb8;
	font-size: 0.95rem;
}

.menu-right {
	font-weight: 700;
	color: #ffd6a5;
	min-width: 70px;
	text-align: right;
}

/* Menu cards grid (2x2 desktop, 1 column mobile) */
.menu-cards-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	margin-top: 12px;
	align-items: start;
}

.menu-card {
	border: 1px solid var(--line);
	border-radius: 12px;
	padding: 18px;
	background: rgba(255, 230, 199, 0.04);
	box-shadow: 0 8px 20px rgba(32, 11, 7, 0.32);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
	min-height: 360px;
}

.menu-card h3 {
	margin: 0 0 8px;
	font-size: 1.2rem;
	color: #fff6e8;
}

.menu-card p {
	margin: 0;
	color: #ffdcb8;
	font-size: 0.98rem;
	line-height: 1.5;
}

.menu-card img {
	width: 100%;
	aspect-ratio: 1 / 1;
	height: auto;
	object-fit: cover;
	border-radius: 8px;
	display: block;
	margin-bottom: 12px;
}

.menu-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 20px 44px rgba(41, 14, 6, 0.48);
	border-color: rgba(255, 158, 51, 0.26);
}

.menu-card .muted {
	color: #ffdcb8;
}

.menu-section h2 {
	font-size: clamp(1.8rem, 4vw, 2.6rem);
	margin-bottom: 10px;
}

.menu-section .menu-description {
	max-width: 80ch;
	color: #ffdcb8;
	margin-bottom: 12px;
}

@media (min-width: 900px) {
	.menu-grid {
		grid-template-columns: 1fr 1fr;
	}
	.menu-cards-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	.menu-item {
		padding: 14px;
	}
	.menu-right {
		min-width: 90px;
	}
	.menu-section img {
		max-height: 280px;
	}

}

.vibe-section img {
	display: block;
	width: 100%;
	max-width: 100%;
	border-radius: 10px;
	margin-bottom: 20px;
	height: auto;
	max-height: 220px;
	object-fit: cover;
}

.gallery-intro {
	max-width: 72ch;
	color: #ffdcb8;
}

.gallery-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 24px;
}

.gallery-item {
	margin: 0;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	overflow: hidden;
	background: rgba(255, 230, 199, 0.08);
	box-shadow: 0 10px 24px rgba(44, 15, 5, 0.3);
	aspect-ratio: 4 / 3;
	animation: rise-in 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) both;
	transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	will-change: transform, box-shadow;
}

.gallery-item:hover {
	transform: translateY(-8px) scale(1.02);
	box-shadow: 0 20px 40px rgba(255, 135, 44, 0.25);
}

.gallery-item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gallery-item:nth-child(2) {
	animation-delay: 0.12s;
}

.gallery-item:nth-child(3) {
	animation-delay: 0.24s;
}

.gallery-item:nth-child(4) {
	animation-delay: 0.36s;
}

.gallery-item:nth-child(5) {
	animation-delay: 0.48s;
}

.gallery-item:nth-child(6) {
	animation-delay: 0.6s;
}

.gallery-item:nth-child(7) {
	animation-delay: 0.72s;
}

.gallery-item:nth-child(8) {
	animation-delay: 0.84s;
}

.gallery-item:nth-child(9) {
	animation-delay: 0.96s;
}

.gallery-item figcaption {
	padding: 12px 14px;
	font-family: "Cormorant Garamond", serif;
	font-size: 1.25rem;
	color: #ffe7c7;
}

.vibe-loop {
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
	overflow: hidden;
	background: linear-gradient(90deg, #35180f, #4a2013);
}

.loop-track {
	display: inline-flex;
	gap: 2.4rem;
	white-space: nowrap;
	min-width: 100%;
	padding: 15px 0;
	animation: marquee 18s linear infinite;
}

.loop-track span {
	font-family: "Bebas Neue", sans-serif;
	letter-spacing: 0.06em;
	font-size: 1.6rem;
	color: #ffe0b5;
}

.visit-layout {
	display: grid;
	grid-template-columns: 1fr 1.3fr;
	gap: 22px;
	margin-top: 24px;
}

.visit-intro {
	max-width: 64ch;
	color: #ffdcb7;
}

.visit-info {
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 22px;
	background: rgba(255, 234, 208, 0.07);
	animation: rise-in 0.7s ease both;
}

/* Contact cards and alignment */
.contact-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 18px;
	margin-top: 18px;
}

.contact-card {
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 20px;
	background: rgba(255, 230, 199, 0.04);
	text-align: center;
}

.contact-icon {
	font-size: 36px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-card h3 {
	margin: 6px 0 10px;
}

.contact-hours {
	list-style: none;
	padding-left: 0;
	margin: 0 auto;
	text-align: center;
	display: block;
	width: max-content;
}

.contact-hours li {
	margin-bottom: 6px;
	color: #ffe2c2;
}

.contact-link {
	color: var(--accent);
	font-weight: 700;
	text-decoration: none;
}

.label {
	text-transform: uppercase;
	color: var(--muted);
	font-size: 0.75rem;
	letter-spacing: 0.15em;
	margin-top: 14px;
	margin-bottom: 5px;
}

.hours-list {
	margin: 0;
	padding-left: 18px;
	color: #ffe2c2;
}

.hours-list li {
	margin-bottom: 6px;
}

.whatsapp {
	margin-top: 16px;
}

.map-wrap {
	border: 1px solid var(--line);
	border-radius: var(--radius);
	overflow: hidden;
	min-height: 370px;
}

.map-wrap iframe {
	width: 100%;
	height: 100%;
	min-height: 370px;
	border: 0;
	filter: saturate(0.88) contrast(1.05);
}

.highlights {
	padding-top: 8px;
}

.highlights-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 20px;
}

.highlight-item {
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 18px;
	background:
		linear-gradient(180deg, rgba(255, 236, 213, 0.1), rgba(255, 255, 255, 0.02)),
		radial-gradient(circle at 14% 2%, rgba(255, 74, 44, 0.26), transparent 35%);
	animation: rise-in 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) both;
	transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.35s cubic-bezier(0.23, 1, 0.32, 1);
	will-change: transform;
}

.highlight-item:nth-child(2) {
	animation-delay: 0.15s;
}

.highlight-item:nth-child(3) {
	animation-delay: 0.3s;
}

.highlight-item:hover {
	transform: translateY(-4px);
}

.highlight-item p {
	color: #ffe2c2;
}

.reveal {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
	will-change: opacity, transform;
}

.reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@keyframes hero-rise {
	from {
		opacity: 0;
		transform: translateY(20px);
		filter: blur(4px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
		filter: blur(0);
	}
}

@keyframes rise-in {
	from {
		opacity: 0;
		transform: translateY(24px);
		filter: blur(3px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
		filter: blur(0);
	}
}

@keyframes pulse-chip {
	0%,
	100% {
		transform: translateY(0) scale(1);
		box-shadow: 0 0 16px rgba(255, 135, 44, 0.24);
	}
	50% {
		transform: translateY(-3px) scale(1.02);
		box-shadow: 0 0 24px rgba(255, 135, 44, 0.4);
	}
}

.cta-buttons {
	display: flex;
	gap: 14px;
	margin-top: 24px;
	flex-wrap: wrap;
}

.contact-section {
	margin-top: 20px;
}

.contact-layout {
	display: grid;
	grid-template-columns: 1fr 1.3fr;
	gap: 22px;
	margin-top: 24px;
}

.contact-info {
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 22px;
	background: rgba(255, 234, 208, 0.07);
}

.contact-block {
	margin-bottom: 18px;
}

.contact-block h3 {
	margin-bottom: 8px;
	color: #ffe7c7;
}

.contact-block p {
	color: #ffe2c2;
	margin-bottom: 4px;
}

.contact-block a {
	color: var(--accent);
	text-decoration: none;
}

.contact-block a:hover {
	text-decoration: underline;
}

.contact-map {
	border: 1px solid var(--line);
	border-radius: var(--radius);
	overflow: hidden;
	min-height: 370px;
}

.contact-map iframe {
	width: 100%;
	height: 100%;
	min-height: 370px;
	border: 0;
	filter: saturate(0.88) contrast(1.05);
}

.call-to-action {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.call-to-action h2 {
	max-width: 40ch;
	margin: 0 auto 10px;
}

.call-to-action p {
	max-width: 60ch;
	color: #ffdcb8;
	margin-bottom: 24px;
}

.contact-intro {
	max-width: 72ch;
	color: #ffdcb8;
	margin-bottom: 30px;
	font-size: 1.05rem;
}

.contact-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 32px;
	margin-bottom: 48px;
}

.contact-card {
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 26px;
	background:
		linear-gradient(170deg, rgba(255, 236, 213, 0.09), rgba(255, 255, 255, 0.02)),
		radial-gradient(circle at 90% 0, rgba(255, 138, 0, 0.3), transparent 34%);
	transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), border-color 0.35s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 0.35s ease;
	display: flex;
	flex-direction: column;
	text-align: center;
	will-change: transform, box-shadow;
}

.contact-card:hover {
	transform: translateY(-6px);
	border-color: rgba(255, 158, 51, 0.7);
	box-shadow: var(--shadow);
}

.contact-icon {
	font-size: 2.8rem;
	margin: 0 auto 14px;
	display: inline-block;
}

.contact-card h3 {
	font-size: clamp(1.5rem, 2vw, 1.8rem);
	margin-bottom: 14px;
	color: #ffe7c7;
}

.contact-card p {
	color: #ffe2c2;
	margin-bottom: 6px;
	font-size: 0.97rem;
	line-height: 1.6;
}

.contact-link {
	color: var(--accent);
	text-decoration: none;
	font-weight: 600;
	transition: color 0.3s cubic-bezier(0.23, 1, 0.32, 1), text-decoration 0.3s ease;
	display: inline-block;
}

.contact-link:hover {
	color: #ffc24b;
	text-decoration: underline;
}

.link-btn {
	color: var(--accent);
	text-decoration: none;
	font-weight: 600;
	transition: color 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
	font-size: 0.95rem;
	display: inline-block;
}

.link-btn:hover {
	color: #ffc24b;
	transform: translateX(2px);
}

.link-btn:hover {
	color: #ffc24b;
}

.contact-hours {
	margin: 0 auto;
	padding-left: 0;
	list-style: none;
	text-align: center;
	display: block;
	width: max-content;
}

.contact-hours li {
	color: #ffe2c2;
	margin-bottom: 7px;
	font-size: 0.95rem;
	line-height: 1.6;
}

.map-section {
	display: none;
}

.map-container {
	display: none;
}

.map-container iframe {
	display: none;
}

.what-to-expect {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin: 32px 0 36px;
}

.expect-item {
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 24px;
	background: rgba(255, 230, 199, 0.08);
	transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), border-color 0.35s ease, box-shadow 0.35s ease;
	text-align: center;
	will-change: transform;
}

.expect-item:hover {
	transform: translateY(-5px);
	border-color: rgba(255, 158, 51, 0.6);
	box-shadow: 0 12px 28px rgba(255, 135, 44, 0.15);
}

.expect-item h3 {
	font-size: 1.4rem;
	margin-bottom: 12px;
	color: #ffe7c7;
}

.expect-item p {
	color: #ffe2c2;
	font-size: 0.96rem;
	line-height: 1.6;
}

/* About page layout */
.about-hero-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 28px;
	align-items: stretch;
}

.about-hero-image {
	display: flex;
}

.about-hero-image img {
	width: 100%;
	height: 100%;
	min-height: 100%;
	border-radius: 12px;
	object-fit: cover;
	box-shadow: var(--shadow);
	transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), filter 0.5s ease;
}

.about-hero-image:hover img {
	transform: scale(1.03);
	filter: brightness(1.1);
}

.about-hero-content .lead {
	font-size: 1.06rem;
	color: #ffe6cc;
	margin-bottom: 8px;
}

.muted {
	color: #ffdcb8;
}

.pillars-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-top: 18px;
}

.pillar {
	border: 1px solid var(--line);
	border-radius: 14px;
	overflow: hidden;
	background: rgba(255, 236, 213, 0.04);
	display: flex;
	flex-direction: column;
	transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 0.35s ease;
	will-change: transform;
}

.pillar:hover {
	transform: translateY(-4px);
	background: rgba(255, 236, 213, 0.08);
	box-shadow: 0 12px 28px rgba(255, 135, 44, 0.15);
}

.pillar img {
	display: block;
	width: 100%;
	height: 240px;
	object-fit: cover;
}

.pillar h3 {
	padding: 14px 16px 0;
	color: #ffe7c7;
}

.pillar p {
	padding: 8px 16px 18px;
	color: #ffe2c2;
	font-size: 0.98rem;
}


.about-hero-content {
	background: linear-gradient(180deg, rgba(14,8,6,0.6), rgba(14,8,6,0.4));
	padding: 28px;
	border-radius: 12px;
	box-shadow: 0 14px 36px rgba(24, 9, 6, 0.5);
	backdrop-filter: blur(4px);
}

.about-hero-content h2,
.about-hero-content p,
.about-hero-content .section-label {
	color: #fff9ee;
}

.vibe-wrap {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr);
	gap: 22px;
	align-items: center;
}

.vibe-wrap img {
	width: 100%;
	border-radius: 22px;
	height: 220px;
	max-height: 220px;
	object-fit: cover;
	box-shadow: var(--shadow);
	display: block;
	transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), filter 0.4s ease;
}

.vibe-wrap:hover img {
	transform: scale(1.04);
	filter: brightness(1.08);
}

.vibe-copy {
	display: flex;
	flex-direction: column;
	gap: 8px;
	justify-content: center;
}

.vibe-tagline {
	font-family: "Bebas Neue", sans-serif;
	font-size: 1.6rem;
	color: #ffe0b5;
	margin: 0 0 6px;
}

.vibe-note {
	color: #ffe2c2;
	margin: 0;
	font-size: 1rem;
	max-width: 48ch;
}

.vibe-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 6px;
}

.vibe-chips span {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 7px 14px;
	border-radius: 999px;
	font-size: 0.84rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	border: 1px solid rgba(255, 223, 189, 0.28);
	background: rgba(52, 19, 9, 0.38);
	color: #ffe7c7;
}

@media (max-width: 900px) {
	.about-hero-grid {
		grid-template-columns: 1fr;
		align-items: center;
	}

	.about-hero-image {
		display: block;
	}

	.about-hero-image img {
		height: 320px;
		min-height: 0;
	}

	.vibe-wrap img {
		width: 240px;
		height: 200px;
		max-height: 200px;
	}

	.vibe-copy {
		width: 100%;
	}

	.vibe-wrap {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 420px) {
	.pillars-grid {
		grid-template-columns: 1fr;
	}
}

@keyframes marquee {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

@media (max-width: 900px) {
	h1 {
		max-width: 18ch;
	}

	.top-nav {
		border-radius: 28px;
		padding: 16px 16px 14px;
	}

	.nav-toggle {
		display: inline-flex;
	}

	.nav-links {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		width: 100%;
		flex-direction: column;
		align-items: stretch;
		gap: 8px;
		padding: 16px 18px;
		max-height: 0;
		opacity: 0;
		overflow: visible;
		pointer-events: none;
		transform: translateY(-12px);
		transition: max-height 0.32s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.28s ease, transform 0.28s ease;
		background: linear-gradient(135deg, rgba(35, 14, 8, 0.95), rgba(50, 18, 10, 0.92));
		backdrop-filter: blur(12px);
		border: 1px solid rgba(255, 223, 189, 0.2);
		border-top: 1px solid rgba(255, 223, 189, 0.1);
		border-radius: 0 0 20px 20px;
		box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
		margin-top: 8px;
		z-index: 51;
	}

	.top-nav.is-open .nav-links {
		max-height: 360px;
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
		overflow: visible;
	}

	.nav-link {
		width: 100%;
		justify-content: flex-start;
		padding: 12px 14px;
		min-height: 44px;
		font-weight: 500;
		background: rgba(255, 228, 198, 0.06);
		border: 1px solid rgba(255, 223, 189, 0.15);
		transition: all 0.22s ease;
	}

	.nav-link:hover {
		background: rgba(255, 228, 198, 0.1);
		border-color: rgba(255, 223, 189, 0.3);
	}

	.top-nav.is-open .nav-toggle__bars {
		background: transparent;
	}

	.top-nav.is-open .nav-toggle__bars::before {
		top: 0;
		transform: rotate(45deg);
	}

	.top-nav.is-open .nav-toggle__bars::after {
		bottom: 0;
		transform: rotate(-45deg);
	}

	.experience-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.experience-details,
	.highlights-grid {
		grid-template-columns: 1fr;
	}

	.food-grid,
	.gallery-grid,
	.visit-layout {
		grid-template-columns: 1fr;
	}

	.map-wrap,
	.map-wrap iframe {
		min-height: 320px;
	}
}

@media (max-width: 620px) {
	.container {
		width: min(1140px, 94vw);
	}

	.section {
		padding: 66px 0;
	}

	h1 {
		font-size: clamp(2.25rem, 10vw, 2.9rem);
		max-width: 14ch;
	}

	h2 {
		font-size: clamp(1.8rem, 8.3vw, 2.4rem);
		max-width: 16ch;
	}

	/* Ensure long section headings (eg. MASALA GROOVE SPECIALS) don't get overly constrained */
	.menu-section h2 {
		max-width: 100%;
	}

	h3 {
		font-size: clamp(1.35rem, 6.3vw, 1.7rem);
	}

	.top-nav {
		padding: 14px 14px 12px;
	}

	.nav-link {
		padding: 8px 14px;
	}

	.nav-toggle {
		width: 44px;
		height: 44px;
	}

	.hero-content {
		padding-bottom: 28px;
	}

	.hero-pulses {
		gap: 8px;
	}

	.hero-pulses span {
		padding: 7px 12px;
		font-size: 0.8rem;
	}

	.hero-subtext {
		font-size: 1rem;
	}

	.hero-actions {
		gap: 10px;
	}

	.btn {
		width: 100%;
	}

	.experience-strip {
		grid-template-columns: 1fr;
	}

	.food-card,
	.visit-info,
	.highlight-item {
		padding: 18px;
	}

	.contact-layout {
		grid-template-columns: 1fr;
	}

	.gallery-item img {
		height: 100%;
	}

	.contact-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.what-to-expect {
		grid-template-columns: 1fr;
	}

	.menu-section img,
	.vibe-section img {
		max-height: 180px;
	}

	.footer-inner {
		grid-template-columns: 1fr 1fr;
	}

	.map-wrap,
	.map-wrap iframe {
		min-height: 280px;
	}

	.loop-track span {
		font-size: 1.28rem;
	}

	h1,
	h2 {
		line-height: 1;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}

@media (max-width: 420px) {
	.whatsapp-float {
		width: 55px;
		height: 55px;
		right: 15px;
		bottom: 15px;
	}

	.section-label,
	.eyebrow {
		letter-spacing: 0.12em;
	}

	.hero-actions {
		margin-top: 22px;
	}

	.food-card ul,
	.hours-list {
		padding-left: 16px;
	}

	.contact-grid {
		grid-template-columns: 1fr;
	}

	.footer-inner {
		grid-template-columns: 1fr;
	}

	.footer-brand-copy {
		max-width: none;
	}

	.what-to-expect {
		grid-template-columns: 1fr;
	}

	.menu-section img,
	.vibe-section img {
		max-height: 160px;
	}

	.map-wrap,
	.map-wrap iframe {
		min-height: 250px;
	}

	.map-container,
	.map-container iframe {
		min-height: 280px;
	}

}
