:root {
  --ink: #16201c;
  --forest: #14221d;
  --forest-soft: #23362e;
  --sand: #f3eee5;
  --cream: #faf8f3;
  --orange: #d95e22;
  --orange-dark: #b94713;
  --green: #2f8f56;
  --muted: #66706b;
  --line: rgba(22, 32, 28, .14);
  --serif: "Manrope", sans-serif;
  --sans: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }

.site-header {
  position: absolute; z-index: 10; top: 0; left: 0; right: 0;
  display: flex; align-items: center; gap: 36px; padding: 22px clamp(22px, 5vw, 76px);
  color: #fff; border-bottom: 1px solid rgba(255,255,255,.18);
}
.brand { display: inline-flex; align-items: center; }
.brand img { display: block; width: 190px; height: auto; }
.site-nav { display: flex; gap: 28px; margin-left: auto; font-size: 14px; }
.site-nav a { opacity: .86; transition: opacity .2s; }
.site-nav a:hover { opacity: 1; }
.header-cta { padding: 12px 18px; border: 1px solid rgba(255,255,255,.55); border-radius: 99px; font-size: 13px; font-weight: 600; }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 760px; height: 100vh; max-height: 980px; color: #fff; overflow: hidden; background: var(--forest); }
.hero-backdrop { position: absolute; inset: 0; background: url("assets/hero-domaci.jpg") center/cover no-repeat; transform: scale(1.01); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,18,14,.9) 0%, rgba(9,18,14,.63) 42%, rgba(9,18,14,.12) 76%); }
.hero-content { position: relative; z-index: 1; width: min(720px, 82vw); padding: clamp(170px, 25vh, 245px) 0 80px clamp(24px, 8vw, 122px); }
.eyebrow { margin: 0 0 22px; color: var(--orange); font-size: 12px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.hero .eyebrow { color: #ef9a6d; }
h1, h2, blockquote { font-family: var(--serif); font-weight: 500; letter-spacing: -.04em; }
h1 { max-width: 680px; margin: 0; font-size: clamp(48px, 6.4vw, 86px); line-height: .99; }
.hero-copy { max-width: 590px; margin: 28px 0 34px; color: rgba(255,255,255,.78); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 24px; border: 0; border-radius: 3px; font-weight: 700; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--orange); }
.button-primary:hover { background: var(--orange-dark); }
.button-ghost { color: #fff; border: 1px solid rgba(255,255,255,.5); }
.hero-proof { display: flex; gap: 34px; margin-top: 52px; color: rgba(255,255,255,.66); font-size: 12px; line-height: 1.5; }
.hero-proof span { max-width: 190px; padding-left: 13px; border-left: 2px solid var(--orange); }
.hero-proof strong { display: block; color: #fff; font-size: 13px; }
.scroll-cue { position: absolute; z-index: 2; right: clamp(24px, 5vw, 72px); bottom: 34px; display: flex; align-items: center; gap: 12px; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; }
.scroll-cue span { font-size: 20px; }

.section { padding: 110px clamp(24px, 7vw, 110px); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 44px; }
.section-heading h2, .service-intro h2, .seller-copy h2 { max-width: 760px; margin: 0; font-size: clamp(38px, 5vw, 64px); line-height: 1.06; }
.section-heading > p { max-width: 460px; margin: 0; color: var(--muted); line-height: 1.7; }
.property-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 18px; }
.property-card { overflow: hidden; background: #fff; border: 1px solid var(--line); }
.property-image { position: relative; height: 290px; overflow: hidden; }
.property-card.featured .property-image { height: 360px; }
.property-image img { height: 100%; object-fit: cover; transition: transform .6s ease; }
.property-card:hover .property-image img { transform: scale(1.035); }
.property-tag { position: absolute; top: 16px; left: 16px; padding: 8px 12px; color: #fff; background: rgba(20,34,29,.9); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.property-body { padding: 24px; }
.property-location { margin: 0 0 9px; color: var(--orange); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.property-body h3 { margin: 0; font-family: var(--serif); font-size: 24px; font-weight: 600; line-height: 1.2; }
.property-price { margin: 14px 0; font-size: 18px; font-weight: 700; }
.property-features { display: flex; flex-wrap: wrap; gap: 8px 14px; min-height: 48px; color: var(--muted); font-size: 12px; }
.property-body > a { display: flex; justify-content: space-between; margin-top: 20px; padding-top: 17px; border-top: 1px solid var(--line); font-size: 13px; font-weight: 700; }

.service-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; color: #fff; background: var(--forest); }
.service-intro { position: sticky; top: 40px; align-self: start; }
.service-intro p:last-child { max-width: 560px; color: rgba(255,255,255,.64); line-height: 1.8; }
.service-list article { display: grid; grid-template-columns: 50px 1fr; gap: 20px; padding: 30px 0; border-top: 1px solid rgba(255,255,255,.14); }
.service-list article:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
.service-list article > span { color: var(--orange); font-size: 12px; }
.service-list h3 { margin: 0 0 8px; font-family: var(--serif); font-size: 25px; }
.service-list p { margin: 0; color: rgba(255,255,255,.58); line-height: 1.65; }

.seller-section { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding: 110px clamp(24px, 8vw, 124px); background: var(--sand); }
.seller-copy { align-self: center; }
.seller-copy > p:not(.eyebrow) { max-width: 570px; color: var(--muted); line-height: 1.75; }
.seller-copy ul { display: grid; gap: 13px; padding: 0; margin: 30px 0 0; list-style: none; }
.seller-copy li::before { content: "✓"; margin-right: 11px; color: var(--green); font-weight: 700; }
.lead-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 34px; background: #fff; box-shadow: 0 20px 70px rgba(22,32,28,.08); }
.form-heading, .full-field { grid-column: 1 / -1; }
.form-heading { display: flex; align-items: center; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.form-heading span { font-family: var(--serif); font-size: 23px; font-weight: 600; }
.form-heading p { margin: 0; color: var(--green); font-size: 12px; }
.lead-form label { color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.lead-form input, .lead-form select { width: 100%; margin-top: 8px; padding: 13px 2px; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid #c9ccc9; outline: none; text-transform: none; }
.lead-form input:focus, .lead-form select:focus { border-bottom-color: var(--orange); }
.lead-form small { color: var(--muted); line-height: 1.5; }

.trust-section { text-align: center; }
.trust-section blockquote { max-width: 960px; margin: 0 auto 34px; font-size: clamp(34px, 4.5vw, 58px); line-height: 1.18; }
.trust-signature { display: inline-flex; align-items: center; gap: 15px; text-align: left; }
.trust-signature img { width: 68px; height: 68px; }
.trust-signature strong, .trust-signature small { display: block; }
.trust-signature small { margin-top: 3px; color: var(--muted); }

footer { padding: 70px clamp(24px, 7vw, 110px) 24px; color: #fff; background: #0d1512; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 70px; padding-bottom: 60px; }
.footer-top > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-top p { max-width: 380px; color: rgba(255,255,255,.5); line-height: 1.7; }
.footer-top > div > span { margin-bottom: 10px; color: rgba(255,255,255,.42); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.footer-top a:not(.brand) { color: rgba(255,255,255,.8); font-size: 14px; }
.brand-light img { width: 225px; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; color: rgba(255,255,255,.4); border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; }
.whatsapp-float { position: fixed; z-index: 12; right: 22px; bottom: 22px; display: grid; place-items: center; width: 54px; height: 54px; color: #fff; background: #25d366; border-radius: 50%; box-shadow: 0 10px 30px rgba(0,0,0,.22); font-size: 12px; font-weight: 800; }

@media (max-width: 980px) {
  .site-header { gap: 18px; }
  .site-nav { display: none; position: absolute; top: 78px; left: 20px; right: 20px; flex-direction: column; padding: 24px; color: var(--ink); background: #fff; }
  .site-nav.open { display: flex; }
  .menu-toggle { display: block; margin-left: auto; color: #fff; background: transparent; border: 0; }
  .header-cta { display: none; }
  .property-grid { grid-template-columns: 1fr 1fr; }
  .property-card.featured { grid-column: 1 / -1; }
  .service-section, .seller-section { grid-template-columns: 1fr; gap: 54px; }
  .service-intro { position: static; }
}

@media (max-width: 680px) {
  .site-header { padding: 16px 20px; }
  .hero { min-height: 760px; }
  .hero-content { width: 100%; padding: 170px 22px 90px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(9,18,14,.91), rgba(9,18,14,.55)); }
  h1 { font-size: 49px; }
  .hero-proof { flex-direction: column; gap: 17px; margin-top: 38px; }
  .scroll-cue { display: none; }
  .section { padding: 78px 22px; }
  .section-heading { align-items: start; flex-direction: column; gap: 22px; }
  .property-grid { grid-template-columns: 1fr; }
  .property-card.featured { grid-column: auto; }
  .property-image, .property-card.featured .property-image { height: 300px; }
  .service-section, .seller-section { padding: 78px 22px; }
  .lead-form { grid-template-columns: 1fr; padding: 25px 20px; }
  .lead-form label { grid-column: 1 / -1; }
  .form-heading { align-items: flex-start; flex-direction: column; gap: 6px; }
  .footer-top { grid-template-columns: 1fr; gap: 36px; }
  .footer-bottom { flex-direction: column; gap: 9px; }
}
