:root {
  --forest: #062319;
  --forest-2: #0d3a2c;
  --sage: #7f9c83;
  --moss: #566f4e;
  --clay: #8b5a3f;
  --sand: #ead5b6;
  --cream: #f4efe5;
  --paper: #fffaf1;
  --ink: #17201a;
  --muted: #687066;
  --line: rgba(23, 32, 26, .12);
  --shadow: 0 28px 80px rgba(22, 35, 27, .18);
  --shadow-3d: 0 24px 55px rgba(6, 35, 25, .22), 0 3px 0 rgba(255, 255, 255, .18) inset;
  --glass-light: rgba(255, 250, 241, .76);
  --glass-dark: rgba(6, 35, 25, .66);
  --radius-xl: 34px;
  --radius-lg: 24px;
}

@media (prefers-reduced-motion: reduce) {
  .cursor-glow {
    display: none;
  }
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.cursor-glow {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  background:
    radial-gradient(circle at var(--glow-x, 50%) var(--glow-y, 50%),
      rgba(234, 213, 182, .2) 0,
      rgba(127, 156, 131, .1) 4%,
      rgba(6, 35, 25, .055) 7%,
      rgba(6, 35, 25, 0) 12%);
  mix-blend-mode: multiply;
  transition: opacity .45s ease;
}

.cursor-glow.is-visible {
  opacity: .5;
}

.section,
.site-footer,
.not-found-card,
.policy-document,
.quick-info-bar {
  position: relative;
}

.section > *,
.site-footer > *,
.not-found-card > *,
.policy-document > *,
.quick-info-bar > * {
  position: relative;
  z-index: 1;
}

img { display: block; max-width: 100%; }

picture { display: block; }

a { color: inherit; text-decoration: none; }

button, select { font: inherit; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: clamp(12px, 2vw, 24px);
  align-items: center;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(6, 35, 25, .72);
  border-bottom: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 18px 46px rgba(6, 35, 25, .18);
  backdrop-filter: blur(22px) saturate(1.12);
  color: white;
}

.brand img {
  width: 58px;
  height: 58px;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(0,0,0,.2);
}

.main-nav {
  justify-self: center;
  display: flex;
  gap: clamp(18px, 4vw, 44px);
  color: rgba(255,255,255,.78);
  font-size: 14px;
}

.main-nav a:hover { color: white; }

.header-phone {
  border: 1px solid rgba(234, 213, 182, .72);
  border-radius: 999px;
  padding: 12px 18px;
  background: rgba(255,255,255,.06);
  color: white;
  font-weight: 700;
  backdrop-filter: blur(12px);
}

.floating-status {
  position: fixed;
  right: clamp(10px, 1.8vw, 22px);
  top: 50%;
  z-index: 45;
  width: 144px;
  color: white;
  transform: translateY(-50%);
  transition: opacity .32s ease, transform .32s ease, visibility .32s ease;
}

.floating-status.is-hidden {
  opacity: 0;
  visibility: hidden;
  transform: translate(18px, -50%);
  pointer-events: none;
}

.floating-status a {
  display: block;
  padding: 10px;
  border: 1px solid rgba(234, 213, 182, .24);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.03)),
    rgba(6, 35, 25, .9);
  box-shadow: 0 24px 62px rgba(6, 35, 25, .26), 0 1px 0 rgba(255,255,255,.12) inset;
  backdrop-filter: blur(18px) saturate(1.08);
}

.floating-status span {
  display: block;
  color: rgba(255,255,255,.62);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.floating-status strong {
  display: block;
  margin-top: 3px;
  color: white;
  font-size: 13px;
  line-height: 1.1;
}

.floating-status-head {
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.floating-status-head span {
  color: var(--sand);
}

.floating-status-head strong {
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.02;
  text-align: center;
  text-wrap: balance;
}

.floating-status-row {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: end;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.floating-status-row strong {
  color: var(--sand);
  font-size: 11px;
}

.floating-status-grid {
  display: grid;
  gap: 5px;
  padding-top: 8px;
}

.floating-status-grid div {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
  padding: 6px 7px;
  border-radius: 12px;
  background: rgba(255,255,255,.07);
}

.floating-status-grid strong {
  margin: 0;
  font-size: 13px;
}

.floating-status-grid .is-available strong { color: #9ed7a1; }
.floating-status-grid .is-reserved strong { color: #e3c171; }
.floating-status-grid .is-sold strong { color: rgba(255,255,255,.46); }

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: end;
  padding: 132px clamp(18px, 5vw, 92px) clamp(34px, 6vw, 72px);
  overflow: hidden;
  background: var(--forest);
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(6, 35, 25, .34), rgba(6, 35, 25, .14) 42%, rgba(6, 35, 25, .03) 74%),
    linear-gradient(0deg, rgba(6, 35, 25, .16), transparent 42%);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 22%;
  background: linear-gradient(0deg, var(--cream), rgba(244,239,229,0));
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  color: white;
  width: min(600px, 42vw);
  max-width: 600px;
  padding: clamp(24px, 2.8vw, 36px);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(145deg, rgba(6, 35, 25, .72), rgba(13, 58, 44, .46)),
    rgba(255,255,255,.04);
  box-shadow: 0 34px 76px rgba(6, 35, 25, .3), 0 1px 0 rgba(255,255,255,.2) inset;
  backdrop-filter: blur(16px) saturate(1.08);
  transform: translateY(-2px);
}

.eyebrow {
  margin: 0 0 18px;
  color: #b99a5a;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.hero .eyebrow,
.section-dark .eyebrow,
.investor-dark .eyebrow {
  color: var(--sand);
}

h1, h2, h3 {
  margin: 0;
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(42px, 3.65vw, 62px);
  line-height: .98;
}

h2 {
  font-size: clamp(38px, 5vw, 68px);
  line-height: .95;
}

h3 {
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1;
}

.hero-lead {
  max-width: 500px;
  margin: 24px 0 0;
  color: rgba(255,255,255,.78);
  font-size: clamp(16px, 1.45vw, 18px);
  line-height: 1.7;
}

.hero-actions,
.section-head-row,
.slider-controls,
.filters,
.hero-actions {
  display: flex;
  align-items: center;
}

.hero-actions {
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 24px;
  border: 1px solid transparent;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--sand);
  color: var(--forest);
  box-shadow: 0 16px 34px rgba(0,0,0,.18);
}

.btn-ghost {
  border-color: rgba(255,255,255,.36);
  color: white;
}

.btn-secondary {
  border-color: rgba(23,32,26,.18);
  color: var(--forest);
  background: rgba(255, 250, 241, .46);
  box-shadow: 0 18px 42px rgba(22, 35, 27, .08);
}

.legal-note {
  max-width: 780px;
  margin: 18px 0 0;
  color: rgba(95, 103, 93, .86);
  font-size: 14px;
  line-height: 1.7;
}

.legal-note a {
  color: var(--forest);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.legal-note-dark {
  color: rgba(255, 255, 255, .62);
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  min-height: 100%;
  overflow: hidden;
  border-radius: 0;
  box-shadow: none;
}

.hero-media img {
  width: 100%;
  height: 100%;
  min-height: 100svh;
  object-fit: cover;
  object-position: center 54%;
}

.hero-media picture,
.location-image picture {
  width: 100%;
  height: 100%;
}

.quick-info-bar {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  width: 100%;
  margin: 0 auto clamp(52px, 6vw, 80px);
  overflow: hidden;
  border-block: 1px solid rgba(234, 213, 182, .22);
  background:
    linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.02)),
    linear-gradient(90deg, rgba(6, 35, 25, .96), rgba(13, 58, 44, .9));
  box-shadow: 0 26px 70px rgba(6, 35, 25, .24), 0 1px 0 rgba(255,255,255,.12) inset;
  backdrop-filter: blur(18px) saturate(1.08);
}

.quick-info-bar div {
  min-width: 0;
  padding: 24px clamp(18px, 5vw, 72px);
  border-right: 1px solid rgba(234, 213, 182, .14);
  background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,0));
}

