* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: Arial, sans-serif;
}

.navbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: white;
	padding: 10px 40px;
	border-bottom: 1px solid #eee;
	position: sticky;
	top: 0;
	z-index: 10;
}

.logo img {
	height: 50px;
}

.nav-links {
	list-style: none;
	display: flex;
	gap: 40px;
}

.nav-links a {
	color: #C21807;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}

.nav-links a:hover {
	text-decoration: underline;
	box-shadow: 0 0px 5px #E861A0;
}

/* ============ Početna ============ */
.hero {
	display: flex;
	position: relative;
	height: calc(100vh - 71px);
	width: 100%;
	overflow: hidden;
}

.hero-left {
	width: 45%;
	background-color: #1A1819;
	position: relative;
	padding: 40px;
}

.hero-right {
	width: 55%;
	background-color: #FFB5C0;
	position: relative;
	padding: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero-text {
	margin-top: 40px;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
}

.hero-text.visible {
	opacity: 1;
	transform: translateY(0);
}

.hero-left h1 {
	color: white;
	font-size: 55px;
	font-weight: bold;
}

.hero-text p {
	font-family: 'Trebuchet MS', sans-serif;
	color: #E53935;
	font-size: 18px;
	margin-top: 16px;
}

.hero-img-left {
	margin-left: 90px;
	margin-top: -20px;
	position: absolute;
	bottom: 40px;
	left: 40px;
	max-width: 80%;
	max-height: 50%;
	object-fit: contain;
	border-radius: 8px;
}

.hero-img-right {
	margin-left: -60px;
	max-width: 80%;
	max-height: 80%;
	object-fit: contain;
	border-radius: 8px;
}

.mascot {
	position: absolute;
	bottom: 20px;
	right: -12px;
	height: 200px;
	z-index: 5;
}

/* ============ Animacija ============ */
.fade-item {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 1s ease, transform 1s ease;
}

.fade-item.visible {
	opacity: 1;
	transform: translateY(0);
}

/* ============ O nama ============ */
.o-nama-page {
	background-color: #1A1819;
	min-height: 100vh;
	padding: 60px 40px;
	color: #fff;
}

.o-nama-page h1 {
	font-family: 'Brush Script MT', cursive;
	margin-top: -60px;
	color: #E53935;
	font-size: 45pt;
	text-align: left;
	margin-bottom: 40px;
	font-weight: 700;
}

.o-nama-content {
	display: flex;
	gap: 40px;
	align-items: center;
	max-width: 1200px;
	flex-wrap: wrap;
}

.o-nama-text {
	font-family: 'Trebuchet MS', sans-serif;
    margin-top: 130px;
	flex: 1 1 400px;
	color: #fff;
	line-height: 1.7;
	font-size: 14pt;
}

.o-nama-text p {
	margin-bottom: 16px;
}

.o-nama-image-wrap {
	margin-top: 130px;
	flex: 0 1 260px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.o-nama-pink-bg {
	box-shadow: 0 15px 40px #BF8EA3;
	margin-left: 170px;
	position: absolute;
	inset: -16px -55px;
	background-color: #FFB5C0;
	border-radius: 24px;
	z-index: 0;
}

.o-nama-image-wrap img {
	margin-left: 170px;
	max-width: 100%;
	width: 240px;
	height: auto;
	position: relative;
	z-index: 1;
	cursor: pointer;
	transition: transform 0.5s ease;
}

.o-nama-image-wrap img:hover {
	transform: scaleX(-1);
}

/* ============ Okusi ============ */
.okusi-page {
	background: #fff;
	min-height: 100vh;
}

.okusi-header {
	background: #F5C6D0;
	width: 100%;
	height: 120px;
	display: flex;
	align-items: center;
	padding: 0 40px;
}

.okusi-header h1 {
	font-family: 'Brush Script MT', cursive;
	color: #E91E63;
	font-size: 45px;
	font-weight: bold;
	text-align: left;
	margin: 0;
}

.okusi-grid {
	margin-top: 70px;
	display: flex;
	gap: 32px;	
	justify-content: center;
	flex-wrap: wrap;
	padding: 60px 40px;
}

.okusi-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 280px;
}

.okusi-card img {
	background: #F5C6D0;
	border-radius: 24px;
	padding: 24px;
	width: 280px;
	height: 280px;
	object-fit: contain;
	transition: 0.3s ease;
}

.okusi-card h3 {
	margin-top: 15px;
	text-align: center;
	color: #E91E63;
	font-size: 22px;
	font-weight: bold;
}

.okusi-card img:hover {
	transform: translateY(-10px);
	box-shadow: 0 30px 40px rgba(214,51,132,0.3);
}

.okusi-card h3:hover {
	transform: translateY(10px);
	color: #402F36;
}
	
	
/* ============ Promo video=== */
.promo-page {
	background: white;
	min-height: 100vh;
}

.promo-title-wrap {
	background: #F5C6D0;
	padding: 40px 40px 20px;
	text-align: center;
	position: relative;
}

.promo-title {
	clor: #000;
	font-size: 2.5rem;
	font-weight: 700;
	margin: 0;
	position: relative;
	z-index: 2;
}

.flame-canvas {
	display: block;
	width: 107.65%;
	height: 50px;
	margin-top: 10px;
	margin-left: -70px;
}

.promo-content {
	display: flex;
	min-height: 70vh;
}

.promo-left {
	width: 50%;
	background: #242526;
	color: #fff;
	padding: 50px 40px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.promo-text {
	font-family: 'Trebuchet MS', sans-serif;
	margin-top: 70px;
	font-size: 14pt;
	line-height: 1.7;
	max-width: 480px;
	text-align: left;
	align-self: flex-start;
}

.promo-pile {
	width: 270px;
	height: auto;
	margin-top: 30px;
	align-self: flex-end;
}

.promo-right {
	width: 50%;
	background: #fff;
	padding: 50px 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.promo-video-header {
	background: #F5C6D0;
	border-radius: 16px 16px 0 0;
	padding: 12px 24px;
	width: 100%;
	max-width: 640px;
	text-align: center;
}

.promo-title-wrap h1 {
	font-family: 'Brush Script MT', cursive;
	color: #E53935;
	font-size: 55px;
}

.promo-video-header h2 {
	font-family: 'Brush Script MT', cursive;
	color: #E91E63;
	margin: 0;
	font-size: 45px;
}

.promo-video-frame {
	width: 100%;
	max-width: 640px;
	aspect-ratio: 16 / 9;
	border-radius: 0 0 16px 16px;
	overflow: hidden;
	background: #000;
	box-shadow: 0 15px 40px #E861A0;
}

.promo-video-frame iframe {
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}

@media (max-width: 768px) {
	.promo-content { flex-direction: column; }
	.promo-left, .promo-right { width: 100%; }
}

/* ============ Kontakt ============ */
.kontakt-page {
	background: #F5C6D0;
	min-height: 100vh;
	padding: 60px 24px;
}

.kontakt-title {
	text-align: center;
	color: #1A1819;
	font-family: 'Brush Script MT', cursive;
	font-size: 50pt;
	font-weight: 700;
	margin: 0 0 40px;
}

.kontakt-form {
	display: flex;
	font-family: 'Trebuchet MS', sans-serif;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}

.kontakt-input {
	width: 100%;
	max-width: 520px;
	background: #fff;
	border: none;
	border-radius: 16px;
	padding: 16px 20px;
	font-size: 16px;
	outline: none;
	font-family: inherit;
}

.kontakt-textarea {
	resize: vertical;
	min-height: 120px;
}

.kontakt-btn {
	background: #1A1819;
	color: #fff;
	font-family: 'Trebuchet MS', sans-serif;
	border: none;
	border-radius: 12px;
	padding: 14px 40px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	margin-top: 8px;
}

.kontakt-info {
	margin-top: 60px;
	text-align: center;
	color: #1A1819;
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 14pt;
	line-height: 2;
}

.site-footer {
	width: 100%;
	background: #fff;
	font-family: 'Trebuchet MS', sans-serif;
	color: #E91E63;
	text-align: center;
	padding: 16px 16px;
	font-size: 12pt;
	border-top: 1px solid #eee;
}