/* =====================================================
   Jaffna Virunthu – jaffnavirunthu.lk
   Custom theme. No framework dependency.
   Palette: saffron, chili red, palmyrah gold, cream, charcoal.
   ===================================================== */

:root {
	--saffron:    #d97706;
	--saffron-2:  #b45309;
	--chili:      #c2410c;
	--gold:       #c89b3c;
	--gold-soft:  #e8c879;
	--cream:      #fdf6e3;
	--cream-2:    #fffaf0;
	--ink:        #2a1a0e;
	--ink-soft:   #5a4636;
	--leaf:       #4d6b2a;
	--white:      #ffffff;
	--line:       rgba(42,26,14,.10);
	--shadow-sm:  0 2px 8px rgba(42,26,14,.06);
	--shadow-md:  0 12px 32px rgba(42,26,14,.10);
	--shadow-lg:  0 30px 60px rgba(42,26,14,.18);
	--radius:     14px;
	--radius-lg:  22px;
	--maxw:       1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
	margin: 0;
	font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	color: var(--ink);
	background: var(--cream);
	line-height: 1.6;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--saffron-2); text-decoration: none; transition: color .2s; }
a:hover { color: var(--chili); }
button { font: inherit; cursor: pointer; }
:focus-visible { outline: 3px solid var(--gold-soft); outline-offset: 2px; }

h1,h2,h3,h4,h5 {
	font-family: 'Playfair Display', "Georgia", serif;
	font-weight: 700;
	color: var(--ink);
	line-height: 1.15;
	margin: 0 0 .5em;
	letter-spacing: -.01em;
}
.ta { font-family: 'Noto Serif Tamil', 'Noto Sans Tamil', serif; }

.container {
	max-width: var(--maxw);
	margin: 0 auto;
	padding: 0 24px;
}

.section { padding: 96px 0; position: relative; }
.section-tight { padding: 64px 0; }
.section-tag {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: var(--saffron-2);
	margin-bottom: 14px;
}
.section-tag::before {
	content: "";
	display: inline-block;
	width: 28px; height: 1px;
	background: var(--saffron);
}
.section-title {
	font-size: clamp(28px, 4vw, 46px);
	margin: 0 0 14px;
}
.section-sub {
	color: var(--ink-soft);
	max-width: 640px;
	font-size: 17px;
}
.section-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 48px;
	flex-wrap: wrap;
}