.quick-info-bar div:last-child {
  border-right: 0;
}

.quick-info-bar span,
.standard-grid span {
  display: block;
  color: var(--sand);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.quick-info-bar strong {
  display: block;
  margin-top: 8px;
  color: white;
  font-size: clamp(18px, 1.8vw, 25px);
  line-height: 1.12;
}

.section {
  padding: clamp(72px, 9vw, 120px) clamp(18px, 6vw, 80px);
  scroll-margin-top: 92px;
}

.hero,
.site-footer {
  scroll-margin-top: 92px;
}

.section-light {
  background: var(--cream);
}

.section-dark {
  background:
    radial-gradient(circle at 80% 10%, rgba(234, 213, 182, .16), transparent 34%),
    linear-gradient(180deg, #062319, #0d3a2c);
  color: white;
}

.section-head {
  max-width: 850px;
  margin: 0 0 42px;
}

.section-head p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.8;
}

.section-head-split {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, .72fr);
  gap: clamp(28px, 6vw, 96px);
  align-items: end;
  max-width: none;
  margin-bottom: 48px;
}

.section-head-split h2 {
  max-width: 760px;
  font-size: clamp(42px, 4.5vw, 76px);
}

.section-copy {
  max-width: 590px;
  padding-bottom: 6px;
}

.section-copy p {
  margin: 0;
}

.section-copy p + p {
  margin-top: 14px;
}

.section-copy .legal-note {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(23, 32, 26, .1);
  font-size: 15px;
}

.section-dark .section-head p { color: rgba(255,255,255,.72); }

.section-head-row {
  max-width: none;
  justify-content: space-between;
  gap: 24px;
}

.section-head-row > div {
  max-width: 850px;
}

.section-head-row .btn {
  flex: 0 0 auto;
  min-width: 190px;
  align-self: center;
}

.apartments-head {
  display: block;
  width: min(1120px, 100%);
  margin-inline: auto;
  text-align: center;
}

.apartments-head > div {
  max-width: none;
}

.apartments-head .btn {
  margin-top: 26px;
  min-width: 220px;
}

.apartments-head .btn-secondary {
  border-color: rgba(23,32,26,.18);
  background: rgba(255, 250, 241, .56);
  color: var(--forest);
  box-shadow: 0 18px 42px rgba(22, 35, 27, .08);
}

.feature-panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: rgba(255,255,255,.18);
  box-shadow: var(--shadow-3d);
  perspective: 900px;
}

.feature-panel article {
  min-height: 260px;
  padding: 34px 28px;
  border: 1px solid rgba(255,255,255,.08);
  background:
    linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,0)),
    linear-gradient(150deg, rgba(13,58,44,.94), rgba(9,41,31,.92));
  color: white;
  box-shadow: 0 1px 0 rgba(255,255,255,.14) inset;
  transition: transform .24s ease, box-shadow .24s ease;
}

.feature-panel article:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 44px rgba(0,0,0,.18);
}

.feature-panel span {
  color: var(--sand);
  font-weight: 900;
}

.feature-panel h3 {
  margin-top: 32px;
  font-family: Inter, sans-serif;
  font-size: 22px;
}

.feature-panel p {
  color: rgba(255,255,255,.7);
  line-height: 1.7;
}

.project-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: clamp(52px, 6vw, 86px);
}

.project-facts div {
  min-width: 0;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(255,255,255,.7);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(255,250,241,.82), rgba(255,250,241,.58));
  box-shadow: 0 24px 70px rgba(28, 39, 31, .1), 0 1px 0 rgba(255,255,255,.9) inset;
  backdrop-filter: blur(14px);
}

