:root {
  --bg: #0a0b0b;
  --surface: #111313;
  --surface-2: #161818;
  --text: rgba(255,255,255,.98);
  --text-82: rgba(255,255,255,.82);
  --text-64: rgba(255,255,255,.64);
  --text-46: rgba(255,255,255,.46);
  --line: rgba(255,255,255,.11);
  --shell: 1540px;
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { background: var(--bg); }
body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 15% 20%, rgba(255,255,255,.025), transparent 25%),
    #0a0b0b;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img, video { display: block; max-width: 100%; }
.site-shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }

.liquid-glass,
.liquid-glass-strong {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background-blend-mode: luminosity;
}
.liquid-glass {
  background: rgba(255,255,255,.022);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  box-shadow: inset 0 1px 1px rgba(255,255,255,.12);
}
.liquid-glass-strong {
  background: rgba(18,20,20,.30);
  -webkit-backdrop-filter: blur(28px) saturate(112%);
  backdrop-filter: blur(28px) saturate(112%);
  box-shadow: 0 20px 70px rgba(0,0,0,.20), inset 0 1px 1px rgba(255,255,255,.16);
}
.liquid-glass::before,
.liquid-glass-strong::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,.48), rgba(255,255,255,.15) 20%, transparent 40%, transparent 62%, rgba(255,255,255,.14) 82%, rgba(255,255,255,.42));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 2;
}
.liquid-glass-strong::before {
  background: linear-gradient(180deg, rgba(255,255,255,.56), rgba(255,255,255,.20) 20%, transparent 42%, transparent 60%, rgba(255,255,255,.18) 80%, rgba(255,255,255,.48));
}

.hero { position: relative; min-height: 100svh; overflow: clip; background: #0a0b0b; }
.hero-media { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 52%;
  scale: 1.025;
  filter: saturate(.65) contrast(1.02) brightness(.82);
}
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5,6,6,.88) 0%, rgba(5,6,6,.66) 34%, rgba(5,6,6,.24) 64%, rgba(5,6,6,.35) 100%),
    linear-gradient(180deg, rgba(4,5,5,.38) 0%, transparent 38%, rgba(4,5,5,.68) 100%);
}
.hero-vignette { position: absolute; inset: -2px; box-shadow: inset 0 0 180px rgba(0,0,0,.42); pointer-events: none; }
.hero-shell { position: relative; z-index: 2; min-height: 100svh; display: grid; grid-template-rows: auto auto 1fr auto; padding: 24px 0 34px; }
.topbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { width: max-content; display: flex; flex-direction: column; line-height: 1; }
.brand-house { font-family: Georgia, "Times New Roman", serif; font-size: 42px; letter-spacing: -.085em; font-weight: 400; }
.brand-campolim { margin-top: 2px; padding-left: 12px; font-size: 8px; letter-spacing: .31em; color: var(--text-64); }
.menu-button { border: 0; color: white; cursor: pointer; min-height: 46px; border-radius: 999px; padding: 0 16px; display: inline-flex; align-items: center; gap: 12px; transition: transform .25s ease, background .25s ease; }
.menu-button:hover { transform: scale(1.035); background: rgba(255,255,255,.055); }
.menu-icon { width: 20px; display: grid; gap: 4px; }
.menu-icon i { height: 1px; background: currentColor; }
.breadcrumb { margin-top: 34px; display: flex; align-items: center; flex-wrap: wrap; gap: 8px; color: var(--text-64); font-size: 11px; }
.breadcrumb a:hover { color: white; }

