:root {
  --copper: #ad4c2b;
  --copper-dark: #682d1a;
  --ink: #232323;
  --muted: #5c5c5c;
  --sand: #f7f4f2;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: Jost, sans-serif;
  color: var(--ink);
  background: #fff;
  min-height: 100%;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.wrap { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: #fff; border-bottom: 1px solid rgba(0,0,0,.05);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 78px; gap: 20px; }
.logo img { height: 48px; width: auto; }
.nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.nav a { font-weight: 500; }
.nav a.active, .nav a:hover { color: var(--copper); }
.header-end { display: flex; align-items: center; gap: 16px; }
.lang-switch { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; letter-spacing: .04em; }
.lang-switch a.active, .lang-switch a:hover { color: var(--copper); }
.lang-switch .sep { color: #c4c4c4; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--copper); color: #fff !important; padding: 12px 22px;
  font-weight: 500; border: 0; cursor: pointer;
}
.btn:hover { background: var(--copper-dark); color: #fff !important; }
.btn-white { background: #fff; color: var(--ink) !important; }
.btn-white:hover { background: var(--copper-dark); color: #fff !important; }
.btn-outline { background: transparent; border: 1px solid #fff; color: #fff !important; }
.btn-outline:hover { background: var(--copper-dark); color: #fff !important; }
.btn-ghost { background: transparent; border: 1px solid var(--copper); color: var(--copper) !important; }
.btn-ghost:hover { background: var(--copper); color: #fff !important; }
.menu-toggle { display: none; background: none; border: 0; font-size: 28px; }
.hero { position: relative; min-height: 100vh; margin-top: -78px; display: flex; align-items: center; color: #fff; padding: 3rem 0; }
.hero img.bg, .page-hero img.bg, .band img.bg, .split-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero img.bg { object-position: 72% 68%; }
@media (min-width: 768px) { .hero img.bg { object-position: 58% 55%; } }
.page-hero { overflow: hidden; }
.hero-overlay { position: absolute; inset: 0; background: rgb(173,76,43); opacity: .8; }
.hero .wrap { position: relative; z-index: 1; max-width: 1140px; padding-top: 0; padding-bottom: 0; }
.hero-copy { width: 100%; }
@media (min-width: 992px) { .hero-copy { width: 41.666%; } }
.hero h1 { font-size: 4.6rem; line-height: 1.1; margin: 0; font-weight: 700; }
.hero p { margin-top: 12px; font-size: 1.2rem; line-height: 1.5; color: #fafafa; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 12px; }
@media (max-width: 992px) { .hero h1 { font-size: 3.68rem; } }
@media (max-width: 768px) { .hero h1 { font-size: 3.22rem; } }
.section { padding: 80px 0; }
.center { text-align: center; }
h1, h2, h3 { letter-spacing: -0.02em; }
h2 { font-size: clamp(32px, 4vw, 48px); margin: 0 0 12px; }
.muted { color: var(--muted); }
.sand { background: var(--sand); }
.grid-3 { display: grid; gap: 28px; grid-template-columns: repeat(3, 1fr); }
.grid-2 { display: grid; gap: 48px; grid-template-columns: 1fr 1fr; }
.card { background: #fff; box-shadow: 0 8px 28px rgba(0,0,0,.08); overflow: hidden; }
.card:hover { transform: translateY(-2px); box-shadow: 0 14px 36px rgba(0,0,0,.12); }
.card .media { position: relative; aspect-ratio: 16/10; overflow: hidden; }
.card .media img, .apt .media img { width: 100%; height: 100%; object-fit: cover; }
.card .body, .apt .body { padding: 22px; }
.kicker { color: var(--copper); font-size: 12px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.badge { position: absolute; top: 12px; left: 12px; padding: 6px 10px; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #fff; }
.badge.slobodan { background: var(--copper); }
.badge.rezerviran { background: #ffe161; color: #614f00; }
.badge.prodan { background: #232323; }
.apt .media { position: relative; aspect-ratio: 4/3; overflow: hidden; }
.split { display: grid; grid-template-columns: 1fr 1fr; }
.split-media { position: relative; min-height: 360px; }
.split-copy { display: flex; align-items: center; padding: 64px 48px; }
.band { position: relative; padding: 96px 0; }
.band-overlay { position: absolute; inset: 0; background: rgba(255,255,255,.7); }
.band .wrap { position: relative; z-index: 1; max-width: 800px; text-align: center; }
.site-footer { background: #1a1a1a; color: #fff; text-align: center; }
.footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; padding: 56px 0; }
.site-footer a { color: rgba(255,255,255,.8); }
.site-footer a:hover { color: #fff; }
.footer-copy { border-top: 1px solid rgba(255,255,255,.1); padding: 16px 0; font-size: 12px; color: rgba(255,255,255,.5); text-align: center; }
.wa { position: fixed; right: 20px; bottom: 20px; z-index: 30; background: var(--copper); color: #fff !important; padding: 12px 16px; }
.page-hero { position: relative; min-height: 42vh; display: flex; align-items: flex-end; color: #fff; }
.page-hero .wrap { position: relative; z-index: 1; padding-bottom: 48px; }
.facts { background: var(--sand); padding: 24px; }
.facts div { display: flex; justify-content: space-between; gap: 16px; border-bottom: 1px solid rgba(0,0,0,.08); padding: 8px 0; font-size: 14px; }
.form { display: grid; gap: 14px; }
.form input, .form textarea, .form select {
  width: 100%; border: 1px solid rgba(0,0,0,.12); padding: 10px 12px; font: inherit;
}
.form label { font-size: 14px; font-weight: 500; }
.ok { background: #ad4c2b14; border: 1px solid #ad4c2b33; padding: 20px; }
.list { list-style: none; padding: 0; }
.list li { display: flex; gap: 10px; margin: 8px 0; }
.list li::before { content: ""; width: 8px; height: 8px; margin-top: 8px; background: var(--copper); flex: 0 0 8px; }
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.gallery img { aspect-ratio: 4/3; object-fit: cover; width: 100%; }
.schemes { display: grid; gap: 20px; grid-template-columns: repeat(2, 1fr); margin-top: 32px; }
.schemes-row { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.scheme { background: #fff; padding: 16px; box-shadow: 0 8px 28px rgba(0,0,0,.08); margin: 0; }
.scheme img { width: 100%; aspect-ratio: 4/3; object-fit: contain; background: #f7f4f2; }
.scheme figcaption { margin-top: 12px; font-size: 14px; font-weight: 500; }
.filters { display: flex; gap: 12px; flex-wrap: wrap; background: var(--sand); padding: 16px; margin: 28px 0; }
.filters label { flex: 1; min-width: 160px; font-size: 14px; }
.hp { position: absolute; left: -9999px; }
@media (max-width: 900px) {
  .nav { display: none; margin-left: 0; }
  .nav.open { display: flex; flex-direction: column; position: absolute; top: 78px; left: 0; right: 0; background: #fff; padding: 20px; border-bottom: 1px solid rgba(0,0,0,.08); }
  .menu-toggle { display: block; }
  .header-end { margin-left: auto; }
  .grid-3, .grid-2, .split, .footer-grid, .gallery, .schemes { grid-template-columns: 1fr; }
  .schemes-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .split-copy { padding: 40px 24px; }
}