.project-facts span {
  display: block;
  color: var(--clay);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.project-facts strong {
  display: block;
  margin-top: 14px;
  color: var(--forest);
  font-family: Inter, sans-serif;
  font-size: clamp(22px, 2.1vw, 30px);
  line-height: 1.18;
  letter-spacing: 0;
}

.project-facts small {
  display: block;
  max-width: 42ch;
  margin-top: 12px;
  color: rgba(95, 103, 93, .86);
  font-size: 15px;
  line-height: 1.65;
}

.standard-section {
  padding-top: clamp(42px, 5vw, 72px);
}

.standard-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.standard-grid article {
  min-height: 230px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(255,255,255,.68);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(145deg, rgba(255,250,241,.86), rgba(255,250,241,.62)),
    rgba(255,255,255,.18);
  box-shadow: 0 24px 70px rgba(28, 39, 31, .11), 0 1px 0 rgba(255,255,255,.9) inset;
  backdrop-filter: blur(16px) saturate(1.08);
  transition: transform .22s ease, box-shadow .22s ease;
}

.standard-grid article:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 80px rgba(28, 39, 31, .15), 0 1px 0 rgba(255,255,255,.9) inset;
}

.standard-grid h3 {
  margin-top: 30px;
  color: var(--forest);
  font-family: Inter, sans-serif;
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.14;
}

.standard-grid p {
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.slider-controls {
  gap: 16px;
  flex-shrink: 0;
}

.slider-controls button {
  width: 50px;
  height: 50px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.3);
  background: rgba(255,255,255,.06);
  color: white;
  font-size: 34px;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(0,0,0,.16), 0 1px 0 rgba(255,255,255,.16) inset;
  backdrop-filter: blur(12px);
}

.slider-controls button:hover {
  background: var(--sand);
  color: var(--forest);
}

.gallery-stage {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 0;
  border-radius: var(--radius-xl);
  background: var(--forest);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 34px 90px rgba(0,0,0,.26), 0 1px 0 rgba(255,255,255,.14) inset;
  cursor: zoom-in;
  transform: translateZ(0);
}

.gallery-stage img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity .7s ease;
}

.gallery-stage picture {
  display: contents;
}

.gallery-stage img.is-active { opacity: 1; }

.gallery-dots {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 12px;
  margin-top: 18px;
}

.gallery-dots button {
  height: 5px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.24);
}

.gallery-dots button.is-active { background: var(--sand); }

.interior-gallery {
  margin-top: clamp(42px, 6vw, 78px);
  padding-top: clamp(28px, 4vw, 46px);
  border-top: 1px solid rgba(255,255,255,.12);
}

.interior-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 22px;
}

.interior-head h3 {
  color: white;
  font-size: clamp(28px, 4vw, 48px);
}

.interior-controls {
  display: flex;
  gap: 14px;
  align-items: center;
  color: rgba(255,255,255,.72);
  flex-shrink: 0;
}

.interior-controls button {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.28);
  background: rgba(255,255,255,.06);
  color: white;
  font-size: 30px;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(0,0,0,.16), 0 1px 0 rgba(255,255,255,.16) inset;
  backdrop-filter: blur(12px);
}

.interior-controls button:hover {
  background: var(--sand);
  color: var(--forest);
}

.interior-viewport {
  position: relative;
  overflow: hidden;
  min-height: clamp(460px, 50vw, 700px);
  padding: 8px max(18px, calc((100vw - 1180px) / 2)) 18px;
  margin-inline: calc(clamp(18px, 6vw, 80px) * -1);
}

.interior-track {
  position: relative;
  height: clamp(420px, 46vw, 650px);
}

.interior-slide {
  position: absolute;
  top: 8px;
  left: 50%;
  width: min(820px, 72vw);
  height: clamp(390px, 44vw, 610px);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 28px;
  background: #fff;
  color: white;
  cursor: zoom-in;
  box-shadow: 0 26px 70px rgba(0,0,0,.22), 0 1px 0 rgba(255,255,255,.12) inset;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) scale(.72);
  transition: transform .95s cubic-bezier(.22, 1, .36, 1), box-shadow .7s ease;
  will-change: transform, opacity;
}

.interior-slide.is-prev,
.interior-slide.is-next {
  opacity: .72;
  pointer-events: auto;
  z-index: 2;
  box-shadow: 0 18px 52px rgba(0,0,0,.2), 0 1px 0 rgba(255,255,255,.12) inset;
}

.interior-slide.is-prev {
  transform: translateX(calc(-50% - min(520px, 48vw))) scale(.42);
}

.interior-slide.is-next {
  transform: translateX(calc(-50% + min(520px, 48vw))) scale(.42);
}

.interior-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 3;
  transform: translateX(-50%) scale(1);
  box-shadow: 0 34px 86px rgba(0,0,0,.3), 0 1px 0 rgba(255,255,255,.16) inset;
}

.interior-views {
  position: absolute;
  inset: 0;
  background: #fff;
}

.interior-primary {
  width: 100%;
  height: 100%;
}

.interior-secondary {
  position: absolute;
  right: 18px;
  top: 18px;
  width: min(178px, 24%);
  overflow: hidden;
  border: 1px solid rgba(6, 35, 25, .14);
  border-radius: 18px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 20px 38px rgba(6, 35, 25, .2), 0 1px 0 rgba(255,255,255,.72) inset;
  opacity: .96;
}

.interior-slide:not(.is-active) .interior-secondary {
  display: none;
}

.interior-primary,
.interior-secondary {
  display: block;
}

.interior-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform .72s ease;
}

.interior-secondary img {
  height: auto;
  max-height: 150px;
  object-fit: contain;
}

.interior-slide::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  background: linear-gradient(0deg, rgba(6,35,25,.72), rgba(6,35,25,0));
  pointer-events: none;
}

.interior-slide span {
  position: absolute;
  z-index: 2;
  left: 24px;
}

