@import url("https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap");
:root {
  --black: #12120f;
  --paper: #f8f7f3;
  --white: #fff;
  --gold: #d4ae36;
  --muted: #77736a;
  --line: #d8d2c3;
}

/* WordPress integration */
html { scroll-behavior: smooth; }
body.br360-wordpress { margin: 0; overflow-x: hidden; }
.site-header ul,
.footer-top ul { display: flex; gap: inherit; align-items: center; margin: 0; padding: 0; list-style: none; }
.site-header a,
.footer-top a { text-decoration: none; }
.site-header nav a,
.mobile-menu a {
  position: relative;
  display: block;
  padding: 12px 0;
  color: #fff;
  font-size: .875rem;
  font-weight: 600;
  white-space: nowrap;
}
.site-header nav a::after {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 5px;
  left: 0;
  height: 1px;
  background: var(--gold);
  transition: .25s;
}
.site-header nav a:hover::after,
.site-header .current-menu-item > a::after,
.site-header .current_page_item > a::after { right: 0; }
.site-header .current-menu-item > a,
.site-header .current_page_item > a { color: var(--gold); }
.site-header {
  display: flex;
  justify-content: center;
}
.site-header .brand {
  position: absolute;
  left: 5vw;
}
.site-header .desktop-navigation {
  width: min(100%, 980px);
  justify-content: center;
}
.site-header nav.mobile-menu,
.site-header nav.mobile-menu[hidden] {
  display: none;
}
.menu-btn { grid-template-rows: repeat(3, 2px); gap: 5px; }
.menu-btn span { display: block; width: 22px; height: 2px; background: currentColor; }
.mobile-menu ul { display: grid; align-items: stretch; }
.mobile-menu a { display: block; padding: .7rem 0; color: #fff; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
.screen-reader-text:focus { z-index: 99999; top: 1rem; left: 1rem; width: auto; height: auto; padding: .75rem 1rem; clip: auto; color: #12120f; background: #fff; }
.wp-content-area { min-height: 60vh; padding-top: 10rem; }
.wp-content-area img,
.single-post img { max-width: 100%; height: auto; }
.single-post { max-width: 920px; margin: 0 auto; padding: 10rem 5vw 6rem; }
.single-post header h1 { font-size: clamp(2rem, 4vw, 3.8rem); line-height: 1.08; }
.single-post > figure { margin: 2.5rem 0; }
.single-post-content { font-size: 1.05rem; line-height: 1.8; }
.single-post-content > * { max-width: 760px; margin-right: auto; margin-left: auto; }
.blog-page a { color: inherit; text-decoration: none; }
.blog-grid article { position: relative; }
.blog-grid .card-link { position: absolute; right: 1rem; bottom: 1rem; }
.page-numbers { display: inline-flex; min-width: 2.7rem; min-height: 2.7rem; align-items: center; justify-content: center; margin: 2rem .2rem 0; padding: .5rem .8rem; border: 1px solid var(--line); text-decoration: none; }
.page-numbers.current { color: #12120f; background: var(--gold); border-color: var(--gold); }
.list-marker { flex: 0 0 auto; width: .7rem; height: .7rem; margin-top: .45rem; border-radius: 50%; background: var(--gold); }
.br360-empty { padding: 2rem; border: 1px solid var(--line); color: var(--muted); }
.project-grid .project { text-decoration: none; }
.partner-marquee { scrollbar-width: none; }
.partner-marquee::-webkit-scrollbar { display: none; }
.partner-track { width: max-content; }
.footer-top nav ul { flex-direction: column; align-items: flex-start; }
.socials svg { width: 1.15rem; height: 1.15rem; }
body.admin-bar .site-header { top: 32px; }
@media (max-width: 900px) {
  .desktop-navigation { display: none; }
  .site-header { justify-content: space-between; }
  .site-header .brand { position: static; }
  .site-header .menu-btn { display: grid; }
  .site-header nav.mobile-menu:not([hidden]) { display: flex; position: absolute; top: 100%; right: 0; left: 0; padding: 1rem 5vw 2rem; background: var(--black); border-top: 1px solid #ffffff22; }
  .site-header nav.mobile-menu[hidden] { display: none; }
  .site-header ul { align-items: stretch; }
}

/* Indicadores, navegação do rodapé e redes sociais — WordPress. */
.numbers strong {
  display: inline-flex;
  align-items: baseline;
  gap: .12em;
  font-size: clamp(2.15rem, 3vw, 3.35rem);
  line-height: 1;
  white-space: nowrap;
}
.numbers strong .br360-count {
  display: inline;
  margin: 0;
  font: inherit;
  line-height: inherit;
}
.numbers .number-label {
  display: block;
  margin-top: .8rem;
  font-size: 1rem;
  line-height: 1.4;
}
.footer-top nav {
  display: block;
  width: 100%;
}
.footer-top nav > ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.35rem 4rem;
  align-items: start;
}
.footer-top nav > ul > li {
  min-width: 0;
}
.footer-top nav a {
  display: inline-block;
  padding: 0;
  font-size: 1rem;
  line-height: 1.45;
}
.socials svg {
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  overflow: visible;
}
@media (max-width: 760px) {
  .numbers strong { font-size: 2.25rem; }
  .numbers .number-label { font-size: .9375rem; }
  .footer-top nav > ul { grid-template-columns: 1fr; gap: 1rem; }
}

/* Valores dos indicadores: não herdam a quebra genérica dos spans. */
.numbers .number-value {
  display: inline-flex !important;
  flex-flow: row nowrap !important;
  align-items: baseline !important;
  gap: .12em !important;
  white-space: nowrap !important;
}
.numbers .number-value > .number-prefix,
.numbers .number-value > .br360-count,
.numbers .number-value > .number-suffix {
  display: inline !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  font: inherit !important;
  line-height: inherit !important;
  white-space: nowrap !important;
}
@media (max-width: 560px) {
  .numbers .number-value {
    font-size: clamp(2rem, 11vw, 2.6rem) !important;
  }
  .numbers .number-label {
    font-size: 1rem !important;
  }
}

@media (max-width: 782px) { body.admin-bar .site-header { top: 46px; } }

/* Portal de Empreendimentos */
.portal-page {
  min-height: 100vh;
  background: #fff;
}
.portal-intro {
  padding: 8rem 5vw 1.65rem;
  color: #fff;
  background: var(--black);
  border-bottom: 1px solid #d4ae3647;
}
.portal-title {
  display: block;
}
.portal-title h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(2.25rem, 3.8vw, 3.75rem);
  line-height: 1.04;
}
.portal-title p {
  margin: 0.8rem 0 0;
  color: #bdb8ac;
  font-size: 0.95rem;
}
.mode-switch {
  display: flex;
  margin-top: 1.6rem;
  border-bottom: 1px solid #ffffff2e;
}
.mode-switch button {
  position: relative;
  padding: 0.8rem 1.4rem;
  color: #bdb9ae;
  background: transparent;
  border: 0;
  font-size: 0.875rem;
  font-weight: 600;
}
.mode-switch button.active {
  color: var(--gold);
}
.mode-switch button.active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: var(--gold);
}
.primary-filters {
  display: grid;
  grid-template-columns: 1.1fr 1.1fr 0.9fr 0.9fr auto;
  margin-top: 1.15rem;
  overflow: hidden;
  color: var(--black);
  background: #fff;
  border-radius: 2px;
}
.filter-field {
  display: grid;
  grid-template-columns: 1.6rem minmax(0, 1fr) 1rem;
  gap: 0.65rem;
  align-items: center;
  min-width: 0;
  padding: 0.9rem 1rem;
  border-right: 1px solid var(--line);
}
.filter-field > span svg {
  width: 1.1rem;
  color: var(--gold);
}
.filter-field > svg {
  width: 0.95rem;
  color: #918b7c;
}
.filter-field small {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--muted);
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.filter-field select {
  width: 100%;
  appearance: none;
  outline: 0;
  background: transparent;
  border: 0;
  font-size: 0.8rem;
  font-weight: 600;
}
.currency {
  color: var(--gold);
  font-size: 0.75rem;
}
.search-button {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  justify-content: center;
  padding: 0 1.5rem;
  background: var(--gold);
  border: 0;
  font-size: 0.8rem;
  font-weight: 700;
}
.search-button svg {
  width: 1.1rem;
}
.results-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 5.75rem;
  padding: 1rem 4vw;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.results-toolbar > div:first-child {
  display: grid;
  gap: 0.3rem;
}
.results-toolbar strong {
  font-size: 1.25rem;
}
.results-toolbar span {
  color: var(--muted);
  font-size: 0.8rem;
}
.results-toolbar > div:last-child {
  display: flex;
  gap: 0.65rem;
}
.results-toolbar button {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  padding: 0.75rem 1rem;
  background: #efede7;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
}
.results-toolbar button.active {
  background: #fff8df;
  border-color: var(--gold);
}
.results-toolbar svg {
  width: 1rem;
}
.more-filters {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
  padding: 2rem 4vw;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.filter-panel-heading,
.filter-panel-footer,
.filter-details-grid {
  grid-column: 1 / -1;
}
.filter-panel-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--line);
}
.filter-panel-heading h2 {
  margin: 0.35rem 0 0;
  font-size: 1.65rem;
}
.filter-panel-heading button {
  display: grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 50%;
}
.filter-panel-heading svg {
  width: 1rem;
}
.more-filters small {
  color: var(--muted);
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.65rem;
}
.chip-row button {
  padding: 0.5rem 0.8rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.75rem;
}
.chip-row button.active {
  color: #fff;
  background: var(--black);
  border-color: var(--black);
}
.range-filter > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  margin-top: 0.65rem;
}
.range-filter label {
  display: grid;
  gap: 0.35rem;
  color: var(--muted);
  font-size: 0.65rem;
}
.range-filter input {
  min-width: 0;
  padding: 0.65rem 0.7rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 2px;
  font: inherit;
  font-size: 0.75rem;
}
.filter-details-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  padding-top: 0.5rem;
}
.filter-details-grid details {
  background: #fff;
  border: 1px solid var(--line);
}
.filter-details-grid summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  cursor: pointer;
  list-style: none;
  font-size: 0.78rem;
  font-weight: 700;
}
.filter-details-grid summary::-webkit-details-marker {
  display: none;
}
.filter-details-grid summary svg {
  width: 1rem;
}
.checkbox-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem 1rem;
  padding: 0 1rem 1rem;
}
.checkbox-grid label {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  color: #555147;
  font-size: 0.72rem;
  line-height: 1.35;
}
.checkbox-grid input {
  accent-color: var(--gold);
}
.filter-panel-footer {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  justify-content: flex-end;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
}
.filter-panel-footer p {
  margin: 0 auto 0 0;
  max-width: 580px;
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.5;
}
.filter-panel-footer button {
  padding: 0.75rem 1rem;
  background: transparent;
  border: 1px solid var(--line);
  font-size: 0.75rem;
  font-weight: 700;
}
.filter-panel-footer .apply-filters {
  color: var(--black);
  background: var(--gold);
  border-color: var(--gold);
}
.mobile-view-toggle {
  display: none;
}
.search-workspace {
  display: grid;
  grid-template-columns: minmax(0, 58%) minmax(360px, 42%);
  min-height: 720px;
}
.search-workspace.without-map {
  grid-template-columns: 1fr;
}
.results-list {
  padding: 1.85rem 4vw 4.5rem;
  background: #fff;
}
.sort-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.sort-row > span {
  font-size: 0.85rem;
  font-weight: 700;
}
.sort-row button {
  display: flex;
  gap: 0.45rem;
  align-items: center;
  padding: 0.6rem 0.85rem;
  background: #efede7;
  border: 0;
  border-radius: 999px;
  font-size: 0.75rem;
}
.sort-row svg {
  width: 1rem;
}
.result-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.9rem 1.1rem;
}
.without-map .result-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.result-card {
  position: relative;
  min-width: 0;
}
.card-open-target {
  position: absolute;
  z-index: 2;
  inset: 0;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.card-open-target:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}
