@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

:root {
	--obsidian: #120f0e;
	--mahogany: #3c1712;
	--gold: #b98b3f;
	--gold-soft: #e5c982;
	--emerald: #0f5137;
	--ivory: #f7efe0;
	--paper: #fffaf0;
	--ink: #201916;
	--muted: #766a5f;
	--copper: #9b5b34;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: Arial, sans-serif;
	line-height: 1.6;
	color: var(--ink);
	background: var(--ivory);
	overflow-x: hidden;
}

a {
	color: inherit;
}

/* Navigácia */
nav {
	position: fixed;
	top: 0;
	width: 100%;
	background: rgba(18, 15, 14, 0.94);
	backdrop-filter: blur(10px);
	z-index: 1000;
	padding: 1rem 0;
	transition: all 0.3s ease;
}

.Q24lOavbcx {
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 2rem;
	gap: 1rem;
}

.B52DUPz8w {
	font-size: 1.7rem;
	font-weight: bold;
	color: var(--ivory);
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 10px;
	transition: all 0.3s ease;
	white-space: nowrap;
}

.B52DUPz8w:hover {
	transform: translateY(-2px);
	color: var(--gold-soft);
}

.B52DUPz8w svg {
	transition: transform 0.3s ease;
}

.B52DUPz8w:hover svg {
	transform: rotate(-10deg) scale(1.1);
}

.nav-links {
	display: flex;
	list-style: none;
	gap: 0.45rem;
	align-items: center;
}

.nav-links a {
	text-decoration: none;
	color: var(--ivory);
	font-weight: 500;
	font-size: 0.91rem;
	transition: all 0.3s ease;
	cursor: pointer;
	padding: 8px 10px;
	border-radius: 4px;
	border: 2px solid transparent;
	position: relative;
	white-space: nowrap;
}

.nav-links a:hover,
.nav-links a.active {
	color: var(--gold-soft);
	border-color: var(--gold);
}

.menu-toggle {
	display: none;
	flex-direction: column;
	cursor: pointer;
	background: transparent;
	border: 0;
	padding: 4px;
}

.menu-toggle span {
	width: 25px;
	height: 3px;
	background: var(--ivory);
	margin: 3px 0;
	transition: 0.3s;
}

/* Hero sekcia s diagonálnou dekoráciou */
.hero {
	min-height: 92vh;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(18, 15, 14, 0.86), rgba(60, 23, 18, 0.7)),
		url("../DdHH4P4ktif/gc9rREXm.jpg") center/cover;
	max-width: none;
	margin: 0;
	padding: 7rem 2rem 5rem;
}

.lMq6PFa3c0U {
	min-height: 68vh;
}

.vFxQafK8Qq {
	background:
		linear-gradient(135deg, rgba(18, 15, 14, 0.88), rgba(15, 81, 55, 0.66)),
		url("../DdHH4P4ktif/wELXejDBI.jpg") center/cover;
}

.DwcKRsaZu {
	background:
		linear-gradient(135deg, rgba(18, 15, 14, 0.86), rgba(60, 23, 18, 0.64)),
		url("../DdHH4P4ktif/QaRKdfxEKf.jpg") center/cover;
}

.ws8glz7v {
	background:
		linear-gradient(135deg, rgba(18, 15, 14, 0.9), rgba(40, 32, 28, 0.72)),
		url("../DdHH4P4ktif/gc9rREXm.jpg") center/cover;
}

.diagonal-grid {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}

.soft-block {
	position: absolute;
	height: 800px;
	background: rgba(247, 239, 224, 0.18);
	transform: rotate(45deg);
	animation: moveBackForth 20s ease-in-out infinite;
	border-radius: 5px;
	opacity: 0.45;
}

@keyframes moveBackForth {
	0%,
	100% {
		transform: translateX(-50px) rotate(45deg);
	}

	50% {
		transform: translateX(50px) rotate(45deg);
	}
}

.static-decoration {
	position: absolute;
	top: 0;
	right: 0;
	width: 400px;
	height: 400px;
	pointer-events: none;
	z-index: 1;
}

.bottom-right-decoration {
	position: absolute;
	bottom: 80px;
	right: 0;
	width: 300px;
	height: 200px;
	pointer-events: none;
	z-index: 1;
}