.interior-slide span {
  bottom: 24px;
  color: var(--sand);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.offer-types {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 28px;
}

.offer-types article,
.price-strip,
.contact-grid a,
.investor-light,
.table-wrap,
.filters,
.location-card {
  border: 1px solid rgba(255,255,255,.65);
  background: linear-gradient(145deg, rgba(255,250,241,.82), rgba(255,250,241,.64));
  border-radius: var(--radius-lg);
  box-shadow: 0 24px 70px rgba(28, 39, 31, .11), 0 1px 0 rgba(255,255,255,.9) inset;
  backdrop-filter: blur(16px) saturate(1.08);
}

.offer-types article {
  padding: 28px;
  transition: transform .22s ease, box-shadow .22s ease;
}

.offer-types article:hover,
.contact-grid a:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 80px rgba(28, 39, 31, .15), 0 1px 0 rgba(255,255,255,.9) inset;
}

.offer-types span {
  color: var(--clay);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 12px;
}

.offer-types strong {
  display: block;
  margin-top: 12px;
  color: var(--forest);
  font-family: Georgia, serif;
  font-size: 48px;
}

.offer-types p { color: var(--muted); line-height: 1.7; }

.price-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  width: min(1120px, 100%);
  margin: 0 auto 18px;
}

.price-strip div {
  display: flex;
  min-height: 150px;
  flex-direction: column;
  justify-content: center;
  padding: 24px clamp(22px, 3vw, 36px);
  background: rgba(255, 250, 241, .44);
}

.price-strip span {
  display: block;
  color: var(--clay);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.price-strip strong {
  display: block;
  margin-top: 10px;
  color: var(--forest);
  font-size: clamp(24px, 2.1vw, 34px);
  line-height: 1.1;
  letter-spacing: 0;
}

.price-strip small {
  display: block;
  max-width: 32ch;
  margin-top: 12px;
  color: rgba(95, 103, 93, .74);
  font-size: 14px;
  line-height: 1.5;
}

.offer-legal-note {
  width: min(1120px, 100%);
  margin: -2px auto 18px;
  text-align: center;
}

.filters {
  gap: 14px;
  padding: 18px;
  margin-bottom: 16px;
}

.filters label {
  display: grid;
  gap: 8px;
  flex: 1;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(244, 239, 229, .78);
  padding: 15px;
  color: var(--forest);
}

.mobile-hint { display: none; color: var(--muted); }

.table-wrap {
  overflow-x: auto;
}

table {
  width: 100%;
  min-width: 1120px;
  border-collapse: collapse;
}

th {
  background: var(--forest);
  color: white;
  padding: 20px;
  text-align: left;
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

td {
  padding: 20px;
  border-bottom: 1px solid var(--line);
}

tbody tr:hover { background: rgba(127,156,131,.12); }

.parking-cell {
  color: var(--forest);
  font-weight: 800;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 7px 12px;
  background: rgba(154, 204, 151, .28);
  border: 1px solid rgba(86, 126, 76, .22);
  color: #1e5a35;
  font-weight: 800;
  font-size: 12px;
}

.status-pill.status-zarezerwowane,
.status-pill.status-rezerwacja {
  background: rgba(227, 193, 113, .28);
  border-color: rgba(185, 139, 58, .28);
  color: #7a5a19;
}

.status-pill.status-sprzedane {
  background: rgba(23, 32, 26, .08);
  border-color: rgba(23, 32, 26, .12);
  color: rgba(23, 32, 26, .58);
}

.details-button {
  border: 1px solid rgba(6,35,25,.2);
  border-radius: 999px;
  background: transparent;
  padding: 10px 16px;
  color: var(--forest);
  font-weight: 900;
  cursor: pointer;
}

.details-button:hover {
  background: var(--forest);
  color: white;
}

.empty-state {
  display: none;
  padding: 32px;
  text-align: center;
  color: var(--muted);
}

.empty-state.is-visible { display: block; }

.location-section {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 26px;
  background: linear-gradient(180deg, var(--cream), #efe2cf);
}

.location-card {
  padding: clamp(28px, 5vw, 54px);
}

.location-card p {
  color: var(--muted);
  line-height: 1.8;
}

.location-image {
  overflow: hidden;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-3d);
  transform: translateY(-8px);
}

.location-image img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.location-map-section {
  padding: 0 clamp(18px, 6vw, 80px) clamp(36px, 5vw, 64px);
  background: linear-gradient(180deg, #efe2cf, var(--cream));
}

.location-map-head {
  max-width: 880px;
  margin: 0 auto clamp(24px, 4vw, 42px);
  text-align: center;
}

.location-map-head p:not(.eyebrow) {
  margin: 16px auto 0;
  color: var(--muted);
  line-height: 1.7;
}

.premium-map {
  position: relative;
  width: min(1440px, 100%);
  min-height: clamp(460px, 48vw, 660px);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(6, 35, 25, .08);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 20% 20%, rgba(234, 213, 182, .3), transparent 34%),
    linear-gradient(135deg, rgba(6, 35, 25, .96), rgba(23, 62, 47, .9));
  box-shadow: 0 34px 90px rgba(22, 35, 27, .16), 0 1px 0 rgba(255,255,255,.7) inset;
}

.google-map-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  opacity: 0;
  transition: opacity .45s ease;
}

.premium-map.is-map-loaded .google-map-frame {
  opacity: 1;
}

.google-map-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: clamp(18px, 5vw, 54px);
  background:
    linear-gradient(120deg, rgba(6, 35, 25, .88), rgba(23, 62, 47, .66)),
    radial-gradient(circle at 72% 26%, rgba(234, 213, 182, .18), transparent 36%);
  transition: opacity .35s ease, visibility .35s ease;
}