.hero-layout { align-self: center; display: grid; grid-template-columns: minmax(0, 780px) minmax(260px, 360px); justify-content: space-between; align-items: end; gap: 46px; padding: 58px 0; }
.hero-card { border-radius: 34px; padding: clamp(28px, 4vw, 58px); }
.hero-eyebrow, .section-kicker { margin: 0 0 18px; font-size: 10px; line-height: 1.5; letter-spacing: .15em; text-transform: uppercase; color: var(--text-64); }
.hero h1 { margin: 0; max-width: 690px; font-size: clamp(54px, 6.2vw, 102px); line-height: .91; letter-spacing: -.062em; font-weight: 500; text-wrap: balance; }
.hero h1 em { font-family: Georgia, "Times New Roman", serif; color: rgba(255,255,255,.78); font-weight: 400; }
.hero-count { margin: 28px 0 0; font-size: clamp(20px, 2vw, 30px); line-height: 1.15; letter-spacing: -.035em; font-weight: 400; color: var(--text-82); }
.hero-count strong { color: white; font-weight: 600; }
.hero-description { max-width: 620px; margin: 18px 0 0; color: var(--text-64); font-size: 14px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.button { min-height: 54px; border-radius: 999px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; font-size: 12px; font-weight: 650; transition: transform .25s ease, background .25s ease, color .25s ease; }
.button:hover { transform: scale(1.04); }
.button-primary { padding-left: 24px; background: white; color: #0a0b0b; }
.button-icon { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: rgba(0,0,0,.08); }
.button-secondary { color: var(--text-82); }
.button-secondary:hover { background: rgba(255,255,255,.065); color: white; }
.hero-facts { display: grid; gap: 10px; padding-bottom: 4px; }
.fact-pill { border-radius: 24px; padding: 20px 22px; display: grid; gap: 7px; }
.fact-pill span { font-size: 9px; text-transform: uppercase; letter-spacing: .14em; color: var(--text-46); }
.fact-pill strong { font-size: 18px; font-weight: 500; letter-spacing: -.03em; }
.fact-pill small { font-size: 10px; color: var(--text-64); }
.scroll-hint { width: max-content; display: flex; align-items: center; gap: 12px; color: var(--text-64); font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.scroll-hint i { width: 56px; height: 1px; position: relative; overflow: hidden; background: rgba(255,255,255,.22); }
.scroll-hint i::after { content: ""; position: absolute; inset: 0; transform: translateX(-100%); background: white; animation: scan 2.4s ease-in-out infinite; }
@keyframes scan { 50%,100% { transform: translateX(100%); } }

.listing-section { padding: clamp(92px, 10vw, 170px) 0 0; }
.section-head { display: grid; grid-template-columns: 1.15fr .85fr; gap: 60px; align-items: end; margin-bottom: 38px; }
.section-head h2 { margin: 0; font-size: clamp(38px, 4.5vw, 70px); line-height: .98; letter-spacing: -.058em; font-weight: 500; text-wrap: balance; }
.section-head > p { margin: 0; max-width: 540px; justify-self: end; color: var(--text-46); font-size: 13px; line-height: 1.7; }
.property-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.property-card { position: relative; min-width: 0; cursor: pointer; background: #121414; border-radius: 18px; overflow: hidden; outline: 1px solid var(--line); outline-offset: -1px; transition: transform .32s cubic-bezier(.2,.7,.2,1), outline-color .25s ease, background .25s ease; }
.property-card:hover { transform: translateY(-6px); outline-color: rgba(255,255,255,.27); background: #151717; }
.property-card:focus-visible { outline: 2px solid white; outline-offset: 3px; }
.property-media { margin: 0; position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: #0e0f0f; }
.property-media::after { content: ""; position: absolute; inset: 38% 0 0; background: linear-gradient(to bottom, transparent, rgba(0,0,0,.70)); pointer-events: none; }
.property-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1), filter .3s ease; }
.property-card:hover .property-media img { transform: scale(1.035); filter: contrast(1.03); }
.property-code { position: absolute; z-index: 2; left: 14px; bottom: 14px; padding: 7px 9px; border-radius: 999px; background: rgba(12,13,13,.72); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); font-size: 9px; color: white; }
.property-arrow { position: absolute; z-index: 2; right: 14px; top: 14px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: rgba(10,11,11,.56); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); color: white; font-size: 15px; transition: transform .28s ease, background .28s ease, color .28s ease; }
.property-card:hover .property-arrow { transform: translate(2px,-2px); background: white; color: #0a0b0b; }
.property-body { padding: 18px 16px 20px; }
.property-type-row { display: flex; justify-content: space-between; gap: 12px; color: var(--text-46); font-size: 9px; text-transform: uppercase; letter-spacing: .07em; }
.property-body h3 { min-height: 44px; margin: 12px 0 8px; font-size: 15px; line-height: 1.4; letter-spacing: -.025em; font-weight: 600; }
.property-condo { margin: 0; color: var(--text-64); font-size: 10px; }
.features { min-height: 51px; margin-top: 15px; padding-top: 14px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; align-content: flex-start; gap: 7px 12px; font-size: 9px; color: var(--text-82); }
.features span:not(:last-child)::after { content: "·"; margin-left: 12px; color: var(--text-46); }
.price-block, .property-price { margin-top: 19px; display: grid; gap: 3px; }
.price-block span, .property-price span { font-size: 9px; color: var(--text-46); text-transform: uppercase; letter-spacing: .11em; }
.price-block strong, .property-price strong { font-size: 18px; letter-spacing: -.035em; }
.price-block small, .property-price small { margin-top: 2px; color: var(--text-64); font-size: 10px; }


/* Editorial content — light architectural-paper system */
.editorial-guide,
.editorial {
  position: relative;
  margin-top: clamp(110px, 13vw, 210px);
  background: #ece9e2;
  color: #151616;
  overflow: hidden;
}
.editorial-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .35;
  background-image:
    linear-gradient(rgba(18,19,19,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18,19,19,.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}
.editorial-guide__shell { position: relative; z-index: 1; padding: clamp(82px, 9vw, 150px) 0 clamp(90px, 10vw, 170px); }
.guide-masthead {
  display: grid;
  grid-template-columns: minmax(0,1.35fr) minmax(330px,.65fr);
  gap: clamp(50px, 8vw, 150px);
  align-items: end;
  padding-bottom: clamp(58px, 6vw, 96px);
  border-bottom: 1px solid rgba(21,22,22,.16);
}
.guide-kicker {
  margin: 0 0 24px;
  color: rgba(21,22,22,.52);
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 700;
}
.guide-display {
  margin: 0;
  max-width: 980px;
  font-size: clamp(58px, 7.2vw, 118px);
  line-height: .88;
  letter-spacing: -.066em;
  font-weight: 520;
  text-wrap: balance;
}
.guide-display span {
  display: block;
  margin-bottom: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: .48em;
  line-height: 1;
  letter-spacing: -.04em;
  font-weight: 400;
  color: rgba(21,22,22,.52);
}
.guide-masthead__summary > p {
  margin: 0;
  max-width: 520px;
  color: rgba(21,22,22,.65);
  font-size: 15px;
  line-height: 1.8;
}
.guide-facts {
  margin: 36px 0 0;
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  border-top: 1px solid rgba(21,22,22,.16);
}
.guide-facts > div { padding: 17px 18px 17px 0; border-bottom: 1px solid rgba(21,22,22,.16); }
.guide-facts > div:nth-child(odd) { padding-right: 24px; }
.guide-facts > div:nth-child(even) { padding-left: 24px; border-left: 1px solid rgba(21,22,22,.16); }
.guide-facts dt { margin: 0 0 6px; color: rgba(21,22,22,.48); font-size: 9px; text-transform: uppercase; letter-spacing: .13em; }
.guide-facts dd { margin: 0; color: #151616; font-size: 13px; font-weight: 650; }

.guide-stack { display: grid; }
.guide-section {
  display: grid;
  grid-template-columns: 112px minmax(0,1fr);
  gap: clamp(30px, 5vw, 84px);
  padding: clamp(70px, 8vw, 130px) 0;
  border-bottom: 1px solid rgba(21,22,22,.16);
}
.guide-section:last-child { border-bottom: 0; padding-bottom: 0; }
.guide-number { padding-top: 5px; }
.guide-number span {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(21,22,22,.22);
  color: rgba(21,22,22,.52);
  font: 700 10px/1 ui-sans-serif,system-ui,sans-serif;
  letter-spacing: .12em;
}
.guide-content { min-width: 0; }
.guide-heading { display: grid; grid-template-columns: minmax(100px,.22fr) minmax(0,.78fr); gap: clamp(26px,5vw,80px); align-items: start; }
.guide-heading > p {
  margin: 10px 0 0;
  color: rgba(21,22,22,.48);
  font-size: 10px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-weight: 700;
}
.guide-heading h2 {
  margin: 0;
  max-width: 1000px;
  color: #151616;
  font-size: clamp(38px, 4.5vw, 72px);
  line-height: .98;
  letter-spacing: -.056em;
  font-weight: 540;
  text-wrap: balance;
}
.guide-prose {
  width: min(100%, 850px);
  margin: 44px 0 0 calc(22% + clamp(26px,5vw,80px));
  color: rgba(21,22,22,.72);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(17px,1.25vw,20px);
  line-height: 1.82;
}
.guide-prose p { margin: 0 0 1.35em; }
.guide-prose p:last-child { margin-bottom: 0; }
.guide-prose strong { color: #151616; font-weight: 700; }
.guide-prose a {
  color: #151616;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.guide-prose h3 { margin: 2em 0 .7em; color: #151616; font: 650 22px/1.15 ui-sans-serif,system-ui,sans-serif; letter-spacing: -.03em; }
.guide-prose ul,
.guide-prose ol { margin: 1.6em 0 0; padding: 0; }

.guide-section--amenities .guide-prose { width: 100%; max-width: none; }
.guide-section--amenities .guide-prose > p { max-width: 780px; }
.guide-section--amenities .guide-prose > ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  margin-top: 46px;
  border-top: 1px solid rgba(21,22,22,.18);
  font-family: ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;
}
.guide-section--amenities .guide-prose > ul li {
  position: relative;
  min-height: 82px;
  display: flex;
  align-items: center;
  padding: 20px 28px 20px 42px;
  border-bottom: 1px solid rgba(21,22,22,.18);
  color: rgba(21,22,22,.82);
  font-size: 13px;
  line-height: 1.48;
}
.guide-section--amenities .guide-prose > ul li:nth-child(odd) { border-right: 1px solid rgba(21,22,22,.18); }
.guide-section--amenities .guide-prose > ul li::before {
  content: "+";
  position: absolute;
  left: 10px;
  top: 50%;
  translate: 0 -50%;
  color: rgba(21,22,22,.42);
  font-size: 20px;
  font-weight: 300;
}

.guide-location-layout {
  margin: 44px 0 0 calc(22% + clamp(26px,5vw,80px));
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(280px,360px);
  gap: clamp(40px,7vw,110px);
  align-items: start;
}
.guide-location-layout .guide-prose { width: 100%; margin: 0; }
.location-card {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  padding: 30px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 85% 10%, rgba(255,255,255,.12), transparent 30%),
    #151717;
  color: white;
  box-shadow: 0 26px 70px rgba(22,23,23,.14);
}
.location-card::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -74px;
  bottom: -72px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 50%;
  box-shadow: 0 0 0 35px rgba(255,255,255,.025),0 0 0 70px rgba(255,255,255,.018);
}
.location-card__label { margin: 0 0 50px; color: rgba(255,255,255,.48); font-size: 9px; text-transform: uppercase; letter-spacing: .15em; }
.location-card > strong { display: block; max-width: 260px; font-size: 28px; line-height: 1; letter-spacing: -.04em; font-weight: 560; }
.location-card > span { display: block; margin-top: 10px; color: rgba(255,255,255,.58); font-size: 12px; }
.location-card dl { margin: 44px 0 0; display: grid; gap: 15px; }
.location-card dl div { display: flex; justify-content: space-between; gap: 20px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.12); }
.location-card dt { color: rgba(255,255,255,.42); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.location-card dd { margin: 0; max-width: 190px; text-align: right; color: rgba(255,255,255,.86); font-size: 11px; }
.location-card > a {
  position: relative;
  z-index: 2;
  width: fit-content;
  margin-top: 32px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255,255,255,.45);
  color: white;
  font-size: 11px;
  font-weight: 650;
}

/* Generic SEO content for home/city pages */
.editorial { padding: clamp(80px,9vw,145px) 0; }
.editorial-shell { width: min(calc(100% - 48px), 1180px); margin-inline: auto; }
.editorial-content { columns: 1; max-width: 880px; }
.prose { color: rgba(21,22,22,.72); font: 18px/1.8 Georgia,"Times New Roman",serif; }
.prose h2 { margin: 2.2em 0 .55em; color: #151616; font: 540 clamp(36px,4.2vw,64px)/1 ui-sans-serif,system-ui,sans-serif; letter-spacing: -.055em; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { color: #151616; font: 650 22px/1.2 ui-sans-serif,system-ui,sans-serif; letter-spacing: -.03em; }
.prose p { margin: 0 0 1.35em; }
.prose ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); list-style: none; margin: 2em 0; padding: 0; border-top: 1px solid rgba(21,22,22,.18); }
.prose li { padding: 16px 18px 16px 28px; border-bottom: 1px solid rgba(21,22,22,.18); position: relative; }
.prose li::before { content: "+"; position: absolute; left: 4px; color: rgba(21,22,22,.42); }
.prose a { color: #151616; text-decoration: underline; text-underline-offset: 4px; }

.pre-footer-space { min-height: clamp(120px, 13vw, 220px); }

.site-footer { background: #171919; border-top: 1px solid var(--line); }
.footer-creci { min-height: 116px; display: flex; align-items: center; justify-content: center; gap: 8px; border-bottom: 1px solid var(--line); font-size: 11px; letter-spacing: .06em; }
.footer-creci span { color: var(--text-46); }
.footer-creci strong { font-weight: 500; color: var(--text-82); }
.footer-grid { padding: 64px 0 72px; display: grid; grid-template-columns: 1.2fr repeat(3,.8fr); gap: 42px; }
.brand-footer { opacity: .85; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; color: var(--text-46); font-size: 12px; }
.footer-grid > div strong { margin-bottom: 4px; color: var(--text-82); font-weight: 600; }
.footer-grid a { transition: color .2s ease; }
.footer-grid a:hover { color: white; }
.footer-bottom { min-height: 70px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--text-46); font-size: 10px; }

.menu-overlay { position: fixed; inset: 0; z-index: 90; background: rgba(0,0,0,.62); -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px); }
.site-menu { position: fixed; z-index: 95; top: 16px; right: 16px; bottom: 16px; width: min(460px, calc(100% - 32px)); border-radius: 28px; padding: 28px; background: rgba(24,26,26,.90); transform: translateX(calc(100% + 32px)); visibility: hidden; }
.menu-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-bottom: 24px; border-bottom: 1px solid var(--line); color: var(--text-46); font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
.menu-close { width: 40px; height: 40px; border: 0; border-radius: 50%; background: rgba(255,255,255,.07); color: white; cursor: pointer; font-size: 24px; line-height: 1; }
.site-menu nav { display: grid; margin-top: 18px; }
.site-menu nav a { display: grid; grid-template-columns: 34px 1fr; gap: 16px; align-items: center; padding: 20px 2px; border-bottom: 1px solid var(--line); color: var(--text-82); font-size: 22px; letter-spacing: -.03em; transition: color .2s ease, padding-left .2s ease; }
.site-menu nav a span { color: var(--text-46); font-size: 9px; letter-spacing: .08em; }
.site-menu nav a:hover { color: white; padding-left: 5px; }
body.menu-open { overflow: hidden; }

@media (max-width: 1100px) {
  .hero-layout { grid-template-columns: 1fr; align-items: end; }
  .hero-facts { max-width: 620px; grid-template-columns: repeat(2, minmax(0,1fr)); }
  .property-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 760px) {
  .site-shell { width: min(calc(100% - 28px), var(--shell)); }
  .hero-shell { padding-top: 18px; }
  .hero-video { object-position: 53% 50%; }
  .hero-shade { background: linear-gradient(180deg, rgba(5,6,6,.46) 0%, rgba(5,6,6,.36) 30%, rgba(5,6,6,.76) 100%); }
  .brand-house { font-size: 35px; }
  .breadcrumb { margin-top: 28px; font-size: 10px; }
  .hero-layout { gap: 18px; padding: 34px 0; }
  .hero-card { border-radius: 26px; padding: 28px 22px; }
  .hero h1 { font-size: clamp(48px, 14vw, 76px); }
  .hero-count { font-size: 20px; }
  .hero-description { font-size: 13px; }
  .hero-actions { align-items: stretch; }
  .button { width: 100%; }
  .hero-facts { grid-template-columns: 1fr 1fr; }
  .fact-pill { padding: 16px; border-radius: 20px; }
  .fact-pill strong { font-size: 15px; }
  .section-head { grid-template-columns: 1fr; gap: 22px; }
  .section-head > p { justify-self: start; }
  .property-grid { grid-template-columns: 1fr; }
  .property-body h3 { min-height: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 520px) {
  .site-shell { width: min(calc(100% - 20px), var(--shell)); }
  .menu-button > span:first-child { display: none; }
  .menu-button { width: 46px; padding: 0; justify-content: center; }
  .hero-facts { grid-template-columns: 1fr; }
  .scroll-hint { margin-top: 2px; }
  .section-head h2 { font-size: 38px; }
  .footer-grid { grid-template-columns: 1fr; padding-block: 52px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; }
}


@media (max-width: 1100px) {
  .guide-masthead { grid-template-columns: 1fr; }
  .guide-masthead__summary { max-width: 720px; }
  .guide-heading { grid-template-columns: 1fr; gap: 12px; }
  .guide-heading > p { margin-top: 0; }
  .guide-prose,
  .guide-location-layout { margin-left: 0; }
}

@media (max-width: 760px) {
  .editorial-guide__shell { padding-block: 72px 90px; }
  .editorial-grid { background-size: 48px 48px; }
  .guide-display { font-size: clamp(52px,14vw,78px); }
  .guide-facts { grid-template-columns: 1fr; }
  .guide-facts > div:nth-child(even) { padding-left: 0; border-left: 0; }
  .guide-section { grid-template-columns: 1fr; gap: 28px; padding-block: 70px; }
  .guide-number span { width: 46px; height: 46px; }
  .guide-heading h2 { font-size: clamp(38px,10vw,54px); }
  .guide-prose { margin-top: 30px; font-size: 17px; line-height: 1.75; }
  .guide-section--amenities .guide-prose > ul { grid-template-columns: 1fr; margin-top: 34px; }
  .guide-section--amenities .guide-prose > ul li:nth-child(odd) { border-right: 0; }
  .guide-location-layout { margin-top: 32px; grid-template-columns: 1fr; gap: 36px; }
  .location-card { min-height: 320px; }
  .editorial-shell { width: min(calc(100% - 28px),1180px); }
  .prose { font-size: 17px; }
  .prose ul { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .hero-video { display: none; }
}


/* Final architecture: native scroll, lightweight galleries and directory pages */
.section-subline { margin: 12px 0 0; color: var(--text-46); font-size: 12px; }
.property-body h3 a { color: inherit; text-decoration: none; }
.property-body h3 a:focus-visible { outline: 2px solid white; outline-offset: 3px; border-radius: 4px; }
.property-slides { position: absolute; inset: 0; }
.property-picture { position: absolute; inset: 0; display: block; }
.property-picture[hidden] { display: none; }
.property-slide { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .24s ease, transform .65s cubic-bezier(.2,.7,.2,1), filter .3s ease; }
.property-slide.is-active { opacity: 1; }
.gallery-arrow { position: absolute; z-index: 5; top: 50%; transform: translateY(-50%); width: 34px; height: 34px; border: 0; border-radius: 50%; display: grid; place-items: center; cursor: pointer; background: rgba(255,255,255,.88); color: #0a0b0b; font-size: 24px; line-height: 1; box-shadow: 0 6px 20px rgba(0,0,0,.18); transition: background .2s ease, transform .2s ease; }
.gallery-arrow:hover { background: #fff; transform: translateY(-50%) scale(1.06); }
.gallery-prev { left: 10px; }
.gallery-next { right: 10px; }
.gallery-count { position: absolute; right: 12px; bottom: 13px; z-index: 5; padding: 5px 8px; border-radius: 999px; background: rgba(10,11,11,.70); color: rgba(255,255,255,.82); font-size: 9px; -webkit-backdrop-filter: blur(7px); backdrop-filter: blur(7px); }
.listing-more { padding: 44px 0 0; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.listing-more .button { min-width: 260px; }
.listing-more small { color: var(--text-46); font-size: 10px; }
.home-hero-center { align-self: center; max-width: 980px; padding: 70px 0 90px; }
.home-hero-center h1 { max-width: 980px; }
.not-found { min-height: 100vh; display: grid; place-items: center; padding: 30px; }
.not-found > div { max-width: 760px; text-align: center; }
.not-found h1 { margin: 0 0 20px; font-size: clamp(50px,8vw,110px); letter-spacing: -.06em; line-height: .9; }
.not-found p { color: var(--text-64); margin-bottom: 28px; }

@media (max-width: 600px) {
  .gallery-arrow { width: 32px; height: 32px; }
  .listing-more .button { width: 100%; min-width: 0; }
}

/* =========================================================
   V2.3 — Editorial destination redesign
   Home + city index + city page + GSAP motion hooks
   ========================================================= */

/* Home — centered cinematic thesis */
.home-hero-v23 .hero-shade {
  background:
    radial-gradient(circle at 50% 52%, rgba(3,4,4,.20) 0%, rgba(3,4,4,.34) 30%, rgba(3,4,4,.66) 72%, rgba(3,4,4,.82) 100%),
    linear-gradient(180deg, rgba(3,4,4,.55) 0%, rgba(3,4,4,.12) 38%, rgba(3,4,4,.66) 100%);
}
.home-hero-v23 .hero-vignette { box-shadow: inset 0 0 220px rgba(0,0,0,.52); }
.home-hero-shell-v23 { grid-template-rows: auto 1fr auto; }
.home-hero-center-v23 {
  align-self: center;
  justify-self: center;
  width: min(100%, 1180px);
  max-width: none;
  padding: clamp(80px, 9vw, 150px) 0 clamp(70px, 8vw, 120px);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-hero-center-v23 .hero-eyebrow { margin-bottom: 22px; color: rgba(255,255,255,.70); }
.home-hero-center-v23 h1 {
  max-width: 1160px;
  font-size: clamp(62px, 7.6vw, 128px);
  line-height: .86;
  letter-spacing: -.068em;
  text-wrap: balance;
  text-shadow: 0 20px 70px rgba(0,0,0,.24);
}
.home-hero-center-v23 .hero-description {
  max-width: 690px;
  margin-top: 28px;
  color: rgba(255,255,255,.70);
  font-size: clamp(13px,1.1vw,16px);
  line-height: 1.75;
}
.home-hero-center-v23 .hero-actions { justify-content: center; margin-top: 36px; }
.home-hero-signature {
  margin-top: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  color: rgba(255,255,255,.50);
  font-size: 9px;
  line-height: 1;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.home-hero-signature i { width: 26px; height: 1px; background: rgba(255,255,255,.25); }
.home-scroll-cue {
  justify-self: center;
  margin-bottom: 2px;
  display: grid;
  justify-items: center;
  gap: 12px;
  color: rgba(255,255,255,.48);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .16em;
}
.home-scroll-cue i { position: relative; width: 1px; height: 54px; overflow: hidden; background: rgba(255,255,255,.18); }
.home-scroll-cue i::after { content:""; position:absolute; inset:0; background:#fff; transform:translateY(-100%); animation: homeCue 2.3s ease-in-out infinite; }
@keyframes homeCue { 55%,100% { transform:translateY(100%); } }

/* Home city directory — large editorial tiles */
.home-cities-v23 {
  position: relative;
  padding: clamp(120px, 12vw, 210px) 0 clamp(20px,4vw,60px);
  background:
    radial-gradient(circle at 12% 12%, rgba(255,255,255,.035), transparent 25%),
    #0a0b0b;
}
.home-cities-head {
  width: min(100%, 920px);
  margin: 0 auto clamp(60px,7vw,110px);
  text-align: center;
}
.home-cities-head h2 {
  margin: 0;
  font-size: clamp(54px,6.4vw,104px);
  line-height: .9;
  letter-spacing: -.064em;
  font-weight: 520;
  text-wrap: balance;
}
.home-cities-head h2 em { font-family: Georgia,"Times New Roman",serif; font-weight:400; color:rgba(255,255,255,.55); }
.home-cities-head > p:last-child { max-width: 690px; margin: 28px auto 0; color: var(--text-46); font-size: 13px; line-height: 1.8; }
.home-city-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; }
.home-city-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(330px,31vw,500px);
  padding: clamp(28px,3vw,48px);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  border-radius: 32px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.012) 55%),
    #111313;
  outline:1px solid rgba(255,255,255,.11);
  outline-offset:-1px;
  transition: transform .5s cubic-bezier(.2,.7,.2,1), outline-color .4s ease, background .4s ease;
}
.home-city-card::before {
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  opacity:0;
  background:radial-gradient(circle at 82% 14%, rgba(255,255,255,.12), transparent 30%);
  transition:opacity .45s ease;
}
.home-city-card:hover { transform:translateY(-8px); outline-color:rgba(255,255,255,.28); }
.home-city-card:hover::before { opacity:1; }
.home-city-index { color:rgba(255,255,255,.38); font-size:10px; letter-spacing:.15em; }
.home-city-main { margin-top:auto; padding-top:120px; }
.home-city-main p { margin:0 0 14px; color:rgba(255,255,255,.42); font-size:9px; text-transform:uppercase; letter-spacing:.15em; }
.home-city-main h3 { margin:0; font-size:clamp(48px,5vw,82px); line-height:.9; letter-spacing:-.06em; font-weight:520; }
.home-city-foot { margin-top:36px; padding-top:20px; border-top:1px solid rgba(255,255,255,.10); display:flex; align-items:center; justify-content:space-between; gap:20px; }
.home-city-foot > span { color:rgba(255,255,255,.44); font-size:10px; }
.home-city-foot strong { display:flex; align-items:center; gap:12px; font-size:11px; font-weight:600; }
.home-city-foot strong i { width:34px; height:34px; display:grid; place-items:center; border-radius:50%; background:rgba(255,255,255,.07); font-style:normal; transition:transform .3s ease,background .3s ease,color .3s ease; }
.home-city-card:hover .home-city-foot strong i { transform:translate(3px,-3px); background:#fff; color:#0a0b0b; }
.home-city-orbit { position:absolute; z-index:-1; width:260px; height:260px; right:-78px; top:-72px; border:1px solid rgba(255,255,255,.055); border-radius:50%; transition:transform .7s cubic-bezier(.2,.7,.2,1); }
.home-city-orbit::before,.home-city-orbit::after,.home-city-orbit i { content:""; position:absolute; inset:26px; border:1px solid rgba(255,255,255,.045); border-radius:50%; }
.home-city-orbit::after { inset:66px; }
.home-city-orbit i:first-child { inset:100px; background:rgba(255,255,255,.035); }
.home-city-orbit i:last-child { display:none; }
.home-city-card:hover .home-city-orbit { transform:scale(1.12) rotate(10deg); }

/* City — destination hero */
.city-hero-v23 {
  position:relative;
  min-height:100svh;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 52%, rgba(255,255,255,.055), transparent 26%),
    linear-gradient(180deg,#0b0c0c,#090a0a);
}
.city-hero-v23::after { content:""; position:absolute; inset:auto 0 0; height:22%; background:linear-gradient(to bottom,transparent,#0a0b0b); pointer-events:none; }
.city-hero-noise { position:absolute; inset:0; opacity:.12; background-image:radial-gradient(rgba(255,255,255,.24) .55px, transparent .55px); background-size:6px 6px; mask-image:linear-gradient(to bottom,black,transparent 88%); }
.city-hero-shell-v23 { position:relative; z-index:3; min-height:100svh; padding:24px 0 34px; display:grid; grid-template-rows:auto auto 1fr auto; }
.city-hero-watermark {
  position:absolute;
  z-index:0;
  left:50%;
  top:52%;
  translate:-50% -50%;
  width:max-content;
  pointer-events:none;
  user-select:none;
}
.city-hero-watermark::before {
  content:attr(data-city);
  display:block;
  color:transparent;
  -webkit-text-stroke:1px rgba(255,255,255,.055);
  font-size:clamp(150px,24vw,430px);
  line-height:.7;
  letter-spacing:-.08em;
  font-weight:650;
  text-transform:uppercase;
  white-space:nowrap;
}
.city-hero-orbit { position:absolute; z-index:1; width:min(58vw,760px); aspect-ratio:1; left:50%; top:53%; translate:-50% -50%; border:1px solid rgba(255,255,255,.07); border-radius:50%; pointer-events:none; }
.city-hero-orbit::before,.city-hero-orbit::after,.city-hero-orbit i { content:""; position:absolute; border:1px solid rgba(255,255,255,.05); border-radius:50%; }
.city-hero-orbit::before { inset:9%; }
.city-hero-orbit::after { inset:25%; }
.city-hero-orbit i:nth-child(1) { inset:39%; background:rgba(255,255,255,.025); }
.city-hero-orbit i:nth-child(2) { width:7px;height:7px;left:9%;top:50%;background:rgba(255,255,255,.5); }
.city-hero-orbit i:nth-child(3) { width:4px;height:4px;right:25%;top:17%;background:rgba(255,255,255,.34); }
.city-hero-stage { position:relative; z-index:4; align-self:center; justify-self:center; width:min(100%,1150px); padding:70px 0 50px; text-align:center; display:flex; flex-direction:column; align-items:center; }
.city-hero-kicker { margin:0 0 24px; color:rgba(255,255,255,.56); font-size:9px; text-transform:uppercase; letter-spacing:.17em; }
.city-hero-stage h1 { margin:0; max-width:1150px; font-size:clamp(62px,8.2vw,138px); line-height:.86; letter-spacing:-.07em; font-weight:520; text-wrap:balance; }
.city-hero-copy { max-width:650px; margin:28px auto 0; color:rgba(255,255,255,.58); font-size:14px; line-height:1.75; }
.city-hero-meta { margin-top:36px; display:flex; align-items:center; gap:14px; text-align:left; }
.city-hero-meta strong { font-family:Georgia,"Times New Roman",serif; font-size:50px; line-height:1; font-weight:400; }
.city-hero-meta span { color:rgba(255,255,255,.48); font-size:9px; line-height:1.45; text-transform:uppercase; letter-spacing:.13em; }
.city-hero-cta { margin-top:34px; display:inline-flex; align-items:center; gap:12px; padding:9px 9px 9px 20px; border-radius:999px; background:#fff; color:#0a0b0b; font-size:11px; font-weight:650; transition:transform .25s ease; }
.city-hero-cta:hover { transform:scale(1.04); }
.city-hero-cta i { width:36px; height:36px; display:grid; place-items:center; border-radius:50%; background:#ecebe7; font-style:normal; }
.city-hero-foot { position:relative; z-index:4; display:flex; justify-content:space-between; align-items:center; gap:20px; color:rgba(255,255,255,.36); font-size:9px; text-transform:uppercase; letter-spacing:.13em; }

/* City — light editorial index */
.city-collection-v23 {
  position:relative;
  z-index:5;
  padding:clamp(100px,10vw,180px) 0 clamp(90px,10vw,160px);
  background:#ece9e2;
  color:#151616;
}
.city-collection-head { display:grid; grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr); gap:clamp(50px,8vw,140px); align-items:end; padding-bottom:clamp(55px,6vw,90px); border-bottom:1px solid rgba(21,22,22,.17); }
.city-collection-head .section-kicker { color:rgba(21,22,22,.48); }
.city-collection-head h2 { margin:0; max-width:950px; font-size:clamp(52px,6.4vw,104px); line-height:.9; letter-spacing:-.064em; font-weight:520; text-wrap:balance; }
.city-collection-head > p { margin:0; max-width:480px; color:rgba(21,22,22,.58); font-family:Georgia,"Times New Roman",serif; font-size:17px; line-height:1.75; }
.city-condo-list { display:grid; }
.city-condo-row {
  position:relative;
  overflow:hidden;
  min-height:132px;
  display:grid;
  grid-template-columns:80px minmax(0,1fr) 190px 54px;
  gap:28px;
  align-items:center;
  padding:24px 4px;
  border-bottom:1px solid rgba(21,22,22,.16);
  color:#151616;
  transition:padding .35s ease,color .35s ease;
}
.city-condo-row::before { content:""; position:absolute; inset:8px 0; z-index:-1; border-radius:20px; background:#151717; transform:scaleY(.72); opacity:0; transition:transform .38s cubic-bezier(.2,.7,.2,1),opacity .3s ease; }
.city-condo-row:hover { padding-inline:22px; color:#fff; }
.city-condo-row:hover::before { opacity:1; transform:scaleY(1); }
.city-condo-index { color:rgba(21,22,22,.40); font-size:10px; letter-spacing:.13em; transition:color .3s ease; }
.city-condo-row:hover .city-condo-index { color:rgba(255,255,255,.40); }
.city-condo-name { min-width:0; display:grid; gap:7px; }
.city-condo-name strong { font-size:clamp(27px,2.65vw,47px); line-height:1; letter-spacing:-.048em; font-weight:530; white-space:normal; }
.city-condo-name small,.city-condo-place { color:rgba(21,22,22,.48); font-size:9px; text-transform:uppercase; letter-spacing:.12em; transition:color .3s ease; }
.city-condo-row:hover .city-condo-name small,.city-condo-row:hover .city-condo-place { color:rgba(255,255,255,.47); }
.city-condo-place { justify-self:end; }
.city-condo-arrow { width:44px;height:44px;display:grid;place-items:center;border-radius:50%;border:1px solid rgba(21,22,22,.20);font-size:16px; transition:transform .3s ease,background .3s ease,color .3s ease,border-color .3s ease; }
.city-condo-row:hover .city-condo-arrow { transform:translate(3px,-3px); background:#fff;color:#151616;border-color:#fff; }
.city-editorial-v23 { margin-top:0; padding:clamp(80px,9vw,140px) 0; background:#e4e1da; color:#151616; }
.city-editorial-shell { width:min(calc(100% - 48px),1180px); margin-inline:auto; }
.city-editorial-v23 .prose { color:rgba(21,22,22,.70); }
.city-pre-footer-v23 { background:#0a0b0b; }

/* Standalone city index */
.cities-hero-v23 { position:relative; min-height:72svh; overflow:hidden; background:#0a0b0b; }
.cities-hero-shell-v23 { position:relative; z-index:2; min-height:72svh; padding:24px 0 60px; display:grid; grid-template-rows:auto auto 1fr; }
.cities-hero-word { position:absolute; left:50%; top:58%; translate:-50% -50%; color:transparent; -webkit-text-stroke:1px rgba(255,255,255,.055); font-size:clamp(140px,25vw,430px); line-height:.7; letter-spacing:-.08em; font-weight:650; white-space:nowrap; }
.cities-hero-stage { align-self:center; justify-self:center; max-width:1100px; text-align:center; }
.cities-hero-stage h1 { margin:0; font-size:clamp(62px,7.4vw,125px); line-height:.88; letter-spacing:-.065em; font-weight:520; }
.cities-hero-stage h1 em { font-family:Georgia,"Times New Roman",serif; color:rgba(255,255,255,.56); font-weight:400; }
.cities-hero-stage > p:last-child { max-width:620px;margin:28px auto 0;color:var(--text-46);line-height:1.75;font-size:14px; }
.cities-index-v23 { padding:clamp(80px,9vw,140px) 0 0; }
.cities-index-list { border-top:1px solid var(--line); }
.cities-index-row { min-height:126px; display:grid; grid-template-columns:80px minmax(0,1fr) 180px 44px; gap:24px; align-items:center; border-bottom:1px solid var(--line); transition:padding .3s ease,background .3s ease; }
.cities-index-row:hover { padding-inline:20px; background:rgba(255,255,255,.025); }
.cities-index-row > span { color:var(--text-46);font-size:9px;letter-spacing:.13em; }
.cities-index-row strong { font-size:clamp(35px,4vw,68px);line-height:.9;letter-spacing:-.055em;font-weight:520; }
.cities-index-row small { justify-self:end;color:var(--text-46);font-size:10px; }
.cities-index-row i { width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.06);font-style:normal;transition:transform .3s ease,background .3s ease,color .3s ease; }
.cities-index-row:hover i { transform:translate(3px,-3px);background:#fff;color:#0a0b0b; }

/* Condominium editorial guide — refined motion canvas */
.page-condominium-v23 .editorial-guide { background:#efece5; }
.page-condominium-v23 .editorial-grid { opacity:.25; background-size:80px 80px; }
.page-condominium-v23 .guide-masthead { position:relative; }
.page-condominium-v23 .guide-masthead::after { content:""; position:absolute; width:90px; height:90px; right:0; top:0; border:1px solid rgba(21,22,22,.14); border-radius:50%; box-shadow:0 0 0 28px rgba(21,22,22,.025),0 0 0 56px rgba(21,22,22,.018); }
.page-condominium-v23 .guide-display { max-width:1020px; }
.page-condominium-v23 .guide-section { position:relative; }
.page-condominium-v23 .guide-section::before { content:""; position:absolute; left:112px; top:0; width:1px; height:100%; background:linear-gradient(to bottom,rgba(21,22,22,.08),transparent 70%); opacity:.45; }
.page-condominium-v23 .guide-number span { background:rgba(239,236,229,.80); backdrop-filter:blur(8px); }
.page-condominium-v23 .guide-section--amenities .guide-prose > ul li { transition:background .25s ease,padding-left .25s ease; }
.page-condominium-v23 .guide-section--amenities .guide-prose > ul li:hover { background:rgba(21,22,22,.035); padding-left:48px; }
.page-condominium-v23 .location-card { transform-origin:center center; }

@media (max-width: 1000px) {
  .home-city-grid { grid-template-columns:1fr; }
  .home-city-card { min-height:360px; }
  .city-collection-head { grid-template-columns:1fr; gap:32px; }
  .city-condo-row { grid-template-columns:60px minmax(0,1fr) 50px; }
  .city-condo-place { display:none; }
  .city-hero-orbit { width:min(78vw,700px); }
}

@media (max-width: 760px) {
  .home-hero-center-v23 { padding:70px 0 60px; }
  .home-hero-center-v23 h1 { font-size:clamp(54px,15vw,84px); }
  .home-hero-signature { gap:8px; }
  .home-scroll-cue { display:none; }
  .home-cities-v23 { padding-top:90px; }
  .home-cities-head { text-align:left; margin-bottom:50px; }
  .home-cities-head > p:last-child { margin-left:0; }
  .home-city-card { min-height:310px; padding:26px; border-radius:24px; }
  .home-city-main { padding-top:85px; }
  .home-city-main h3 { font-size:clamp(46px,14vw,68px); }
  .city-hero-shell-v23 { padding-top:18px; }
  .city-hero-orbit { width:96vw; }
  .city-hero-stage { padding:45px 0 32px; }
  .city-hero-stage h1 { font-size:clamp(56px,16vw,88px); }
  .city-hero-watermark::before { font-size:38vw; }
  .city-hero-foot { font-size:8px; }
  .city-collection-v23 { padding-top:80px; }
  .city-collection-head h2 { font-size:clamp(48px,13vw,70px); }
  .city-condo-row { min-height:110px; grid-template-columns:42px minmax(0,1fr) 42px; gap:15px; }
  .city-condo-row:hover { padding-inline:10px; }
  .city-condo-name strong { font-size:clamp(25px,7.5vw,36px); }
  .city-condo-arrow { width:38px;height:38px; }
  .cities-hero-v23,.cities-hero-shell-v23 { min-height:70svh; }
  .cities-hero-stage h1 { font-size:clamp(54px,15vw,82px); }
  .cities-index-row { min-height:110px; grid-template-columns:42px minmax(0,1fr) 40px; gap:14px; }
  .cities-index-row small { display:none; }
  .cities-index-row strong { font-size:clamp(32px,10vw,48px); }
  .page-condominium-v23 .guide-masthead::after { width:58px;height:58px;box-shadow:0 0 0 18px rgba(21,22,22,.025); }
  .page-condominium-v23 .guide-section::before { display:none; }
}

@media (prefers-reduced-motion: reduce) {
  .home-city-card,.city-condo-row,.cities-index-row { transform:none !important; }
}

/* V2.5 · inventário sincronizado */
.listing-empty{margin:38px 0 18px;padding:44px;border:1px solid rgba(255,255,255,.12);border-radius:28px;display:flex;align-items:center;justify-content:space-between;gap:28px;background:rgba(255,255,255,.025)}
.listing-empty p{margin:0;max-width:720px;color:rgba(255,255,255,.68);font-size:clamp(16px,1.4vw,20px);line-height:1.6}
@media(max-width:760px){.listing-empty{padding:28px;align-items:flex-start;flex-direction:column}}

/* V3.2 · property cards + residential dossier -------------------------------- */
.page-condominium-v23 .property-grid {
  align-items: stretch;
  grid-auto-rows: 1fr;
  gap: 18px;
}
.page-condominium-v23 .property-card {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
  border-radius: 20px;
}
.page-condominium-v23 .property-media {
  aspect-ratio: 1.34 / 1;
  min-height: 0;
}
.page-condominium-v23 .property-body {
  min-height: 196px;
  display: flex;
  flex-direction: column;
  padding: 18px 16px 18px;
}
.page-condominium-v23 .property-body h3 {
  height: 64px;
  min-height: 64px;
  margin: 11px 0 7px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.page-condominium-v23 .property-condo {
  min-height: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-condominium-v23 .features {
  height: 52px;
  min-height: 52px;
  margin-top: 13px;
  overflow: hidden;
}
.page-condominium-v23 .property-price {
  min-height: 48px;
  margin-top: auto;
  padding-top: 12px;
}
.page-condominium-v23 .property-type-row {
  min-height: 14px;
  align-items: baseline;
}
.page-condominium-v23 .property-media.gallery-is-empty {
  background:
    radial-gradient(circle at 72% 24%, rgba(255,255,255,.07), transparent 25%),
    linear-gradient(145deg,#151717,#090a0a 72%);
}
.page-condominium-v23 .property-media.gallery-is-empty::before {
  content: "HOUSE CAMPOLIM\A imagem temporariamente indisponível";
  position: absolute;
  z-index: 1;
  inset: 0;
  display: grid;
  place-content: center;
  padding: 28px;
  white-space: pre;
  text-align: center;
  color: rgba(255,255,255,.58);
  font: 650 10px/1.8 ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.page-condominium-v23 .property-media.gallery-is-empty .property-code { z-index: 6; }

/* ============================================================
   Condominium dossier — cinematic dark canvas (v33)
   One continuous near-black surface, warm off-white type, a giant
   ghost chapter numeral per section, and GSAP scroll reveals.
   ============================================================ */
.page-condominium-v23 .editorial-guide {
  --ink: #f4f1ea;
  --ink-soft: rgba(244,241,234,.66);
  --ink-faint: rgba(244,241,234,.42);
  --hair: rgba(244,241,234,.14);
  --sand: #c9b79c;
  position: relative;
  margin-top: clamp(90px, 10vw, 150px);
  background:
    radial-gradient(120% 80% at 84% -12%, rgba(201,183,156,.11), transparent 55%),
    radial-gradient(90% 70% at 6% 106%, rgba(201,183,156,.06), transparent 60%),
    #0a0b0b;
  color: var(--ink);
  overflow: hidden;
}
/* faint architectural grid, revived on dark */
.page-condominium-v23 .editorial-grid {
  display: block;
  opacity: 1;
  background-image:
    linear-gradient(rgba(244,241,234,.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244,241,234,.028) 1px, transparent 1px);
  background-size: 92px 92px;
  -webkit-mask-image: radial-gradient(125% 92% at 50% 0%, #000, transparent 82%);
  mask-image: radial-gradient(125% 92% at 50% 0%, #000, transparent 82%);
}
.page-condominium-v23 .editorial-guide__shell {
  padding: clamp(78px, 8vw, 120px) 0 clamp(86px, 9vw, 134px);
}

/* — masthead — */
.page-condominium-v23 .guide-masthead,
.page-condominium-v23 .guide-dossier {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0,1.25fr) minmax(310px,.55fr);
  gap: clamp(50px,7vw,105px);
  align-items: start;
  padding: 0 0 clamp(56px,6vw,82px);
  border-bottom: 1px solid var(--hair);
}
.page-condominium-v23 .guide-masthead::after { display: none; }
.page-condominium-v23 .guide-kicker {
  margin-bottom: 20px;
  color: var(--sand);
  font-size: 10px;
  letter-spacing: .24em;
}
.page-condominium-v23 .guide-display {
  max-width: 900px;
  color: var(--ink);
  font-size: clamp(52px,6vw,96px);
  line-height: .9;
  letter-spacing: -.062em;
  font-weight: 540;
}
.page-condominium-v23 .guide-display span {
  margin: 0 0 16px;
  font-family: ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;
  font-style: normal;
  font-size: 10px;
  line-height: 1;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--sand);
}
.page-condominium-v23 .guide-lede {
  max-width: 680px;
  margin: 30px 0 0;
  color: var(--ink-soft);
  font-size: clamp(16px,1.35vw,19px);
  line-height: 1.7;
}
.page-condominium-v23 .guide-masthead__summary {
  position: relative;
  padding: 30px;
  border: 1px solid var(--hair);
  border-radius: 22px;
  background: rgba(244,241,234,.03);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  box-shadow: none;
}
.page-condominium-v23 .guide-masthead__summary > p.guide-summary-label {
  margin: 0;
  color: var(--ink-faint);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.page-condominium-v23 .guide-facts {
  margin-top: 20px;
  grid-template-columns: 1fr;
  border-top: 1px solid var(--hair);
}
.page-condominium-v23 .guide-facts > div,
.page-condominium-v23 .guide-facts > div:nth-child(odd),
.page-condominium-v23 .guide-facts > div:nth-child(even) {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 18px;
  padding: 14px 0;
  border-left: 0;
  border-bottom: 1px solid var(--hair);
}
.page-condominium-v23 .guide-facts dt { margin: 0; color: var(--ink-faint); }
.page-condominium-v23 .guide-facts dd { text-align: right; color: var(--ink); }
.page-condominium-v23 .guide-summary-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 22px;
  padding-top: 18px;
  color: var(--ink);
  border-top: 1px solid var(--hair);
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
  transition: color .25s ease;
}
.page-condominium-v23 .guide-summary-link:hover { color: var(--sand); }
.page-condominium-v23 .guide-summary-link span { font-size: 16px; }

/* — chapters — */
.page-condominium-v23 .guide-stack {
  counter-reset: guidechap;
  gap: 0;
}
.page-condominium-v23 .guide-section {
  counter-increment: guidechap;
  position: relative;
  display: block;
  gap: 0;
  padding: clamp(54px,6.4vw,104px) 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: hidden;
  --ghy: 0;
}
.page-condominium-v23 .guide-section:last-child { padding-bottom: clamp(54px,6.4vw,104px); }
/* giant faint numeral, drifts on scroll via --ghy */
.page-condominium-v23 .guide-section::after {
  content: counter(guidechap, decimal-leading-zero);
  position: absolute;
  z-index: 0;
  top: clamp(30px,3.6vw,58px);
  right: 0;
  color: rgba(244,241,234,.055);
  font: 600 clamp(84px,12vw,190px)/.78 ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;
  letter-spacing: -.05em;
  pointer-events: none;
  user-select: none;
  transform: translateY(calc(var(--ghy) * 1px));
}
.page-condominium-v23 .guide-section::before { display: none; }
/* chapter marker row: small index + a hairline that draws in (--rule) */
.page-condominium-v23 .guide-number {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: clamp(30px,3.4vw,46px);
  padding: 0;
  --rule: 1;
}
.page-condominium-v23 .guide-number::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--hair);
  transform: scaleX(var(--rule));
  transform-origin: left center;
}
.page-condominium-v23 .guide-number span {
  width: auto;
  height: auto;
  display: inline-flex;
  align-items: center;
  border: 0;
  border-radius: 0;
  background: none;
  color: var(--sand);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .24em;
}
.page-condominium-v23 .guide-content { position: relative; z-index: 1; }
.page-condominium-v23 .guide-heading { display: block; }
.page-condominium-v23 .guide-heading > p {
  margin: 0 0 16px;
  color: var(--sand);
  font-size: 10px;
  letter-spacing: .2em;
}
.page-condominium-v23 .guide-heading h2 {
  max-width: 720px;
  color: var(--ink);
  font-size: clamp(32px,3.4vw,54px);
  line-height: 1.04;
  letter-spacing: -.05em;
  font-weight: 560;
}
.page-condominium-v23 .guide-prose {
  width: 100%;
  max-width: 680px;
  margin: clamp(26px,2.6vw,38px) 0 0;
  color: var(--ink-soft);
  font-family: ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;
  font-size: clamp(15px,1.15vw,17px);
  line-height: 1.82;
}
.page-condominium-v23 .guide-prose p { margin-bottom: 1em; }
.page-condominium-v23 .guide-prose strong { color: var(--ink); }
.page-condominium-v23 .guide-prose a { color: var(--ink); }

/* — diferenciais: amenity grid dissolved into the canvas — */
.page-condominium-v23 .guide-section--amenities {
  background: transparent;
  color: var(--ink);
  border-color: transparent;
  box-shadow: none;
}
.page-condominium-v23 .guide-section--amenities .guide-heading h2 { color: var(--ink); }
.page-condominium-v23 .guide-section--amenities .guide-prose {
  width: 100%;
  max-width: none;
  color: var(--ink-soft);
}
.page-condominium-v23 .guide-section--amenities .guide-prose > p { max-width: 680px; }
.page-condominium-v23 .guide-section--amenities .guide-prose strong { color: var(--ink); }
.page-condominium-v23 .guide-section--amenities .guide-prose > ul {
  margin-top: clamp(30px,3vw,44px);
  border-top-color: var(--hair);
}
.page-condominium-v23 .guide-section--amenities .guide-prose > ul li {
  min-height: 72px;
  padding: 18px 26px 18px 42px;
  border-bottom-color: var(--hair);
  color: var(--ink);
  font-size: 14px;
  transition: background .3s ease, padding-left .3s ease, color .3s ease;
}
.page-condominium-v23 .guide-section--amenities .guide-prose > ul li:nth-child(odd) { border-right-color: var(--hair); }
.page-condominium-v23 .guide-section--amenities .guide-prose > ul li::before {
  content: "+";
  left: 14px;
  color: var(--sand);
  font-size: 18px;
}
.page-condominium-v23 .guide-section--amenities .guide-prose > ul li:hover {
  background: linear-gradient(90deg, rgba(201,183,156,.10), transparent 90%);
  padding-left: 52px;
  color: #fff;
}

/* — localização — */
.page-condominium-v23 .guide-location-layout {
  margin: clamp(26px,2.6vw,38px) 0 0;
  grid-template-columns: minmax(0,1fr) minmax(280px,360px);
  gap: clamp(30px,4vw,60px);
  align-items: stretch;
}
.page-condominium-v23 .location-card {
  min-height: 320px;
  padding: 28px;
  border: 1px solid rgba(244,241,234,.16);
  border-radius: 22px;
  background:
    radial-gradient(circle at 84% 8%, rgba(201,183,156,.18), transparent 34%),
    #131514;
  box-shadow: 0 30px 80px rgba(0,0,0,.45);
}
.page-condominium-v23 .location-card__label { margin-bottom: 40px; color: rgba(244,241,234,.5); }
.page-condominium-v23 .location-card > strong { font-size: 26px; }
.page-condominium-v23 .location-card dl { margin-top: 36px; }
.page-condominium-v23 .location-card > a { transition: gap .25s ease; }
.page-condominium-v23 .location-card > a:hover { gap: 16px; }

@media (max-width: 980px) {
  .page-condominium-v23 .guide-masthead,
  .page-condominium-v23 .guide-dossier { grid-template-columns: 1fr; gap: 34px; }
  .page-condominium-v23 .guide-masthead__summary { max-width: 720px; }
  .page-condominium-v23 .guide-location-layout { grid-template-columns: 1fr; }
  .page-condominium-v23 .guide-section::after { font-size: clamp(70px,15vw,120px); }
}
@media (max-width: 760px) {
  .page-condominium-v23 .property-grid { gap: 14px; }
  .page-condominium-v23 .property-body { min-height: 184px; }
  .page-condominium-v23 .guide-display { font-size: clamp(46px,14vw,66px); }
  .page-condominium-v23 .guide-section { padding: clamp(46px,12vw,66px) 0; }
  .page-condominium-v23 .guide-section::after { top: 8px; font-size: 74px; opacity: .7; }
  .page-condominium-v23 .guide-heading h2 { max-width: none; }
  .page-condominium-v23 .guide-location-layout { grid-template-columns: 1fr; }
  .page-condominium-v23 .guide-section--amenities .guide-prose > ul { grid-template-columns: 1fr; }
  .page-condominium-v23 .guide-section--amenities .guide-prose > ul li:nth-child(odd) { border-right: 0; }
}


/* V3.7 · grade rígida dos cards ------------------------------------------------
   Mesma altura visual em desktop/tablet, independentemente de título, features
   ou presença de preço. Mantém o layout do Claude e corrige o efeito "escada". */
@media (min-width: 761px) {
  .page-condominium-v23 .property-grid {
    align-items: stretch;
  }
  .page-condominium-v23 .property-card {
    height: 100%;
    display: grid;
    grid-template-rows: auto 250px;
  }
  .page-condominium-v23 .property-media {
    width: 100%;
    aspect-ratio: 4 / 3;
  }
  .page-condominium-v23 .property-body {
    height: 250px;
    min-height: 250px;
    padding: 18px 16px;
    display: grid;
    grid-template-rows: 16px 66px 18px 52px 62px;
    align-content: stretch;
  }
  .page-condominium-v23 .property-type-row {
    min-height: 0;
    height: 16px;
    overflow: hidden;
  }
  .page-condominium-v23 .property-body h3 {
    min-height: 0;
    height: 66px;
    margin: 0;
    padding-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .page-condominium-v23 .property-condo {
    min-height: 0;
    height: 18px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .page-condominium-v23 .features {
    min-height: 0;
    height: 52px;
    margin: 0;
    padding-top: 13px;
    overflow: hidden;
  }
  .page-condominium-v23 .property-price {
    min-height: 0;
    height: 62px;
    margin: 0;
    padding-top: 12px;
    align-self: stretch;
  }
}


/* V3.8 · cards realmente alinhados + título controlado ------------------------
   O V3.7 ainda podia parecer uma escada enquanto o GSAP aplicava translateY em
   stagger. A V3.8 remove deslocamento vertical da animação e fixa as duas zonas
   do card (mídia + conteúdo) com a mesma altura em cada breakpoint. */
@media (min-width: 761px) {
  .page-condominium-v23 .property-grid {
    align-items: stretch;
    grid-auto-rows: auto;
  }
  .page-condominium-v23 .property-card {
    --hc-card-media-h: clamp(190px, 17vw, 258px);
    height: calc(var(--hc-card-media-h) + 240px);
    min-height: calc(var(--hc-card-media-h) + 240px);
    max-height: calc(var(--hc-card-media-h) + 240px);
    display: grid;
    grid-template-rows: var(--hc-card-media-h) 240px;
    align-self: stretch;
    transform: none;
  }
  .page-condominium-v23 .property-card:hover {
    transform: none;
  }
  .page-condominium-v23 .property-media {
    width: 100%;
    height: var(--hc-card-media-h);
    min-height: var(--hc-card-media-h);
    max-height: var(--hc-card-media-h);
    aspect-ratio: auto;
  }
  .page-condominium-v23 .property-body {
    height: 240px;
    min-height: 240px;
    max-height: 240px;
    padding: 16px 14px;
    display: grid;
    grid-template-rows: 16px 54px 18px 44px 1fr;
    align-content: stretch;
    overflow: hidden;
  }
  .page-condominium-v23 .property-body h3 {
    height: 54px;
    min-height: 54px;
    max-height: 54px;
    margin: 0;
    padding-top: 8px;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.32;
    letter-spacing: -.022em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .page-condominium-v23 .property-body h3 a {
    color: inherit;
    text-decoration: none;
  }
  .page-condominium-v23 .property-condo {
    height: 18px;
    min-height: 18px;
    max-height: 18px;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .page-condominium-v23 .features {
    height: 44px;
    min-height: 44px;
    max-height: 44px;
    margin: 0;
    padding-top: 11px;
    overflow: hidden;
  }
  .page-condominium-v23 .property-price {
    min-height: 0;
    height: auto;
    margin: 0;
    padding-top: 10px;
    align-self: stretch;
    overflow: hidden;
  }
}

@media (min-width: 761px) and (max-width: 1180px) {
  .page-condominium-v23 .property-card {
    --hc-card-media-h: clamp(180px, 22vw, 240px);
  }
}