.static-block {
	position: absolute;
	background: linear-gradient(45deg, rgba(185, 139, 63, 0.28), rgba(229, 201, 130, 0.14), rgba(247, 239, 224, 0.12));
	transform: rotate(45deg);
	border-radius: 3px;
	opacity: 0.7;
}

.static-block-outline {
	position: absolute;
	background: transparent;
	border: 2px solid rgba(229, 201, 130, 0.32);
	transform: rotate(45deg);
	border-radius: 3px;
	opacity: 0.7;
}

.red-block {
	position: absolute;
	background: var(--gold);
	transform: rotate(45deg);
	border-radius: 4px;
	opacity: 0.65;
}

.red-block-outline {
	position: absolute;
	background: transparent;
	border: 2px solid var(--gold);
	transform: rotate(45deg);
	border-radius: 4px;
	opacity: 0.65;
}

.zwVa04xQ {
	text-align: center;
	z-index: 2;
	max-width: 860px;
	padding: 0 2rem;
	margin-top: 70px;
	color: var(--ivory);
}

.C0JtsyLs1W {
	color: var(--gold-soft);
	text-transform: uppercase;
	letter-spacing: 0;
	font-size: 0.88rem;
	font-weight: bold;
	margin-bottom: 0.8rem;
}

.hero h1 {
	font-size: 3.5rem;
	margin-bottom: 1rem;
	animation: fadeInUp 1s ease;
}

.hero p:not(.C0JtsyLs1W) {
	font-size: 1.16rem;
	margin-bottom: 2rem;
	color: rgba(247, 239, 224, 0.9);
	animation: fadeInUp 1s ease 0.3s both;
	position: relative;
	min-height: 2.4em;
	display: flex;
	justify-content: center;
	align-items: center;
}

.qX6sL2Vcf8 {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	right: 0;
	opacity: 0;
	animation: textCycle 12s ease-in-out infinite;
	white-space: normal;
	padding: 0 20px;
}

.qX6sL2Vcf8:nth-child(1) {
	animation-delay: 0s;
}

.qX6sL2Vcf8:nth-child(2) {
	animation-delay: 4s;
}

.qX6sL2Vcf8:nth-child(3) {
	animation-delay: 8s;
}

@keyframes textCycle {
	0%,
	100% {
		opacity: 0;
		transform: translateY(20px) scale(0.95);
	}

	8%,
	25% {
		opacity: 1;
		transform: translateY(0) scale(1);
	}

	33% {
		opacity: 0;
		transform: translateY(-20px) scale(0.95);
	}
}

.yZngwA2gKx {
	background: var(--gold);
	color: var(--obsidian);
	padding: 1rem 2rem;
	border: none;
	border-radius: 50px;
	font-size: 1.05rem;
	font-weight: bold;
	cursor: pointer;
	transition: all 0.3s ease;
	animation: fadeInUp 1s ease 0.6s both;
	text-decoration: none;
	display: inline-block;
}

.yZngwA2gKx:hover {
	background: var(--gold-soft);
	transform: translateY(-3px);
	box-shadow: 0 10px 20px rgba(185, 139, 63, 0.28);
}

.yZngwA2gKx.AuL2ze {
	background: var(--emerald);
	color: var(--ivory);
}

