/*
 * Redizajn "5a" - stranica firme (design_handoff_5a_firma).
 * Ucitava se POSLE redesign-2a.css i redesign-4a.css; deli tokene (:root),
 * resete (.vh-home), dugmad (.vh-btn*), breadcrumb (.vh-adr__crumbs) i
 * "Oglas" pilulu (.vh-adr__banner-label). Prefiks klasa: vh-firma.
 */

.vh-firma { background: #fff; }
.vh-firma .vh-container { padding-top: 18px; padding-bottom: 48px; }
.vh-firma__notice {
	background: var(--vh-tint);
	border: 1px solid var(--vh-border-2);
	border-radius: 12px;
	padding: 14px 18px;
	margin-bottom: 14px;
	font: 500 14px/1.4 var(--vh-sans);
	color: var(--vh-pink-dark);
}

/* ---------- Foto mozaik ---------- */
.vh-firma__mosaic {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	grid-template-rows: repeat(2, 185px);
	gap: 10px;
	margin-top: 14px;
	border-radius: 12px;
}
.vh-firma__tile {
	display: block;
	position: relative;
	background: var(--vh-tint) center/cover no-repeat;
	overflow: hidden;
}
.vh-firma__tile-img {
	display: block;
	width: 100%; height: 100%;
	object-fit: cover;
}
.vh-firma__tile--1 { grid-column: 1; grid-row: 1 / 3; border-radius: 12px 0 0 12px; }
.vh-firma__tile--2 { grid-column: 2; grid-row: 1; }
.vh-firma__tile--3 { grid-column: 3; grid-row: 1; border-radius: 0 12px 0 0; }
.vh-firma__tile--4 { grid-column: 2; grid-row: 2; }
.vh-firma__tile--5 { grid-column: 3; grid-row: 2; border-radius: 0 0 12px 0; }
/* manje slika od 5: prilagodjen raspored */
.vh-firma__mosaic--n1 { grid-template-columns: 1fr; grid-template-rows: 380px; }
.vh-firma__mosaic--n1 .vh-firma__tile--1 { grid-column: 1; grid-row: 1; border-radius: 12px; }
.vh-firma__mosaic--n2 { grid-template-columns: 2fr 1fr; grid-template-rows: 380px; }
.vh-firma__mosaic--n2 .vh-firma__tile--1 { grid-row: 1; }
.vh-firma__mosaic--n2 .vh-firma__tile--2 { border-radius: 0 12px 12px 0; }
.vh-firma__mosaic--n3 { grid-template-columns: 2fr 1fr; }
.vh-firma__mosaic--n3 .vh-firma__tile--2 { border-radius: 0 12px 0 0; }
.vh-firma__mosaic--n3 .vh-firma__tile--3 { grid-column: 2; grid-row: 2; border-radius: 0 0 12px 0; }
.vh-firma__mosaic--n4 .vh-firma__tile--3 { border-radius: 0 12px 0 0; grid-row: 1; }
.vh-firma__mosaic--n4 .vh-firma__tile--4 { grid-column: 2 / 4; border-radius: 0 0 12px 0; }
.vh-firma__tile-more {
	position: absolute; inset: 0;
	display: flex; align-items: center; justify-content: center;
	background: rgba(40,25,32,.55);
	color: #fff;
	font: 600 14px/1 var(--vh-sans);
	letter-spacing: .5px;
}
.vh-firma__tile:hover .vh-firma__tile-more { background: rgba(40,25,32,.65); }
.vh-firma__tile-more--mobile { display: none; }
.vh-firma__tile-hidden { display: none; }

/* ---------- Raspored ---------- */
.vh-firma__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 28px;
	margin-top: 26px;
	align-items: start;
}