.premium-map.is-map-loaded .google-map-placeholder {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.map-info-card {
  position: absolute;
  right: clamp(18px, 4vw, 54px);
  bottom: clamp(18px, 4vw, 54px);
  width: min(360px, calc(100% - 36px));
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(255,255,255,.38);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(145deg, rgba(255, 250, 241, .9), rgba(255, 250, 241, .68)),
    rgba(255,255,255,.24);
  color: var(--forest);
  box-shadow: 0 26px 70px rgba(6, 35, 25, .2), 0 1px 0 rgba(255,255,255,.8) inset;
  backdrop-filter: blur(18px) saturate(1.08);
}

.map-consent-card {
  position: relative;
  right: auto;
  bottom: auto;
  width: min(520px, 100%);
  text-align: center;
}

.map-loaded-card {
  z-index: 2;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity .35s ease, transform .35s ease;
}

.premium-map.is-map-loaded .map-loaded-card {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.map-info-card span {
  display: block;
  color: var(--clay);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.map-info-card strong {
  display: block;
  margin-top: 12px;
  font-family: Georgia, serif;
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.05;
}

.map-info-card p {
  margin: 14px 0 22px;
  color: var(--muted);
  line-height: 1.65;
}

.map-info-card .btn {
  width: 100%;
}

.map-text-link {
  display: inline-block;
  margin-top: 14px;
  color: var(--forest);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.contact-section {
  padding-top: clamp(48px, 6vw, 80px);
  background: var(--cream);
}

.contact-intro {
  max-width: 1120px;
  margin-bottom: 28px;
}

.contact-intro p {
  color: var(--muted);
  line-height: 1.8;
}

.contact-intro .contact-note {
  display: inline-flex;
  margin: 18px 0 0;
  padding: 12px 18px;
  border: 1px solid rgba(23, 32, 26, .12);
  border-radius: 999px;
  background: rgba(255,250,241,.62);
  color: var(--forest);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  box-shadow: 0 14px 34px rgba(28, 39, 31, .08), 0 1px 0 rgba(255,255,255,.86) inset;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 12px;
}

.contact-grid a {
  padding: 28px;
  transition: transform .2s ease, background .2s ease;
}

.contact-grid a:hover {
  background: #f8eddb;
}

.contact-grid span {
  display: block;
  color: var(--clay);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.contact-grid strong {
  display: block;
  margin-top: 14px;
  font-size: clamp(22px, 2vw, 30px);
}

.contact-legal {
  max-width: none;
  margin: 0 0 24px;
}

@media (min-width: 1180px) {
  .contact-intro p,
  .contact-legal {
    white-space: nowrap;
  }
}

.investor-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 18px;
}

.investor-dark,
.investor-light {
  padding: clamp(28px, 4vw, 44px);
  border-radius: var(--radius-lg);
}

.investor-dark {
  border: 1px solid rgba(255,255,255,.12);
  background:
    linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,0)),
    var(--forest);
  color: white;
  box-shadow: var(--shadow-3d);
}

.investor-dark p,
.investor-light p {
  line-height: 1.8;
}

.investor-dark p { color: rgba(255,255,255,.72); }
.investor-light p { color: var(--muted); }

.investor-dark dl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 26px 0 0;
}

.investor-dark div {
  min-width: 0;
  border: 1px solid rgba(255,255,255,.18);
  padding: 14px;
}

.investor-dark dt {
  color: rgba(255,255,255,.55);
}

.investor-dark dd {
  margin: 6px 0 0;
  overflow-wrap: anywhere;
  font-weight: 900;
}

.site-footer {
  display: grid;
  justify-items: center;
  gap: 22px;
  padding: clamp(52px, 7vw, 92px) clamp(18px, 6vw, 80px) 34px;
  background:
    radial-gradient(circle at 50% 0%, rgba(234, 213, 182, .09), transparent 34%),
    var(--forest);
  color: rgba(255,255,255,.68);
  font-size: 14px;
  text-align: center;
}

.footer-logo {
  width: clamp(300px, 42vw, 640px);
  height: auto;
  opacity: 1;
}

.footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-links a,
.footer-link-button,
.cookie-link {
  border: 0;
  background: transparent;
  color: rgba(255,255,255,.78);
  font: inherit;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 5px;
  cursor: pointer;
}

.footer-links a:hover,
.footer-link-button:hover,
.cookie-link:hover {
  color: white;
}

.footer-copy {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1120px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.1);
}

.footer-copy p {
  margin: 0;
}

.mobile-sticky-cta {
  display: none;
}