/* Buttons */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 14px 26px;
	border-radius: 999px;
	font-weight: 600;
	font-size: 15px;
	border: 1.5px solid transparent;
	transition: transform .2s, box-shadow .2s, background .2s, color .2s, border-color .2s;
	cursor: pointer;
	white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn-primary {
	background: var(--saffron);
	color: #fff;
	box-shadow: 0 10px 24px rgba(217,119,6,.35);
}
.btn-primary:hover { background: var(--saffron-2); color: #fff; transform: translateY(-2px); box-shadow: 0 16px 30px rgba(217,119,6,.45); }
.btn-ghost {
	background: transparent;
	color: var(--ink);
	border-color: var(--ink);
}
.btn-ghost:hover { background: var(--ink); color: var(--cream); }
.btn-outline-light {
	background: transparent;
	color: #fff;
	border-color: rgba(255,255,255,.6);
}
.btn-outline-light:hover { background: #fff; color: var(--ink); border-color: #fff; }
.btn-link {
	color: var(--saffron-2);
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}
.btn-link::after { content: "→"; transition: transform .2s; }
.btn-link:hover::after { transform: translateX(4px); }

/* =================== TOP BAR =================== */
.topbar {
	background: var(--ink);
	color: var(--cream-2);
	font-size: 13px;
}
.topbar-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
	gap: 16px;
	flex-wrap: wrap;
}
.topbar a { color: var(--cream-2); }
.topbar a:hover { color: var(--gold-soft); }
.topbar-info { display: flex; gap: 22px; flex-wrap: wrap; opacity: .9; }
.topbar-info span { display: inline-flex; align-items: center; gap: 8px; }
.topbar-social { display: flex; gap: 14px; }

/* =================== HEADER =================== */
.header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(253,246,227,.92);
	backdrop-filter: saturate(150%) blur(12px);
	-webkit-backdrop-filter: saturate(150%) blur(12px);
	border-bottom: 1px solid var(--line);
}
.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 0;
	gap: 24px;
}
.brand {
	display: flex;
	align-items: center;
	gap: 12px;
	color: var(--ink);
	font-weight: 700;
}
.brand-mark {
	width: 46px; height: 46px;
	border-radius: 14px;
	background: linear-gradient(135deg, var(--saffron) 0%, var(--chili) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: 'Playfair Display', serif;
	font-size: 22px;
	font-weight: 800;
	box-shadow: 0 8px 18px rgba(194,65,12,.35);
}
.brand-text { line-height: 1.1; }
.brand-text strong {
	font-family: 'Playfair Display', serif;
	font-size: 20px;
	display: block;
}
.brand-text small {
	color: var(--ink-soft);
	font-size: 11px;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.nav-list {
	display: flex;
	gap: 6px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav-list a {
	color: var(--ink);
	padding: 10px 16px;
	border-radius: 999px;
	font-weight: 500;
	font-size: 15px;
	transition: background .2s, color .2s;
	position: relative;
}
.nav-list a.is-active,
.nav-list a:hover {
	background: rgba(217,119,6,.10);
	color: var(--saffron-2);
}

.header-actions { display: flex; align-items: center; gap: 12px; }
.menu-toggle {
	display: none;
	width: 44px; height: 44px;
	border-radius: 12px;
	border: 1px solid var(--line);
	background: #fff;
	color: var(--ink);
	align-items: center;
	justify-content: center;
}

/* =================== HERO =================== */
.hero {
	position: relative;
	overflow: hidden;
	padding: 90px 0 110px;
	background:
		radial-gradient(900px 500px at 90% -10%, rgba(217,119,6,.18), transparent 60%),
		radial-gradient(700px 400px at -10% 100%, rgba(194,65,12,.16), transparent 60%),
		var(--cream);
}
.hero-grid {
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	gap: 64px;
	align-items: center;
}
.hero-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(217,119,6,.12);
	color: var(--saffron-2);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .18em;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.hero h1 {
	font-size: clamp(40px, 6vw, 76px);
	line-height: 1.02;
	margin: 0 0 18px;
}
.hero h1 em {
	font-style: italic;
	color: var(--saffron-2);
	font-family: 'Playfair Display', serif;
}
.hero-ta {
	font-family: 'Noto Serif Tamil', serif;
	color: var(--ink-soft);
	font-size: clamp(20px, 2.4vw, 30px);
	margin-bottom: 20px;
}
.hero-lead {
	font-size: 18px;
	color: var(--ink-soft);
	max-width: 560px;
	margin: 0 0 32px;
}
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-stats {
	display: flex;
	gap: 36px;
	margin-top: 48px;
	padding-top: 28px;
	border-top: 1px solid var(--line);
	flex-wrap: wrap;
}
.hero-stats .stat strong {
	display: block;
	font-family: 'Playfair Display', serif;
	font-size: 36px;
	color: var(--saffron-2);
	line-height: 1;
}
.hero-stats .stat span {
	font-size: 13px;
	color: var(--ink-soft);
	letter-spacing: .05em;
}

.hero-art {
	position: relative;
	min-height: 540px;
}
.hero-art .plate {
	position: absolute;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: var(--shadow-lg);
	border: 8px solid #fff;
}
.hero-art .plate img { width: 100%; height: 100%; object-fit: cover; }
.hero-art .p1 { width: 380px; height: 380px; top: 30px; right: 0; }
.hero-art .p2 { width: 200px; height: 200px; bottom: 30px; left: 20px; border-color: var(--cream-2); }
.hero-art .p3 { width: 150px; height: 150px; top: 20px; left: 40px; border-color: var(--gold-soft); }
.hero-art .badge-float {
	position: absolute;
	bottom: 80px;
	right: 30px;
	background: #fff;
	border-radius: 18px;
	padding: 14px 18px;
	box-shadow: var(--shadow-md);
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 14px;
}
.hero-art .badge-float .ico {
	width: 40px; height: 40px;
	border-radius: 12px;
	background: var(--saffron);
	color: #fff;
	display: flex; align-items: center; justify-content: center;
	font-size: 20px;
}
.hero-art .badge-float strong { display: block; font-family: 'Playfair Display', serif; font-size: 18px; color: var(--ink); }
.hero-art .badge-float span { color: var(--ink-soft); font-size: 12px; }

.spice-strip {
	display: flex;
	gap: 36px;
	flex-wrap: wrap;
	justify-content: center;
	padding: 28px 24px;
	margin-top: 40px;
	background: #fff;
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-sm);
	border: 1px solid var(--line);
}
.spice-strip .item {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--ink-soft);
	font-size: 14px;
	font-weight: 500;
}
.spice-strip .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--saffron); }