.result-image {
  position: relative;
  height: 245px;
  overflow: hidden;
  background: #efede7;
}
.result-image img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.result-card:hover .result-image img {
  transform: scale(1.025);
}
.result-image > span {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.5rem 0.65rem;
  background: #fff;
  font-size: 0.65rem;
  font-weight: 700;
}
.result-image > .save-property {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  background: #fff;
  border: 0;
  border-radius: 50%;
  z-index: 5;
}
.result-image svg {
  width: 1.1rem;
}
.photo-arrow {
  position: absolute;
  top: 50%;
  display: grid;
  place-items: center;
  width: 2.15rem;
  height: 2.15rem;
  color: var(--black);
  background: #fffffff0;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 5px 18px #0003;
  z-index: 5;
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity 0.2s ease;
}
.photo-arrow-previous {
  left: 0.65rem;
}
.photo-arrow-next {
  right: 0.65rem;
}
.result-image:hover .photo-arrow,
.photo-arrow:focus-visible {
  opacity: 1;
}
.photo-dots {
  position: absolute;
  right: 0;
  bottom: 0.7rem;
  left: 0;
  display: flex;
  gap: 0.35rem;
  justify-content: center;
  z-index: 5;
}
.photo-dots button {
  width: 0.42rem;
  height: 0.42rem;
  padding: 0;
  background: #ffffffb8;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 1px 5px #0005;
}
.photo-dots button.active {
  background: var(--gold);
}
.result-copy {
  display: block;
  width: 100%;
  padding: 1rem 0.15rem;
  color: inherit;
  text-align: left;
  background: transparent;
  border: 0;
  pointer-events: none;
}
.result-copy small {
  color: var(--muted);
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.result-copy h2 {
  margin: 0.5rem 0;
  font-size: 1.35rem;
  letter-spacing: -0.03em;
}
.result-copy p {
  margin: 0 0 0.85rem;
  color: var(--muted);
  font-size: 0.8rem;
}
.result-copy strong {
  font-size: 0.8rem;
}
.result-copy > span {
  display: flex;
  gap: 0.35rem;
  align-items: center;
  margin-top: 0.8rem;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 700;
}
.result-copy > span svg {
  width: 0.9rem;
}
.map-panel {
  position: sticky;
  top: 88px;
  height: calc(100vh - 88px);
  overflow: hidden;
  background: #e9e6dd;
  border-left: 1px solid var(--line);
}
.map-panel iframe {
  width: 100%;
  height: 100%;
  filter: saturate(0.65) contrast(0.95);
  border: 0;
}
.map-badge {
  position: absolute;
  top: 1.5rem;
  left: 50%;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  padding: 0.75rem 1rem;
  color: #fff;
  white-space: nowrap;
  background: var(--black);
  border-radius: 999px;
  box-shadow: 0 10px 30px #0003;
  transform: translateX(-50%);
  font-size: 0.75rem;
}
.map-badge svg {
  width: 1rem;
  color: var(--gold);
}
.empty-results {
  display: grid;
  place-content: center;
  justify-items: center;
  min-height: 360px;
  padding: 2.5rem;
  text-align: center;
}
.empty-results > svg {
  width: 2.6rem;
  height: 2.6rem;
  color: var(--gold);
}
.empty-results h2 {
  margin: 1.25rem 0 0.5rem;
  font-size: 1.5rem;
}
.empty-results p {
  max-width: 480px;
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.6;
}

.finance-simulator {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  color: #fff;
  background: var(--black);
  border-top: 1px solid #d4ae3647;
}
.finance-calculator,
.contact-advisor {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 4.5rem 5vw;
}
.finance-calculator {
  background: #090908;
}
.contact-advisor {
  background: #171714;
  border-left: 1px solid #ffffff14;
}
.simulator-heading {
  max-width: 720px;
  margin-bottom: 2.5rem;
}
.simulator-heading i {
  color: var(--gold);
}
.simulator-heading h2 {
  margin: 0.7rem 0;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.05;
}
.simulator-heading h2 em {
  color: var(--gold);
  font-weight: 400;
}
.simulator-heading p {
  color: #b8b3a8;
  font-size: 0.85rem;
}
.simulator-inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.simulator-inputs label {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.65rem;
  align-items: center;
  padding: 0.9rem 1rem;
  background: #1d1d19;
  border: 1px solid #ffffff21;
}
.simulator-inputs label > span {
  grid-column: 1 / -1;
  color: #aaa598;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.simulator-inputs input {
  width: 100%;
  min-width: 0;
  padding: 0;
  color: #fff;
  outline: 0;
  background: transparent;
  border: 0;
  font: inherit;
  font-size: 1rem;
}
.simulator-inputs b {
  color: var(--gold);
  white-space: nowrap;
  font-size: 0.8rem;
}
.simulator-results {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: auto;
  border: 1px solid #d4ae3666;
}
.simulator-results > div {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem 1.35rem;
  border-right: 1px solid #ffffff1c;
}
.simulator-results > div:nth-child(2) {
  border-right: 0;
}
.simulator-results > div:last-child {
  grid-column: 1 / -1;
  align-items: flex-end;
  min-height: 122px;
  color: var(--black);
  background: var(--gold);
  border-top: 1px solid #d4ae3666;
  border-right: 0;
}
.simulator-results span {
  color: #aaa598;
  font-size: 0.72rem;
}
.simulator-results strong {
  color: var(--gold);
  font-size: 1.15rem;
}
.simulator-results > div:last-child span,
.simulator-results > div:last-child strong,
.simulator-results > div:last-child small {
  color: var(--black);
}
.simulator-results > div:last-child strong {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}
.simulator-results small {
  margin-left: 0.25rem;
  color: #aaa598;
  font-size: 0.65rem;
}
.simulator-disclaimer {
  max-width: 900px;
  margin: 1.3rem 0 0;
  color: #898579;
  font-size: 0.68rem;
  line-height: 1.55;
}
.contact-advisor > i {
  color: var(--gold);
}
.contact-advisor > h2 {
  max-width: 620px;
  margin: 1rem 0 1.2rem;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.06;
}
.contact-advisor > h2 em {
  color: var(--gold);
  font-weight: 400;
}
.contact-advisor > p {
  max-width: 620px;
  margin: 0 0 2.2rem;
  color: #b8b3a8;
  font-size: 0.88rem;
  line-height: 1.6;
}
.contact-advisor form,
.contact-advisor label {
  display: grid;
}
.contact-advisor form {
  flex: 1;
  gap: 1rem;
}
.contact-fields-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.contact-advisor label {
  gap: 0.5rem;
}
.contact-advisor label > span {
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.contact-advisor label > span small {
  color: #938f84;
  font-size: inherit;
}
.contact-advisor input,
.contact-advisor select {
  width: 100%;
  min-width: 0;
  height: 3.65rem;
  padding: 0 1rem;
  color: #fff;
  outline: 0;
  background: #22221f;
  border: 1px solid #ffffff24;
  border-radius: 2px;
  font: inherit;
  font-size: 0.86rem;
}
.contact-advisor input:focus,
.contact-advisor select:focus {
  border-color: var(--gold);
}
.contact-advisor input::placeholder {
  color: #77736b;
}
.contact-advisor form > button {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  justify-content: center;
  min-height: 3.65rem;
  margin-top: auto;
  color: var(--black);
  background: var(--gold);
  border: 0;
  font-size: 0.82rem;
  font-weight: 700;
}
.contact-advisor::after {
  content: "";
  flex: 0 0 2.35rem;
  margin-top: 1.3rem;
}

/* Ficha do imóvel */
.property-detail {
  padding-top: 88px;
  background: #fff;
}
.property-detail-topbar,
.property-breadcrumb,
.property-heading,
.property-detail-layout {
  width: min(1600px, 92vw);
  margin-inline: auto;
}
.property-breadcrumb {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  padding: 0.25rem 0 0.8rem;
  overflow-x: auto;
  color: var(--muted);
  white-space: nowrap;
  font-size: 0.72rem;
}
.property-breadcrumb button {
  padding: 0;
  color: var(--muted);
  background: transparent;
  border: 0;
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
.property-breadcrumb svg {
  flex: 0 0 auto;
  width: 0.8rem;
}
.property-breadcrumb strong {
  color: var(--black);
}
.property-detail-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 0;
}
.property-detail-topbar > div {
  display: flex;
  gap: 0.65rem;
}
.property-detail-topbar button {
  display: flex;
  gap: 0.45rem;
  align-items: center;
  padding: 0.65rem 0.85rem;
  color: var(--black);
  background: #f1efe9;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 700;
}
.property-detail-topbar svg {
  width: 1rem;
}
.property-heading {
  display: flex;
  gap: 2rem;
  align-items: flex-end;
  justify-content: space-between;
  padding: 1.1rem 0 1.8rem;
}
.property-heading i,
.property-description > i,
.property-location i,
.property-lead-form > i {
  color: var(--gold);
}
.property-heading h1 {
  margin: 0.55rem 0;
  font-size: clamp(2.15rem, 4vw, 4rem);
  line-height: 1;
}
.property-heading p {
  display: flex;
  gap: 0.35rem;
  align-items: center;
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}
.property-heading p svg {
  width: 1rem;
  color: var(--gold);
}
.property-heading > strong {
  padding-bottom: 0.3rem;
  font-size: 0.9rem;
}
.property-gallery {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: repeat(2, 210px);
  gap: 0.4rem;
  width: min(1760px, 100%);
  padding: 0 2vw;
  margin-inline: auto;
  overflow: hidden;
}
.property-gallery > button {
  min-width: 0;
  padding: 0;
  overflow: hidden;
  cursor: zoom-in;
  background: #e9e6dd;
  border: 0;
}
.property-gallery > button:first-child {
  grid-row: 1 / 3;
}
.property-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.property-gallery > button:hover img {
  transform: scale(1.025);
}
.property-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 410px);
  gap: clamp(2rem, 5vw, 6rem);
  padding: 3.5rem 0 5rem;
}
.property-facts {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  padding: 0 0 2.5rem;
  border-bottom: 1px solid var(--line);
}
.property-facts > div {
  display: grid;
  gap: 0.35rem;
  padding: 0 1rem;
  border-right: 1px solid var(--line);
}
.property-facts > div:first-child {
  padding-left: 0;
}
.property-facts > div:last-child {
  border-right: 0;
}
.property-facts svg {
  width: 1.15rem;
  color: var(--gold);
}
.property-facts span {
  color: var(--muted);
  font-size: 0.7rem;
}
.property-facts strong {
  font-size: 0.84rem;
}
.property-description {
  padding: 3.4rem 0;
  border-bottom: 1px solid var(--line);
}
.property-description h2,
.property-location h2 {
  margin: 0.65rem 0 1rem;
  font-size: clamp(1.75rem, 2.7vw, 2.75rem);
  line-height: 1.08;
}
.property-description p,
.property-location p {
  max-width: 760px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.75;
}
.property-location {
  padding: 3.4rem 0;
  border-bottom: 1px solid var(--line);
}
.property-location iframe {
  width: 100%;
  height: 330px;
  margin-top: 1.5rem;
  border: 0;
  filter: saturate(0.65) contrast(0.95);
}
.property-detail-layout > aside {
  position: relative;
}
.property-lead-form {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 0.85rem;
  padding: 2rem;
  color: #fff;
  background: var(--black);
}
.property-lead-form h2 {
  margin: 0.25rem 0 0;
  font-size: 1.65rem;
  line-height: 1.08;
}
.property-lead-form > p {
  margin: 0 0 0.5rem;
  color: #b8b3a8;
  font-size: 0.8rem;
  line-height: 1.55;
}
.property-lead-form label {
  display: grid;
  gap: 0.4rem;
}
.property-lead-form label > span {
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.property-lead-form input {
  height: 3.15rem;
  padding: 0 0.9rem;
  color: #fff;
  outline: 0;
  background: #22221f;
  border: 1px solid #ffffff24;
}
.property-lead-form input:focus {
  border-color: var(--gold);
}
.property-lead-form button {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  margin-top: 0.25rem;
  color: var(--black);
  background: var(--gold);
  border: 0;
  font-weight: 700;
}
.property-lead-form button svg {
  width: 1.1rem;
}
.similar-properties {
  padding: 4.5rem 5vw 5.5rem;
  background: var(--paper);
  border-top: 1px solid var(--line);
}
.similar-properties-heading {
  display: flex;
  gap: 2rem;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 1500px;
  margin: 0 auto 2rem;
}
.similar-properties-heading i {
  color: var(--gold);
}
.similar-properties-heading h2 {
  margin: 0.55rem 0 0;
  font-size: clamp(2rem, 3vw, 3rem);
}
.similar-properties-heading > button {
  display: flex;
  gap: 0.45rem;
  align-items: center;
  padding: 0.75rem 1rem;
  background: transparent;
  border: 1px solid var(--line);
  font-size: 0.75rem;
  font-weight: 700;
}
.similar-properties-heading > button svg {
  width: 1rem;
}
.similar-properties-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
  max-width: 1500px;
  margin: 0 auto;
}
.property-lightbox {
  position: fixed;
  z-index: 200;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 5.5rem;
  color: #fff;
  background: #0505049c;
  backdrop-filter: blur(3px);
}
.property-lightbox figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(82vw, 1380px);
  max-height: calc(100vh - 3rem);
  margin: 0;
}
.property-lightbox figure img {
  display: block;
  width: auto;
  height: auto;
  max-width: min(100%, 1380px);
  max-height: calc(100vh - 6rem);
  object-fit: contain;
  object-position: center;
}
.property-lightbox figcaption {
  margin-top: 0.75rem;
  color: #c3beb2;
  font-size: 0.75rem;
}
.property-lightbox > button {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  color: #fff;
  background: #ffffff14;
  border: 1px solid #ffffff33;
  border-radius: 50%;
}
.property-lightbox > button svg {
  width: 1.25rem;
}
.property-lightbox .lightbox-close {
  position: absolute;
  z-index: 3;
  top: 1.25rem;
  right: 1.25rem;
}
.property-lightbox .lightbox-previous,
.property-lightbox .lightbox-next {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
}
.property-lightbox .lightbox-previous {
  left: 1.25rem;
}
.property-lightbox .lightbox-next {
  right: 1.25rem;
}
body.lightbox-open {
  overflow: hidden;
}
.contact-advisor form > button svg {
  width: 1.15rem;
}