/* ---------- Zaglavlje firme ---------- */
.vh-firma__head { display: flex; align-items: center; gap: 18px; }
.vh-firma__logo {
	flex: none;
	width: 84px; height: 84px;
	border: 1px solid var(--vh-border);
	border-radius: 14px;
	overflow: hidden;
	display: flex; align-items: center; justify-content: center;
	background: #fff;
}
.vh-firma__logo img { max-width: 100%; max-height: 100%; object-fit: cover; display: block; }
.vh-firma__initial {
	width: 100%; height: 100%;
	display: flex; align-items: center; justify-content: center;
	background: var(--vh-pill);
	color: var(--vh-pink-dark);
	font: 600 30px/1 var(--vh-serif);
}
#vh-firma .vh-firma__name {
	font: 600 32px/1.2 var(--vh-serif);
	font-style: normal; letter-spacing: 0;
	color: var(--vh-text);
	padding: 0; margin: 0; text-align: left;
}
.vh-firma__title-row { display: flex; align-items: baseline; flex-wrap: wrap; gap: 6px; }
#vh-firma .vh-firma__title-row .vh-pill { font: 600 10px/1 var(--vh-sans); letter-spacing: 1px; }
.vh-firma__cat { font: 400 14px/1.4 var(--vh-sans); color: var(--vh-text-2); margin-top: 5px; }

/* ---------- Sekcije (O nama, Lokacija) ---------- */
.vh-firma__section { border-top: 1px solid var(--vh-border); margin-top: 26px; padding-top: 22px; }
#vh-firma .vh-firma__h2, #vh-firma .vh-firma__maps h3 {
	font: 600 22px/1.3 var(--vh-serif);
	font-style: normal; letter-spacing: 0;
	color: var(--vh-text);
	padding: 0; margin: 0; text-align: left;
}
.vh-firma__text { font: 400 14px/1.75 var(--vh-sans); color: var(--vh-city); margin-top: 14px; }
.vh-firma__text p { margin: 0 0 12px; padding: 0; }
.vh-firma__text a { color: var(--vh-pink-dark) !important; }

/* mapa: legacy elements/maps.php markup unutar 5a omotaca */
.vh-firma__maps .row { margin: 0; }
.vh-firma__maps .col-12 { padding: 0; }
.vh-firma__maps #map, .vh-firma__maps .map { margin-top: 14px; border-radius: 12px; overflow: hidden; }
.vh-firma__maps #map iframe, .vh-firma__maps .map iframe, .vh-firma__maps #map > div { border-radius: 12px; }

/* video sekcija (legacy element) - samo poravnanje naslova */
.vh-firma__videos { margin-top: 4px; }
.vh-firma__videos .row { margin: 0; }
.vh-firma__videos .col-12 { padding: 0; }
#vh-firma .vh-firma__videos h3 { font: 600 22px/1.3 var(--vh-serif); font-style: normal; letter-spacing: 0; color: var(--vh-text); padding: 22px 0 0; margin: 26px 0 0; text-align: left; border-top: 1px solid var(--vh-border); display: block; }

/* ---------- CTA traka ---------- */
.vh-firma__cta {
	display: flex; align-items: center; justify-content: space-between;
	gap: 18px; flex-wrap: wrap;
	background: var(--vh-tint);
	border: 1px solid var(--vh-border);
	border-radius: 12px;
	padding: 22px 26px;
	margin-top: 28px;
}
.vh-firma__cta-title {
	font: 600 italic 20px/1.3 var(--vh-serif);
	color: var(--vh-text);
}
.vh-firma__cta-sub { font: 400 13px/1.5 var(--vh-sans); color: var(--vh-text-2); margin-top: 4px; }
.vh-firma__cta-actions { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.vh-firma__cta-call, .vh-firma__cta-wl { padding-top: 13px; padding-bottom: 13px; }
.vh-firma__cta-wl.is-active { background: var(--vh-pill); }

/* ---------- Desni stub ---------- */
.vh-firma__rail { display: flex; flex-direction: column; gap: 20px; }
.vh-firma__contact {
	border: 1px solid var(--vh-border);
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(190,120,150,.1);
	padding: 20px;
	background: #fff;
}
.vh-firma__contact-title {
	font: 600 12px/1 var(--vh-sans);
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--vh-text);
	border-bottom: 1px solid var(--vh-border);
	padding-bottom: 12px;
}
.vh-firma__contact-list { list-style: none; padding: 0; margin: 12px 0 0; display: flex; flex-direction: column; gap: 10px; }
.vh-firma__contact-list li { display: flex; align-items: flex-start; gap: 10px; font: 400 14px/1.45 var(--vh-sans); color: var(--vh-text); padding: 0; background: none; min-width: 0; }
.vh-firma__contact-list img { width: 15px; height: auto; flex: none; margin-top: 3px; }
.vh-firma__contact-list a { color: var(--vh-pink-dark) !important; word-break: break-word; }
.vh-firma__contact-list a[href^="tel"], .vh-firma__contact-list a[href="#mapa"] { color: var(--vh-text) !important; }
.vh-firma__contact-call { width: 100%; margin-top: 16px; padding-top: 13px; padding-bottom: 13px; }