/* =================== STORY (ABOUT) =================== */
.story-grid {
	display: grid;
	grid-template-columns: 1fr 1.1fr;
	gap: 64px;
	align-items: center;
}
.story-art {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 220px 220px;
	gap: 16px;
}
.story-art img {
	width: 100%; height: 100%;
	object-fit: cover;
	border-radius: var(--radius);
}
.story-art .tall { grid-row: span 2; height: 456px; }
.story-art .stamp {
	position: absolute;
	bottom: -20px;
	left: -20px;
	background: var(--ink);
	color: var(--cream);
	padding: 22px 24px;
	border-radius: var(--radius);
	font-family: 'Playfair Display', serif;
	box-shadow: var(--shadow-md);
}
.story-art .stamp strong { font-size: 30px; display: block; line-height: 1; }
.story-art .stamp span { font-size: 12px; letter-spacing: .15em; text-transform: uppercase; opacity: .8; }
.story-points {
	margin-top: 28px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
	padding: 0;
	list-style: none;
}
.story-points li {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	font-size: 15px;
	color: var(--ink-soft);
}
.story-points li::before {
	content: "✓";
	display: inline-flex;
	width: 26px; height: 26px;
	background: rgba(77,107,42,.12);
	color: var(--leaf);
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	font-weight: 700;
}

/* =================== MENU GRID =================== */
.cat-bar {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 36px;
}
.cat-bar button {
	border: 1px solid var(--line);
	background: #fff;
	padding: 10px 18px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 500;
	color: var(--ink-soft);
	transition: all .2s;
}
.cat-bar button:hover { color: var(--ink); border-color: var(--saffron); }
.cat-bar button.is-active {
	background: var(--ink);
	color: var(--cream);
	border-color: var(--ink);
}

.menu-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 28px;
}

