: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; }
.logo img { height: 48px; width: auto; }
.nav { display: flex; align-items: center; gap: 28px; }
.nav a { font-weight: 500; }
.nav a.active, .nav a:hover { color: var(--copper); }
.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); }
.btn-white { background: #fff; color: var(--ink) !important; }
.btn-outline { background: transparent; border: 1px solid #fff; color: #fff !important; }
.btn-ghost { background: transparent; border: 1px solid var(--copper); color: var(--copper) !important; }
.menu-toggle { display: none; background: none; border: 0; font-size: 28px; }
.hero { position: relative; min-height: 86vh; display: flex; align-items: center; color: #fff; }
.hero img.bg, .page-hero img.bg, .band img.bg, .split-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero { overflow: hidden; }
.hero-overlay { position: absolute; inset: 0; background: rgb(173,76,43); opacity: .8; }
.hero .wrap { position: relative; z-index: 1; padding-top: 80px; padding-bottom: 80px; }
.hero h1 { font-size: clamp(48px, 8vw, 76px); line-height: 1.05; margin: 0; }
.hero p { max-width: 520px; font-size: 18px; line-height: 1.6; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.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; }
.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); }
.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%; }
.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; }
  .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; }
  .grid-3, .grid-2, .split, .footer-grid, .gallery { grid-template-columns: 1fr; }
  .split-copy { padding: 40px 24px; }
}