.yZngwA2gKx.AuL2ze:hover {
	background: #146b49;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Sekcie */
section {
	padding: 5rem 2rem;
	max-width: 1200px;
	margin: 0 auto;
}

h2 {
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 3rem;
	color: var(--ink);
	position: relative;
}

h2::after {
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 3px;
	background: var(--gold);
	border-radius: 2px;
}

.JdRtHRM {
	font-size: 1.08rem;
	color: var(--mahogany);
	margin-bottom: 1rem;
}

.JdRtHRM.dfcNkGbLL1L {
	text-align: center;
	max-width: 800px;
	margin: 0 auto 2rem;
	color: var(--muted);
}

/* Jedálny lístok */
.hB3ioZs87HR {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 2rem;
	margin-bottom: 3rem;
}

.k0A2J2oma {
	background: var(--paper);
	padding: 2rem;
	border-radius: 8px;
	transition: all 0.3s ease;
	cursor: default;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 100%;
	border: 1px solid rgba(185, 139, 63, 0.18);
}

.cVQY1xAN {
	width: 100%;
	height: 200px;
	border-radius: 8px;
	margin-bottom: 1.5rem;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.cVQY1xAN:hover {
	transform: scale(1.04);
}

.cvHZgyN9K {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.k0A2J2oma::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(185, 139, 63, 0.12), transparent);
	transition: left 0.5s ease;
}

.k0A2J2oma:hover::before {
	left: 100%;
}

.k0A2J2oma:hover {
	transform: translateY(-8px);
	box-shadow: 0 18px 36px rgba(18, 15, 14, 0.12);
}

.k0A2J2oma h3 {
	color: var(--mahogany);
	margin-bottom: 1rem;
	font-size: 1.42rem;
}

.k0A2J2oma p {
	color: var(--muted);
	margin-bottom: 1rem;
}

.k0A2J2oma a {
	color: var(--mahogany);
	text-decoration: none;
}

.k0A2J2oma a:hover {
	color: var(--gold);
}

.K32oh4QU {
	font-size: 1.05rem;
	font-weight: bold;
	color: var(--emerald);
	margin-top: auto;
	margin-bottom: 1rem;
}

.KTwIJcgMzU {
	background: none;
	border: 2px solid var(--gold);
	color: var(--mahogany);
	padding: 0.55rem 1rem;
	border-radius: 25px;
	cursor: pointer;
	transition: all 0.3s ease;
	margin-top: 1rem;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

.KTwIJcgMzU:hover {
	background: var(--gold);
	color: var(--obsidian);
}

.hF3jU7 {
	display: inline-block;
}

.dncd6ZcYP {
	min-height: 240px;
}

.mlbJi5De8O {
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.UAVDtvIybL p {
	font-size: 1.05rem;
	color: var(--ink);
}

.UAVDtvIybL h3 {
	margin-top: auto;
	font-size: 1.05rem;
	color: var(--emerald);
}

/* Modálne okno detailov */
.modal {
	display: none;
	position: fixed;
	z-index: 2000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	animation: fadeIn 0.3s ease;
}

.rQJYyp {
	background: var(--paper);
	margin: 10% auto;
	padding: 2rem;
	border-radius: 8px;
	width: 90%;
	max-width: 500px;
	position: relative;
	animation: slideIn 0.3s ease;
	border: 1px solid rgba(185, 139, 63, 0.25);
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes slideIn {
	from {
		transform: translateY(-50px);
		opacity: 0;
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

.close {
	position: absolute;
	right: 1rem;
	top: 1rem;
	font-size: 2rem;
	cursor: pointer;
	color: var(--muted);
	background: transparent;
	border: 0;
	line-height: 1;
}

.close:hover {
	color: var(--mahogany);
}

.Nnf5c9u {
	list-style: none;
	margin-top: 1rem;
}

.Nnf5c9u li {
	padding: 0.55rem 0;
	border-bottom: 1px solid rgba(185, 139, 63, 0.2);
	display: flex;
	justify-content: space-between;
	gap: 1rem;
}

.allergen {
	color: var(--copper);
	font-weight: bold;
	white-space: nowrap;
}

/* Rezervácia */
.Oko37KGE {
	background: rgba(255, 250, 240, 0.92);
	border-radius: 8px;
	padding: 3rem;
	margin: 3rem 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3rem;
	align-items: center;
	border: 1px solid rgba(185, 139, 63, 0.18);
	box-shadow: 0 16px 40px rgba(18, 15, 14, 0.08);
}

.OhT3l3RFhsS {
	margin-bottom: 0;
}

.aweLdlVd6K .RPXNOO3uC {
	order: 2;
}

.aweLdlVd6K .zgAArvn {
	order: 1;
}

.RPXNOO3uC {
	width: 100%;
}

.RPXNOO3uC h2 {
	text-align: left;
	margin-bottom: 2rem;
}

.RPXNOO3uC h2::after {
	left: 0;
	transform: none;
}

.RPXNOO3uC p {
	margin-bottom: 1rem;
}

.zgAArvn {
	width: 100%;
	height: 100%;
	min-height: 500px;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}

.u5C5Kyr {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}

.meb5niv5gQ {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.5rem;
	margin-top: 2rem;
}

.gENRJ8vGw {
	display: flex;
	flex-direction: column;
}

.gENRJ8vGw.zaigowa {
	grid-column: 1 / -1;
}

.gENRJ8vGw label {
	margin-bottom: 0.5rem;
	font-weight: 500;
	color: var(--ink);
}

.gENRJ8vGw input,
.gENRJ8vGw select,
.gENRJ8vGw textarea {
	padding: 1rem;
	border: 2px solid rgba(185, 139, 63, 0.25);
	border-radius: 8px;
	font-size: 1rem;
	font-family: Arial, sans-serif;
	transition: border-color 0.3s ease;
	resize: vertical;
	background: #fffdf8;
	color: var(--ink);
}

.gENRJ8vGw textarea {
	min-height: 120px;
}

.gENRJ8vGw input:focus,
.gENRJ8vGw select:focus,
.gENRJ8vGw textarea:focus {
	outline: none;
	border-color: var(--gold);
}

.hiy05h1Qm {
	grid-column: 1 / -1;
	background: var(--mahogany);
	color: var(--ivory);
	padding: 1rem 2rem;
	border: none;
	border-radius: 8px;
	font-size: 1.05rem;
	cursor: pointer;
	transition: all 0.3s ease;
	justify-self: start;
}

.hiy05h1Qm:hover {
	background: var(--emerald);
	transform: translateY(-2px);
}

.bxTw2L {
	background: linear-gradient(135deg, var(--obsidian), var(--mahogany));
	color: var(--ivory);
	padding: 3rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.bxTw2L h3 {
	font-size: 2rem;
	color: var(--gold-soft);
	margin-bottom: 1rem;
}

.bxTw2L a {
	color: var(--ivory);
	text-decoration: none;
}

.bxTw2L a:hover {
	color: var(--gold-soft);
}

.omABHMpf {
	border-left: 4px solid var(--gold);
	padding-left: 1rem;
	font-weight: bold;
	color: var(--mahogany);
}

/* Časté otázky a upozornenia */
.kWQkH0yE {
	max-width: 900px;
	margin: 0 auto;
}

.faq-item {
	background: var(--paper);
	border: 1px solid rgba(185, 139, 63, 0.2);
	border-radius: 8px;
	margin-bottom: 1rem;
	overflow: hidden;
}

.faq-question {
	width: 100%;
	text-align: left;
	background: transparent;
	border: 0;
	padding: 1.2rem 3rem 1.2rem 1.2rem;
	font-size: 1.05rem;
	font-weight: bold;
	color: var(--mahogany);
	cursor: pointer;
	position: relative;
}

.faq-question::after {
	content: '+';
	position: absolute;
	right: 1.2rem;
	top: 50%;
	transform: translateY(-50%);
	color: var(--gold);
	font-size: 1.5rem;
}

.faq-item.active .faq-question::after {
	content: '-';
}

.Vu3Z6CXz {
	display: none;
	padding: 0 1.2rem 1.2rem;
	color: var(--muted);
}

.faq-item.active .Vu3Z6CXz {
	display: block;
}

.zb17zW {
	background: linear-gradient(135deg, var(--obsidian), var(--emerald));
	color: var(--ivory);
	border-radius: 8px;
	margin: 2rem auto;
}

.zb17zW h2 {
	color: var(--ivory);
}

.zb17zW h2::after {
	background: var(--gold-soft);
}

.zb17zW p {
	max-width: 900px;
	margin: 0 auto 1rem;
	text-align: center;
	color: rgba(247, 239, 224, 0.9);
}

/* Právne texty a mapa */
.T2WHAIFk0dT {
	max-width: 1000px;
}

.H4eLXdrC {
	background: var(--paper);
	border: 1px solid rgba(185, 139, 63, 0.18);
	border-radius: 8px;
	padding: 1.6rem;
	margin-bottom: 1.2rem;
}

.H4eLXdrC h3 {
	color: var(--mahogany);
	margin-bottom: 0.7rem;
}

.H4eLXdrC p {
	color: var(--muted);
}

.H4eLXdrC a {
	color: var(--mahogany);
}

.Kz7FkLEkq {
	min-height: 360px;
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(18, 15, 14, 0.82), rgba(15, 81, 55, 0.72)),
		url("../DdHH4P4ktif/gc9rREXm.jpg") center/cover;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--ivory);
	text-align: center;
	border: 1px solid rgba(185, 139, 63, 0.25);
}

.Kz7FkLEkq h3 {
	font-size: 2rem;
	color: var(--gold-soft);
	margin-bottom: 0.5rem;
}

/* Cookie lišta */
.wVmAlhj {
	position: fixed;
	left: 1rem;
	right: 1rem;
	bottom: 1rem;
	z-index: 2500;
	background: rgba(18, 15, 14, 0.96);
	color: var(--ivory);
	border: 1px solid rgba(185, 139, 63, 0.5);
	border-radius: 8px;
	padding: 1rem;
	max-width: 920px;
	margin: 0 auto;
	display: none;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	box-shadow: 0 18px 36px rgba(0, 0, 0, 0.24);
}

.wVmAlhj.show {
	display: flex;
}

.wVmAlhj p {
	margin: 0;
	font-size: 0.95rem;
}

.wVmAlhj button {
	border: 0;
	background: var(--gold);
	color: var(--obsidian);
	padding: 0.75rem 1.1rem;
	border-radius: 6px;
	cursor: pointer;
	font-weight: bold;
	white-space: nowrap;
}

.wVmAlhj button:hover {
	background: var(--gold-soft);
}

/* Päta */
footer {
	background: var(--obsidian);
	color: var(--ivory);
	text-align: center;
	padding: 3rem 2rem;
}

.XerJLyTxyQe {
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 2rem;
}

.sPZlWE2 h3 {
	margin-bottom: 1rem;
	color: var(--gold-soft);
}

.sPZlWE2 p,
.sPZlWE2 a {
	color: rgba(247, 239, 224, 0.78);
	text-decoration: none;
	line-height: 1.8;
}

.sPZlWE2 a:hover {
	color: var(--gold-soft);
}

.GZwR4h3cY {
	margin-top: 2rem;
	padding-top: 2rem;
	border-top: 1px solid rgba(247, 239, 224, 0.18);
	text-align: center;
}

.GZwR4h3cY p:first-child {
	max-width: 900px;
	margin: 0 auto 1rem;
	color: var(--gold-soft);
}

.rnbGfLyVN {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 1rem;
}

.rnbGfLyVN a {
	color: rgba(247, 239, 224, 0.78);
	text-decoration: none;
	padding: 0 10px;
	transition: color 0.3s ease;
}

.rnbGfLyVN a:hover {
	color: var(--gold-soft);
}

.rnbGfLyVN span {
	color: rgba(247, 239, 224, 0.34);
}

/* Mobilné rozloženie */
@media (max-width: 1100px) {
	.nav-links {
		position: fixed;
		top: 70px;
		left: -100%;
		width: 100%;
		height: calc(100vh - 70px);
		background: var(--obsidian);
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		padding-top: 2rem;
		transition: left 0.3s ease;
		gap: 0.6rem;
	}

	.nav-links.active {
		left: 0;
	}

	.nav-links a {
		font-size: 1rem;
		white-space: normal;
		text-align: center;
		display: inline-block;
	}

	.menu-toggle {
		display: flex;
	}
}

@media (max-width: 768px) {
	.Q24lOavbcx {
		padding: 0 1rem;
	}

	.B52DUPz8w {
		font-size: 1.35rem;
	}

	.hero {
		min-height: 86vh;
		padding: 6rem 1rem 4rem;
	}

	.lMq6PFa3c0U {
		min-height: 62vh;
	}

	.zwVa04xQ {
		margin-top: 70px;
		margin-bottom: 60px;
		padding: 0 1rem;
	}

	.hero h1 {
		font-size: 2.45rem;
	}

	.hero p:not(.C0JtsyLs1W) {
		font-size: 1rem;
		min-height: 3.8em;
	}

	h2 {
		font-size: 2rem;
	}

	section {
		padding: 3rem 1rem;
	}

	.Oko37KGE {
		padding: 2rem 1rem;
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.aweLdlVd6K .RPXNOO3uC,
	.aweLdlVd6K .zgAArvn {
		order: initial;
	}

	.zgAArvn {
		min-height: 300px;
	}

	.bxTw2L {
		padding: 2rem;
	}

	.rQJYyp {
		width: 95%;
		margin: 20% auto;
	}

	.wVmAlhj {
		flex-direction: column;
		align-items: stretch;
	}
}

@media (max-width: 480px) {
	.zwVa04xQ {
		margin-top: 70px;
		margin-bottom: 50px;
	}

	.hero h1 {
		font-size: 2rem;
	}

	.hB3ioZs87HR {
		grid-template-columns: 1fr;
	}

	.meb5niv5gQ {
		grid-template-columns: 1fr;
	}

	.hiy05h1Qm {
		width: 100%;
	}

	.rnbGfLyVN {
		gap: 6px;
	}
}