.dish {
	background: #fff;
	border-radius: var(--radius-lg);
	overflow: hidden;
	box-shadow: var(--shadow-sm);
	border: 1px solid var(--line);
	transition: transform .25s, box-shadow .25s, border-color .25s;
	display: flex;
	flex-direction: column;
}
.dish:hover {
	transform: translateY(-6px);
	box-shadow: var(--shadow-lg);
	border-color: rgba(217,119,6,.4);
}
.dish-img {
	position: relative;
	aspect-ratio: 4/3;
	overflow: hidden;
	background: linear-gradient(135deg, #f3e9d2, #e7d3a4);
}
.dish-img img {
	width: 100%; height: 100%;
	object-fit: cover;
	transition: transform .5s;
}
.dish:hover .dish-img img { transform: scale(1.06); }
.dish-badge {
	position: absolute;
	top: 14px;
	left: 14px;
	background: var(--ink);
	color: var(--cream);
	padding: 6px 12px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .1em;
	text-transform: uppercase;
}
.dish-badge.signature { background: var(--saffron); }
.dish-badge.hot       { background: var(--chili); }
.dish-fav {
	position: absolute;
	top: 12px; right: 12px;
	width: 36px; height: 36px;
	border-radius: 50%;
	background: rgba(255,255,255,.92);
	display: flex; align-items: center; justify-content: center;
	border: none;
	color: var(--ink-soft);
	box-shadow: var(--shadow-sm);
	transition: color .2s, transform .2s;
}
.dish-fav:hover { color: var(--chili); transform: scale(1.08); }
.dish-body {
	padding: 22px 22px 24px;
	display: flex;
	flex-direction: column;
	flex: 1;
}
.dish-title {
	font-family: 'Playfair Display', serif;
	font-size: 22px;
	margin: 0 0 4px;
}
.dish-title-ta {
	color: var(--ink-soft);
	font-family: 'Noto Serif Tamil', serif;
	font-size: 14px;
	margin-bottom: 10px;
}
.dish-desc {
	color: var(--ink-soft);
	font-size: 14.5px;
	line-height: 1.55;
	margin: 0 0 18px;
	flex: 1;
}
.dish-foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding-top: 18px;
	border-top: 1px dashed var(--line);
}
.dish-price {
	font-family: 'Playfair Display', serif;
	font-size: 22px;
	font-weight: 700;
	color: var(--saffron-2);
}
.dish-add {
	background: var(--ink);
	color: var(--cream);
	border: none;
	border-radius: 999px;
	padding: 10px 16px;
	font-size: 13px;
	font-weight: 600;
	transition: background .2s, transform .2s;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}
.dish-add:hover { background: var(--saffron-2); transform: translateY(-1px); }

/* =================== FEATURED CAROUSEL (home) =================== */
.feature-rail {
	display: flex;
	gap: 24px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	padding: 4px 4px 24px;
	margin: 0 -4px;
	scrollbar-width: thin;
	scrollbar-color: var(--saffron) transparent;
}
.feature-rail::-webkit-scrollbar { height: 8px; }
.feature-rail::-webkit-scrollbar-thumb { background: var(--saffron); border-radius: 4px; }
.feature-rail .dish { flex: 0 0 320px; scroll-snap-align: start; }

/* =================== SERVICES =================== */
.svc-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 24px;
}
.svc {
	background: #fff;
	border-radius: var(--radius-lg);
	padding: 32px 28px;
	border: 1px solid var(--line);
	transition: transform .2s, box-shadow .2s;
	position: relative;
	overflow: hidden;
}
.svc:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.svc::after {
	content: "";
	position: absolute;
	right: -40px; bottom: -40px;
	width: 140px; height: 140px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(217,119,6,.10), transparent 70%);
}
.svc-ico {
	width: 56px; height: 56px;
	border-radius: 16px;
	display: flex; align-items: center; justify-content: center;
	background: linear-gradient(135deg, var(--saffron), var(--chili));
	color: #fff;
	font-size: 26px;
	margin-bottom: 22px;
	box-shadow: 0 12px 24px rgba(194,65,12,.3);
}
.svc h3 { font-size: 22px; margin: 0 0 10px; }
.svc p { color: var(--ink-soft); font-size: 15px; margin: 0 0 18px; }
.svc ul { list-style: none; padding: 0; margin: 0; }
.svc li {
	color: var(--ink-soft);
	font-size: 14px;
	padding: 6px 0;
	border-top: 1px dashed var(--line);
	display: flex; justify-content: space-between;
}
.svc li:first-child { border-top: 0; }
.svc li b { color: var(--ink); }