.not-found-page {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 150px clamp(18px, 6vw, 80px) 70px;
  background:
    radial-gradient(circle at 72% 20%, rgba(234, 213, 182, .28), transparent 30%),
    linear-gradient(145deg, var(--cream), #fff8eb);
}

.not-found-card {
  width: min(920px, 100%);
  padding: clamp(34px, 6vw, 70px);
  border: 1px solid rgba(255,255,255,.74);
  border-radius: var(--radius-xl);
  background: linear-gradient(145deg, rgba(255,250,241,.9), rgba(255,250,241,.68));
  box-shadow: 0 34px 90px rgba(28, 39, 31, .14), 0 1px 0 rgba(255,255,255,.9) inset;
  backdrop-filter: blur(18px) saturate(1.08);
}

.not-found-card h1 {
  color: var(--forest);
  font-size: clamp(46px, 7vw, 84px);
  line-height: .95;
}

.not-found-card p:not(.eyebrow) {
  max-width: 660px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.8;
}

.not-found-card .btn-ghost,
.not-found-card .btn-secondary {
  color: var(--forest);
}

.policy-page {
  background: var(--cream);
}

.policy-main {
  display: flex;
  justify-content: center;
  padding: 150px clamp(18px, 6vw, 80px) clamp(64px, 8vw, 110px);
}

.policy-document {
  width: min(1020px, 100%);
  margin: 0 auto;
  padding: clamp(34px, 5vw, 64px);
  border: 1px solid rgba(23, 32, 26, .1);
  border-radius: var(--radius-lg);
  background: rgba(255, 250, 241, .72);
  box-shadow: 0 26px 80px rgba(22, 35, 27, .08);
  font-size: 16px;
}

.policy-document h1,
.policy-document h2,
.policy-document h3 {
  color: var(--forest);
  text-wrap: balance;
}

.policy-document h1 {
  max-width: 820px;
  margin: 0 auto 34px;
  text-align: center;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.06;
}

.policy-document h2 {
  margin: 54px 0 18px;
  padding-top: 10px;
  border-top: 1px solid rgba(23, 32, 26, .1);
  font-family: Georgia, serif;
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.16;
  scroll-margin-top: 118px;
}

.policy-document h2[id^="paragraf-"] {
  display: grid;
  justify-items: center;
  gap: 8px;
  margin: 64px auto 24px;
  padding-top: 28px;
  text-align: center;
}

.policy-section-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  min-height: 38px;
  color: var(--clay);
  font-family: Georgia, serif;
  font-size: clamp(24px, 2.4vw, 32px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.16;
}

.policy-document h3 {
  margin: 34px 0 12px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 1.35;
  letter-spacing: .02em;
}

.policy-document p,
.policy-document li {
  color: rgba(42, 48, 41, .78);
  line-height: 1.72;
}

.policy-document p {
  margin: 0 0 14px;
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
}

.policy-document p + p {
  margin-top: 10px;
}

.policy-document h2 + p,
.policy-document h3 + p {
  margin-top: 0;
}

.policy-toc {
  margin: 22px 0 44px;
  padding: 22px 26px;
  border: 1px solid rgba(23, 32, 26, .08);
  border-radius: var(--radius-lg);
  background: rgba(6, 35, 25, .05);
}

.policy-toc ul {
  display: grid;
  justify-items: center;
  gap: 12px;
  margin: 0;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.policy-toc li {
  max-width: 760px;
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

.policy-toc a {
  color: inherit;
  text-decoration: none;
}

.policy-toc a:hover {
  color: var(--forest);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.policy-table-wrap {
  overflow-x: auto;
  margin: 26px 0 34px;
  border: 1px solid rgba(23, 32, 26, .12);
  border-radius: var(--radius-md);
  background: white;
  -webkit-overflow-scrolling: touch;
}

.policy-table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
  background: white;
}

.policy-table th,
.policy-table td {
  border: 1px solid rgba(23, 32, 26, .16);
  padding: 14px;
  vertical-align: top;
  text-align: left;
  color: rgba(42, 48, 41, .78);
  font-size: 14px;
  line-height: 1.58;
}

.policy-table th {
  color: var(--forest);
  background: rgba(6, 35, 25, .06);
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.cookie-panel {
  position: fixed;
  left: 50%;
  bottom: clamp(16px, 3vw, 34px);
  z-index: 90;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, .9fr);
  gap: 18px;
  width: min(1040px, calc(100vw - 32px));
  padding: 18px;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.22), rgba(255,255,255,.08)),
    rgba(6, 35, 25, .95);
  color: white;
  box-shadow: 0 28px 80px rgba(0,0,0,.28);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
}

.cookie-panel.is-hidden {
  display: none;
}

.cookie-title {
  margin: 0 0 8px;
  color: var(--sand);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 12px;
}

.cookie-panel-copy {
  min-width: 0;
  padding: 8px 8px 8px 10px;
}

.cookie-panel-copy h2 {
  margin: 0 0 10px;
  color: white;
  font-family: Georgia, serif;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.05;
}

.cookie-panel p {
  margin: 0;
  color: rgba(255,255,255,.76);
  line-height: 1.6;
}

.cookie-panel-copy a {
  display: inline-flex;
  margin-top: 12px;
  color: rgba(255,255,255,.84);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.cookie-consent-types {
  display: grid;
  gap: 8px;
}

.cookie-consent-types div {
  min-width: 0;
  padding: 13px 14px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  background: rgba(255,255,255,.075);
  box-shadow: 0 1px 0 rgba(255,255,255,.1) inset;
}

.cookie-consent-types span,
.cookie-consent-types strong {
  display: block;
}

.cookie-consent-types span {
  color: rgba(255,255,255,.74);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.cookie-consent-types strong {
  margin-top: 5px;
  color: white;
  font-size: 15px;
}

.cookie-actions {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  justify-content: stretch;
  gap: 10px;
  flex-wrap: wrap;
}

.cookie-panel .btn {
  flex: 1 1 190px;
  min-height: 46px;
  padding-inline: 18px;
}

.cookie-panel .btn-secondary {
  border-color: rgba(255,255,255,.22);
  color: white;
  background: rgba(255,255,255,.08);
}

.btn-cookie-outline {
  border-color: rgba(255,255,255,.24);
  color: white;
  background: transparent;
}

.btn-cookie-outline:hover {
  background: rgba(255,255,255,.08);
}

.cookie-settings {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(6, 20, 15, .58);
}

.cookie-settings.is-open {
  display: flex;
}

.cookie-settings-panel {
  width: min(720px, 100%);
  max-height: min(760px, calc(100vh - 36px));
  overflow-y: auto;
  padding: clamp(24px, 4vw, 38px);
  border-radius: var(--radius-lg);
  background: var(--cream);
  box-shadow: 0 30px 90px rgba(0,0,0,.32);
}

.cookie-settings-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.cookie-settings-head h2 {
  margin: 6px 0 0;
  color: var(--forest);
  font-family: Georgia, serif;
  font-size: clamp(32px, 5vw, 54px);
}

.cookie-settings-head button {
  border: 1px solid rgba(23,32,26,.16);
  border-radius: 999px;
  padding: 10px 16px;
  background: rgba(255,250,241,.72);
  color: var(--forest);
  font-weight: 800;
  cursor: pointer;
}

.cookie-option {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px 0;
  border-top: 1px solid rgba(23,32,26,.1);
}

.cookie-option strong {
  display: block;
  color: var(--forest);
  font-size: 18px;
}

.cookie-option p {
  margin: 6px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.cookie-option span {
  color: var(--clay);
  font-size: 13px;
  font-weight: 900;
}

.cookie-option input {
  width: 24px;
  height: 24px;
  accent-color: var(--forest);
}

.cookie-settings-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.modal,
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(6,35,25,.84);
  backdrop-filter: blur(14px);
}

.modal.is-open,
.lightbox.is-open { display: flex; }

.modal-panel {
  width: min(1080px, 100%);
  max-height: 92svh;
  overflow: auto;
  border-radius: var(--radius-lg);
  background: var(--paper);
}

.modal-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding: 22px;
  border-bottom: 1px solid var(--line);
}

.modal-head-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-shrink: 0;
}

.modal-head-cta {
  min-height: 44px;
  padding: 12px 18px;
  font-size: 14px;
}

.modal-head button,
.lightbox button {
  border: 0;
  border-radius: 999px;
  background: var(--forest);
  color: white;
  padding: 12px 18px;
  font-weight: 800;
  cursor: pointer;
}

.modal-body {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 24px;
  padding: 22px;
}

.plan-button {
  border: 0;
  background: var(--cream);
  cursor: zoom-in;
}

.plan-button img {
  width: 100%;
  max-height: 72svh;
  object-fit: contain;
}

.modal-details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.modal-details div {
  background: var(--cream);
  border-radius: 16px;
  padding: 16px;
}

.modal-details dt {
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .14em;
}

.modal-details dd {
  margin: 8px 0 0;
  font-weight: 900;
}

.modal-details .modal-download-card {
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(234, 213, 182, .2);
  background:
    linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.04)),
    rgba(6, 35, 25, .88);
  box-shadow: 0 18px 42px rgba(6, 35, 25, .18), 0 1px 0 rgba(255,255,255,.12) inset;
  backdrop-filter: blur(14px) saturate(1.08);
}