@media (max-width: 1050px) {
  .primary-filters {
    grid-template-columns: 1fr 1fr;
  }
  .filter-field:nth-child(2) {
    border-right: 0;
  }
  .search-button {
    grid-column: 1 / 3;
    min-height: 3.6rem;
  }
  .result-grid {
    grid-template-columns: 1fr;
  }
  .without-map .result-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 900px) {
  .portal-intro {
    padding-top: 7rem;
  }
  .portal-title {
    display: block;
  }
  .portal-title h1 {
    margin-top: 0.8rem;
  }
  .search-workspace,
  .search-workspace.without-map {
    display: block;
    min-height: 0;
  }
  .map-panel {
    display: none;
  }
  .mobile-view-toggle {
    position: sticky;
    bottom: 1.1rem;
    z-index: 20;
    display: flex;
    width: max-content;
    padding: 0.3rem;
    margin: -1px auto 0;
    background: var(--black);
    border-radius: 999px;
    box-shadow: 0 8px 30px #0004;
  }
  .mobile-view-toggle button {
    display: flex;
    gap: 0.45rem;
    align-items: center;
    padding: 0.6rem 1rem;
    color: #fff;
    background: transparent;
    border: 0;
    border-radius: 999px;
    font-size: 0.75rem;
  }
  .mobile-view-toggle button.active {
    color: var(--black);
    background: var(--gold);
  }
  .mobile-view-toggle svg {
    width: 1rem;
  }
  .search-workspace.mobile-map .results-list {
    display: none;
  }
  .search-workspace.mobile-map .map-panel {
    position: relative;
    top: auto;
    display: block;
    height: 68vh;
    border: 0;
  }
  .more-filters {
    grid-template-columns: 1fr 1fr;
  }
  .finance-simulator {
    grid-template-columns: 1fr;
  }
  .contact-advisor {
    border-top: 1px solid #ffffff14;
    border-left: 0;
  }
  .property-gallery {
    display: flex;
    gap: 0.5rem;
    padding: 0 5vw 0.75rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .property-gallery > button,
  .property-gallery > button:first-child {
    flex: 0 0 82vw;
    height: 54vw;
    max-height: 420px;
    scroll-snap-align: start;
  }
  .property-detail-layout {
    grid-template-columns: 1fr;
  }
  .property-lead-form {
    position: static;
  }
  .similar-properties-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  h1,
  h2 {
    letter-spacing: -0.035em;
  }
  .portal-intro {
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .portal-title h1 {
    font-size: 2.1rem;
  }
  .primary-filters {
    grid-template-columns: 1fr;
  }
  .filter-field {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .search-button {
    grid-column: auto;
  }
  .results-toolbar {
    gap: 0.9rem;
    align-items: flex-start;
  }
  .results-toolbar > div:last-child {
    justify-content: flex-end;
    width: 100%;
  }
  .results-toolbar button {
    padding: 0.65rem 0.8rem;
  }
  .more-filters {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .filter-details-grid,
  .checkbox-grid,
  .simulator-inputs {
    grid-template-columns: 1fr;
  }
  .filter-panel-footer {
    align-items: stretch;
    flex-direction: column;
  }
  .finance-calculator,
  .contact-advisor {
    padding: 3.5rem 5vw;
  }
  .contact-fields-row {
    grid-template-columns: 1fr;
  }
  .result-grid,
  .without-map .result-grid {
    grid-template-columns: 1fr;
  }
  .results-list {
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .result-image {
    height: 260px;
  }
  .photo-arrow {
    opacity: 1;
  }
  .property-detail {
    padding-top: 76px;
  }
  .property-detail-topbar {
    align-items: flex-start;
  }
  .property-detail-topbar > div {
    display: none;
  }
  .property-heading {
    align-items: flex-start;
    flex-direction: column;
  }
  .property-heading h1 {
    font-size: 2.2rem;
  }
  .property-facts {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 0;
  }
  .property-facts > div,
  .property-facts > div:first-child {
    padding: 0 0.8rem;
  }
  .property-facts > div:nth-child(2n) {
    border-right: 0;
  }
  .property-lead-form {
    padding: 1.5rem;
  }
  .similar-properties {
    padding: 3.5rem 5vw;
  }
  .similar-properties-heading {
    align-items: flex-start;
    flex-direction: column;
  }
  .similar-properties-grid {
    grid-template-columns: 1fr;
  }
  .property-lightbox {
    grid-template-columns: 3rem minmax(0, 1fr) 3rem;
    padding: 1rem 0.35rem;
  }
  .property-lightbox > button {
    width: 2.6rem;
    height: 2.6rem;
  }
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--black);
  font-family: "Inter", Arial, sans-serif;
}
button,
a {
  font: inherit;
  color: inherit;
}
button {
  cursor: pointer;
}
img {
  width: 100%;
  display: block;
}
i {
  font-style: normal;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: #716b5d;
}
.page-shell {
  animation: reveal 0.45s ease both;
}
@keyframes reveal {
  from {
    opacity: 0.35;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.site-header {
  height: 88px;
  display: grid;
  grid-template-columns: 220px 1fr;
  align-items: center;
  padding: 0 5vw;
  background: #12120ff2;
  backdrop-filter: blur(16px);
  position: fixed;
  z-index: 50;
  width: 100%;
  border-bottom: 1px solid #d4ae3638;
}
.brand {
  display: block;
  width: 172px;
  border: 0;
  background: none;
  padding: 0;
}
.brand img {
  height: 52px;
  width: auto;
  object-fit: contain;
}
.site-header nav {
  display: flex;
  justify-content: flex-end;
  gap: clamp(16px, 2vw, 36px);
}
.site-header nav button,
.mobile-menu button {
  border: 0;
  background: none;
  color: #fff;
  padding: 12px 0;
  font-size: 12px;
  font-weight: 600;
  position: relative;
}
.site-header nav button:after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 5px;
  height: 1px;
  background: var(--gold);
  transition: 0.25s;
}
.site-header nav button:hover:after,
.site-header nav button.active:after {
  right: 0;
}
.site-header nav button.active {
  color: var(--gold);
}
.menu-btn,
.mobile-menu {
  display: none;
}
.hero {
  height: 100svh;
  min-height: 680px;
  position: relative;
  color: #fff;
  overflow: hidden;
  background-color: #090908;
  background-position: center;
  background-size: cover;
}
.hero video {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  object-fit: cover;
}
.shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #070704e8 0%, #09090669 65%, #05050385),
    linear-gradient(0deg, #000b, transparent 52%);
}
.hero-copy {
  position: absolute;
  left: 7vw;
  bottom: 10vh;
  max-width: 1050px;
}
.hero-copy i,
.solution i,
.dark-section > i {
  color: var(--gold);
}
h1,
h2 {
  font-size: clamp(48px, 6.6vw, 100px);
  line-height: 0.94;
  letter-spacing: -0.055em;
  margin: 22px 0;
  font-weight: 500;
}
h1 em,
h2 em {
  font-style: italic;
  color: var(--gold);
  font-weight: 400;
}
.hero-copy p {
  font-size: clamp(16px, 1.35vw, 20px);
  max-width: 650px;
  color: #fff;
  line-height: 1.6;
}
.section {
  padding: 115px 6vw;
}
.section > header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 58px;
}
.section > header h2 {
  font-size: clamp(42px, 5.5vw, 80px);
  margin-bottom: 0;
}
.section > header > p {
  max-width: 380px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}
.project-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: 310px 310px;
  gap: 14px;
}
.project {
  position: relative;
  overflow: hidden;
  color: white;
  min-height: 290px;
}
.project.p0 {
  grid-row: 1/3;
}
.project img {
  height: 100%;
  object-fit: cover;
  transition: 0.7s;
}
.project:hover img {
  transform: scale(1.035);
}
.project > b {
  position: absolute;
  top: 22px;
  left: 22px;
  background: var(--gold);
  color: var(--black);
  padding: 10px 13px;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.project > div:not(.shade) {
  position: absolute;
  left: 26px;
  bottom: 24px;
}
.project h3 {
  font-size: 27px;
  margin: 6px 0 0;
}
.project > svg {
  position: absolute;
  right: 24px;
  bottom: 26px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 36px;
  font-size: 12px;
  font-weight: 700;
  border: 0;
  border-bottom: 1px solid;
  background: none;
  padding: 0 0 8px;
}
.all-projects {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.all-projects .project {
  height: 430px;
}
.solution,
.dark-section {
  background: var(--black);
  color: #fff;
  padding: 125px 6vw;
}
.solution {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
}
.solution h2,
.dark-section h2 {
  font-size: clamp(48px, 6.1vw, 90px);
}
.solution > div > p,
.dark-section > p {
  max-width: 560px;
  color: #c4bfae;
  font-size: 17px;
  line-height: 1.7;
}
.pillars {
  border-top: 1px solid #d4ae3647;
}
.pillars article {
  display: grid;
  grid-template-columns: 45px 1fr auto;
  gap: 20px;
  padding: 31px 0;
  border-bottom: 1px solid #d4ae3647;
}
.pillars small {
  color: var(--gold);
}
.pillars h3 {
  font-size: 24px;
  margin: 0 0 8px;
}
.pillars p {
  margin: 0;
  color: #b6b0a0;
  line-height: 1.55;
  font-size: 14px;
}
.numbers {
  background: var(--gold);
}
.numbers i {
  color: #2d281a;
}
.numbers > div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 48px;
  border-top: 1px solid #0004;
}
.numbers article {
  padding: 35px 24px 0;
  border-right: 1px solid #0004;
}
.numbers article:first-child {
  padding-left: 0;
}
.numbers strong {
  font-size: clamp(30px, 3.6vw, 58px);
  display: block;
  letter-spacing: -0.055em;
}
.numbers span {
  font-size: 12px;
  display: block;
  margin-top: 10px;
}
.partner-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 920px;
  border: 1px solid var(--line);
}
.partner-card {
  display: grid;
  grid-template-rows: auto minmax(76px, 1fr) auto;
  place-items: center;
  min-width: 220px;
  min-height: 180px;
  padding: 1.25rem;
  background: #fff;
  border-right: 1px solid var(--line);
  text-align: center;
}
.partner-card:last-child {
  border-right: 0;
}
.partner-card small {
  justify-self: start;
  color: var(--gold);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.partner-card strong {
  color: #5c574c;
  font-size: 0.85rem;
  font-weight: 600;
}
.partner-logo {
  display: grid;
  place-items: center;
  width: 100%;
  height: 76px;
  padding: 0.75rem 1rem;
}
.partner-logo img {
  display: block;
  width: auto;
  max-width: 170px;
  height: auto;
  max-height: 58px;
  object-fit: contain;
}
.partner-cards .partner-card:first-child .partner-logo img {
  max-width: 235px;
  max-height: 82px;
}
.partner-marquee {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  border: 1px solid var(--line);
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  overscroll-behavior-inline: contain;
  touch-action: pan-x pan-y;
  user-select: none;
}
.partner-marquee::-webkit-scrollbar {
  display: none;
}
.partner-marquee[data-dragging="true"] {
  cursor: grabbing;
}
.partner-track {
  display: flex;
  width: max-content;
}
.partner-card.developer {
  grid-template-rows: minmax(90px, 1fr) auto;
  width: clamp(230px, 21vw, 320px);
  min-height: 160px;
}
.partner-card.developer .partner-logo img {
  filter: none;
}
.partner-card.developer.vitacon .partner-logo {
  height: 94px;
  padding-inline: 0.4rem;
}
.partner-card.developer.vitacon .partner-logo img {
  width: min(100%, 235px);
  max-width: 235px;
  max-height: 88px;
}
.partner-card.developer:nth-child(7n + 1) .partner-logo img {
  color: #161616;
}
.partner-wordmark {
  color: #113160;
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.partner-card.developer.helbor .partner-wordmark {
  font-size: 2rem;
  letter-spacing: 0.06em;
}
@keyframes partner-scroll {
  to {
    transform: translateX(-50%);
  }
}
.editorial h2 {
  font-size: clamp(42px, 5.3vw, 78px);
  max-width: 1100px;
}
.lead {
  font-size: clamp(18px, 2vw, 27px);
  line-height: 1.6;
  max-width: 980px;
  color: #544f45;
}
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
  margin-top: 85px;
  padding-top: 45px;
  border-top: 1px solid var(--line);
}
.split h3 {
  font-size: clamp(27px, 3vw, 43px);
  margin: 14px 0 22px;
}
.split p,
.split li {
  color: #696459;
  line-height: 1.8;
  font-size: 15px;
}
.split ul {
  padding-left: 20px;
}
blockquote {
  font-size: clamp(25px, 3.2vw, 45px);
  line-height: 1.35;
  margin: 0;
  color: #272319;
}
blockquote small {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--gold);
  margin-top: 28px;
}
.manifesto {
  margin-top: 100px;
  background: var(--gold);
  padding: 7vw;
}
.manifesto p {
  font-size: clamp(22px, 3vw, 42px);
  line-height: 1.45;
  letter-spacing: -0.03em;
  margin-bottom: 0;
}
.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 65px;
  border-top: 1px solid #d4ae3647;
}
.value-grid article {
  padding: 35px 30px 25px 0;
  border-bottom: 1px solid #d4ae3647;
}
.value-grid small {
  color: var(--gold);
}
.value-grid h3 {
  font-size: 23px;
  margin: 25px 0 12px;
}
.value-grid p {
  color: #aea895;
  line-height: 1.6;
  font-size: 14px;
}
.check-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 75px;
  border-top: 1px solid var(--line);
}
.check-grid article {
  display: flex;
  gap: 20px;
  padding: 30px 25px 30px 0;
  border-bottom: 1px solid var(--line);
  align-items: flex-start;
}
.check-grid article:nth-child(odd) {
  border-right: 1px solid var(--line);
}
.check-grid article:nth-child(even) {
  padding-left: 30px;
}
.check-grid svg {
  color: var(--gold);
  flex: 0 0 auto;
}
.check-grid h3 {
  font-size: 20px;
  margin: 0 0 8px;
}
.check-grid p {
  margin: 0;
  line-height: 1.65;
  color: #5f5a50;
}
.case ul {
  list-style: none;
  padding: 0;
  margin-top: 45px;
  max-width: 620px;
}
.case li {
  border-top: 1px solid #d4ae3647;
  padding: 20px 0;
  color: #fff;
}
.page-intro {
  padding: 200px 6vw 110px;
  background: var(--black);
  color: white;
}
.page-intro i {
  color: var(--gold);
}
.page-intro p {
  font-size: 18px;
  color: #c4bfae;
}
.content {
  background: #f0eee7;
}
.post-list {
  border-top: 1px solid var(--line);
}
.post-list article {
  display: grid;
  grid-template-columns: 65px 1fr auto;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}
.post-list small,
.post-list i {
  font-size: 9px;
  color: #756f62;
}
.post-list h3 {
  font-size: clamp(18px, 2vw, 27px);
  max-width: 900px;
  margin: 8px 0;
}
.post-list p {
  color: #797367;
  font-size: 13px;
  line-height: 1.5;
  max-width: 760px;
}
footer {
  background: #0d0d0b;
  color: #fff;
  padding: 85px 6vw 28px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 65px;
}
.footer-top img {
  width: 235px;
}
.footer-top p {
  color: #918c7f;
  max-width: 430px;
  font-size: 13px;
  line-height: 1.7;
}
.footer-top nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.footer-top nav button {
  border: 0;
  background: none;
  text-align: left;
  color: #fff;
  font-size: 13px;
}
.footer-top nav button:hover {
  color: var(--gold);
}
.footer-bottom {
  border-top: 1px solid #302e27;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  color: #777266;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
@media (max-width: 900px) {
  .site-header {
    height: 74px;
    grid-template-columns: 1fr auto;
  }
  .brand {
    width: 145px;
  }
  .brand img {
    height: 43px;
  }
  .site-header nav {
    display: none;
  }
  .menu-btn {
    display: grid;
    border: 0;
    background: none;
    color: var(--gold);
    padding: 8px;
  }
  .mobile-menu {
    display: flex;
    position: absolute;
    top: 74px;
    left: 0;
    right: 0;
    background: var(--black);
    padding: 24px 6vw 34px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    border-bottom: 1px solid #d4ae3647;
  }
  .hero {
    min-height: 620px;
  }
  .hero-copy {
    left: 6vw;
    right: 6vw;
  }
  .section {
    padding: 82px 6vw;
  }
  .section > header {
    display: block;
  }
  .section > header > p {
    margin-top: 24px;
  }
  .project-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 420px 270px 270px;
  }
  .project.p0 {
    grid-row: auto;
  }
  .solution {
    grid-template-columns: 1fr;
    padding: 90px 6vw;
  }
  .pillars {
    margin-top: 24px;
  }
  .numbers > div {
    grid-template-columns: 1fr 1fr;
  }
  .numbers article {
    padding-bottom: 28px;
    border-bottom: 1px solid #0004;
  }
  .all-projects {
    grid-template-columns: 1fr;
  }
  .all-projects .project {
    height: 360px;
  }
  .logos {
    grid-template-columns: 1fr 1fr;
  }
  .split {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .value-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-top {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .footer-bottom {
    flex-direction: column;
  }
}
@media (max-width: 560px) {
  .hero h1 {
    font-size: 43px;
  }
  .numbers > div,
  .logos,
  .value-grid,
  .check-grid {
    grid-template-columns: 1fr;
  }
  .numbers article {
    padding-left: 0;
    border-right: 0;
  }
  .check-grid article:nth-child(odd) {
    border-right: 0;
  }
  .check-grid article:nth-child(even) {
    padding-left: 0;
  }
  .post-list article {
    grid-template-columns: 38px 1fr;
  }
  .post-list svg {
    display: none;
  }
  .footer-top nav {
    grid-template-columns: 1fr;
  }
  .section h2 {
    font-size: 42px;
  }
  .page-intro {
    padding-top: 155px;
  }
  .all-projects .project {
    height: 300px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .page-shell {
    animation: none;
  }
  .hero video {
    display: none;
  }
  .project img {
    transition: none;
  }
  .partner-track {
    animation: none;
  }
}

/* Ajustes de escala, densidade e hierarquia — referência BR 360 */
i {
  font-size: 0.75rem;
}
.site-header nav button,
.mobile-menu button {
  font-size: 0.875rem;
}
.hero {
  height: clamp(520px, 68svh, 660px);
  min-height: 520px;
}
.hero-copy {
  top: 50%;
  bottom: auto;
  transform: translateY(-40%);
  max-width: 880px;
}
h1,
h2 {
  font-size: clamp(2.55rem, 4.2vw, 4.15rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}
.section {
  padding: 4.75rem 6vw;
}
.section > header {
  align-items: center;
  margin-bottom: 2.25rem;
}
.section > header h2,
.editorial h2,
.solution h2,
.dark-section h2 {
  font-size: clamp(2.2rem, 3.45vw, 3.35rem);
  line-height: 1.08;
}
.lead {
  max-width: 920px;
  font-size: clamp(1.05rem, 1.35vw, 1.3rem);
}
.project-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: none;
  gap: 1rem;
}
.project-grid .project,
.project-grid .project.p0 {
  grid-row: auto;
  height: clamp(270px, 29vw, 360px);
}
.project {
  width: 100%;
  padding: 0;
  border: 0;
  font: inherit;
  text-align: left;
  cursor: pointer;
}
.project:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}
.pillars article {
  grid-template-columns: 45px 1fr;
}
.project h3 {
  font-size: clamp(1.2rem, 1.65vw, 1.75rem);
}
.project > b {
  font-size: 0.75rem;
}
.project small,
.pillars small,
.value-grid small,
.logos small {
  font-size: 0.75rem;
}
.solution,
.dark-section {
  padding: 5.5rem 6vw;
}
.numbers {
  background: transparent;
  margin: 3.25rem 0 0;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}
.numbers > i {
  color: #716b5d;
}
.numbers > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 1.5rem;
  border-top: 0;
}
.numbers article {
  min-width: 0;
  padding: 1rem 1.25rem 1rem 0;
  border-right: 1px solid var(--line);
}
.numbers article + article {
  padding-left: 1.25rem;
}
.numbers article:last-child {
  border-right: 0;
}
.numbers strong {
  display: block;
  color: var(--gold);
  font-size: clamp(1.75rem, 2.5vw, 2.8rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.045em;
  white-space: nowrap;
}
.numbers span {
  display: block;
  margin-top: 0.65rem;
  font-size: 0.875rem;
  line-height: 1.35;
}
.blog-page {
  padding-top: 112px;
  background: #f7f6f2;
  color: var(--black);
}
.blog-heading,
.featured-post,
.blog-more {
  padding-inline: 6vw;
}
.blog-heading {
  padding-top: 2.5rem;
  padding-bottom: 2rem;
}
.blog-heading > i,
.blog-more > i,
.featured-post article > i,
.blog-grid article > i {
  color: #756f62;
  font-size: 0.75rem;
  font-style: normal;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.blog-heading h1 {
  max-width: 650px;
  margin: 0.45rem 0 0.65rem;
  font-size: clamp(2rem, 3.2vw, 3.4rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.055em;
}
.blog-heading h1 em {
  color: var(--gold);
  font-weight: 400;
}
.blog-heading p {
  max-width: 780px;
  margin: 0;
  color: #655f54;
  font-size: 1rem;
  line-height: 1.65;
}
.featured-post {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  gap: 0;
  padding-top: 1.5rem;
  padding-bottom: 4rem;
}
.featured-image {
  position: relative;
  min-height: 470px;
  overflow: hidden;
}
.featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured-image span {
  position: absolute;
  top: 1.25rem;
  left: 0;
  padding: 0.75rem 1.25rem;
  background: #fff;
  font-size: 0.875rem;
}
.featured-post > article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem 3.25rem;
  background: #ecebe7;
}
.featured-post h2 {
  margin: 1rem 0 1.25rem;
  font-size: clamp(1.65rem, 2.5vw, 2.65rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
}
.featured-post p {
  margin: 0 0 1.5rem;
  color: #5e594f;
  font-size: 1rem;
  line-height: 1.65;
}
.featured-post .text-link {
  align-self: flex-start;
}
.blog-more {
  padding-top: 4.5rem;
  padding-bottom: 6rem;
  background: #fff;
}
.blog-more > h2 {
  margin: 0.65rem 0 2.5rem;
  font-size: clamp(2rem, 3.6vw, 3.7rem);
  font-weight: 500;
  letter-spacing: -0.045em;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem 1.5rem;
}
.blog-grid article {
  position: relative;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--line);
}
.blog-grid img {
  width: 100%;
  height: clamp(230px, 25vw, 390px);
  aspect-ratio: 16 / 9;
  margin-bottom: 1.35rem;
  object-fit: cover;
}
.blog-grid h3 {
  margin: 0.8rem 2.5rem 0.85rem 0;
  font-size: clamp(1.15rem, 1.5vw, 1.45rem);
  line-height: 1.25;
  letter-spacing: -0.025em;
}
.blog-grid p {
  margin: 0 2.5rem 0 0;
  color: #655f54;
  font-size: 0.875rem;
  line-height: 1.6;
}
.blog-grid button {
  position: absolute;
  right: 0;
  bottom: 2rem;
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
}
.blog-grid button svg {
  width: 1rem;
}
.archive-button {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 3rem auto 0;
  padding: 0.9rem 1.35rem;
  border: 1px solid var(--black);
  border-radius: 999px;
  background: transparent;
  color: var(--black);
  font: inherit;
  font-size: 0.875rem;
  transition: 0.2s ease;
}
.archive-button:hover {
  border-color: var(--gold);
  background: var(--gold);
}
.archive-button svg {
  width: 1rem;
}
.partners {
  background: #fff;
}
.partner-group + .partner-group {
  margin-top: 2.25rem;
}
.partner-group > h3 {
  margin: 0 0 0.9rem;
  font-size: 1rem;
  font-weight: 600;
}
.logos {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.logos.internal {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 50%;
}
.logos span {
  height: 7rem;
  padding: 1rem;
  font-size: 1rem;
  text-align: center;
}
.logos span small {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--gold);
  letter-spacing: 0.14em;
}
.split {
  margin-top: 4rem;
}
.manifesto {
  margin-top: 5rem;
  padding: 4.5rem 5vw;
}
.manifesto p {
  font-size: clamp(1.25rem, 2vw, 1.9rem);
}
.history-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 7vw;
  margin-top: 4rem;
  padding-top: 3rem;
  border-top: 1px solid var(--line);
}
.history-grid > article h3,
.about-pillars h3,
.heat-map h3 {
  margin: 0 0 1.25rem;
  font-size: clamp(1.65rem, 2.4vw, 2.55rem);
}
.history-grid p,
.about-pillars p,
.about-pillars li,
.heat-map p {
  color: #696459;
  font-size: 0.9375rem;
  line-height: 1.8;
}
.founder-quote {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 0.42fr);
  align-items: stretch;
  background: #fff;
  border: 1px solid var(--line);
}
.founder-quote blockquote {
  align-self: center;
  padding: 2.5rem;
  font-size: clamp(1.4rem, 2.2vw, 2.35rem);
}
.founder-quote blockquote p {
  margin: 1.25rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.65;
}
.founder-quote blockquote small {
  line-height: 1.5;
}
.founder-quote img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
}
.about-pillars {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: start;
}
.about-pillars ul {
  padding-left: 1.2rem;
}
.office-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
  margin-top: clamp(1.5rem, 3vw, 3rem);
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
}
.office-gallery img {
  width: 100%;
  height: auto;
  max-height: 400px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}
