* {
	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 {
	color:#402F36;
    transform:scale(1.08);
	text-shadow:0 4px 10px rgba(0,0,0,.15);
}
	
	
/* ============ 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 {
	color: #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;
}


/* ============ 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;
}

/* RESPONSE */

/* ============ Laptop (≤ 1200px) ============ */
	@media (max-width: 1200px) {

		.hero-left h1 {
			font-size: 48px;
		}

		.hero-left img {
			margin-left: 30px;
			max-width: 70%;
		}

		.hero-right img {
			margin-left: -20px;
			max-width: 75%;
			margin-bottom: 120px;
		}

		.mascot {
			height: 170px;
		}

		.o-nama-content {
			max-width: 1000px;
		}

		.o-nama-text {
			font-size: 13pt;
		}
	
		.o-nama-pink-bg {
			margin-left: 90px;
			width: 220px;
		}

		.o-nama-image-wrap img {
			margin-left: 25px;
		}

			.promo-left, .promo-right {
			padding: 40px 30px;
		}

		.promo-pile {
			width: 220px;
		}
	}


    @media (max-width: 1100px) {

        .hero-left h1{
          font-size:42px;
        }

       .hero-text p{
          font-size:16px;
        }

       .hero-img-left{
         max-width:65%;
         left:20px;
         bottom:20px;
         margin-top: 30px;
        }

        .hero-img-right{
         max-width:70%;
        }

    }

/* ============ Tablet (≤ 991px) ============ */
	@media (max-width: 991px) {

		.hero-left {
			padding: 30px;
		}
	
		.hero-left img {
			position: absolute;
			left: 40px;
			top: 45%;
			transform: translateY (-20%);
		}

		.hero-right {
			padding: 30px;
		}
	
		.hero-right img {
			margin-left: -10px;
			margin-top: 20px;
			margin-bottom: 180px;
		}
	
		.okusi-grid {
			gap: 20px;
		}

		.promo-left, .promo-right {
			padding: 40px 25px;
		}

		.stats-row {
			gap: 40px;
		}

		.flame-canvas {
			display: block;
			width: 110%;
			height: 50px;
			margin-top: 10px;
			margin-left: -40px;
		}

		.o-nama-pink-bg {
			margin-left: 90px;
			width: 220px;
		}

		.o-nama-image-wrap img {
			margin-left: 25px;
		}
	}

/* ============ Mobitel (≤ 768px) ============ */
	@media (max-width: 768px) {

		.navbar {
			padding: 10px;
		}

		.nav-links {
			flex-direction: row;
			flex-wrap: wrap;
			justify-content: center;
			gap: 10px;
			width: 100%;
			margin-right: -90px;
		}

		.nav-links a {
			font-size: 12px;
		}

		.logo img {
			height: 35px;
		}

		.hero {
			flex-direction: column;
			height: auto;
		}

		.hero-left, .hero-right {
			width: 100%;
			padding: 30px 20px;
		}

		.hero-left h1 {
			font-size: 36px;
			margin-top: -40px;
		}

		.hero-text p {Buldak Hot Chicken
			font-size: 16px;
			padding-bottom: 80px;
		}

		.hero-left img {
			position: static;
			display: block;
			margin: 30px auto;
			max-width: 80%;
		}
		.hero-right img {
			position: relative;
			margin-left: 15px;
			margin-bottom: 0px;
			max-width: 90%;
		}

		.mascot {
			height: 145px;
			position: absolute;
			margin-top: 220pt;
			margin-left: 360px;
			display: block;
		}

		.o-nama-content {
			flex-direction: column;
			text-align: center;
		}

		.o-nama-text {
			margin-top: 40px;
			font-size: 12pt;
		}

		.o-nama-image-wrap {
			margin-top: 10px;
			max-height: 220px;
		}

		.o-nama-pink-bg {
			margin-left: 90px;
		}

		.o-nama-image-wrap img {
			margin-left: 20px;
		}

		.okusi-grid {
			flex-direction: column;
			align-items: center;
			gap: 24px;
		}

		.okusi-card {
			width: 100%;
			max-width: 300px;
		}

		.promo-content {
			flex-direction: column;
		}

		.promo-left, .promo-right {
			width: 100%;
			padding: 30px 20px;
			align-items: center;
		}

		.promo-text {
			margin-top: 20px;
			text-align: center;
		}

		.promo-pile {
			align-self: center;
		}
	
		.flame-canvas {
		display: block;
		width: 118%;
		height: 50px;
		margin-top: 10px;
		margin-left: -40px;
		}

		.kontakt-title {
			font-size: 32pt;
		}

		.kontakt-input {
			max-width: 100%;
		}
	}

/* ============ Mali mobitel (≤ 480px) ============ */
	@media (max-width: 480px) {

		.navbar {
			padding: 10px 5px;
		}

		.nav-links {
			display: flex;
			flex-direction: row !important;
			flex-wrap: nowrap;
			justify-content: center;
			gap: 6px;
			width: 100%;
		}

		.nav-links li {
			list-style: none;
		}

		.nav-links a {
			font-size: 10px;
		}

		.logo img {
			height: 30px;
		}

		.section-content {
			padding: 80px 20px;
		}

		.section-title {
			letter-spacing: 3px;
		}

		.content-block p {
			font-size: 15px;
		}

		.stat-number {
			font-size: 34px;
		}
	}