.modal-download-card dd {
  margin: 0;
  height: 100%;
}

.download-plan-button {
  display: flex;
  min-height: 106px;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 18px;
  color: white;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  transition: transform .2s ease, background .2s ease;
}

.download-plan-button:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, .08);
}

.modal-details .modal-status-card {
  border: 1px solid rgba(86, 126, 76, .22);
  background:
    linear-gradient(145deg, rgba(154, 204, 151, .32), rgba(154, 204, 151, .18)),
    rgba(154, 204, 151, .14);
  box-shadow: 0 18px 42px rgba(86, 126, 76, .12), 0 1px 0 rgba(255,255,255,.76) inset;
}

.modal-status-card dt {
  color: rgba(30, 90, 53, .72);
}

.modal-status-card dd {
  color: #1e5a35;
}

.modal-status-card.status-zarezerwowane,
.modal-status-card.status-rezerwacja {
  border-color: rgba(185, 139, 58, .28);
  background:
    linear-gradient(145deg, rgba(227, 193, 113, .32), rgba(227, 193, 113, .16)),
    rgba(227, 193, 113, .12);
}

.modal-status-card.status-zarezerwowane dt,
.modal-status-card.status-rezerwacja dt {
  color: rgba(122, 90, 25, .72);
}

.modal-status-card.status-zarezerwowane dd,
.modal-status-card.status-rezerwacja dd {
  color: #7a5a19;
}

.modal-status-card.status-sprzedane {
  border-color: rgba(23, 32, 26, .12);
  background:
    linear-gradient(145deg, rgba(23, 32, 26, .08), rgba(23, 32, 26, .04)),
    rgba(23, 32, 26, .04);
}

.modal-status-card.status-sprzedane dt,
.modal-status-card.status-sprzedane dd {
  color: rgba(23, 32, 26, .58);
}

.room-list {
  padding: 0;
  margin: 16px 0 0;
  list-style: none;
}

.room-list li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.lightbox {
  z-index: 120;
}

.lightbox-canvas {
  display: flex;
  width: 100%;
  height: 100svh;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: zoom-in;
  padding: 18px;
  touch-action: none;
}

.lightbox-canvas.is-dragging {
  cursor: grabbing;
}

.lightbox-canvas.is-dragging img {
  transition: none;
}

.lightbox img {
  width: min(1180px, calc(100vw - 36px));
  max-width: min(1180px, calc(100vw - 36px));
  max-height: calc(100svh - 36px);
  background: #fff;
  object-fit: contain;
  border-radius: var(--radius-lg);
  transform-origin: center center;
  transform: translate(var(--zoom-x, 0px), var(--zoom-y, 0px)) scale(var(--zoom, 1));
  transition: transform .18s ease;
  user-select: none;
  -webkit-user-drag: none;
  will-change: transform;
  touch-action: none;
}

.lightbox img.is-zoomed {
  cursor: grab;
}

.lightbox-tools {
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  border-radius: 999px;
  background: rgba(255, 250, 241, .86);
  color: var(--forest);
  box-shadow: 0 18px 42px rgba(0,0,0,.18);
  backdrop-filter: blur(14px);
}

.lightbox-tools span {
  min-width: 54px;
  text-align: center;
  font-weight: 900;
  font-size: 13px;
}

.lightbox button {
  position: absolute;
  top: 18px;
  right: 18px;
  background: var(--paper);
  color: var(--forest);
}

.lightbox-tools button {
  position: static;
  min-width: 38px;
  padding: 10px 13px;
  background: var(--forest);
  color: white;
}

