/* === Drypikkel.be — premium stylesheet === */

/* Reset + base */
* { box-sizing: border-box; margin: 0; padding: 0; -webkit-tap-highlight-color: transparent; }
html, body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #2a2620;
  background: #faf8f3;
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { display: block; max-width: 100%; }
a { color: #b8853a; text-decoration: none; transition: color 0.2s; }
a:hover { color: #8a6028; }
button { font-family: inherit; font-size: inherit; cursor: pointer; }

h1, h2, h3, h4 {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #1f1c17;
}

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* === Header === */
.site-header {
  background: rgba(250, 248, 243, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(184, 133, 58, 0.15);
  position: sticky; top: 0; z-index: 100;
}
.header-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 16px 24px;
}
.brand-link { color: inherit; text-decoration: none; }
.brand {
  font-family: 'Playfair Display', serif;
  font-size: 22px; font-weight: 600; letter-spacing: 0.5px;
  color: #1f1c17;
}
.tagline {
  font-size: 11px; color: #8a8175;
  letter-spacing: 1.5px; text-transform: uppercase;
  margin-top: 2px;
}
.header-nav {
  display: flex; gap: 24px; align-items: center;
}
.header-nav a {
  color: #2a2620; font-size: 13px; font-weight: 500;
  letter-spacing: 0.5px; text-transform: uppercase;
}
.header-nav a:hover { color: #b8853a; text-decoration: none; }
.btn-cta {
  background: #1f1c17; color: white !important;
  padding: 10px 20px; border-radius: 2px;
  font-weight: 500; letter-spacing: 0.5px;
  text-transform: uppercase; font-size: 12px;
  transition: background 0.2s;
}
.btn-cta:hover { background: #2a2620; text-decoration: none; }
.btn-cta-secondary {
  background: white; color: #2a2620 !important;
  padding: 10px 20px; border: 1px solid #d4c8b0;
  border-radius: 2px; font-weight: 500; letter-spacing: 0.5px;
  text-transform: uppercase; font-size: 12px;
}
.btn-cta-secondary:hover { background: #f5f1e8; text-decoration: none; }

/* === Homepage hero — cream + elegant === */
.hero-banner {
  background: #faf8f3;
  background-image:
    radial-gradient(circle at 20% 50%, rgba(184, 133, 58, 0.04) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(45, 79, 58, 0.03) 0%, transparent 50%);
  padding: 80px 0 60px;
  border-bottom: 1px solid rgba(184, 133, 58, 0.12);
}
.hero-banner .hero-eyebrow {
  font-size: 11px; letter-spacing: 3px; text-transform: uppercase;
  color: #8a6028; font-weight: 600; margin-bottom: 20px;
}
.hero-banner h1 {
  font-size: 52px; font-weight: 400; line-height: 1.1;
  max-width: 850px; margin-bottom: 24px;
  letter-spacing: -0.02em;
}
.hero-banner .hero-sub {
  font-size: 18px; color: #5a544a;
  max-width: 700px; margin-bottom: 40px;
  line-height: 1.6;
}
.counter-strip { display: flex; gap: 16px; flex-wrap: wrap; }
.counter {
  background: white;
  padding: 24px 32px;
  border: 1px solid rgba(184, 133, 58, 0.15);
  min-width: 160px;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.02);
}
.counter.optie { border-left: 3px solid #b8853a; }
.counter.verkocht { opacity: 0.6; }
.counter-num {
  font-family: 'Playfair Display', serif;
  font-size: 44px; font-weight: 500; line-height: 1; color: #1f1c17;
}
.counter-lab {
  font-size: 11px; color: #8a8175;
  text-transform: uppercase; letter-spacing: 1.5px; margin-top: 6px;
}

/* === Sections === */
.section { padding: 80px 0; background: #faf8f3; }
.section + .section { border-top: 1px solid rgba(184, 133, 58, 0.1); }
.section-h2 {
  font-size: 36px; font-weight: 400; margin-bottom: 12px;
  letter-spacing: -0.01em;
}
.section-intro {
  color: #5a544a; font-size: 16px;
  margin-bottom: 36px; max-width: 720px; line-height: 1.6;
}

/* === Filter bar === */
.filter-bar {
  background: white;
  padding: 24px 28px;
  border-radius: 2px;
  margin-bottom: 32px;
  display: flex; flex-wrap: wrap; gap: 32px;
  align-items: center;
  border: 1px solid rgba(184, 133, 58, 0.12);
  box-shadow: 0 1px 3px rgba(0,0,0,0.02);
}
.filter-group {
  display: flex; flex-direction: column; gap: 8px;
}
.filter-group label {
  font-size: 11px; text-transform: uppercase;
  letter-spacing: 1.5px; color: #8a8175; font-weight: 600;
}
.chips { display: flex; gap: 6px; flex-wrap: wrap; }
.chip {
  padding: 7px 14px; border: 1px solid #d4c8b0; background: white;
  border-radius: 2px; font-size: 13px; font-weight: 500;
  letter-spacing: 0.3px; transition: all 0.15s;
  color: #5a544a;
}
.chip.active { background: #1f1c17; color: white; border-color: #1f1c17; }
.chip:hover { border-color: #1f1c17; }
.compare-toggle { margin-left: auto; }
.btn-secondary {
  padding: 10px 22px; background: white; border: 1px solid #1f1c17;
  border-radius: 2px; font-weight: 500;
  letter-spacing: 0.5px; text-transform: uppercase; font-size: 12px;
}
.btn-secondary:disabled { opacity: 0.3; cursor: default; border-color: #ccc; color: #999; }

/* === Units grid — elegant cards === */
.units-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px;
}
.unit-card {
  background: white; border-radius: 2px; overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
  color: inherit; position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(184, 133, 58, 0.08);
}
.unit-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.08);
  text-decoration: none;
}
.unit-card.status-optie { background: #fdf9f0; }
.unit-card.status-verkocht { opacity: 0.4; }

.card-img {
  height: 240px; background-size: cover; background-position: center;
  background-color: #e8e4dc; position: relative;
  transition: transform 0.6s ease;
}
.unit-card:hover .card-img {
  transform: scale(1.03);
}
.card-status {
  position: absolute; top: 14px; left: 14px;
  font-size: 10px; padding: 5px 12px; border-radius: 1px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 1px;
}
.card-status.status-beschikbaar { background: #2d4f3a; color: white; }
.card-status.status-optie { background: #b8853a; color: white; }
.card-status.status-verkocht { background: #888; color: white; }
.card-badge {
  position: absolute; top: 14px; right: 14px;
  font-size: 10px; padding: 5px 12px; border-radius: 1px; font-weight: 600;
  letter-spacing: 1px;
}
.card-badge.gold { background: rgba(255,255,255,0.95); color: #8a6028; }

.card-body { padding: 20px 22px 22px; }
.card-title {
  font-family: 'Playfair Display', serif;
  font-size: 22px; font-weight: 500; margin-bottom: 6px; color: #1f1c17;
  letter-spacing: -0.01em;
}
.card-meta { font-size: 13px; color: #8a8175; margin-bottom: 6px; letter-spacing: 0.2px; }
.card-incl { font-size: 12px; color: #8a8175; margin-bottom: 14px; }
.card-price {
  font-family: 'Playfair Display', serif;
  font-size: 24px; font-weight: 500; color: #1f1c17;
  letter-spacing: -0.01em;
}

.empty-state {
  padding: 60px 20px; text-align: center; color: #8a8175;
  background: white; border-radius: 2px;
  border: 1px dashed #d4c8b0;
}

.compare-check {
  position: absolute; top: 12px; right: 12px;
  width: 32px; height: 32px; border-radius: 16px;
  background: rgba(31, 28, 23, 0.85); color: white; border: 2px solid white;
  font-size: 18px; font-weight: 600; line-height: 1;
  display: flex; align-items: center; justify-content: center;
  z-index: 5; transition: background 0.2s;
}
.compare-check.selected { background: #2d4f3a; }
.compare-check:hover { background: #b8853a; }

/* === Energy section === */
.section-energie {
  background: linear-gradient(135deg, #f0ebe0 0%, #f5efdf 100%);
}
.energy-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 24px;
}
.energy-cell {
  background: white; padding: 28px 24px; border-radius: 2px; text-align: center;
  border: 1px solid rgba(184, 133, 58, 0.1);
  box-shadow: 0 1px 3px rgba(0,0,0,0.02);
}
.energy-icon { font-size: 36px; margin-bottom: 10px; }
.energy-val {
  font-family: 'Playfair Display', serif;
  font-size: 22px; font-weight: 500; color: #1f1c17;
}
.energy-lab { font-size: 11px; color: #8a8175; margin-top: 6px; text-transform: uppercase; letter-spacing: 1.5px; }
.energy-savings-banner {
  background: white; padding: 24px 28px; border-radius: 2px;
  border-left: 3px solid #2d4f3a; font-size: 16px; line-height: 1.7;
  color: #2a2620;
}
.energy-savings-banner strong { color: #1f4530; font-weight: 600; }
.energy-note { display: block; font-size: 12px; color: #8a8175; margin-top: 8px; font-style: italic; }

/* === Buurt POI === */
.poi-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.poi-grid h4 {
  font-family: 'Playfair Display', serif;
  font-size: 18px; font-weight: 500; margin-bottom: 14px; color: #1f1c17;
}
.poi-list { list-style: none; padding: 0; }
.poi-list li {
  display: flex; justify-content: space-between; padding: 10px 0;
  font-size: 14px; border-bottom: 1px solid rgba(184, 133, 58, 0.1);
  color: #2a2620;
}
.poi-list li:last-child { border-bottom: none; }
.poi-list li span:last-child { color: #8a8175; font-weight: 500; }

/* === CTA section === */
.section-cta {
  background: #1f1c17; color: #faf8f3; text-align: center; padding: 80px 0;
}
.section-cta h2 {
  font-size: 38px; margin-bottom: 12px;
  color: #faf8f3; font-weight: 400;
}
.section-cta p { color: #b8b0a0; margin-bottom: 32px; font-size: 16px; }
.section-cta .btn-cta {
  background: #b8853a; color: white !important;
}
.section-cta .btn-cta:hover { background: #8a6028; }
.section-cta .btn-cta-secondary {
  background: transparent; color: #faf8f3 !important;
  border: 1px solid #b8853a;
}
.section-cta .btn-cta-secondary:hover { background: rgba(184, 133, 58, 0.1); }
.cta-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* === Footer === */
.site-footer {
  background: #1f1c17; color: #b8b0a0;
  padding: 60px 0 30px; font-size: 13px; line-height: 1.8;
}
.footer-row {
  display: grid; grid-template-columns: 1.5fr 1fr 2fr; gap: 48px;
  padding: 0 24px;
}
.site-footer .brand { color: white; margin-bottom: 8px; }
.site-footer a { color: #b8b0a0; }
.site-footer a:hover { color: #b8853a; }
.footer-fineprint { font-size: 11px; color: #8a8175; line-height: 1.6; }

/* === Unit page === */
.unit-hero { position: relative; }
.hero-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 1fr 1fr;
  gap: 6px; height: 540px;
}
.hero-grid img { width: 100%; height: 100%; object-fit: cover; cursor: pointer; }
.hero-grid .h0 { grid-column: 1; grid-row: 1 / 3; }
.hero-photo-count {
  position: absolute; bottom: 20px; right: 20px;
  background: rgba(31, 28, 23, 0.85); color: white;
  padding: 10px 18px; border-radius: 2px;
  font-size: 12px; font-weight: 500;
  letter-spacing: 1px; text-transform: uppercase;
}

.unit-layout {
  display: grid; grid-template-columns: 1fr 380px; gap: 40px; padding: 40px 24px;
}
.unit-aside { position: sticky; top: 90px; align-self: start; }

/* Title block */
.title-block {
  background: white; padding: 32px;
  border-radius: 2px; margin-bottom: 20px;
  border: 1px solid rgba(184, 133, 58, 0.1);
  box-shadow: 0 1px 3px rgba(0,0,0,0.02);
}
.title-row {
  display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; flex-wrap: wrap;
}
.title-row h1 {
  font-size: 32px; font-weight: 400; line-height: 1.2;
  margin-bottom: 8px; letter-spacing: -0.01em;
}
.addr { font-size: 14px; color: #8a8175; letter-spacing: 0.3px; }
.price-side { text-align: right; }
.price-big {
  font-family: 'Playfair Display', serif;
  font-size: 36px; font-weight: 500; color: #1f1c17;
  letter-spacing: -0.01em;
}
.price-sub { font-size: 11px; color: #8a8175; letter-spacing: 0.5px; }

.status-bar { display: flex; gap: 8px; margin-top: 18px; flex-wrap: wrap; }
.pill {
  padding: 5px 12px; border-radius: 1px;
  font-size: 11px; font-weight: 600;
  letter-spacing: 1px; text-transform: uppercase;
}
.pill.beschikbaar { background: #2d4f3a; color: white; }
.pill.optie { background: #b8853a; color: white; }
.pill.verkocht { background: #888; color: white; }
.pill.gold { background: rgba(184, 133, 58, 0.15); color: #8a6028; }
.pill.gray { background: #ebe6dc; color: #5a544a; }
.pill.purple { background: rgba(45, 79, 58, 0.15); color: #1f4530; }

/* Specs strip — refined */
.specs-strip {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  background: white; border-radius: 2px; overflow: hidden; margin-bottom: 20px;
  border: 1px solid rgba(184, 133, 58, 0.1);
  box-shadow: 0 1px 3px rgba(0,0,0,0.02);
}
.spec {
  padding: 20px 18px;
  border-right: 1px solid rgba(184, 133, 58, 0.08);
  border-bottom: 1px solid rgba(184, 133, 58, 0.08);
}
.spec:nth-child(4n) { border-right: none; }
.spec:nth-child(n+5) { border-bottom: none; }
.spec .lab { font-size: 10px; color: #8a8175; text-transform: uppercase; letter-spacing: 1.5px; font-weight: 600; }
.spec .val {
  font-family: 'Playfair Display', serif;
  font-size: 22px; font-weight: 500; margin-top: 6px; color: #1f1c17;
  letter-spacing: -0.01em;
}
.spec .sub { font-size: 11px; color: #8a8175; margin-top: 2px; }

/* Content blocks */
.content-block {
  background: white; padding: 36px;
  border-radius: 2px; margin-bottom: 20px;
  border: 1px solid rgba(184, 133, 58, 0.1);
  box-shadow: 0 1px 3px rgba(0,0,0,0.02);
}
.content-block h2 {
  font-size: 24px; font-weight: 500; margin-bottom: 18px;
  padding-bottom: 14px; border-bottom: 1px solid rgba(184, 133, 58, 0.15);
  letter-spacing: -0.01em;
}
.content-block p { color: #2a2620; margin-bottom: 14px; line-height: 1.7; }
.content-block p:last-child { margin-bottom: 0; }
.muted-intro { font-size: 14px; color: #8a8175; margin-bottom: 20px; font-style: italic; }
.muted-small { font-size: 12px; color: #8a8175; }
.muted { color: #8a8175; font-size: 11px; }

/* Troeven */
.troeven-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.troef {
  padding: 16px 18px 16px 44px;
  background: #faf8f3;
  border-radius: 2px;
  position: relative;
  font-size: 14px; line-height: 1.6;
  border-left: 2px solid #b8853a;
}
.troef::before {
  content: "✦"; position: absolute; left: 16px; top: 14px;
  color: #b8853a; font-size: 16px;
}

/* Persona */
.persona-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.persona {
  padding: 18px 22px;
  background: #faf8f3;
  border-radius: 2px;
  border-left: 2px solid #d4c8b0;
}
.persona.match {
  background: #f5efdf;
  border-left: 2px solid #b8853a;
}
.persona .pl {
  font-size: 10px; text-transform: uppercase;
  color: #8a8175; letter-spacing: 1.5px; font-weight: 600;
}
.persona.match .pl { color: #8a6028; }
.persona .pn {
  font-family: 'Playfair Display', serif;
  font-size: 18px; font-weight: 500;
  margin-top: 6px; color: #1f1c17;
}
.persona .pd { font-size: 13px; color: #5a544a; margin-top: 8px; line-height: 1.6; }

/* Plan row */
.plan-row { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 14px; align-items: start; }
.plan-row > div {
  background: #faf8f3;
  padding: 12px;
  border-radius: 2px;
}
.plan-row img { width: 100%; height: auto; border-radius: 1px; }
.plan-row .cap { font-size: 12px; color: #8a8175; padding: 8px 4px 0; line-height: 1.5; }
.empty-cell {
  background: #faf8f3; padding: 40px 20px; border-radius: 2px;
  font-size: 13px; color: #8a8175; text-align: center;
  border: 1px dashed #d4c8b0;
}

.callout {
  font-size: 13px; color: #8a6028;
  background: rgba(184, 133, 58, 0.06);
  border-left: 2px solid #b8853a;
  padding: 14px 18px; border-radius: 2px; margin-top: 18px;
  font-style: italic;
}

/* Ligging */
.ligging-img {
  width: 100%; max-width: 600px; margin: 0 auto;
  border: 1px solid rgba(184, 133, 58, 0.15);
  border-radius: 2px;
}
.cap-center { font-size: 12px; color: #8a8175; margin-top: 12px; text-align: center; font-style: italic; }

/* Energy block (per-unit) */
.energy-block {
  background: linear-gradient(135deg, #f0ebe0 0%, #f5efdf 100%);
  border-left: 3px solid #2d4f3a;
}

/* Calc */
.calc {
  background: #faf8f3;
  padding: 24px;
  border-radius: 2px;
  margin-top: 12px;
  border: 1px solid rgba(184, 133, 58, 0.1);
}
.calc-row { display: flex; gap: 20px; align-items: center; margin-bottom: 14px; }
.calc-row label { font-size: 13px; color: #5a544a; flex: 1; letter-spacing: 0.2px; }
.calc-row input[type=range] { flex: 2; accent-color: #b8853a; }
.calc-row .val {
  font-family: 'Playfair Display', serif;
  font-size: 16px; font-weight: 500; min-width: 100px; text-align: right; color: #1f1c17;
}
.calc-result {
  background: #1f1c17; color: white;
  padding: 20px 24px; border-radius: 2px;
  margin-top: 16px;
  display: flex; justify-content: space-between; align-items: center;
}
.calc-result .lab { font-size: 11px; opacity: 0.7; text-transform: uppercase; letter-spacing: 1.5px; }
.calc-result .big {
  font-family: 'Playfair Display', serif;
  font-size: 30px; font-weight: 500;
}
.calc-note { text-align: center; margin-top: 12px; }

/* Aside */
.aside-card {
  background: white; padding: 28px;
  border-radius: 2px;
  box-shadow: 0 2px 12px rgba(31, 28, 23, 0.05);
  margin-bottom: 16px;
  border: 1px solid rgba(184, 133, 58, 0.1);
}
.aside-card h3 {
  font-size: 11px; font-weight: 700;
  margin-bottom: 12px; text-transform: uppercase;
  letter-spacing: 1.5px; color: #8a8175;
}
.price-card .price-big { font-size: 38px; }
.price-card .price-sub { margin-bottom: 18px; }
.total-pkg {
  background: #faf8f3;
  padding: 12px 16px;
  border-radius: 2px;
  font-size: 12px; color: #5a544a;
  margin-bottom: 18px; line-height: 1.5;
}
.total-pkg strong { color: #1f1c17; font-size: 14px; }

.btn {
  display: block; width: 100%; padding: 16px 20px; border-radius: 2px;
  border: none; font-size: 13px; font-weight: 600;
  letter-spacing: 1px; text-transform: uppercase;
  text-align: center; text-decoration: none; margin-bottom: 10px;
  transition: background 0.2s;
}
.btn-primary { background: #b8853a; color: white; }
.btn-primary:hover { background: #8a6028; text-decoration: none; }
.btn-whatsapp { background: #25d366; color: white; letter-spacing: 0.5px; }
.btn-whatsapp:hover { background: #1da851; text-decoration: none; }
.btn-secondary {
  background: white; color: #1f1c17;
  border: 1px solid #d4c8b0; font-weight: 500;
}

.agent {
  display: flex; gap: 14px; align-items: center; margin-top: 18px;
  padding-top: 18px; border-top: 1px solid rgba(184, 133, 58, 0.15);
}
.agent-avatar {
  width: 52px; height: 52px; border-radius: 26px;
  background: linear-gradient(135deg, #b8853a, #8a6028);
  color: white; display: flex; align-items: center; justify-content: center;
  font-family: 'Playfair Display', serif;
  font-weight: 500; font-size: 20px;
}
.agent-info .n {
  font-family: 'Playfair Display', serif;
  font-weight: 500; font-size: 16px; color: #1f1c17;
}
.agent-info .r { font-size: 12px; color: #8a8175; letter-spacing: 0.3px; }
.agent-contact { font-size: 12px; margin-top: 4px; }

.big-counter { font-size: 16px; line-height: 1.5; color: #2a2620; }
.big-counter strong {
  font-family: 'Playfair Display', serif;
  font-size: 32px; color: #2d4f3a; font-weight: 500;
}

.photo-note {
  background: rgba(184, 133, 58, 0.06);
  border-left: 2px solid #b8853a;
  padding: 14px 18px;
  border-radius: 2px; margin-bottom: 18px;
  font-size: 13px; color: #8a6028;
  font-style: italic;
}

.loc-sub {
  font-size: 11px; text-transform: uppercase;
  letter-spacing: 1.5px; color: #8a8175; font-weight: 600;
  margin-bottom: 8px;
}

/* === Volledige fotoreeks gallery === */
.gallery-full {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.gallery-item {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 2px;
  cursor: zoom-in;
  background: #ebe6dc;
  transition: opacity 0.2s;
}
.gallery-item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.4s ease;
  display: block;
}
.gallery-item:hover img { transform: scale(1.05); }
.gallery-item:hover { opacity: 0.95; }

/* === Lightbox overlay === */
.lightbox {
  position: fixed; inset: 0;
  background: rgba(15, 13, 10, 0.94);
  display: none; align-items: center; justify-content: center;
  z-index: 1000; cursor: zoom-out;
  padding: 40px;
}
.lightbox.show { display: flex; }
.lightbox img {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}
.lightbox-close {
  position: absolute; top: 20px; right: 24px;
  background: none; border: 1px solid rgba(255,255,255,0.3);
  color: white; width: 44px; height: 44px;
  border-radius: 22px; font-size: 22px; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
}
.lightbox-close:hover { background: rgba(255,255,255,0.1); }
.lightbox-nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.3);
  color: white; width: 56px; height: 56px;
  border-radius: 28px; font-size: 24px; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
}
.lightbox-nav:hover { background: rgba(255,255,255,0.2); }
.lightbox-prev { left: 24px; }
.lightbox-next { right: 24px; }
.lightbox-counter {
  position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
  color: rgba(255,255,255,0.7); font-size: 13px; letter-spacing: 1px;
}

@media (max-width: 800px) {
  .gallery-full { grid-template-columns: repeat(2, 1fr); gap: 6px; }
  .lightbox { padding: 20px; }
  .lightbox-nav { width: 44px; height: 44px; }
  .lightbox-prev { left: 10px; }
  .lightbox-next { right: 10px; }
}

/* === Compare page === */
.compare-table {
  background: white; border-radius: 2px; overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04); margin-top: 32px;
  border: 1px solid rgba(184, 133, 58, 0.1);
}
.compare-table table { width: 100%; border-collapse: collapse; }
.compare-table th, .compare-table td {
  padding: 16px 20px; text-align: left;
  border-bottom: 1px solid rgba(184, 133, 58, 0.08);
  vertical-align: top;
}
.compare-table th {
  background: #faf8f3; font-size: 10px; text-transform: uppercase;
  letter-spacing: 1.5px; color: #8a8175; font-weight: 700;
  width: 180px; white-space: nowrap;
}
.compare-table td { font-size: 14px; color: #2a2620; }
.compare-table .unit-header {
  background: #1f1c17; color: white;
  padding: 18px 20px;
  font-family: 'Playfair Display', serif;
  font-size: 18px; font-weight: 500;
}
.compare-table .unit-header a { color: white; }
.compare-table .unit-header .price-h {
  font-size: 24px; margin-top: 6px; font-weight: 500;
}
.compare-table .compare-img {
  width: 100%; height: 160px; object-fit: cover; border-radius: 2px;
}
.compare-table .best { background: rgba(45, 79, 58, 0.06); font-weight: 600; color: #1f4530; }

/* === Mobile === */
@media (max-width: 800px) {
  .container { padding: 0 18px; }
  .header-row { padding: 14px 18px; flex-wrap: wrap; gap: 10px; }
  .header-nav { gap: 16px; }
  .header-nav a { font-size: 12px; }
  .hero-banner { padding: 50px 0 40px; }
  .hero-banner h1 { font-size: 32px; }
  .hero-banner .hero-sub { font-size: 16px; }
  .counter { padding: 18px 22px; min-width: 130px; }
  .counter-num { font-size: 32px; }
  .section { padding: 50px 0; }
  .section-h2 { font-size: 28px; }
  .units-grid { grid-template-columns: 1fr; gap: 16px; }
  .filter-bar { gap: 18px; padding: 18px 20px; }
  .compare-toggle { margin-left: 0; width: 100%; }
  .energy-grid { grid-template-columns: 1fr; gap: 12px; }
  .poi-grid { grid-template-columns: 1fr; gap: 28px; }
  .section-cta { padding: 50px 0; }
  .section-cta h2 { font-size: 28px; }

  /* Unit page */
  .hero-grid { grid-template-columns: 1fr; grid-template-rows: 280px; height: 280px; gap: 0; }
  .hero-grid .h0 { grid-column: 1; grid-row: 1; }
  .hero-grid > :not(.h0) { display: none; }
  .unit-layout { grid-template-columns: 1fr; gap: 18px; padding: 24px 18px; }
  .unit-aside { position: static; }
  .specs-strip { grid-template-columns: repeat(2, 1fr); }
  .spec:nth-child(2n) { border-right: none; }
  .spec:nth-child(n+5) { border-bottom: 1px solid rgba(184, 133, 58, 0.08); }
  .troeven-grid, .persona-grid, .plan-row { grid-template-columns: 1fr; }
  .title-row { flex-direction: column; }
  .price-side { text-align: left; }
  .title-row h1 { font-size: 26px; }
  .price-big { font-size: 30px; }
  .content-block { padding: 24px 22px; }
  .content-block h2 { font-size: 20px; }
  .footer-row { grid-template-columns: 1fr; gap: 24px; }
}