/* =================== TESTIMONIALS =================== */
.testimonial-band {
	background:
		linear-gradient(135deg, rgba(42,26,14,.92), rgba(42,26,14,.85)),
		url('https://images.unsplash.com/photo-1544025162-d76694265947?auto=format&fit=crop&w=1600&q=80') center/cover;
	color: var(--cream);
	border-radius: var(--radius-lg);
	padding: 64px;
	position: relative;
	overflow: hidden;
}
.testimonial-band h2 { color: #fff; }
.testimonial-band .section-tag { color: var(--gold-soft); }
.testimonial-band .section-tag::before { background: var(--gold-soft); }
.t-rail {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 24px;
	margin-top: 36px;
}
.t-card {
	background: rgba(255,255,255,.06);
	border: 1px solid rgba(255,255,255,.12);
	border-radius: var(--radius);
	padding: 28px;
	backdrop-filter: blur(6px);
}
.t-card .quote { font-size: 15px; line-height: 1.65; opacity: .92; margin: 0 0 18px; }
.t-card .person { display: flex; align-items: center; gap: 12px; }
.t-card .avatar {
	width: 44px; height: 44px;
	border-radius: 50%;
	background: var(--gold);
	display: flex; align-items: center; justify-content: center;
	color: var(--ink);
	font-weight: 700;
}
.t-card strong { display: block; font-family: 'Playfair Display', serif; font-size: 16px; }
.t-card span { font-size: 12px; opacity: .7; }
.stars { color: var(--gold-soft); margin-bottom: 14px; letter-spacing: 2px; }

/* =================== CTA BANNER =================== */
.cta-banner {
	background: linear-gradient(135deg, var(--saffron) 0%, var(--chili) 100%);
	color: #fff;
	border-radius: var(--radius-lg);
	padding: 56px;
	display: grid;
	grid-template-columns: 1.4fr 1fr;
	gap: 36px;
	align-items: center;
	box-shadow: var(--shadow-lg);
	position: relative;
	overflow: hidden;
}
.cta-banner::before {
	content: "";
	position: absolute;
	top: -80px; right: -80px;
	width: 280px; height: 280px;
	border-radius: 50%;
	background: rgba(255,255,255,.10);
}
.cta-banner::after {
	content: "";
	position: absolute;
	bottom: -100px; left: 30%;
	width: 360px; height: 360px;
	border-radius: 50%;
	background: rgba(0,0,0,.10);
}
.cta-banner h2 { color: #fff; font-size: clamp(28px, 4vw, 42px); margin: 0 0 12px; position: relative; }
.cta-banner p { opacity: .95; margin: 0; font-size: 17px; position: relative; }
.cta-banner .cta-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-end; position: relative; }
.cta-banner .btn-primary { background: var(--ink); box-shadow: 0 12px 24px rgba(0,0,0,.25); }
.cta-banner .btn-primary:hover { background: #000; }

/* =================== PAGE TITLE =================== */
.page-title {
	background:
		linear-gradient(180deg, rgba(42,26,14,.62), rgba(42,26,14,.78)),
		url('https://images.unsplash.com/photo-1565299585323-38d6b0865b47?auto=format&fit=crop&w=1600&q=80') center/cover;
	color: #fff;
	padding: 110px 0 90px;
	text-align: center;
}
.page-title h1 { color: #fff; font-size: clamp(36px, 5vw, 60px); margin: 0 0 12px; }
.page-title .crumbs {
	display: inline-flex;
	gap: 10px;
	font-size: 14px;
	opacity: .85;
}
.page-title .crumbs a { color: var(--gold-soft); }
.page-title .crumbs span { color: rgba(255,255,255,.6); }

/* =================== CONTACT =================== */
.contact-grid {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	gap: 48px;
}
.contact-info {
	background: var(--ink);
	color: var(--cream);
	border-radius: var(--radius-lg);
	padding: 48px;
	position: relative;
	overflow: hidden;
}
.contact-info::after {
	content: "";
	position: absolute;
	right: -60px; bottom: -60px;
	width: 220px; height: 220px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(217,119,6,.4), transparent 65%);
}
.contact-info h3 { color: #fff; font-size: 28px; margin: 0 0 24px; position: relative; }
.contact-info p { opacity: .85; margin: 0 0 28px; position: relative; }
.contact-info ul { list-style: none; padding: 0; margin: 0; position: relative; }
.contact-info li { display: flex; gap: 14px; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.08); }
.contact-info li:first-child { border-top: 0; }
.contact-info li .ico {
	width: 40px; height: 40px;
	border-radius: 12px;
	background: rgba(217,119,6,.18);
	color: var(--gold-soft);
	display: flex; align-items: center; justify-content: center;
	flex: 0 0 auto;
}
.contact-info li b { display: block; color: #fff; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 4px; }
.contact-info li a { color: var(--cream); }
.contact-info li a:hover { color: var(--gold-soft); }

.contact-form {
	background: #fff;
	border-radius: var(--radius-lg);
	padding: 48px;
	border: 1px solid var(--line);
	box-shadow: var(--shadow-sm);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.field label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 6px;
	color: var(--ink);
}
.field input, .field textarea, .field select {
	width: 100%;
	padding: 13px 16px;
	border: 1px solid var(--line);
	border-radius: 12px;
	font: inherit;
	background: var(--cream-2);
	color: var(--ink);
	transition: border-color .2s, box-shadow .2s, background .2s;
}
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus {
	outline: none;
	border-color: var(--saffron);
	background: #fff;
	box-shadow: 0 0 0 4px rgba(217,119,6,.12);
}

/* =================== FOOTER =================== */
.footer {
	background: var(--ink);
	color: var(--cream-2);
	padding: 80px 0 0;
	margin-top: 96px;
}
.footer-grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
	gap: 48px;
	padding-bottom: 56px;
	border-bottom: 1px solid rgba(255,255,255,.10);
}
.footer h4 {
	color: #fff;
	font-family: 'Playfair Display', serif;
	font-size: 20px;
	margin: 0 0 22px;
}
.footer .brand-mark { box-shadow: none; }
.footer .brand-text strong { color: #fff; }
.footer .brand-text small { color: rgba(255,255,255,.55); }
.footer p { opacity: .75; font-size: 15px; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { padding: 6px 0; }
.footer-links a { color: rgba(255,255,255,.72); font-size: 15px; }
.footer-links a:hover { color: var(--gold-soft); }
.footer-contact li { display: flex; gap: 10px; margin-bottom: 12px; font-size: 14px; opacity: .85; }
.footer-contact .ico { color: var(--gold-soft); flex: 0 0 auto; }
.footer-newsletter {
	display: flex;
	background: rgba(255,255,255,.06);
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 999px;
	padding: 6px;
	margin-top: 18px;
}
.footer-newsletter input {
	background: transparent;
	border: 0;
	color: #fff;
	padding: 10px 16px;
	flex: 1;
	font: inherit;
}
.footer-newsletter input:focus { outline: none; }
.footer-newsletter input::placeholder { color: rgba(255,255,255,.5); }
.footer-newsletter button {
	background: var(--saffron);
	color: #fff;
	border: 0;
	padding: 10px 20px;
	border-radius: 999px;
	font-weight: 600;
}
.footer-newsletter button:hover { background: var(--saffron-2); }

.footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 22px 0;
	flex-wrap: wrap;
	gap: 12px;
	font-size: 14px;
	opacity: .75;
}
.footer-bottom .socials { display: flex; gap: 14px; }
.footer-bottom .socials a {
	width: 38px; height: 38px;
	border-radius: 50%;
	background: rgba(255,255,255,.08);
	color: #fff;
	display: inline-flex; align-items: center; justify-content: center;
	transition: background .2s, color .2s;
}
.footer-bottom .socials a:hover { background: var(--saffron); color: #fff; }

/* =================== FLOATING WHATSAPP =================== */
.fab-whatsapp {
	position: fixed;
	bottom: 24px;
	right: 24px;
	width: 60px; height: 60px;
	border-radius: 50%;
	background: #25d366;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 14px 30px rgba(37,211,102,.45);
	z-index: 60;
	transition: transform .2s;
}
.fab-whatsapp:hover { transform: scale(1.06); color: #fff; }
.fab-whatsapp::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 50%;
	box-shadow: 0 0 0 0 rgba(37,211,102,.6);
	animation: pulse 2.4s infinite;
}
@keyframes pulse {
	0%   { box-shadow: 0 0 0 0 rgba(37,211,102,.55); }
	70%  { box-shadow: 0 0 0 22px rgba(37,211,102,0); }
	100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}

/* =================== UTIL & ANIMATION =================== */
.fade-up { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.fade-up.in { opacity: 1; transform: none; }

/* =================== RESPONSIVE =================== */
@media (max-width: 1024px) {
	.hero-grid { grid-template-columns: 1fr; gap: 40px; }
	.hero-art { min-height: 460px; }
	.story-grid { grid-template-columns: 1fr; }
	.story-points { grid-template-columns: 1fr; }
	.contact-grid { grid-template-columns: 1fr; }
	.cta-banner { grid-template-columns: 1fr; padding: 40px; }
	.cta-banner .cta-actions { justify-content: flex-start; }
	.footer-grid { grid-template-columns: 1fr 1fr; }
	.testimonial-band { padding: 48px 32px; }
}

@media (max-width: 760px) {
	.section { padding: 64px 0; }
	.topbar-info { gap: 14px; font-size: 12px; }
	.topbar-info span:nth-child(3) { display: none; }
	.nav-list, .header .btn-primary { display: none; }
	.menu-toggle { display: inline-flex; }
	.hero { padding: 56px 0 72px; }
	.hero-stats { gap: 22px; }
	.hero-art .p1 { width: 280px; height: 280px; }
	.hero-art .p2 { width: 140px; height: 140px; }
	.hero-art .p3 { width: 110px; height: 110px; }
	.story-art { grid-template-rows: 180px 180px; }
	.story-art .tall { height: 376px; }
	.menu-grid { grid-template-columns: 1fr 1fr; gap: 18px; }
	.dish-title { font-size: 19px; }
	.dish-body { padding: 18px; }
	.contact-info, .contact-form { padding: 28px; }
	.form-row { grid-template-columns: 1fr; }
	.footer-grid { grid-template-columns: 1fr; gap: 32px; }
	.page-title { padding: 80px 0 64px; }
}

@media (max-width: 480px) {
	.menu-grid { grid-template-columns: 1fr; }
	.feature-rail .dish { flex-basis: 280px; }
	.cta-banner { padding: 28px; }
	.testimonial-band { padding: 28px; border-radius: var(--radius); }
}

/* =================== MOBILE NAV DRAWER =================== */
.mobile-drawer {
	position: fixed;
	inset: 0;
	background: rgba(42,26,14,.55);
	backdrop-filter: blur(4px);
	z-index: 100;
	opacity: 0;
	pointer-events: none;
	transition: opacity .25s;
}
.mobile-drawer.open { opacity: 1; pointer-events: auto; }
.mobile-drawer .panel {
	position: absolute;
	top: 0; right: 0; bottom: 0;
	width: min(360px, 88vw);
	background: var(--cream);
	padding: 28px;
	transform: translateX(100%);
	transition: transform .3s ease;
	display: flex;
	flex-direction: column;
}
.mobile-drawer.open .panel { transform: none; }
.mobile-drawer .panel .close {
	align-self: flex-end;
	width: 40px; height: 40px;
	border-radius: 50%;
	border: 1px solid var(--line);
	background: #fff;
	color: var(--ink);
	font-size: 18px;
}
.mobile-drawer .panel ul { list-style: none; padding: 0; margin: 24px 0; }
.mobile-drawer .panel li a {
	display: block;
	padding: 14px 12px;
	font-size: 18px;
	color: var(--ink);
	border-bottom: 1px solid var(--line);
	font-family: 'Playfair Display', serif;
}
.mobile-drawer .panel li a:hover { color: var(--saffron-2); }
.mobile-drawer .panel .btn { margin-top: auto; }