@media (max-width: 980px) {
  .cursor-glow {
    display: none;
  }

  .site-header {
    grid-template-columns: auto auto;
  }

  .main-nav {
    grid-column: 1 / -1;
    justify-self: stretch;
    justify-content: space-between;
    overflow-x: auto;
  }

  .floating-status {
    top: auto;
    right: 10px;
    bottom: 10px;
    width: min(320px, calc(100vw - 20px));
    transform: none;
  }

  .floating-status.is-hidden {
    transform: translateY(16px);
  }

  .floating-status a {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.1fr);
    gap: 8px;
    padding: 9px;
    border-radius: 16px;
  }

  .floating-status-head {
    padding: 0 8px 0 0;
    border-right: 1px solid rgba(255,255,255,.12);
    border-bottom: 0;
  }

  .floating-status-row {
    display: none;
  }

  .floating-status-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    padding: 0;
  }

  .floating-status-grid div {
    display: block;
    padding: 6px;
    text-align: center;
  }

  .hero,
  .location-section,
  .investor-grid,
  .section-head-split,
  .modal-body {
    grid-template-columns: 1fr;
  }

  .premium-map {
    min-height: 560px;
  }

  .map-info-card {
    left: 18px;
    right: 18px;
    width: auto;
  }

  .map-consent-card {
    left: auto;
    right: auto;
    width: min(520px, 100%);
  }

  .section-copy {
    max-width: 720px;
  }

  .hero-copy {
    width: min(720px, 100%);
    max-width: 720px;
  }

  h1 {
    font-size: clamp(48px, 8vw, 104px);
    line-height: .88;
  }

  .hero-media,
  .hero-media img {
    min-height: 420px;
  }

  .feature-panel {
    grid-template-columns: repeat(2, 1fr);
  }

  .quick-info-bar,
  .standard-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .project-facts {
    grid-template-columns: 1fr;
  }

  .cookie-panel {
    grid-template-columns: 1fr;
  }

  .policy-document {
    width: min(940px, 100%);
  }

  .policy-toc ul {
    columns: 1;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  body {
    padding-bottom: 82px;
  }

  .site-header {
    padding: 10px 16px;
  }

  html {
    scroll-padding-top: 128px;
  }

  .brand img {
    width: 52px;
    height: 52px;
  }

  .header-phone {
    padding: 10px 13px;
    font-size: 14px;
  }

  .hero {
    padding-top: 150px;
  }

  .quick-info-bar {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 44px;
  }

  .quick-info-bar div {
    padding: 18px 16px;
    border-bottom: 1px solid rgba(234, 213, 182, .14);
  }

  .quick-info-bar div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .policy-main {
    padding: 128px 14px 56px;
  }

  .location-map-section {
    padding-inline: 14px;
  }

  .premium-map {
    min-height: 620px;
    border-radius: 22px;
  }

  .modal-head {
    align-items: stretch;
    flex-direction: column;
  }

  .modal-head-actions {
    width: 100%;
  }

  .modal-head-actions .btn,
  .modal-head-actions button {
    flex: 1;
    text-align: center;
  }

  .map-info-card {
    padding: 22px;
    border-radius: 20px;
  }

  .map-loaded-card {
    left: 14px;
    right: 14px;
    bottom: 14px;
    width: auto;
  }

  .policy-document {
    padding: 26px 18px;
    border-radius: 18px;
  }

  .policy-document h1 {
    margin-bottom: 26px;
    font-size: clamp(30px, 9vw, 40px);
    text-align: left;
  }

  .policy-document h2 {
    margin-top: 42px;
    font-size: 24px;
  }

  .policy-document h3 {
    font-size: 16px;
  }

  .policy-document p {
    text-align: left;
    hyphens: none;
  }

  .policy-table th,
  .policy-table td {
    padding: 12px;
    font-size: 13px;
  }

  .section-head-row,
  .interior-head,
  .filters,
  .site-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .section-head-row .btn {
    width: 100%;
  }

  .apartments-head {
    display: block;
  }

  .feature-panel,
  .standard-grid,
  .project-facts,
  .offer-types,
  .price-strip,
  .investor-dark dl {
    grid-template-columns: 1fr;
  }

  .cookie-panel {
    border-radius: 24px;
    padding: 14px;
  }

  .cookie-actions,
  .cookie-settings-actions {
    justify-content: stretch;
  }

  .cookie-actions .btn,
  .cookie-settings-actions .btn {
    width: 100%;
  }

  .cookie-option {
    grid-template-columns: 1fr;
  }

  .gallery-stage {
    aspect-ratio: 4 / 3;
  }

  .interior-viewport {
    margin-inline: -16px;
    min-height: 430px;
    padding-inline: 16px;
  }

  .interior-track {
    height: 390px;
  }

  .interior-slide {
    width: min(84vw, 480px);
    height: 360px;
  }

  .interior-secondary {
    right: 12px;
    top: 12px;
    width: min(118px, 30%);
    border-radius: 14px;
  }

  .interior-slide.is-prev {
    transform: translateX(calc(-50% - min(280px, 58vw))) scale(.42);
  }

  .interior-slide.is-next {
    transform: translateX(calc(-50% + min(280px, 58vw))) scale(.42);
  }

  .lightbox-tools {
    left: 12px;
    top: 12px;
    border-radius: 22px;
    flex-wrap: wrap;
    max-width: calc(100% - 92px);
  }

  .mobile-hint { display: block; }

  .modal-details {
    grid-template-columns: 1fr;
  }

  .mobile-sticky-cta {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 70;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 8px;
    border: 1px solid rgba(234, 213, 182, .24);
    border-radius: 999px;
    background: rgba(6, 35, 25, .9);
    box-shadow: 0 18px 48px rgba(6, 35, 25, .28), 0 1px 0 rgba(255,255,255,.12) inset;
    backdrop-filter: blur(18px) saturate(1.08);
  }

  .mobile-sticky-cta a {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: white;
    font-weight: 900;
  }

  .mobile-sticky-cta a:first-child {
    background: var(--sand);
    color: var(--forest);
  }
}
