:root {
  --paper: #f5f7f8;
  --paper-bright: #fbfcfd;
  --ink: #0a0a0a;
  --ink-soft: #57544f;
  --black: #070707;
  --black-raised: #10100f;
  --red: #9f101c;
  --red-hot: #d1242f;
  --red-dark: #690710;
  --white: #fffdf8;
  --hairline: rgba(10, 10, 10, 0.17);
  --hairline-dark: rgba(255, 253, 248, 0.18);
  --radius-sm: 0.875rem;
  --radius-md: 1.5rem;
  --radius-pill: 62.4375rem;
  --container: min(77.5rem, calc(100% - 3rem));
  --plan-overlap: 19.6875rem;
  --ease: cubic-bezier(0.32, 0.72, 0, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
svg:not(.svg-sprite) { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.svg-sprite { width: 0; height: 0; position: absolute; overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 0.1875rem solid #ff5964; outline-offset: 0.25rem; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; top: 0.75rem; left: 0.75rem; z-index: 30; padding: 0.75rem 1.125rem; border-radius: 0.5rem; background: var(--white); color: var(--ink); transform: translateY(-150%); transition: transform 300ms var(--ease); }
.skip-link:focus { transform: translateY(0); }

.topbar { position: fixed; inset: 0 0 auto; z-index: 20; pointer-events: none; }
.nav-island {
  width: min(77.5rem, calc(100% - 3rem));
  min-height: 5rem;
  margin: 1rem auto 0;
  padding: 0.25rem 0.4375rem 0.25rem 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  border-radius: var(--radius-sm);
  border: 0.0625rem solid transparent;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  color: var(--white);
  pointer-events: auto;
  transition: background-color 450ms var(--ease), border-color 450ms var(--ease), box-shadow 450ms var(--ease), backdrop-filter 450ms var(--ease);
}
.topbar.is-scrolled .nav-island { border-color: rgba(255,255,255,.14); background: rgba(0,0,0,.94); box-shadow: 0 0.625rem 1.75rem rgba(0, 0, 0, 0.24), inset 0 0.0625rem rgba(255, 255, 255, 0.16); backdrop-filter: blur(1.75rem) saturate(1.15); -webkit-backdrop-filter: blur(1.75rem) saturate(1.15); }
.topbar:not(.is-scrolled) .main-nav > a:not(.nav-action) { color: var(--white); }
.brand { min-height: 2.75rem; display: inline-flex; align-items: center; gap: 0.6875rem; flex-shrink: 0; }
.brand-logo { width: auto; height: 4.5rem; display: block; transition: transform 900ms var(--ease); }
.topbar:not(.is-scrolled) .brand-logo { transform: scale(1.2); transform-origin: left center; }
.topbar.is-scrolled .brand-logo { transform: scale(1); }
.footer-brand .brand-logo { height: 5.75rem; }
.footer-brand { margin-bottom: -1.25rem; }
.brand-rule { width: 0.25rem; height: 1.9375rem; background: linear-gradient(180deg, var(--red-hot), var(--red-dark)); }
.brand-name { font-size: 1.5625rem; font-weight: 800; line-height: 1; letter-spacing: 0.02em; }
.brand-sub { padding-left: 0.6875rem; border-left: 0.0625rem solid rgba(255,255,255,.25); font-family: "DM Mono", monospace; font-size: 0.4375rem; line-height: 1.45; letter-spacing: .1em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 0.375rem; }
.main-nav > a { min-height: 2.75rem; display: inline-flex; align-items: center; padding: 0 0.9375rem; border-radius: .375rem; font-size: 0.6875rem; font-weight: 600; color: rgba(255, 253, 248, 0.82); text-shadow: 0 .0625rem .1875rem rgba(0,0,0,.72); transition: color 500ms var(--ease), background-color 500ms var(--ease), transform 500ms var(--ease); }
.main-nav > a:not(.nav-action):hover { background: rgba(255,255,255,.08); color: var(--white); }
.main-nav .nav-action { margin: 0 0.625rem 0 0.5rem; padding: 0 0.375rem 0 1.25rem; border-radius: .375rem; background: linear-gradient(120deg, var(--red-dark), var(--red-hot)); color: var(--white); }
.nav-action .icon-orb, .button .icon-orb { width: 2.125rem; height: 2.125rem; margin-left: 0.6875rem; display: inline-grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.14); transition: transform 600ms var(--ease), background-color 600ms var(--ease); }
.icon-orb svg { width: 0.9375rem; height: 0.9375rem; }
.nav-action:hover .icon-orb, .button:hover .icon-orb { transform: translate(0.125rem,-0.125rem) scale(1.04); background: rgba(255,255,255,.22); }
.button .icon-orb--whatsapp, .button:hover .icon-orb--whatsapp { background: transparent; color: var(--white); }
.button .icon-orb--whatsapp svg { width: 1.35rem; height: 1.35rem; }
.menu-toggle { width: 2.875rem; height: 2.875rem; display: none; position: relative; border: 0; border-radius: 50%; background: var(--red); color: var(--white); cursor: pointer; }
.menu-toggle span { position: absolute; left: 0.8125rem; width: 1.25rem; height: 0.0625rem; background: currentColor; transition: transform 600ms var(--ease), top 600ms var(--ease); }
.menu-toggle span:first-child { top: 1.1875rem; }
.menu-toggle span:last-child { top: 1.6875rem; }
.menu-toggle[aria-expanded="true"] span:first-child { top: 1.4375rem; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { top: 1.4375rem; transform: rotate(-45deg); }

.hero { min-height: 51.25rem; position: relative; isolation: isolate; overflow: hidden; background: var(--black); color: var(--white); }
.hero-media, .infra-media, .contact-media { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; }
.hero-media { object-position: center 45%; transform: scale(1.015); animation: hero-settle 1600ms var(--ease) both; }
@keyframes hero-settle { from { transform: scale(1.08); opacity: .72; } to { transform: scale(1.015); opacity: 1; } }
.hero-overlay { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(0,0,0,.89) 0%, rgba(0,0,0,.52) 48%, rgba(0,0,0,.12) 76%), linear-gradient(0deg, rgba(0,0,0,.78) 0%, transparent 48%); }
.hero-inner { min-height: 51.25rem; position: relative; display: flex; align-items: center; padding-top: 4rem; }
.hero-copy { width: min(47.5rem, 68%); }
.overline { margin: 0 0 1.375rem; display: flex; align-items: center; gap: 0.625rem; font-family: "DM Mono", monospace; font-size: 0.5625rem; font-weight: 500; letter-spacing: .15em; text-transform: uppercase; color: var(--red); }
.overline > span { width: 1.5625rem; height: 0.125rem; background: currentColor; }
.overline-light { color: var(--white); }
h1, h2 { margin: 0; font-weight: 700; letter-spacing: -.065em; line-height: .98; text-wrap: balance; }
h1 { font-size: 3.875rem; }
h1 em, h2 em { color: var(--red-hot); font-style: normal; font-weight: 500; }
.hero-copy > p:not(.overline) { max-width: 30.625rem; margin: 1.75rem 0 0; color: rgba(255,253,248,.82); font-size: 1rem; }
.hero-actions { margin-top: 2.125rem; display: flex; flex-wrap: wrap; gap: 0.75rem; }
.hero-social { margin-top: 1.75rem; display: flex; align-items: center; gap: 1.5rem; color: var(--white); }
.avatar-stack { display: flex; padding-left: 0.3125rem; }
.avatar-stack img { width: 2.5rem; height: 2.5rem; position: relative; margin-left: -0.3125rem; border: 0.125rem solid rgba(255,253,248,.92); border-radius: 50%; object-fit: cover; background: var(--paper); transform-origin: center bottom; transition: transform 350ms var(--ease), filter 350ms var(--ease), opacity 350ms var(--ease); }
@media (hover: hover) {
  .avatar-stack:hover img:not(:hover) { transform: scale(.9); filter: grayscale(1); opacity: .72; }
  .avatar-stack img:hover { z-index: 2; transform: translateY(-.3rem) scale(1.08); filter: grayscale(0); opacity: 1; }
}
.hero-social strong, .hero-social span { display: block; }
.hero-social strong { font-size: 0.875rem; line-height: 1.35; }
.hero-social span { margin-top: 0.125rem; color: rgba(255,253,248,.72); font-size: 0.8125rem; }
.hero-social b { margin-right: 0.375rem; color: #f4c15b; letter-spacing: 0.0625rem; }
.button { min-height: 3.25rem; padding: 0.375rem 0.4375rem 0.375rem 1.375rem; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: .375rem; font-size: 0.6875rem; font-weight: 700; cursor: pointer; transition: transform 600ms var(--ease), box-shadow 600ms var(--ease), background-color 600ms var(--ease); }
.button:hover { transform: translateY(-0.1875rem); }
.button:active { transform: scale(.98); }
.button-red { color: var(--white); background: linear-gradient(120deg, var(--red-dark), var(--red-hot)); box-shadow: 0 1.125rem 2.625rem rgba(124,6,17,.28), inset 0 0.0625rem rgba(255,255,255,.16); }
.button-outline { border: 0.0625rem solid rgba(255,255,255,.55); color: var(--white); background: rgba(0,0,0,.1); }
.button-light { background: var(--white); color: var(--ink); }
.button-light .icon-orb { background: var(--black); color: var(--white); }
.button-black { background: var(--black); color: var(--white); box-shadow: 0 1rem 2.25rem rgba(0,0,0,.16); }
.button-black .icon-orb { border: 0.0625rem solid rgba(255,255,255,.7); background: transparent; color: var(--red-hot); }
.button-black:hover { background: #242424; box-shadow: 0 1.25rem 2.75rem rgba(0,0,0,.24); }
.hero-facts { position: absolute; right: 0; bottom: 2rem; width: min(40.625rem, 58%); padding: 1rem 1.75rem 1.625rem; display: grid; grid-template-columns: repeat(3,1fr); gap: 1.375rem; border: 0.0625rem solid rgba(255,255,255,.15); border-radius: var(--radius-sm); background: rgba(4,4,4,.48); box-shadow: 0 1.25rem 3.5rem rgba(0,0,0,.16), inset 0 0.0625rem rgba(255,255,255,.17); backdrop-filter: blur(1.75rem) saturate(1.15); -webkit-backdrop-filter: blur(1.75rem) saturate(1.15); }
.hero-facts > div { min-height: 6.5rem; display: flex; flex-direction: column; justify-content: flex-end; }
.fact-icon { width: 1.3125rem; height: 1.3125rem; margin-bottom: 0.875rem; color: var(--red-hot); }
.hero-facts strong { font-size: 0.9375rem; letter-spacing: -.04em; }
.hero-facts small { margin-top: 0.1875rem; color: rgba(255,253,248,.58); font-size: 0.5625rem; }
.hero-facts.hero-facts-inline { position: relative; top: 1.25rem; width: 100%; margin-top: 3.125rem; padding: 0; gap: 0.35rem; border: 0; border-radius: 0; background: transparent; box-shadow: none; backdrop-filter: none; -webkit-backdrop-filter: none; }
.hero-facts.hero-facts-inline > div { min-height: 0; justify-content: flex-start; }
.hero-facts.hero-facts-inline .fact-icon { margin-bottom: 0.5rem; }

.section { padding: 9.0625rem 0; }
.about { padding-top: 5rem; padding-bottom: 1.5rem; background: var(--paper); }
.about-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: 3.75rem; align-items: start; }
.about-copy { padding-bottom: 3.75rem; }
h2 { font-size: 3rem; }
.about-copy > p:not(.overline) { max-width: 32.5rem; margin: 2.1875rem 0 0; color: var(--ink-soft); font-size: 0.9375rem; line-height: 1.85; }
.about-features { max-width: 34.375rem; margin: 2.0625rem 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem 2rem; list-style: none; }
.about-features li { min-height: 6rem; padding: 0; display: flex; gap: 0.75rem; }
.about-features li:nth-child(odd) { margin-right: 1.125rem; }
.about-features svg { width: 1.25rem; height: 1.25rem; flex: 0 0 auto; color: var(--red); }
.about-features strong, .about-features small { display: block; }
.about-features strong { font-size: 0.625rem; line-height: 1.4; }
.about-features small { margin-top: 0.25rem; color: var(--ink-soft); font-size: 0.5rem; line-height: 1.5; }
.about-actions { margin-top: 1.875rem; display: flex; flex-wrap: wrap; gap: 0.75rem; }
.button-outline-dark { padding-inline: 1.375rem; border: 0.0625rem solid #5a5a5a; background: transparent; color: #4a4a4a; }
.button-outline-dark:hover { border-color: var(--ink); color: var(--ink); }
.about-images { min-height: 43.125rem; position: relative; }
.about-carousel { min-height: 43.125rem; border-radius: 0 var(--radius-md) var(--radius-md) var(--radius-md); }
.about-main { position: absolute; inset: 0 0 5rem 12%; margin: 0; overflow: hidden; border-radius: 0 var(--radius-md) var(--radius-md) var(--radius-md); background: var(--black); }
.about-main::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.25), transparent 55%); }
.about-main img, .about-detail img { width: 100%; height: 100%; object-fit: cover; }
.about-detail { width: 45%; height: 17.8125rem; position: absolute; left: 0; bottom: 0; margin: 0; padding: 0.4375rem; border-radius: var(--radius-sm); background: var(--paper); }
.about-detail img { border-radius: 0.5625rem; }
.about-detail figcaption { width: 10.625rem; position: absolute; left: calc(100% + 1.25rem); bottom: 0.9375rem; font-family: "DM Mono", monospace; font-size: 0.5rem; line-height: 1.6; letter-spacing: .08em; text-transform: uppercase; }
.metrics { margin-top: 2rem; display: grid; grid-template-columns: repeat(4,1fr); gap: 2.75rem; }
.metrics article { min-height: 7rem; padding: 0; display: grid; align-content: end; grid-template-columns: auto 1fr; gap: 0 0.5625rem; }
.metrics strong { color: var(--red); font-size: 3rem; font-weight: 700; letter-spacing: -.07em; line-height: .9; }
.metrics span { align-self: end; padding-bottom: 0.375rem; font-size: 0.9375rem; font-weight: 700; letter-spacing: -.04em; }
.metrics small { grid-column: 1 / -1; margin-top: 0.9375rem; font-family: "DM Mono", monospace; font-size: 0.5rem; letter-spacing: .12em; text-transform: uppercase; }

.brand-rail { padding: 1.125rem 0 0.75rem; overflow: hidden; background: var(--paper); color: var(--ink); }
.brand-rail-title { margin: 0 0 0.625rem; padding-inline: 1.5rem; color: var(--red); font-family: "DM Mono", monospace; font-size: 0.6875rem; font-weight: 500; letter-spacing: .14em; text-align: center; text-transform: uppercase; }
.marquee { position: relative; overflow: hidden; }
.marquee::before, .marquee::after { content: ""; width: 5rem; position: absolute; inset-block: 0; z-index: 2; pointer-events: none; }
.marquee::before { left: 0; background: linear-gradient(90deg, var(--paper) 0%, rgba(245,247,248,0) 100%); }
.marquee::after { right: 0; background: linear-gradient(270deg, var(--paper) 0%, rgba(245,247,248,0) 100%); }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 5rem; animation: marquee-move 28s linear infinite; }
.rail-logo { width: auto; height: 3.75rem; display: block; filter: brightness(0); }
.rail-logo-faded { opacity: .28; }
@keyframes marquee-move { to { transform: translateX(-50%); } }

.spaces { padding-top: 3rem; background: var(--paper); }
.section-head { margin-bottom: 4.0625rem; display: grid; grid-template-columns: 1.2fr .55fr; gap: 5rem; align-items: end; }
.section-head h2 { font-size: 3rem; }
.section-intro { padding-bottom: 0.25rem; text-align: right; }
.section-intro p { margin: 0; color: var(--ink-soft); font-size: 0.875rem; line-height: 1.8; }
.inline-link { margin-top: 1.125rem; display: inline-flex; align-items: center; gap: 0.625rem; color: var(--ink); font-size: 0.875rem; font-weight: 600; text-decoration: underline; text-decoration-thickness: 0.0625rem; text-underline-offset: 0.3rem; transition: color 300ms var(--ease), transform 300ms var(--ease); }
.inline-link::after { content: "→"; font-size: 1.25rem; line-height: 1; text-decoration: none; transition: transform 300ms var(--ease); }
.inline-link:hover { color: var(--red); transform: translateX(0.125rem); }
.inline-link:hover::after { transform: translateX(0.1875rem); }
.property-tabs { margin: -1.75rem 0 1.875rem; display: flex; flex-wrap: wrap; justify-content: center; gap: 0.5rem; }
.property-tabs button { min-height: 2.5rem; padding: 0.375rem 1rem; border: 0.0625rem solid rgba(8,8,8,.22); border-radius: .375rem; background: transparent; color: var(--ink-soft); cursor: pointer; font-size: 0.75rem; font-weight: 600; transition: color 300ms var(--ease), background-color 300ms var(--ease), border-color 300ms var(--ease); }
.property-tabs button:hover, .property-tabs button[aria-pressed="true"] { border-color: var(--ink); background: var(--ink); color: var(--white); }
.property-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.125rem; }
.property { min-height: 0; aspect-ratio: 1 / 1; position: relative; isolation: isolate; overflow: hidden; border-radius: var(--radius-md); background: var(--black); color: var(--white); box-shadow: 0 1.25rem 3.75rem rgba(19,9,5,.09); }
.property > img { width: 100%; height: 100%; position: absolute; inset: 0; z-index: -2; object-fit: cover; transition: transform 1000ms var(--ease); }
.property:hover > img { transform: scale(1.045); }
.property-shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(0,0,0,.96) 0%, rgba(0,0,0,.72) 34%, transparent 72%); }
.property-info { min-height: 14rem; position: absolute; inset: auto 0 0; padding: 1.5rem 1.875rem; display: flex; flex-direction: column; justify-content: flex-end; }
.availability { margin: 0 0 0.5rem; display: flex; align-items: center; gap: 0.5rem; color: #ff545e; font-family: "DM Mono", monospace; font-size: 0.4375rem; letter-spacing: .13em; text-transform: uppercase; }
.property > .availability { position: absolute; z-index: 3; top: 1rem; left: 1rem; margin: 0; padding: .4rem .6rem; border-radius: var(--radius-pill); background: rgba(255,84,94,.88); color: var(--white); font-size: .5rem; letter-spacing: .1em; box-shadow: 0 .25rem .75rem rgba(0,0,0,.14); }
.availability span { width: 0.375rem; height: 0.375rem; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 0.25rem rgba(255,255,255,.16); }
.availability--available { color: #55b879; }
.property > .availability--available { background: rgba(85,184,121,.92); color: var(--white); }
.availability--available span { box-shadow: 0 0 0 0.25rem rgba(255,255,255,.16); }
.property h3 { margin: 0; font-size: 1.25rem; font-weight: 600; letter-spacing: -.05em; }
.property-meta { margin-top: 0.875rem; padding-top: 0; display: flex; gap: 1.25rem; }
.property-meta p { margin: 0; }
.property-meta small { display: block; margin-bottom: 0.125rem; color: rgba(255,253,248,.56); font-family: "DM Mono", monospace; font-size: 0.375rem; letter-spacing: .1em; text-transform: uppercase; }
.property-meta strong { font-size: 0.9375rem; font-weight: 500; letter-spacing: -.04em; }
.property-info > a { min-height: 2.75rem; margin-top: 0.75rem; display: inline-flex; align-items: center; gap: 1.125rem; color: var(--white); font-size: 0.5625rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.property-info > .property-message { width: fit-content; min-height: 2.25rem; margin-top: .875rem; padding: .5rem .875rem; display: inline-flex; align-items: center; justify-content: center; border: .0625rem solid rgba(255,255,255,.64); border-radius: .375rem; background: rgba(7,7,7,.76); color: var(--white); font-size: .6875rem; font-weight: 700; letter-spacing: 0; text-transform: none; box-shadow: 0 .375rem 1rem rgba(0,0,0,.16); transition: background-color 250ms var(--ease), border-color 250ms var(--ease), color 250ms var(--ease), transform 250ms var(--ease); }
.property-info > .property-message:hover { border-color: rgba(255,255,255,.72); background: rgba(255,255,255,.2); transform: translateY(-.125rem); }
.property-info > .property-message--available { border-color: var(--white); background: var(--white); color: var(--ink); }
.property-info > .property-message--available:hover { border-color: var(--white); background: var(--white); color: var(--ink); }
.property-arrow { width: 0.9375rem; height: 0.9375rem; color: #ff505b; transition: transform 500ms var(--ease); }
.property-info > a:hover .property-arrow { transform: translate(0.125rem,-0.125rem); }

.bts-callout { padding: 2rem 0; position: relative; overflow: hidden; background: linear-gradient(90deg, #86121b, var(--red-hot)); color: var(--white); }
.bts-callout__inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.bts-callout .overline { margin-bottom: .5rem; color: var(--ink); }
.bts-callout h2 { color: var(--white); font-size: 1.75rem; line-height: 1.1; }
.bts-callout__accent { color: var(--black); }
.bts-callout__description { max-width: 34rem; margin: .75rem 0 0; color: rgba(255,253,248,.82); font-size: .8125rem; line-height: 1.55; }
.bts-callout__actions { display: flex; flex-wrap: wrap; gap: .625rem; }
.bts-callout__actions .button { min-height: 2.875rem; padding: .375rem 1.25rem; }
.bts-callout__actions .button-black { padding-right: .375rem; }
.bts-callout__actions .button-black .icon-orb--whatsapp { border: 0; background: transparent; color: var(--white); }
.bts-callout__actions .button-black .icon-orb--whatsapp svg { width: 1.35rem; height: 1.35rem; }
.bts-callout__actions .button-outline-dark { background: var(--white); color: var(--ink); }
.bts-callout__actions .button-outline-dark { padding-right: .375rem; }
.bts-callout__actions .button-outline-dark .bts-callout__arrow,
.bts-callout__actions .button-outline-dark:hover .bts-callout__arrow { background: var(--black); color: var(--red-hot); }
.bts-callout .bts-callout__copy--from-left { transform: translateX(-2.5rem); }
.bts-callout .bts-callout__actions--from-right { transform: translateX(2.5rem); transition-delay: 120ms; }
.bts-callout .bts-callout__copy--from-left.is-visible,
.bts-callout .bts-callout__actions--from-right.is-visible { transform: translateX(0); }

.infrastructure { min-height: 40rem; padding: 5rem 0 2.5rem; position: relative; isolation: isolate; display: flex; align-items: flex-start; overflow: hidden; background: var(--black); color: var(--white); }
.infra-media { filter: saturate(.65) contrast(1.1); }
.infra-overlay { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(0,0,0,.95) 0%, rgba(0,0,0,.76) 46%, rgba(0,0,0,.36)), linear-gradient(0deg, rgba(0,0,0,.82), transparent 60%); }
.infra-content { display: grid; grid-template-columns: .82fr 1.18fr; gap: 3.75rem; align-items: start; }
.infra-title h2 { font-size: 3.25rem; }
.infra-title > p:last-child { max-width: 29.375rem; margin: 1.875rem 0 0; color: rgba(255,253,248,.66); }
.infra-cta { margin-top: 2.25rem; }
.infra-list { padding-top: 2.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 2rem 2.5rem; }
.infra-list article { min-height: 9.5rem; padding: 0; }
.infra-list article:nth-child(odd) { padding-left: 0; }
.infra-icon { width: 1.75rem; height: 1.75rem; color: var(--red-hot); }
.infra-list h3 { margin: 1rem 0 0.5rem; font-size: 0.9375rem; letter-spacing: -.035em; }
.infra-list p { margin: 0; color: rgba(255,253,248,.58); font-size: 0.6875rem; line-height: 1.65; }

.plan { --plan-overlap: 19.6875rem; position: relative; z-index: 2; isolation: isolate; overflow: visible; padding-bottom: 0; background: var(--black); color: var(--white); }
.plan-media { filter: saturate(.65) contrast(1.1); }
.plan-overlay { z-index: -2; background: linear-gradient(180deg, rgba(0,0,0,.95), rgba(0,0,0,.84) 48%, rgba(0,0,0,.98)); }
.plan > .container { position: relative; z-index: 1; }
.plan .site-plan { margin-bottom: calc(var(--plan-overlap) * -1); z-index: 3; }
.plan-stack { display: flex; flex-direction: column; align-items: center; }
.plan-heading { max-width: 52rem; text-align: center; }
.plan-heading .overline { justify-content: center; }
.plan-heading h2 { font-size: 3rem; }
.plan-heading > p:not(.overline) { max-width: 48ch; margin: 1.75rem auto 0; color: rgba(255,253,248,.6); font-size: 0.95625rem; }
.plan-features { width: 100%; max-width: 72rem; margin: 3.5rem 0 2.25rem; padding: 0; display: grid; grid-template-columns: 1fr 1fr 2fr; gap: 1.5rem; list-style: none; }
.plan-features li { display: flex; align-items: center; justify-content: center; gap: .875rem; }
.plan-features li:last-child { justify-content: flex-start; }
.plan-features svg { width: 1.75rem; height: 1.75rem; flex: 0 0 auto; color: var(--red-hot); }
.plan-features strong, .plan-features small { display: block; }
.plan-features strong { color: var(--white); font-size: 1rem; }
.plan-features small { margin-top: .125rem; color: rgba(255,253,248,.55); font-size: .875rem; }
.plan-cta { margin-bottom: 3.5rem; }
.site-plan { width: 100%; min-height: 31.5rem; position: relative; overflow: hidden; border-radius: var(--radius-md); background: #0d0d0c; box-shadow: inset 0 0 0 0.0625rem rgba(255,255,255,.15); }
.site-plan::before { content: ""; position: absolute; inset: 0; opacity: .32; background-image: linear-gradient(rgba(255,255,255,.06) 0.0625rem,transparent 0.0625rem),linear-gradient(90deg,rgba(255,255,255,.06) 0.0625rem,transparent 0.0625rem); background-size: 1.75rem 1.75rem; }
.site-plan-map::before { content: none; }
.site-plan-map iframe { width: 100%; height: 100%; position: absolute; inset: 0; border: 0; pointer-events: none; }
.site-plan-map.is-map-active iframe { pointer-events: auto; }
.plan-heading h2 em { color: var(--red-hot); font-style: normal; font-weight: 400; }
.site-plan-canvas { width: 100%; height: 100%; position: absolute; inset: 0; transform-origin: center; transition: transform 400ms var(--ease); }
.site-plan-controls { position: absolute; z-index: 5; top: 1rem; right: 1rem; display: flex; overflow: hidden; border: .0625rem solid rgba(255,255,255,.3); border-radius: .375rem; background: rgba(7,7,7,.82); }
.site-plan-controls button { width: 2.25rem; height: 2.25rem; display: grid; place-items: center; border: 0; border-right: .0625rem solid rgba(255,255,255,.18); background: transparent; color: var(--white); font-size: 1.25rem; line-height: 1; cursor: pointer; transition: background-color 250ms var(--ease); }
.site-plan-controls button:last-child { border-right: 0; }
.site-plan-controls button:hover { background: rgba(255,255,255,.14); }
.plan-road { position: absolute; z-index: 1; background: var(--paper); box-shadow: inset 0 0 0 0.8125rem #171716; }
.road-main { width: 118%; height: 6.25rem; left: -8%; top: 46%; transform: rotate(-11deg); }
.road-cross { width: 6.875rem; height: 120%; top: -10%; left: 49%; transform: rotate(19deg); }
.plan-lot { position: absolute; z-index: 2; display: flex; flex-direction: column; justify-content: flex-end; padding: 1.0625rem; border: 0.0625rem solid rgba(255,255,255,.5); background: #171716; }
.plan-lot b { font-family: "DM Mono", monospace; font-size: 0.6875rem; }
.plan-lot small { margin-top: 0.1875rem; color: rgba(255,255,255,.48); font-family: "DM Mono", monospace; font-size: 0.4375rem; text-transform: uppercase; }
.lot-1 { width: 29%; height: 25%; left: 9%; top: 11%; background: linear-gradient(145deg,var(--red-dark),var(--red)); }
.lot-1 small, .lot-4 small { color: #fff; }
.lot-2 { width: 23%; height: 20%; right: 9%; top: 11%; }
.lot-3 { width: 20%; height: 21%; right: 13%; bottom: 12%; }
.lot-4 { width: 27%; height: 20%; left: 10%; bottom: 12%; background: linear-gradient(145deg,var(--red-dark),var(--red)); }
.lot-5 { width: 13%; height: 13%; left: 40%; bottom: 4%; }
.gate { position: absolute; z-index: 3; left: 39%; bottom: 29%; font-family: "DM Mono", monospace; font-size: 0.5rem; text-transform: uppercase; }
.gate svg { width: 0.8125rem; height: 0.8125rem; margin-left: 0.3125rem; vertical-align: middle; color: var(--red-hot); }
.north { position: absolute; z-index: 3; top: 1.125rem; right: 1.25rem; display: flex; flex-direction: column; align-items: center; gap: 0.1875rem; font-family: "DM Mono", monospace; font-size: 0.5rem; text-align: center; }
.north svg { width: 1.125rem; height: 1.125rem; color: var(--red-hot); transform: rotate(-45deg); }

.management { position: relative; z-index: 1; background: var(--paper); }
.management { padding-top: calc(7.5rem + var(--plan-overlap)); padding-bottom: 7.5rem; }
.management #infraestrutura { scroll-margin-top: 7rem; }
.management-showcase { display: grid; grid-template-columns: 1.1fr .9fr; gap: 5rem; align-items: start; }
.management-media { min-height: 38rem; position: relative; margin: 0; overflow: hidden; border-radius: 1.5rem; background: var(--black); }
.management-media::after { content: ""; position: absolute; z-index: 2; inset: auto 0 0; height: 34%; background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.34) 56%,transparent); pointer-events: none; }
.management-media img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.management-media figcaption { position: absolute; z-index: 3; left: 1.75rem; bottom: 1.5rem; display: flex; align-items: center; gap: .625rem; color: var(--white); font-family: "DM Mono", monospace; font-size: .875rem; letter-spacing: .08em; text-transform: uppercase; }
.management-media figcaption span { width: 1.25rem; height: .125rem; background: var(--red-hot); }
.management-carousel-track { position: absolute; inset: 0; }
.management-carousel-track img { z-index: 0; opacity: 0; transform: scale(1.035); transition: opacity 700ms var(--ease), transform 2.5s var(--ease); }
.management-carousel-track img.is-active { z-index: 1; opacity: 1; transform: scale(1); }
.management-carousel-control { width: 3rem; height: 3rem; position: absolute; z-index: 4; top: 50% !important; display: grid; place-items: center; padding: 0; appearance: none; border: .0625rem solid rgba(255,255,255,.65); border-radius: 50%; background: rgba(0,0,0,.62); color: var(--white); cursor: pointer; font-size: 0; line-height: 1; opacity: 1; transform: translateY(-50%); box-shadow: 0 .375rem 1rem rgba(0,0,0,.24); backdrop-filter: blur(.35rem); -webkit-backdrop-filter: blur(.35rem); transition: background-color 250ms var(--ease), border-color 250ms var(--ease), transform 250ms var(--ease); }
.management-carousel-control::after { content: ""; width: .5625rem; height: .5625rem; border-top: .125rem solid currentColor; border-right: .125rem solid currentColor; position: absolute; top: 50%; left: 50%; }
.management-carousel-control:hover { background: var(--red); transform: translateY(-50%) scale(1.06); }
.management-carousel-control--prev { left: 1rem; }
.management-carousel-control--prev::after { transform: translate(-35%, -50%) rotate(-135deg); }
.management-carousel-control--next { right: 1rem; }
.management-carousel-control--next::after { transform: translate(-65%, -50%) rotate(45deg); }
.management-carousel-dots { position: absolute; z-index: 3; right: 1.5rem; bottom: 1.75rem; display: flex; gap: .375rem; }
.management-carousel-dots button { width: .4375rem; height: .4375rem; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.5); cursor: pointer; transition: width 250ms var(--ease), background-color 250ms var(--ease); }
.management-carousel-dots button.is-active { width: 1.25rem; border-radius: var(--radius-pill); background: var(--red-hot); }
.management-services { padding-top: .5rem; display: grid; gap: 2.25rem; }
.management-services article { display: grid; grid-template-columns: 2.25rem 1fr; gap: 1.25rem; align-items: start; }
.management-icon { width: 2rem; height: 2rem; display: block; color: var(--red); }
.management-services h3 { margin: 0 0 .375rem; font-size: 1.25rem; letter-spacing: -.04em; }
.management-services p { max-width: 32ch; margin: 0; color: var(--ink-soft); font-size: 0.85rem; line-height: 1.6; }
.management-cta { width: fit-content; margin-top: .75rem; }

.location { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 43.75rem; background: var(--black); color: var(--white); }
.location-map { min-height: 33.75rem; position: relative; overflow: hidden; background: var(--paper); }
.location-map::after { content: none; }
.location-map iframe { width: 100%; height: 100%; position: absolute; inset: 0; border: 0; filter: none; pointer-events: none; }
.location-map.is-map-active iframe { pointer-events: auto; }
.location-map-controls { position: absolute; z-index: 3; top: 1rem; right: 1rem; display: flex; overflow: hidden; border: .0625rem solid rgba(8,8,8,.22); border-radius: .375rem; background: rgba(255,255,255,.94); box-shadow: 0 .5rem 1.25rem rgba(0,0,0,.14); }
.location-map-controls button { width: 2.25rem; height: 2.25rem; display: grid; place-items: center; border: 0; border-right: .0625rem solid rgba(8,8,8,.14); background: transparent; color: var(--ink); font-size: 1.25rem; line-height: 1; cursor: pointer; transition: background-color 250ms var(--ease); }
.location-map-controls button:last-child { border-right: 0; }
.location-map-controls button:hover { background: rgba(8,8,8,.08); }
.map-route { width: 100%; height: 100%; position: absolute; inset: 0; z-index: 1; pointer-events: none; overflow: visible; }
.map-route path { fill: none; stroke: var(--red-hot); stroke-width: 1.15; vector-effect: non-scaling-stroke; filter: drop-shadow(0 0 .25rem rgba(0,0,0,.35)); }
.map-place { position: absolute; z-index: 2; padding: .375rem .625rem; background: rgba(7,7,7,.9); color: var(--white); font-family: "DM Mono", monospace; font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.place-bauru { top: 34%; left: 31%; }
.place-piratininga { top: 15%; left: 13%; }
.place-aguas { bottom: 18%; left: 16%; }
.map-marker { position: absolute; z-index: 2; left: 52%; top: 45%; min-width: 6.875rem; padding: 0.75rem 0.9375rem; border-radius: 0.5625rem; background: var(--black); color: var(--white); box-shadow: 0 1.125rem 2.8125rem rgba(0,0,0,.25); }
.map-marker span { width: 0.5rem; height: 0.5rem; display: inline-block; margin-right: 0.4375rem; border-radius: 50%; background: var(--red-hot); box-shadow: 0 0 0 0.3125rem rgba(209,36,47,.16); }
.map-marker strong { font-size: 0.6875rem; }
.map-marker small { display: block; margin-left: 1.1875rem; color: rgba(255,255,255,.55); font-size: 0.5rem; }
.location-copy { padding: 6.875rem 2.8125rem; display: flex; flex-direction: column; justify-content: center; }
.location-copy h2 { font-size: 3rem; }
.location-copy > p:not(.overline) { max-width: 31.875rem; margin: 1.875rem 0 0; color: rgba(255,253,248,.61); font-size: 0.8125rem; }
.route-badge { width: fit-content; margin-top: 1.75rem !important; display: flex; align-items: center; gap: .625rem; color: var(--red-hot) !important; font-family: "DM Mono", monospace; font-size: .875rem !important; letter-spacing: .08em; text-transform: uppercase; }
.route-badge svg { width: 1.25rem; height: 1.25rem; }
.location-copy .button { align-self: flex-start; }
.location-address { margin-top: 1.5rem; display: flex; align-items: flex-start; gap: .625rem; color: rgba(255,253,248,.84); font-size: .8125rem; font-style: normal; line-height: 1.65; }
.location-address svg { width: 1.125rem; height: 1.125rem; flex: 0 0 auto; margin-top: .125rem; color: var(--red-hot); }
.location-actions { margin-top: 1.75rem; display: flex; flex-wrap: wrap; gap: .625rem; }
.location-actions .button { min-height: 3rem; padding: .375rem 1.25rem; }
.button-waze { background: #33ccff; color: var(--black); box-shadow: 0 .75rem 1.75rem rgba(51,204,255,.18); }
.button-waze:hover { background: #5bd6ff; }
.button-google-maps { gap: .5625rem; background: var(--black); color: var(--white); border: .0625rem solid rgba(255,255,255,.48); }
.button-google-maps:hover { background: #252525; }
.location-actions .button img { width: 1.5rem; height: 1.5rem; object-fit: contain; }

.testimonials { padding: .9375rem 0; position: relative; overflow: hidden; background: #edf1f3; }
.testimonials-layout { min-height: 34rem; display: grid; grid-template-columns: .82fr 1.18fr; gap: 5rem; align-items: center; }
.testimonials-copy > p:not(.overline) { max-width: 29rem; margin: 1.5rem 0 0; color: var(--ink-soft); font-size: .95625rem; line-height: 1.65; }
.google-rating { margin-top: 2rem; display: inline-flex; align-items: center; gap: .625rem; padding-bottom: .5rem; border-bottom: .0625rem solid rgba(8,8,8,.18); }
.google-rating span { color: var(--red); font-size: 1rem; letter-spacing: .12em; }
.google-rating strong { font-size: .8125rem; }
.testimonials-rail { height: 34rem; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; overflow: hidden; mask-image: linear-gradient(to bottom, transparent, #000 10%, #000 90%, transparent); -webkit-mask-image: linear-gradient(to bottom, transparent, #000 10%, #000 90%, transparent); }
.testimonial-column { display: flex; flex-direction: column; gap: 1rem; animation: testimonials-scroll 28s linear infinite; }
.testimonial-column--reverse { animation: testimonials-scroll-reverse 34s linear infinite; }
.testimonial-column:hover { animation-play-state: paused; }
.testimonial-card { min-height: 11rem; padding: 1.25rem; display: flex; flex-direction: column; justify-content: space-between; border: .0625rem solid rgba(8,8,8,.12); border-radius: .625rem; background: var(--paper-bright); box-shadow: 0 .125rem .5rem rgba(8,8,8,.045); }
.testimonial-card > p { margin: 0; font-size: .8125rem; line-height: 1.65; letter-spacing: -.01em; }
.testimonial-card footer { margin-top: 1.125rem; display: flex; align-items: center; gap: .625rem; }
.testimonial-card img { width: 2.375rem; height: 2.375rem; border-radius: 50%; object-fit: cover; filter: grayscale(1); }
.testimonial-card strong, .testimonial-card small { display: block; }
.testimonial-card strong { font-size: .6875rem; }
.testimonial-card small { margin-top: .125rem; color: var(--ink-soft); font-size: .5625rem; }
@keyframes testimonials-scroll { to { transform: translateY(-50%); } }
@keyframes testimonials-scroll-reverse { from { transform: translateY(-50%); } to { transform: translateY(0); } }

.faq { padding-top: 4rem; background: var(--paper); }
.faq-layout { display: flex; flex-direction: column; align-items: center; gap: 3.75rem; }
.faq-copy { text-align: center; }
.faq-copy .overline { justify-content: center; }
.faq-copy h2 { font-size: 2.8125rem; }
.faq-list { width: 100%; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 3rem; border: 0; }
.faq-column { min-width: 0; display: grid; align-content: start; }
.faq-list details { position: relative; padding: 0; border-top: 0.0625rem solid rgba(8,8,8,.1); }
.faq-column details:last-child { border-bottom: 0.0625rem solid rgba(8,8,8,.1); }
.faq-list summary { min-height: 4.5rem; padding: 1.25rem 3.4375rem 1.25rem 0; display: flex; align-items: center; list-style: none; cursor: pointer; font-size: 0.875rem; font-weight: 700; letter-spacing: -.025em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 2.25rem; height: 2.25rem; position: absolute; top: 50%; right: 0; border: 0.0625rem solid rgba(8,8,8,.42); border-radius: 50%; color: var(--red); font-size: 0; transform: translateY(-50%); transition: background-color 450ms var(--ease), border-color 450ms var(--ease), color 450ms var(--ease); }
.faq-list summary span::before, .faq-list summary span::after { content: ""; width: 0.6875rem; height: 0.0625rem; position: absolute; top: 50%; left: 50%; background: currentColor; transform: translate(-50%, -50%); transition: transform 450ms var(--ease); }
.faq-list summary span::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-list summary:hover span { border-color: var(--red); background: rgba(181,20,32,.08); }
.faq-list details[open] summary span { border-color: var(--red); background: var(--red); color: var(--white); }
.faq-list details[open] summary span::before { transform: translate(-50%, -50%) rotate(45deg); }
.faq-list details[open] summary span::after { transform: translate(-50%, -50%) rotate(-45deg); }
.faq-list details p { max-width: 41.875rem; margin: -0.125rem 3.4375rem 1.4375rem 0; color: var(--ink-soft); font-size: 0.75rem; line-height: 1.8; }

.contact { min-height: 43rem; position: relative; isolation: isolate; display: flex; align-items: center; overflow: hidden; background: var(--black); color: var(--white); }
.contact-media { filter: saturate(.45) contrast(1.12); }
.contact-overlay { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg,rgba(0,0,0,.96),rgba(0,0,0,.75) 52%,rgba(0,0,0,.45)); }
.contact-layout { padding: 5.5rem 0; display: grid; grid-template-columns: 1.2fr .8fr; gap: 3rem; align-items: center; }
.contact-copy h2 { font-size: 3rem; }
.contact-copy > p:not(.overline) { max-width: 27.5rem; margin: 1.875rem 0; color: rgba(255,253,248,.64); }
.contact-copy address { margin-top: 1.25rem; display: flex; flex-direction: column; gap: 0.5rem; font-family: "DM Mono", monospace; font-size: 0.5625rem; font-style: normal; letter-spacing: .04em; }
.contact-copy address span { color: rgba(255,253,248,.5); }
.contact-cards { width: min(100%, 24rem); margin-top: 2rem; display: grid; grid-template-columns: 1fr; gap: .625rem; }
.contact-card { min-height: 4.25rem; padding: .75rem; display: flex; align-items: center; gap: .625rem; border: .0625rem solid rgba(255,255,255,.2); border-radius: .5rem; color: var(--white); background: rgba(5,5,5,.42); transition: transform 300ms var(--ease), background-color 300ms var(--ease), border-color 300ms var(--ease); }
.contact-card:hover { transform: translateY(-.125rem); border-color: rgba(255,255,255,.48); background: rgba(5,5,5,.68); }
.contact-card-icon { width: 2.625rem; height: 2.625rem; flex: 0 0 auto; display: grid; place-items: center; border-radius: .5rem; background: rgba(255,255,255,.1); }
.contact-card-icon svg { width: 1.375rem; height: 1.375rem; }
.contact-card-whatsapp .contact-card-icon { color: #25d366; }
.contact-card-email .contact-card-icon { color: #ff7880; }
.contact-card strong, .contact-card small { display: block; }
.contact-card strong { font-size: 1.25rem; }
.contact-card small { margin-top: .25rem; color: rgba(255,255,255,.68); font-size: .8125rem; line-height: 1.35; }
.contact-form { width: min(100%, 28rem); justify-self: end; padding: 1rem; border: 0.0625rem solid rgba(255,255,255,.22); border-radius: .25rem; background: rgba(5,5,5,.58); color: var(--white); box-shadow: 0 1.875rem 5.625rem rgba(0,0,0,.32), inset 0 0.0625rem rgba(255,255,255,.13); backdrop-filter: blur(1.875rem) saturate(1.15); -webkit-backdrop-filter: blur(1.875rem) saturate(1.15); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: .875rem; }
.field { min-width: 0; margin-bottom: .875rem; }
.field label { display: block; color: rgba(255,253,248,.68); font-family: "DM Mono", monospace; font-size: 0.5rem; letter-spacing: .1em; text-transform: uppercase; }
.field label span { color: var(--red); }
.field input, .field select, .field textarea { width: 100%; min-height: 2.375rem; margin-top: 0.3125rem; padding: .375rem .5rem; border: 0; border-bottom: 0.0625rem solid rgba(255,255,255,.34); border-radius: .25rem; outline: 0; background: rgba(255,253,248,.045); color: var(--white); font-size: 0.8125rem; transition: border-color 400ms var(--ease), background-color 400ms var(--ease); }
.field textarea { min-height: 3.875rem; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: rgba(255,253,248,.5); }
.field select option { background: var(--black); color: var(--white); }
.field input:focus, .field select:focus, .field textarea:focus { border-bottom-color: var(--red-hot); background: rgba(255,253,248,.11); }
.field input[aria-invalid="true"] { border-bottom-color: var(--red-hot); }
.field-error { min-height: 0.875rem; display: block; padding-top: 0.1875rem; color: var(--red); font-size: 0.5rem; }
.form-status { min-height: 1.25rem; margin: 0.75rem 0 0; color: var(--red); font-size: 0.625rem; }
.contact-form .field { margin-bottom: .625rem; }
.contact-form .field label { font-size: .625rem; }
.contact-form .field input, .contact-form .field select, .contact-form .field textarea { min-height: 2.125rem; padding: .3rem .45rem; font-size: .875rem; }
.contact-form .field textarea { min-height: 3.25rem; }
.contact-form > .button { min-height: 2.75rem; font-size: .625rem; }

.site-footer { padding: 5rem 0 1.75rem; background: var(--black); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1.1fr .8fr; gap: 2.5rem; }
.footer-brand-block > p { max-width: 23rem; margin: .625rem 0 1.25rem; color: rgba(255,253,248,.58); font-size: 1rem; line-height: 1.6; }
.social-links { display: flex; gap: 0.625rem; }
.social-links a { width: 2.75rem; height: 2.75rem; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.08); color: var(--white); transition: transform 500ms var(--ease), background-color 500ms var(--ease); }
.social-links a:hover { transform: translateY(-0.1875rem); background: var(--red); }
.social-links svg { width: 1.125rem; height: 1.125rem; }
.footer-links, .footer-utility { display: flex; flex-direction: column; align-items: flex-start; gap: 0.625rem; }
.footer-links p, .footer-utility > p { margin: 0 0 0.75rem; color: rgba(255,253,248,.45); font-family: "DM Mono", monospace; font-size: 0.75rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-links a { color: rgba(255,253,248,.84); font-size: 0.9375rem; transition: color 300ms var(--ease); }
.footer-links a:hover { color: var(--red-hot); }
.footer-utility > p { color: rgba(255,253,248,.82); font-family: "Plus Jakarta Sans", sans-serif; font-size: 1rem; line-height: 1.6; letter-spacing: 0; text-transform: none; }
.footer-utility > a { min-height: 2.75rem; display: flex; align-items: center; gap: 0.75rem; color: var(--white); font-size: 0.875rem; }
.footer-utility > a svg { width: 1rem; height: 1rem; color: var(--red-hot); transform: rotate(-45deg); }
.footer-bottom { margin-top: 4.5rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5625rem; color: rgba(255,253,248,.46); font-size: 0.875rem; }
.footer-bottom p { margin: 0; }
.footer-legal { display: flex; flex-wrap: wrap; justify-content: center; gap: .375rem; }
.footer-legal a { padding: .375rem .625rem; border: 0.0625rem solid rgba(255,255,255,.24); border-radius: .25rem; color: rgba(255,253,248,.74); font-size: .75rem; transition: color 300ms var(--ease), border-color 300ms var(--ease), background-color 300ms var(--ease); }
.footer-legal a:hover { border-color: rgba(255,255,255,.64); background: rgba(255,255,255,.08); color: var(--white); }
.whatsapp { min-width: 3rem; min-height: 3rem; position: fixed; left: 1.25rem; right: auto; bottom: 1.25rem; z-index: 15; padding: 0.5rem 1.0625rem 0.5rem 0.5625rem; display: flex; align-items: center; gap: 0.5rem; border: 0.0625rem solid rgba(255,255,255,.2); border-radius: .375rem; background: #25D366; color: var(--white); box-shadow: 0 0.875rem 2.5rem rgba(37,211,102,.34), 0 0 1.375rem rgba(37,211,102,.24); font-size: 0.625rem; transition: transform 500ms var(--ease), box-shadow 500ms var(--ease); animation: whatsapp-glow 3s ease-in-out infinite; }
.whatsapp:hover { transform: translateY(-0.25rem); box-shadow: 0 1.125rem 2.875rem rgba(37,211,102,.46), 0 0 2rem rgba(37,211,102,.36); }
.whatsapp span { width: 1.9375rem; height: 1.9375rem; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.96); color: #128C7E; }
.whatsapp span svg { width: 1.0625rem; height: 1.0625rem; }

/* Consentimento de cookies: painel compacto, inspirado no contraste técnico do LOGIT. */
.cookie-ui { position: fixed; inset: auto 0 0; z-index: 50; pointer-events: none; }
.cookie-banner, .cookie-manager, .cookie-dialog { pointer-events: auto; }
.cookie-banner[hidden], .cookie-manager[hidden] { display: none !important; }
.cookie-banner { width: min(23rem, calc(100% - 2.5rem)); position: fixed; left: 1.25rem; bottom: 5.5rem; padding: 1rem; display: grid; grid-template-columns: 1fr auto; gap: .875rem; align-items: start; border: .0625rem solid #d9dee5; border-radius: .625rem; background: #fff; color: var(--ink); box-shadow: 0 .875rem 2rem rgba(8,8,8,.12); }
.cookie-manager svg { width: 1.5rem; height: 1.5rem; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.cookie-kicker { margin: 0 0 .375rem; color: #ff7880; font-family: "DM Mono", monospace; font-size: .5625rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.cookie-banner h2, .cookie-dialog h2 { margin: 0; color: var(--white); font-size: 1.05rem; line-height: 1.25; letter-spacing: -.03em; }
.cookie-banner h2 { color: var(--ink); font-size: .9375rem; }
.cookie-banner-copy > p:last-child, .cookie-dialog-intro { margin: .5rem 0 0; color: rgba(255,253,248,.66); font-size: .75rem; line-height: 1.6; }
.cookie-banner-copy > p:last-child { margin-top: .375rem; color: #647084; font-size: .78125rem; line-height: 1.5; }
.cookie-banner-close, .cookie-close { font-size: 0; }
.cookie-banner-close { width: 1.875rem; height: 1.875rem; position: relative; display: grid; place-items: center; border: 0; border-radius: 50%; background: #f1f3f5; color: #4c5563; cursor: pointer; }
.cookie-banner-close::before, .cookie-banner-close::after, .cookie-close::before, .cookie-close::after { content: ""; width: .625rem; height: .0625rem; position: absolute; background: currentColor; }
.cookie-banner-close::before, .cookie-close::before { transform: rotate(45deg); }
.cookie-banner-close::after, .cookie-close::after { transform: rotate(-45deg); }
.cookie-banner-actions { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: .5rem; }
.cookie-button, .cookie-text-button { min-height: 2.25rem; padding: .5rem .75rem; border: 0; border-radius: .5rem; cursor: pointer; font: 600 .625rem/1 "Plus Jakarta Sans", sans-serif; transition: background-color 250ms var(--ease), color 250ms var(--ease), transform 250ms var(--ease); }
.cookie-banner .cookie-button { min-height: 2.125rem; border-radius: .375rem; font-size: .6875rem; }
.cookie-banner .cookie-button { background: var(--red); color: var(--white); }
.cookie-banner .cookie-button--quiet { border-color: #d9dee5; background: #f6f7f8; color: #536074; }
.cookie-banner .cookie-text-button { width: auto; min-height: 2.125rem; border: .0625rem solid #d9dee5; border-radius: .375rem; padding: .5rem .75rem; color: var(--red); text-align: center; text-decoration: none; font-size: .6875rem; }
.cookie-banner .cookie-text-button:hover { background: #f1f3f5; color: var(--red-dark); }
.cookie-button { background: var(--red); color: var(--white); }
.cookie-button:hover { background: var(--red-dark); transform: translateY(-.0625rem); }
.cookie-button--quiet { border: .0625rem solid rgba(255,255,255,.28); background: transparent; color: var(--white); }
.cookie-button--quiet:hover { background: rgba(255,255,255,.1); }
.cookie-text-button { width: 100%; padding-inline: 0; background: transparent; color: rgba(255,253,248,.76); text-align: right; text-decoration: underline; text-underline-offset: .2em; }
.cookie-text-button:hover { color: var(--white); }
.cookie-manager { width: 3rem; height: 3rem; position: fixed; left: 1.25rem; bottom: 5.5rem; display: grid; place-items: center; border: .0625rem solid #d9dee5; border-radius: 50%; background: #fff; color: var(--ink); cursor: pointer; box-shadow: 0 .625rem 1.5rem rgba(8,8,8,.14); transition: transform 250ms var(--ease), background-color 250ms var(--ease); }
.cookie-manager:hover { background: #f2f3f5; transform: translateY(-.1875rem); }
.cookie-dialog { position: fixed; inset: 0; display: grid; place-items: center; padding: 1.25rem; }
.cookie-dialog[hidden] { display: none !important; }
.cookie-dialog-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.68); backdrop-filter: blur(.35rem); }
.cookie-dialog-panel { width: min(34rem, 100%); position: relative; padding: 1.5rem; border: .0625rem solid #d9dee5; border-radius: .5rem; background: var(--paper); color: var(--ink); box-shadow: 0 2rem 5rem rgba(0,0,0,.3); }
.cookie-dialog-heading { display: flex; gap: 1rem; align-items: flex-start; justify-content: space-between; }
.cookie-dialog-panel h2 { color: var(--ink); }
.cookie-dialog-panel .cookie-dialog-intro { color: var(--ink-soft); }
.cookie-close { width: 2rem; height: 2rem; position: relative; display: grid; place-items: center; flex: 0 0 auto; border: .0625rem solid #cbd2da; border-radius: 50%; background: var(--paper-bright); color: var(--ink); cursor: pointer; }
.cookie-choice { min-height: 4.25rem; margin-top: 1rem; padding: .875rem 0; display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-top: .0625rem solid rgba(8,8,8,.12); cursor: pointer; }
.cookie-choice strong, .cookie-choice span > span { display: block; }
.cookie-choice strong { font-size: .8125rem; }
.cookie-choice span > span, .cookie-status { margin-top: .25rem; color: var(--ink-soft); font-size: .6875rem; line-height: 1.5; }
.cookie-status { color: var(--red); font-family: "DM Mono", monospace; font-size: .5625rem; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.cookie-choice input { width: 0; height: 0; position: absolute; opacity: 0; }
.cookie-switch { width: 2.625rem; height: 1.5rem; position: relative; display: block; flex: 0 0 auto; border-radius: 999px; background: #cfe5d5; transition: background-color 250ms var(--ease); }
.cookie-switch::after { content: ""; width: 1.125rem; height: 1.125rem; position: absolute; top: .1875rem; left: .1875rem; border-radius: 50%; background: var(--white); transition: transform 250ms var(--ease); }
.cookie-choice input:checked + .cookie-switch { background: #25D366; }
.cookie-choice input:checked + .cookie-switch::after { transform: translateX(1.125rem); }
.cookie-choice input:focus-visible + .cookie-switch, .cookie-close:focus-visible, .cookie-button:focus-visible, .cookie-text-button:focus-visible, .cookie-manager:focus-visible { outline: .125rem solid #ff7880; outline-offset: .1875rem; }
.cookie-legal-copy { margin: 1rem 0 0; color: var(--ink-soft); font-size: .6875rem; line-height: 1.55; }
.cookie-legal-copy a { color: var(--red); text-decoration: underline; text-underline-offset: .18em; }
.cookie-dialog-panel .cookie-button--quiet { border-color: #cbd2da; background: transparent; color: var(--ink); }
.cookie-dialog-panel .cookie-button--quiet:hover { background: #e9ecef; }
.cookie-dialog-actions { margin-top: 1.25rem; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .5rem; }

@media (max-width: 42rem) { .cookie-banner { width: calc(100% - 1.5rem); left: .75rem; bottom: 5.25rem; gap: .75rem; padding: 1rem; } .cookie-banner-actions { justify-content: flex-start; } .cookie-manager { left: .875rem; bottom: 5.25rem; } .cookie-dialog { padding: .75rem; } .cookie-dialog-panel { padding: 1.25rem; } .cookie-dialog-actions { justify-content: stretch; } .cookie-dialog-actions .cookie-button { flex: 1; } }

@keyframes whatsapp-glow { 50% { box-shadow: 0 0.875rem 2.5rem rgba(37,211,102,.44), 0 0 2rem rgba(37,211,102,.34); } }

.reveal { opacity: 0; transform: translateY(2.8125rem); transition: opacity 900ms var(--ease), transform 900ms var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* Escala tipográfica acessível: todas as medidas usam rem e acompanham a fonte-base do navegador. */
body { font-size: 1.125rem; line-height: 1.6; }
h1 { font-size: 3.5rem; line-height: 1.15; }
.hero h1 { font-size: 5rem; line-height: 1.05; }
h2,
.section-head h2,
.plan-copy h2,
.location-copy h2,
.faq-copy h2,
.contact-copy h2 { font-size: 3rem; line-height: 1.15; }
.infra-title h2 { font-size: 3.75rem; line-height: 1.05; }
.hero-copy > p:not(.overline),
.about-copy > p:not(.overline),
.section-intro p,
.infra-title > p:last-child,
.infra-list p,
.management-grid p,
.plan-copy > p:not(.overline),
.location-copy > p:not(.overline),
.faq-list details p,
.contact-copy > p:not(.overline) { max-width: 65ch; font-size: 0.95625rem; line-height: 1.6; }
.overline,
.main-nav > a,
.button,
.hero-facts small,
.about-features strong,
.about-features small,
.about-detail figcaption,
.metrics small,
.availability,
.property-meta small,
.property-info > a,
.plan-copy li,
.plan-lot small,
.gate,
.north,
.map-marker small,
.contact-copy address,
.field label,
.field-error,
.form-status,
.footer-top > a:last-child,
.footer-bottom,
.whatsapp { font-size: 0.875rem; }
.property h3,
.infra-list h3,
.management-grid h3,
.faq-list summary { font-size: 1.125rem; }
.field input, .field select, .field textarea { font-size: 1rem; line-height: 1.6; }

@media (max-width: 67.5rem) {
  body { font-size: 1rem; }
  h1 { font-size: 3rem; }
  .hero h1 { font-size: 4rem; }
  h2,
  .section-head h2,
  .plan-copy h2,
  .location-copy h2,
  .faq-copy h2,
  .contact-copy h2 { font-size: 2.4rem; }
  .infra-title h2 { font-size: 3rem; }
  .hero-copy > p:not(.overline),
  .about-copy > p:not(.overline),
  .section-intro p,
  .infra-title > p:last-child,
  .infra-list p,
  .management-grid p,
  .plan-copy > p:not(.overline),
  .location-copy > p:not(.overline),
  .faq-list details p,
  .contact-copy > p:not(.overline) { font-size: 0.85rem; }
  .nav-island { padding-right: 0.5rem; }
  .main-nav > a { padding-inline: 0.625rem; font-size: 0.625rem; }
  .brand-sub { display: none; }
  .hero-facts { width: min(38.125rem, 63%); }
  .property-grid { grid-template-columns: repeat(2, 1fr); }
  .property:last-child { grid-column: auto; min-height: 0; }
  .infra-content { gap: 4.0625rem; }
  .plan-heading h2 { font-size: 2.4rem; }
  .plan-features { grid-template-columns: 1fr 1fr 2fr; max-width: 72rem; }
}

@media (max-width: 51.25rem) {
  :root { --container: min(100% - 2rem, 77.5rem); }
  :root { --plan-overlap: 17.5rem; }
  /* O backdrop-filter cria um bloco de contenção para elementos fixed.
     Sem ele, o menu aberto ocupa toda a viewport, em vez de ficar preso ao cabeçalho. */
  .nav-island { width: calc(100% - 1.5rem); min-height: 4rem; margin-top: 0.5rem; padding: 0.25rem 0.4375rem 0.25rem 0.75rem; backdrop-filter: none; -webkit-backdrop-filter: none; }
  body.nav-open .topbar .nav-island { backdrop-filter: none; -webkit-backdrop-filter: none; }
  .menu-toggle { display: block; z-index: 2; }
  .main-nav { position: fixed; inset: 0; z-index: 1; width: 100vw; height: 100dvh; min-height: 100vh; padding: 7.1875rem 1.25rem 2.25rem; display: flex; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 1.25rem; overflow-y: auto; background: #070707; backdrop-filter: blur(1.5rem); visibility: hidden; opacity: 0; transform: translateY(-1.125rem); pointer-events: none; transition: opacity 650ms var(--ease), transform 650ms var(--ease), visibility 650ms; }
  .main-nav.open { visibility: visible; opacity: 1; transform: translateY(0); pointer-events: auto; }
  .main-nav > a { min-height: 4rem; padding: 0 1.25rem; border: 0.0625rem solid rgba(255,255,255,.1); border-radius: .5rem; background: #242424; font-size: 1.25rem; color: var(--white); opacity: 0; transform: translateY(1.5625rem); transition: opacity 600ms var(--ease), transform 600ms var(--ease), background-color 300ms var(--ease); }
  .main-nav.open > a { opacity: 1; transform: translateY(0); }
  .main-nav.open > a:nth-child(2) { transition-delay: 70ms; }
  .main-nav.open > a:nth-child(3) { transition-delay: 140ms; }
  .main-nav.open > a:nth-child(4) { transition-delay: 210ms; }
  .main-nav .nav-action { min-height: 4rem; margin: 0; padding: 0 .4375rem 0 1.25rem; justify-content: space-between; border: 0.0625rem solid rgba(255,255,255,.1); border-radius: .5rem; background: #242424; }
  .hero { height: auto; min-height: 48.75rem; }
  .hero-inner { min-height: 48.75rem; align-items: flex-start; padding-top: 10.5rem; }
  .hero-copy { width: 100%; }
  h1 { font-size: 2.5rem; }
  .hero h1 { font-size: 3.25rem; }
  .infra-title h2 { font-size: 2.5rem; }
  .hero-facts { right: 0; bottom: 1.375rem; width: 100%; padding: 1rem; gap: 0.75rem; }
  .hero-facts > div { min-height: 6.75rem; }
  .section { padding: 6.25rem 0; }
  .faq { padding-top: 3.75rem; }
  .testimonials-layout { min-height: 0; grid-template-columns: 1fr; gap: 3rem; }
  .testimonials-copy { max-width: 34rem; }
  .about-layout, .infra-content, .faq-layout, .contact-layout { grid-template-columns: 1fr; }
  .faq-list { grid-template-columns: 1fr; }
  .faq-list details:nth-last-child(-n + 2) { border-bottom: 0; }
  .faq-list details:last-child { border-bottom: 0.0625rem solid rgba(8,8,8,.1); }
  .about-copy { padding: 0; }
  .about { padding-top: 3.75rem; padding-bottom: 1rem; }
  .about-images { min-height: 36.25rem; }
  .metrics { grid-template-columns: 1fr 1fr; margin-top: 2rem; }
  .metrics { gap: 2.25rem 1.5rem; }
  .metrics article { border: 0; }
  .section-head { grid-template-columns: 1fr; gap: 1.875rem; }
  .section-intro { max-width: 30rem; }
  .property-grid { grid-template-columns: repeat(2, 1fr); }
  .property { min-height: 0; }
  .infrastructure { min-height: auto; padding: 5.5rem 0 3.5rem; }
  .infra-list { margin-top: 2.1875rem; padding-top: 0; }
  .plan-features { margin-top: 2.75rem; }
  .site-plan { min-height: 28rem; }
  .management { padding-top: calc(5rem + var(--plan-overlap)); padding-bottom: 5rem; }
  .management-showcase { grid-template-columns: 1fr; gap: 3rem; }
  .management-media { min-height: 30rem; }
  .management-services { grid-template-columns: 1fr 1fr; column-gap: 3rem; }
  .management-cta { grid-column: 1 / -1; }
  .location { grid-template-columns: 1fr; }
  .location-map { min-height: 26.875rem; }
  .location-copy { padding: 5.625rem 2rem; }
  .contact { min-height: auto; }
  .contact-layout { padding: 5rem 0; gap: 2.75rem; }
  .footer-grid { grid-template-columns: 1.3fr 1fr; gap: 3rem 2rem; }
  .footer-utility { align-items: flex-start; }
}

@media (max-width: 35rem) {
  :root { --plan-overlap: 12.8125rem; }
  body { font-size: 1rem; }
  .brand-logo { height: 3rem; }
  .topbar:not(.is-scrolled) .brand-logo { transform: scale(1.728); }
  .topbar.is-scrolled .brand-logo { transform: scale(1); }
  .footer-brand .brand-logo { width: 100%; height: auto; }
  .footer-brand { width: 100%; margin-bottom: -.875rem; }
  .hero { min-height: 53rem; }
  .hero-inner { min-height: 53rem; padding-top: 9.875rem; }
  .hero-media { object-position: 58% center; }
  .hero-overlay { background: linear-gradient(90deg,rgba(0,0,0,.88),rgba(0,0,0,.42)),linear-gradient(0deg,rgba(0,0,0,.9),transparent 58%); }
  h1 { font-size: 2rem; line-height: 1.2; }
  .hero h1 { font-size: 2.75rem; line-height: 1.08; }
  h2,
  .section-head h2,
  .plan-copy h2,
  .location-copy h2,
  .faq-copy h2,
  .contact-copy h2 { font-size: 2.1rem; line-height: 1.15; }
  .infra-title h2 { font-size: 2.25rem; line-height: 1.1; }
  .overline { font-size: .75rem; }
  .hero-copy > p:not(.overline) { max-width: 65ch; font-size: 1rem; }
  .hero-actions { gap: 0.5625rem; }
  .hero-actions .button { width: 100%; justify-content: space-between; }
  .hero-social { margin-top: 1.25rem; align-items: center; flex-direction: row; gap: .75rem; }
  .avatar-stack { flex: 0 0 auto; }
  .avatar-stack img { width: 2rem; height: 2rem; }
  .hero-social > div:last-child { min-width: 0; flex: 1; }
  .hero-social strong { font-size: 0.75rem; }
  .hero-social span { font-size: 0.6875rem; }
  .hero-facts { bottom: 0.875rem; padding: 0.75rem 0.5625rem; gap: 0.375rem; }
  .hero-facts > div { min-height: 5.75rem; }
  .fact-icon { width: 1.0625rem; height: 1.0625rem; margin-bottom: 0.4375rem; }
  .hero-facts strong { font-size: 0.6875rem; }
  .hero-facts small { font-size: 0.4375rem; line-height: 1.35; }
  .hero-facts.hero-facts-inline { top: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem .75rem; margin-top: 1rem; margin-bottom: 2rem; }
  .hero-facts.hero-facts-inline > div:nth-child(2) { display: none; }
  .hero-facts.hero-facts-inline > div:last-child { grid-column: auto; }
  .hero-facts.hero-facts-inline .fact-icon { width: 1.1875rem; height: 1.1875rem; margin-bottom: .5rem; }
  .hero-facts.hero-facts-inline strong { font-size: .9375rem; }
  .hero-facts.hero-facts-inline small { font-size: .5625rem; }
  .button { min-height: 3.75rem; padding: .75rem .625rem .75rem 1.5rem; font-size: 1.125rem; }
  .section { padding: 5.125rem 0; }
  .about-images { min-height: 27.5rem; }
  .about-main { inset: 0 0 3.4375rem 5%; }
  .about-detail { width: 47%; height: 11.25rem; }
  .about-detail figcaption { width: 7.8125rem; left: calc(100% + 0.75rem); font-size: 0.4375rem; }
  .about-features { grid-template-columns: 1fr; gap: .75rem; }
  .about-features li { min-height: 4.25rem; }
  .about-features strong { font-size: .9375rem; }
  .about-features small { font-size: .9375rem; }
  .about-features li:nth-child(odd) { margin-right: 0; }
  .about { padding-top: 3.25rem; padding-bottom: 0.75rem; }
  .spaces { padding-top: 2.5rem; }
  .spaces .section-head { text-align: center; }
  .spaces .section-head .overline { justify-content: center; }
  .spaces .section-intro { text-align: center; }
  .section-intro p,
  .infra-title > p:last-child,
  .plan-heading > p:not(.overline),
  .location-copy > p:not(.overline),
  .faq-list details p,
  .contact-copy > p:not(.overline) { font-size: 1rem; }
  .bts-callout__inner { align-items: stretch; flex-direction: column; gap: 1.25rem; }
  .bts-callout__copy { width: 100%; }
  .bts-callout__actions { width: 100%; flex-wrap: wrap; }
  .bts-callout__actions .button { flex: 1 1 100%; justify-content: space-between; padding: .75rem .625rem .75rem 1rem; }
  .metrics { margin-top: 2rem; gap: 1.75rem 1rem; }
  .metrics article { min-height: 6.5rem; padding: 0; }
  .metrics strong { font-size: 2.8125rem; }
  .metrics span { font-size: 0.625rem; }
  .property-grid { grid-template-columns: 1fr; }
  .property, .property:last-child { min-height: 0; aspect-ratio: 1 / 1; grid-column: auto; }
  .property-info { padding: 1.4375rem; }
  .property-info > .property-message { font-size: 1rem; }
  .infra-list { grid-template-columns: 1fr; gap: 1.75rem; }
  .infra-list article { min-height: auto; padding: .5rem 0; border-right: 0 !important; }
  .infra-list h3 { margin-top: 1.875rem; }
  .plan-heading h2 { font-size: 2.1rem; }
  .plan-features { grid-template-columns: repeat(2, 1fr); gap: 1.25rem .75rem; margin: 2.5rem 0 1.75rem; }
  .plan-features li { justify-content: flex-start; }
  .plan-features li:last-child { grid-column: 1 / -1; }
  .plan-cta { width: 100%; margin-bottom: 2.5rem; justify-content: space-between; }
  .location-actions.plan-cta { flex-wrap: nowrap; gap: .5rem; }
  .location-actions.plan-cta .button { min-width: 0; flex: 1 1 50%; padding-inline: .5rem; white-space: nowrap; }
  .site-plan { min-height: 20.5rem; }
  .site-plan.site-plan-map { min-height: 23.625rem; }
  .plan-lot { padding: 0.5625rem; }
  .plan-lot b { font-size: 0.5rem; }
  .plan-lot small { display: none; }
  .management { padding-top: calc(4.5rem + var(--plan-overlap)); padding-bottom: 4.5rem; }
  .management .section-intro { text-align: left; }
  .management-showcase { gap: 2.5rem; }
  .management-media { min-height: 22rem; }
  .management-media figcaption { left: 1rem; bottom: 1rem; font-size: .75rem; }
  .management-services { grid-template-columns: 1fr; gap: 1.75rem; }
  .management-services h3 { font-size: 1.125rem; }
  .management-services p { font-size: 1rem; }
  .management-cta { width: 100%; justify-content: space-between; }
  .testimonials { padding-top: 4.5rem; padding-bottom: 4.5rem; }
  .testimonials-rail { height: 29rem; gap: .75rem; }
  .testimonial-card { min-height: 10.5rem; padding: 1rem; }
  .testimonial-card footer { align-items: flex-start; flex-direction: column; gap: .5rem; }
  .location-copy { padding: 4.6875rem 1rem; }
  .faq-layout { gap: 3.125rem; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { width: min(100%, 28rem); padding: 1rem; }
  .site-footer { padding-bottom: 9rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-bottom { gap: 0.3125rem; }
  .about-copy .button-outline-dark { padding-inline: 1.5rem; }
  .whatsapp { left: 0.875rem; right: auto; bottom: 0.875rem; padding-right: 1.0625rem; }
  .whatsapp b { display: inline; }
  /* Piso de legibilidade para textos auxiliares no mobile. */
  .brand-sub, .hero-social span, .hero-facts strong, .hero-facts small,
  .about-detail figcaption, .about-features small, .metrics span, .metrics small,
  .brand-rail-title, .property-tabs button, .availability, .property-meta small,
  .property-info > a, .bts-callout__description, .infra-list p, .plan-lot b,
  .gate, .north, .map-place, .map-marker strong, .map-marker small,
  .google-rating strong, .testimonial-card strong, .testimonial-card small,
  .faq-list details p, .contact-copy address, .contact-card small, .field label,
  .field-error, .form-status, .footer-links p, .footer-links a, .footer-utility > a,
  .footer-bottom, .footer-legal a, .whatsapp, .cookie-kicker,
  .cookie-banner h2, .cookie-banner-copy > p:last-child, .cookie-banner .cookie-button,
  .cookie-banner .cookie-text-button, .cookie-choice strong, .cookie-choice span > span,
  .overline, .main-nav .nav-action, .hero-copy > p:not(.overline), .hero-social strong,
  .about-copy > p:not(.overline),
  .section-intro p, .inline-link, .property h3, .property-meta strong,
  .plan-features strong, .plan-features small, .management-media figcaption, .location-copy > p:not(.overline),
  .location-address, .testimonial-card > p, .faq-list summary,
  .field input, .field select, .field textarea { font-size: 1rem !important; }
  .contact-form > .button { font-size: 1.125rem !important; }
  .cookie-status, .cookie-legal-copy { font-size: .9375rem !important; }
  .hero-social strong, .hero-social span { font-size: .75rem !important; }
  .metrics small { font-size: .75rem !important; }
  .property > .availability { font-size: .75rem !important; }
  .testimonial-card > p, .testimonial-card strong, .testimonial-card small { font-size: .75rem !important; }
  .cookie-banner .cookie-button,
  .cookie-banner .cookie-text-button { min-height: 2.5rem; padding: .5rem .875rem; font-size: .75rem !important; }
}

@media (max-width: 51.25rem) { .testimonials { padding: 4rem 0; } }

@media (max-width: 51.25rem) { .about-carousel { min-height: 36.25rem; } }

@media (max-width: 35rem) { .about-carousel { min-height: 27.5rem; } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .bts-callout .bts-callout__copy--from-left,
  .bts-callout .bts-callout__actions--from-right { opacity: 1; transform: none; }
}

/* Controles de ação usam cantos compactos; ícones e indicadores permanecem circulares. */
.main-nav > a,
.main-nav .nav-action,
.button,
.property-tabs button,
.property-info > .property-message,
.whatsapp,
.cookie-banner .cookie-button,
.cookie-banner .cookie-text-button {
  border-radius: .5rem !important;
}