.hero-partner-logo {
  position: absolute;
  z-index: 3;
  right: clamp(2rem, 7vw, 8rem);
  bottom: clamp(3.5rem, 9vh, 7rem);
  width: clamp(250px, 28vw, 500px);
  max-height: 150px;
  object-fit: contain;
}
.manifesto {
  position: relative;
  margin-top: 5rem;
  padding: 3.5rem 0 1rem 4vw;
  border-top: 1px solid var(--line);
  border-left: 3px solid var(--gold);
  background: transparent;
}
.manifesto p {
  max-width: 1100px;
  color: #3f3a31;
  font-size: clamp(1.25rem, 1.8vw, 1.75rem);
  line-height: 1.55;
}
.heat-map {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  gap: 5vw;
  align-items: center;
  margin-top: 5rem;
  padding-top: 3rem;
  border-top: 1px solid var(--line);
}
.heat-map img {
  width: 100%;
  max-height: 480px;
  object-fit: contain;
}
.case-with-image {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  gap: 7vw;
  align-items: center;
}
.case-with-image > div {
  max-width: 720px;
}
.case-with-image > img {
  width: 100%;
  max-height: 650px;
  object-fit: cover;
  object-position: center;
}
.management-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 4rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.management-steps article {
  min-width: 0;
  padding: 2rem 1.5rem 2.5rem;
  border-right: 1px solid var(--line);
}
.management-steps article:first-child {
  padding-left: 0;
}
.management-steps article:last-child {
  border-right: 0;
}
.management-steps strong {
  display: block;
  margin-bottom: 2rem;
  color: var(--gold);
  font-size: clamp(2.5rem, 4vw, 4.5rem);
  font-weight: 500;
  letter-spacing: -0.06em;
}
.management-steps h3 {
  min-height: 3.1em;
  margin: 0 0 0.8rem;
  font-size: 1.05rem;
  line-height: 1.35;
}
.management-steps p {
  margin: 0;
  color: #696459;
  font-size: 0.875rem;
  line-height: 1.6;
}
.post-list small,
.post-list i {
  font-size: 0.75rem;
}
.post-list p,
.footer-top p,
.footer-top nav button {
  font-size: 0.875rem;
}
.socials {
  display: flex;
  gap: 0.7rem;
  margin-top: 1.5rem;
}
.socials a,
.socials button {
  width: 2.35rem;
  height: 2.35rem;
  display: grid;
  place-items: center;
  color: #fff;
  background: transparent;
  border: 1px solid #ffffff42;
  border-radius: 50%;
  transition: 0.2s ease;
}
.socials a:hover,
.socials button:hover {
  color: var(--black);
  background: var(--gold);
  border-color: var(--gold);
}
.socials svg {
  width: 1.1rem;
  height: 1.1rem;
}
.footer-bottom {
  font-size: 0.75rem;
  line-height: 1.5;
}
.footer-bottom a:hover {
  color: var(--gold);
}
@media (max-width: 900px) {
  .hero {
    height: 72svh;
  }
  .hero-partner-logo {
    right: 1.25rem;
    bottom: 2rem;
    width: min(68vw, 330px);
    max-height: 90px;
  }
  .project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }
  .project-grid .project,
  .project-grid .project.p0 {
    height: 350px;
  }
  .numbers > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .numbers article:nth-child(2) {
    border-right: 0;
  }
  .numbers article:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }
  .logos.internal {
    max-width: none;
  }
  .featured-post {
    grid-template-columns: 1fr;
  }
  .featured-post > article {
    padding: 2.5rem;
  }
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .history-grid,
  .about-pillars,
  .heat-map,
  .case-with-image {
    grid-template-columns: 1fr;
  }
  .founder-quote {
    grid-template-columns: minmax(0, 1fr) minmax(180px, 0.45fr);
  }
  .office-gallery {
    grid-template-columns: 1fr;
  }
  .management-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .management-steps article:nth-child(2) {
    border-right: 0;
  }
  .management-steps article:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }
}
@media (max-width: 560px) {
  .hero {
    min-height: 540px;
  }
  .hero h1 {
    font-size: 2.5rem;
  }
  .section {
    padding: 4rem 6vw;
  }
  .project-grid {
    grid-template-columns: 1fr;
  }
  .project-grid .project,
  .project-grid .project.p0 {
    height: 320px;
  }
  .numbers > div,
  .logos,
  .logos.internal {
    grid-template-columns: 1fr;
  }
  .partner-cards {
    grid-template-columns: 1fr;
    max-width: none;
  }
  .partner-card {
    min-width: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .partner-card:last-child {
    border-bottom: 0;
  }
  .partner-card.developer {
    width: 78vw;
    min-width: 240px;
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }
  .numbers article,
  .numbers article + article {
    padding: 1rem 0;
    border-right: 0;
    border-top: 1px solid var(--line);
  }
  .blog-page {
    padding-top: 88px;
  }
  .blog-heading {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
  }
  .featured-post {
    padding-top: 2rem;
    padding-bottom: 3.5rem;
  }
  .featured-image {
    min-height: 300px;
  }
  .featured-post > article {
    padding: 2rem 1.25rem;
  }
  .blog-grid {
    grid-template-columns: 1fr;
  }
  .blog-grid img {
    height: auto;
    aspect-ratio: 16 / 9;
  }
  .founder-quote {
    grid-template-columns: 1fr;
  }
  .founder-quote img {
    min-height: 360px;
    max-height: 480px;
  }
  .manifesto {
    padding: 2.5rem 0 0.5rem 1.25rem;
  }
  .management-steps {
    grid-template-columns: 1fr;
  }
  .management-steps article,
  .management-steps article:first-child {
    padding: 1.75rem 0;
    border-right: 0;
    border-top: 1px solid var(--line);
  }
  .management-steps article:first-child {
    border-top: 0;
  }
  .management-steps h3 {
    min-height: 0;
  }
}

/* Header WordPress: uma única navegação e centralização real. */
@media (min-width: 901px) {
  .site-header {
    display: flex;
    justify-content: center;
  }
  .site-header .brand {
    position: absolute;
    left: 5vw;
  }
  .site-header .desktop-navigation {
    display: flex;
    width: min(100%, 980px);
    justify-content: center;
  }
  .site-header nav.mobile-menu,
  .site-header nav.mobile-menu[hidden] {
    display: none !important;
  }
}
@media (max-width: 900px) {
  .site-header {
    display: flex;
    justify-content: space-between;
  }
  .site-header .brand {
    position: static;
  }
  .site-header .desktop-navigation {
    display: none;
  }
  .site-header nav.mobile-menu[hidden] {
    display: none !important;
  }
  .site-header nav.mobile-menu:not([hidden]) {
    display: flex !important;
  }
}

/* Ajustes finais dos indicadores e do rodapé. */
.numbers strong {
  display: inline-flex;
  align-items: baseline;
  gap: .12em;
  font-size: clamp(2.15rem, 3vw, 3.35rem);
  line-height: 1;
  white-space: nowrap;
}
.numbers strong .br360-count {
  display: inline;
  margin: 0;
  font: inherit;
  line-height: inherit;
}
.numbers .number-label {
  display: block;
  margin-top: .8rem;
  font-size: 1rem;
  line-height: 1.4;
}
.footer-top nav {
  display: block;
  width: 100%;
}
.footer-top nav > ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.35rem 4rem;
  align-items: start;
}
.footer-top nav > ul > li {
  min-width: 0;
}
.footer-top nav a {
  display: inline-block;
  padding: 0;
  color: #fff;
  font-size: 1rem;
  line-height: 1.45;
}
.socials svg {
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  overflow: visible;
}
@media (max-width: 760px) {
  .numbers strong { font-size: 2.25rem; }
  .numbers .number-label { font-size: .9375rem; }
  .footer-top nav > ul { grid-template-columns: 1fr; gap: 1rem; }
}

/* A estrutura do valor permanece horizontal em qualquer viewport. */
.numbers .number-value {
  display: inline-flex !important;
  flex-flow: row nowrap !important;
  align-items: baseline !important;
  gap: .12em !important;
  white-space: nowrap !important;
}
.numbers .number-value > .number-prefix,
.numbers .number-value > .br360-count,
.numbers .number-value > .number-suffix {
  display: inline !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  font: inherit !important;
  line-height: inherit !important;
  white-space: nowrap !important;
}
@media (max-width: 560px) {
  .numbers .number-value {
    font-size: clamp(2rem, 11vw, 2.6rem) !important;
  }
  .numbers .number-label {
    font-size: 1rem !important;
  }
}