.vh-firma__rail-banners { position: relative; display: flex; flex-direction: column; gap: 20px; line-height: 0; }
.vh-firma__rail-banners img { width: 100%; height: auto; border-radius: 12px; display: block; }
.vh-firma__rail-banners h3 { display: none; }
.vh-firma__rail-banners .vh-adr__banner-label { top: 10px; right: 10px; }

.vh-firma__similar {
	background: var(--vh-tint);
	border-radius: 12px;
	padding: 18px;
}
.vh-firma__similar-title {
	font: 600 12px/1 var(--vh-sans);
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--vh-text);
	margin-bottom: 4px;
}
.vh-firma__similar-item { display: flex; align-items: center; gap: 12px; padding: 10px 0; }
.vh-firma__similar-item + .vh-firma__similar-item { border-top: 1px solid var(--vh-border-2); }
.vh-firma__similar-pic {
	flex: none;
	width: 52px; height: 52px;
	border-radius: 8px;
	background: #fff center/cover no-repeat;
	border: 1px solid var(--vh-border);
	overflow: hidden;
}
.vh-firma__similar-pic img { display: block; width: 100%; height: 100%; object-fit: cover; }
.vh-firma__similar-text { min-width: 0; }
.vh-firma__similar-name { display: block; font: 600 13px/1.3 var(--vh-sans); color: var(--vh-text); }
.vh-firma__similar-item:hover .vh-firma__similar-name { color: var(--vh-pink-dark); }
.vh-firma__similar-city { display: block; font: 400 11px/1.3 var(--vh-sans); color: var(--vh-muted); margin-top: 2px; }

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
	/* minmax(0,1fr), ne golo 1fr: golo 1fr je minmax(AUTO,1fr), pa ga dete sa
	   fiksnom sirinom (iframe mape, 600px) sme da rasiri preko kolone. */
	.vh-firma__layout { grid-template-columns: minmax(0, 1fr); }
	.vh-firma__mosaic { grid-template-rows: repeat(2, 140px); }
	.vh-firma__mosaic--n1 { grid-template-rows: 280px; }
	.vh-firma__mosaic--n2 { grid-template-rows: 280px; }
}
@media (max-width: 767px) {
	.vh-firma .vh-container { padding-top: 12px; padding-bottom: 32px; }
	.vh-firma__mosaic { grid-template-columns: 2fr 1fr; grid-template-rows: repeat(2, 110px); }
	.vh-firma__mosaic .vh-firma__tile--3 { display: none; }
	.vh-firma__mosaic .vh-firma__tile--4 { grid-column: 2; grid-row: 2; border-radius: 0; }
	.vh-firma__mosaic .vh-firma__tile--5 { display: none; }
	.vh-firma__mosaic--n2 .vh-firma__tile--2, .vh-firma__mosaic--n3 .vh-firma__tile--2 { border-radius: 0 12px 12px 0; }
	.vh-firma__mosaic .vh-firma__tile--1 { border-radius: 12px 0 0 12px; }
	.vh-firma__tile-more--desktop { display: none; }
	.vh-firma__tile-more--mobile { display: flex; }
	.vh-firma__head { gap: 14px; }
	.vh-firma__logo { width: 64px; height: 64px; border-radius: 12px; }
	#vh-firma .vh-firma__name { font-size: 24px; }
	.vh-firma__cta { padding: 18px; }
	.vh-firma__cta-actions { width: 100%; }
	.vh-firma__cta-call, .vh-firma__cta-wl { flex: 1; text-align: center; justify-content: center; }
}
