@font-face {
  font-family: "Azo Sans";
  src: url("./assets/fonts/AzoSans-Regular.otf") format("opentype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Azo Sans";
  src: url("./assets/fonts/AzoSans-Medium.otf") format("opentype");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Azo Sans";
  src: url("./assets/fonts/AzoSans-Bold.otf") format("opentype");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Quiche Flare";
  src: url("./assets/fonts/QuicheFlare-Light.otf") format("opentype");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Quiche Flare";
  src: url("./assets/fonts/QuicheFlare-Regular.otf") format("opentype");
  font-weight: 400;
  font-display: swap;
}

:root {
  --aqua: #62c8b8;
  --aqua-deep: #35b9a4;
  --green: #173e35;
  --green-soft: #245449;
  --gold: #dfc89d;
  --paper: #f7f7f5;
  --ink: #173e35;
  --shell: 80%;
  --title: "Quiche Flare", Georgia, serif;
  --title-display-size: 5.833rem;
  --title-display-tracking: -0.04em;
  --body: "Azo Sans", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  margin: 0;
  overflow-x: hidden;
}

button,
input,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

.site-shell {
  margin-inline: auto;
  width: var(--shell);
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.cta {
  align-items: center;
  background: var(--aqua);
  border: 0;
  border-radius: 999px;
  color: var(--green);
  cursor: pointer;
  display: inline-flex;
  font-weight: 700;
  gap: 1rem;
  height: 4.35rem;
  justify-content: space-between;
  min-width: 15.4rem;
  padding: 0.28rem 0.34rem 0.28rem 2rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 180ms ease, transform 180ms ease;
}

.cta:hover,
.cta:focus-visible {
  background: #70dac9;
  transform: translateY(-2px);
}

.cta i {
  align-items: center;
  background: url("./assets/images/bt_arrow.png") center / contain no-repeat;
  display: grid;
  height: 3.75rem;
  place-items: center;
  position: relative;
  width: 3.75rem;
}

.cta i::before,
.cta i::after {
  display: none;
}

.gallery-arrow::before,
.lightbox-arrow::before {
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
  height: 0.72rem;
  transform: rotate(45deg);
  width: 0.72rem;
}

.hero {
  background: var(--aqua) url("./assets/images/imagem_banner.webp") center / cover no-repeat;
  min-height: calc(100vh - 6.5rem);
  overflow: visible;
  padding-top: 4.6rem;
  position: relative;
}

.hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(20rem, 0.86fr);
  min-height: calc(100vh - 11.1rem);
  position: relative;
}

.hero-logo {
  grid-column: 1 / -1;
  transform: translateY(-20px);
  width: 13.5rem;
}

.hero-copy {
  align-self: end;
  color: #fff;
  max-width: 40rem;
  padding-bottom: 10.5rem;
  position: relative;
  z-index: 1;
}

.hero-copy h1,
.investment h2,
.nature h2,
.nearby h2,
.location h2,
.dream h2,
.footer h2 {
  font-family: var(--title);
  font-weight: 400;
  letter-spacing: var(--title-display-tracking);
  line-height: 0.94;
  margin: 0;
}

.hero-copy h1 {
  font-size: var(--title-display-size);
}

.hero-copy h1 span,
.hero-copy h1 strong {
  color: var(--gold);
  font-weight: 400;
}

.hero-copy p {
  color: var(--aqua);
  font-size: 23px;
  font-weight: 400;
  line-height: 1.08;
  margin: 0.8rem 0 4.2rem;
  max-width: 28rem;
}

.hero-partners {
  height: auto;
  max-height: 75px;
  max-width: 410px;
  transform: translateY(-25px);
  width: 100%;
}

.hero-stamp {
  height: 200px;
  left: calc(58% - 200px);
  position: absolute;
  top: calc(15rem - 100px);
  width: 200px;
  z-index: 1;
}

.lead-form {
  --lead-button-height: 4.35rem;
  --lead-button-half: 2.175rem;
  --lead-legal-offset: 4.05rem;
  align-self: center;
  display: grid;
  gap: 1.35rem;
  justify-items: center;
  margin-left: 20px;
  margin-top: 4rem;
  max-width: 24.64rem;
  padding: 3.75rem 2rem 0;
  position: relative;
  text-align: center;
  transform: translateY(-100px);
  width: 100%;
  z-index: 2;
}

.lead-form::before {
  backdrop-filter: blur(4px);
  background: rgba(255, 255, 255, 0.5);
  border-radius: 3.5rem;
  bottom: calc(var(--lead-legal-offset) + var(--lead-button-half));
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.lead-form > * {
  position: relative;
  z-index: 1;
}

.lead-form p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.18;
  margin: 0 1rem 0.6rem;
}

.lead-form label,
.lead-form input,
.lead-form select {
  width: 100%;
}

.lead-form .cta {
  font-size: 1.4rem;
  height: var(--lead-button-height);
  max-width: 100%;
  min-width: 16rem;
  width: 60%;
}

.lead-form input,
.lead-form select {
  background: rgba(255, 255, 255, 0.85);
  border: 0;
  border-radius: 999px;
  color: var(--green);
  height: 5rem;
  outline: 0;
  padding: 0 2rem;
}

.lead-form select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--green) 50%),
    linear-gradient(135deg, var(--green) 50%, transparent 50%);
  background-position:
    calc(100% - 1.65rem) 50%,
    calc(100% - 1.25rem) 50%;
  background-repeat: no-repeat;
  background-size: 0.42rem 0.42rem;
  cursor: pointer;
}

.lead-form select:invalid {
  color: #777;
}

.lead-source-field {
  display: grid;
  gap: 0.45rem;
  text-align: left;
}

.lead-source-field span {
  color: #fff;
  font-size: 0.88rem;
  line-height: 1.1;
  padding-left: 1rem;
}

.lead-form input:focus,
.lead-form select:focus {
  box-shadow: 0 0 0 3px rgba(23, 62, 53, 0.22);
}

.lead-form small {
  color: #fff;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.15;
  max-width: 19.8rem;
  margin-top: -0.35rem;
}

.value-panel {
  align-items: center;
  background: var(--green) url("./assets/images/bg_valor.webp") center / cover no-repeat;
  border-radius: 3.4rem;
  bottom: 0;
  color: var(--gold);
  display: grid;
  gap: 2.6rem 20px;
  grid-template-columns: max-content max-content max-content;
  justify-content: center;
  left: 0;
  min-height: 13rem;
  padding: 2.2rem 6rem;
  position: absolute;
  right: 0;
  transform: translateY(50%);
}

.value-item {
  align-items: center;
  display: flex;
  gap: 1.8rem;
}

.value-item img {
  flex: 0 0 7.5rem;
  width: 7.5rem;
}

.value-item p,
.payment {
  font-size: 1.7rem;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}

.value-item span {
  font-size: 1rem;
  font-weight: 400;
}

.value-item strong {
  display: block;
  font-size: 55px;
  line-height: 0.95;
  margin-top: 5px;
  text-transform: none;
  white-space: nowrap;
}

.value-item strong sup {
  display: inline-block;
  font-size: 20%;
  line-height: 0;
  transform: translateY(-20px);
  vertical-align: super;
}

.value-item small {
  display: block;
  font-size: 0.82rem;
  text-transform: none;
}

.payment {
  font-size: 1.65rem;
  line-height: 1.08;
  text-align: left;
}

.investment {
  background: var(--aqua);
  padding: calc(6.5rem + 100px) 0 8.5rem;
}

.investment-grid {
  align-items: center;
  display: grid;
  gap: 75px;
  grid-template-columns: 50vw minmax(20rem, 1fr);
  margin-inline: 0;
  width: 100%;
}

.video-card {
  aspect-ratio: 16 / 9;
  background: transparent;
  width: 50vw;
}

.video-card iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.investment-copy {
  max-width: 44rem;
  padding-right: 4vw;
}

.investment-copy h2 {
  color: var(--green);
  font-size: calc(var(--title-display-size) * 1.2);
}

.investment-copy p {
  color: #fff;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.12;
  margin: 2rem 0 0;
  max-width: 36rem;
}

.desktop-break {
  display: inline;
}

.nature {
  background: #fff;
}

.infrastructure {
  align-items: center;
  display: grid;
  gap: 0;
  grid-template-columns: 1.6fr repeat(4, 1fr);
  min-height: 24.5rem;
}

.infrastructure > p {
  border-right: 1px solid var(--aqua);
  font-size: clamp(1.35rem, 1.6vw, 2rem);
  line-height: 1.12;
  margin: 0;
  padding-right: 3rem;
}

.infrastructure > p strong {
  color: var(--gold);
}

.utility {
  align-items: center;
  border-right: 1px solid var(--aqua);
  display: grid;
  height: 10.5rem;
  justify-items: center;
  padding: 0 1.2rem;
}

.utility img {
  height: 5rem;
  object-fit: contain;
  width: 6rem;
}

.utility strong {
  font-size: clamp(1.6rem, 2vw, 2.7rem);
  text-transform: uppercase;
}

.nature-image {
  aspect-ratio: 3000 / 1694;
  background: url("./assets/images/bg_natureza.webp") center / cover no-repeat;
  color: #fff;
  min-height: 42rem;
  position: relative;
}

.nature-copy {
  display: grid;
  align-content: center;
  height: 100%;
  min-height: inherit;
}

.nature-copy h2 {
  font-size: var(--title-display-size);
}

.nature-copy > p {
  color: var(--gold);
  font-size: 30px;
  font-weight: 400;
  margin: 1.2rem 0 2rem;
}

.green-area {
  align-items: center;
  display: grid;
  gap: 0 1.2rem;
  grid-template-columns: 7rem auto auto;
  grid-template-rows: auto auto;
  justify-content: start;
}

.green-area i {
  align-self: center;
  background: url("./assets/images/icone_folhas.webp") center / contain no-repeat;
  border-radius: 50%;
  color: transparent;
  grid-row: 1 / span 2;
  height: 6.5rem;
  position: relative;
  transform: translateY(-0.25rem);
  width: 6.5rem;
}

.green-area strong {
  color: #fff;
  font-size: 55px;
  grid-column: 2;
  grid-row: 1;
  line-height: 0.78;
}

.green-area span {
  align-self: start;
  color: #fff;
  font-size: 1.45rem;
  grid-column: 2;
  grid-row: 2;
  line-height: 1;
  margin-top: -0.12em;
  text-transform: uppercase;
}

.green-area small {
  align-self: center;
  color: var(--gold);
  font-size: 1.28rem;
  line-height: 1.08;
  grid-column: 3;
  grid-row: 1 / span 2;
  text-transform: uppercase;
}

.green-area small .unit-lower {
  color: inherit;
  text-transform: none;
}

.green-area small .unit-lower span {
  color: inherit;
  text-transform: lowercase;
}

.nearby {
  background: var(--green-soft);
  color: #fff;
  min-height: 63rem;
  padding-bottom: 7rem;
}

.nearby-banner {
  aspect-ratio: 3000 / 979;
  object-fit: cover;
  width: 100%;
}

.nearby-content {
  padding-top: 0;
}

.nearby h2 {
  font-size: var(--title-display-size);
  margin-top: -3.9rem;
  max-width: 64rem;
  position: relative;
}

.nearby h2 span {
  color: var(--gold);
}

.nearby-list {
  display: grid;
  font-size: 25px;
  gap: 2rem 5rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 6.7rem;
}

.nearby-list div {
  align-items: center;
  display: flex;
  gap: 1.3rem;
  min-height: 2.5rem;
}

.nearby-list img {
  height: 2.45rem;
  object-fit: contain;
  width: 2.6rem;
}

.gallery {
  background: var(--aqua);
  overflow: hidden;
  padding: 5.4rem 0 10rem;
}

.gallery-viewport {
  position: relative;
}

.gallery-track {
  display: flex;
  gap: clamp(1.75rem, 4.25vw, 5.35rem);
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.gallery-slide {
  aspect-ratio: 946 / 1211;
  background: transparent;
  border: 0;
  cursor: zoom-in;
  flex: 0 0 clamp(18rem, 30.75vw, 39rem);
  overflow: hidden;
  padding: 0;
}

.gallery-slide img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.gallery-slide-square img {
  object-position: center;
}

.gallery-arrow,
.lightbox-arrow {
  align-items: center;
  background: #fff;
  border: 1.5px solid var(--green);
  border-radius: 50%;
  color: var(--green);
  cursor: pointer;
  display: grid;
  height: clamp(3.5rem, 5vw, 5.4rem);
  place-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(3.5rem, 5vw, 5.4rem);
  z-index: 2;
}

.gallery-arrow.previous,
.lightbox-arrow.previous {
  left: clamp(1rem, 3vw, 4.4rem);
}

.gallery-arrow.previous::before,
.lightbox-arrow.previous::before {
  transform: rotate(-135deg);
}

.gallery-arrow.next,
.lightbox-arrow.next {
  right: clamp(1rem, 3vw, 4.4rem);
}

.location {
  background: #fff;
  display: grid;
  column-gap: 50px;
  grid-template-columns: calc(50% - 25px) calc(50% - 25px);
  min-height: 73rem;
}

.location-map {
  align-self: center;
}

.location-map img {
  width: 100%;
}

.location-copy {
  align-content: center;
  display: grid;
  justify-items: start;
  padding: 5rem 2rem 4rem;
}

.location-copy h2 {
  color: var(--green-soft);
  font-size: var(--title-display-size);
}

.location-copy h2 span {
  color: var(--gold);
}

.location-copy p {
  font-size: 23px;
  font-weight: 400;
  line-height: 1.28;
  margin: 4rem 0 4.8rem;
  max-width: 31rem;
}

.scroll-cue {
  background: url("./assets/images/bt_seta_bx.webp") center / contain no-repeat;
  display: grid;
  height: 9rem;
  margin: 10rem 0 0;
  place-items: center;
  pointer-events: none;
  text-decoration: none;
  width: 9rem;
}

.dream {
  --dream-center-shift: clamp(1.5rem, 4vw, 5rem);
  background: var(--green) url("./assets/images/bg_garota.webp") center / cover no-repeat;
  color: #fff;
  display: grid;
  min-height: 50.6rem;
  overflow: hidden;
  position: relative;
}

.dream-content {
  align-content: center;
  display: grid;
  justify-items: start;
  position: relative;
  transform: translateX(var(--dream-center-shift));
  z-index: 1;
}

.dream h2 {
  font-size: var(--title-display-size);
  max-width: 78rem;
}

.dream h2 span {
  color: var(--gold);
}

.dream .cta {
  font-size: 1.4rem;
  height: 4.35rem;
  margin-top: 5rem;
  min-width: 16rem;
  width: 16rem;
}

.location-cta {
  font-size: 1.4rem;
  height: 4.35rem;
  min-width: 16rem;
  width: 16rem;
}

.dream > img {
  bottom: -1rem;
  max-height: 51rem;
  object-fit: contain;
  pointer-events: none;
  position: absolute;
  right: calc(5% + var(--dream-center-shift));
  width: min(48vw, 47rem);
}

.works {
  background: #fff;
  padding: 6.2rem 0;
}

.works h2 {
  color: var(--green);
  font-family: var(--title);
  font-size: var(--title-display-size);
  font-weight: 400;
  letter-spacing: var(--title-display-tracking);
  line-height: 0.94;
  margin: 0 auto 4rem;
}

.works h2 span {
  color: var(--gold);
}

.works-grid {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.works-grid img {
  width: 100%;
}

.footer {
  background: #fff;
}

.footer-logo-wrap {
  align-items: end;
  display: grid;
  height: 18rem;
  justify-items: center;
}

.footer-logo-wrap img {
  margin-bottom: -0.1rem;
  width: 29rem;
}

.footer-story {
  background: var(--green-soft);
  color: #fff;
  min-height: 28rem;
  padding: 6.7rem 0;
}

.footer-story-grid {
  align-items: center;
  display: grid;
  gap: 9rem;
  grid-template-columns: 0.9fr 1.1fr;
}

.footer h2 {
  color: var(--gold);
  font-size: var(--title-display-size);
}

.footer-story p {
  font-size: 23px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}

.footer-signature {
  background: var(--aqua);
  padding: 3.7rem 0 4.5rem;
}

.footer-signature-grid {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}

.footer-signature p {
  font-size: 1.05rem;
  margin: 0;
}

.footer-legal {
  display: grid;
  gap: 0.8rem;
  max-width: 46rem;
}

.footer-legal p:last-child {
  font-size: 0.82rem;
  line-height: 1.25;
}

.footer-signature img {
  width: 31rem;
}

.lightbox {
  background: rgba(10, 26, 23, 0.92);
  border: 0;
  height: 100%;
  margin: 0;
  max-height: none;
  max-width: none;
  overflow: hidden;
  padding: 2.5rem;
  width: 100%;
}

.lightbox::backdrop {
  background: transparent;
}

.lightbox[open] {
  align-items: center;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.lightbox figure {
  display: grid;
  grid-column: 2;
  height: 100%;
  margin: 0;
  place-items: center;
}

.lightbox figure img {
  box-shadow: 0 1.5rem 5rem rgba(0, 0, 0, 0.35);
  max-height: min(calc(100vh - 5rem), 67.5rem);
  max-width: min(100%, 120rem);
  object-fit: contain;
}

.lightbox-arrow {
  position: relative;
  top: auto;
  transform: none;
}

.lightbox-arrow.previous {
  grid-column: 1;
  left: 0;
}

.lightbox-arrow.next {
  grid-column: 3;
  right: 0;
}

.lightbox-close {
  background: #fff;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 3.2rem;
  position: absolute;
  right: 2.4rem;
  top: 2.4rem;
  width: 3.2rem;
  z-index: 1;
}

.lightbox-close::before,
.lightbox-close::after {
  background: var(--green);
  content: "";
  height: 2px;
  left: 0.85rem;
  position: absolute;
  top: 1.55rem;
  width: 1.5rem;
}

.lightbox-close::before {
  transform: rotate(45deg);
}

.lightbox-close::after {
  transform: rotate(-45deg);
}

.form-feedback {
  background: var(--green) url("./assets/images/bg_valor.webp") center / cover no-repeat;
  border: 1px solid rgba(98, 200, 184, 0.32);
  border-radius: 3.5rem;
  box-sizing: border-box;
  box-shadow: 0 2rem 5rem rgba(3, 19, 16, 0.34);
  color: #fff;
  inset: 50% auto auto 50%;
  margin: 0;
  max-height: calc(100dvh - 2rem);
  overflow: auto;
  padding: 4.2rem clamp(1.6rem, 5vw, 4.4rem) 4rem;
  position: fixed;
  text-align: center;
  transform: translate3d(-50%, -50%, 0);
  width: min(40rem, calc(100vw - 2rem));
}

.form-feedback::backdrop {
  backdrop-filter: blur(3px);
  background: rgba(3, 19, 16, 0.72);
}

.feedback-close {
  background: transparent;
  border: 0;
  cursor: pointer;
  height: 2.5rem;
  position: absolute;
  right: 1.7rem;
  top: 1.6rem;
  width: 2.5rem;
}

.feedback-close::before,
.feedback-close::after {
  background: rgba(255, 255, 255, 0.78);
  content: "";
  height: 2px;
  left: 0.55rem;
  position: absolute;
  top: 1.2rem;
  width: 1.45rem;
}

.feedback-close::before {
  transform: rotate(45deg);
}

.feedback-close::after {
  transform: rotate(-45deg);
}

.feedback-icon {
  background: #c8de26;
  border-radius: 50%;
  height: 6rem;
  margin: 0 auto 1.75rem;
  position: relative;
  width: 6rem;
}

.feedback-icon::before {
  border-bottom: 0.4rem solid var(--green);
  border-right: 0.4rem solid var(--green);
  content: "";
  height: 2rem;
  left: 2.2rem;
  position: absolute;
  top: 1.55rem;
  transform: rotate(45deg);
  width: 1rem;
}

.form-feedback.is-error .feedback-icon {
  background: #f3d7c6;
}

.form-feedback.is-error .feedback-icon::before,
.form-feedback.is-error .feedback-icon::after {
  background: var(--green);
  border: 0;
  content: "";
  height: 0.38rem;
  left: 1.75rem;
  position: absolute;
  top: 2.8rem;
  width: 2.5rem;
}

.form-feedback.is-error .feedback-icon::before {
  transform: rotate(45deg);
}

.form-feedback.is-error .feedback-icon::after {
  transform: rotate(-45deg);
}

.form-feedback h2 {
  font-family: var(--body);
  font-size: clamp(1.85rem, 3.4vw, 2.35rem);
  line-height: 1.18;
  margin: 0 auto 1.45rem;
  max-width: 30rem;
}

.form-feedback p {
  font-size: clamp(1.05rem, 2.1vw, 1.35rem);
  font-weight: 400;
  line-height: 1.28;
  margin: 0 auto 2.4rem;
  max-width: 30rem;
}

.feedback-ok {
  align-items: center;
  background: var(--aqua);
  border: 0;
  border-radius: 999px;
  color: var(--green);
  cursor: pointer;
  display: inline-flex;
  font-size: 1.2rem;
  font-weight: 700;
  gap: 1.1rem;
  height: 3.95rem;
  justify-content: space-between;
  min-width: min(18rem, 100%);
  padding: 0.28rem 0.34rem 0.28rem 1.8rem;
  text-transform: uppercase;
  transition: background 180ms ease, transform 180ms ease;
}

.feedback-ok::after {
  background: url("./assets/images/bt_arrow.png") center / contain no-repeat;
  content: "";
  flex: 0 0 3.35rem;
  height: 3.35rem;
  width: 3.35rem;
}

.feedback-ok:hover,
.feedback-ok:focus-visible {
  background: #70dac9;
  transform: translateY(-2px);
}

.lead-form button[disabled] {
  cursor: wait;
  opacity: 0.72;
}

@media (max-width: 1999px) {
  :root {
    --shell: 90%;
  }

  .hero-copy h1 {
    font-size: calc(var(--title-display-size) * 0.8);
  }

  .hero-copy {
    transform: translateY(50px);
  }

  .hero-copy p {
    font-size: 18.4px;
  }

  .hero-partners {
    max-height: 60px;
    max-width: 328px;
  }

  .investment-copy h2 {
    font-size: calc(var(--title-display-size) * 0.96);
  }

  .footer h2 {
    font-size: calc(var(--title-display-size) * 0.8);
  }

  .dream-word-morar,
  .dream-word-bem {
    display: inline;
  }

  .dream-word-morar::after {
    content: "\A";
    white-space: pre;
  }

  .dream-word-bem::after {
    color: #fff;
    content: " começa";
  }

  .dream-word-comeca {
    display: none;
  }

  .dream h2 {
    max-width: 18ch;
  }

  .lead-form {
    --lead-button-height: 4.35rem;
    --lead-button-half: 2.175rem;
    --lead-legal-offset: 4.65rem;
    gap: 0.95rem;
    max-width: 22.18rem;
    padding: 2.625rem 1.4rem 0;
  }

  .lead-form input {
    height: 3.5rem;
  }

  .lead-form select {
    height: 3.5rem;
  }

  .lead-form .cta {
    height: var(--lead-button-height);
    min-width: 16rem;
  }

  .lead-form .cta i {
    height: 3.75rem;
    width: 3.75rem;
  }

  .hero-stamp {
    left: calc(57% - 220px);
    top: calc(15rem - 140px);
  }
}

@media (max-width: 1500px) {
  .hero-stamp {
    height: 200px;
    left: calc(57% - 220px);
    top: calc(9rem - 140px);
    width: 200px;
  }
}

@media (max-width: 1200px) {
  .hero {
    min-height: auto;
    padding-bottom: 13rem;
  }

  .hero-shell,
  .investment-grid,
  .footer-story-grid {
    gap: 3rem;
  }

  .hero-copy {
    padding-bottom: 2rem;
  }

  .hero-stamp {
    height: 200px;
    left: calc(57% - 220px);
    top: calc(9rem - 140px);
    width: 200px;
  }

  .value-panel {
    padding-inline: 2.5rem;
  }

  .value-item {
    gap: 1rem;
  }

  .value-item img {
    flex-basis: 5.5rem;
    width: 5.5rem;
  }

  .nearby {
    min-height: auto;
  }

  .location {
    min-height: auto;
  }

  .location-copy {
    padding-left: 2rem;
  }
}

@media (max-width: 820px) {
  :root {
    --shell: calc(100% - 2rem);
    --title-display-size: clamp(3.25rem, 15vw, 4.65rem);
  }

  .cta {
    font-size: clamp(1.05rem, 5vw, 1.25rem);
    height: 3.85rem;
    min-width: 0;
    padding: 0.3rem 0.34rem 0.3rem 2rem;
    width: min(16rem, 92%);
  }

  .cta span {
    transform: translateY(5px);
  }

  .cta i {
    flex: 0 0 3.25rem;
    height: 3.25rem;
    width: 3.25rem;
  }

  .hero {
    background-position: 58% calc(100% + 45px);
    background-size: auto 118%;
    padding: 1.5rem 0 2rem;
  }

  .hero-shell {
    display: flex;
    flex-direction: column;
    min-height: auto;
  }

  .hero-logo {
    transform: none;
    width: 10.25rem;
  }

  .hero-stamp {
    height: clamp(6rem, 30.4vw, 8rem);
    left: auto;
    right: -0.5rem;
    top: 3.4rem;
    width: clamp(6rem, 30.4vw, 8rem);
  }

  .hero-copy {
    order: 1;
    padding-bottom: 0;
    padding-top: 5.4rem;
    transform: none;
  }

  .hero-copy h1 {
    font-size: clamp(2.85rem, 12.8vw, 4rem);
    max-width: 100%;
  }

  .hero-copy p {
    font-size: clamp(1.05rem, 5vw, 1.35rem);
    margin: 0.7rem 0 1.4rem;
    max-width: 19rem;
  }

  .hero-partners {
    max-height: none;
    max-width: min(19rem, 100%);
    transform: none;
  }

  .lead-form {
    --lead-legal-offset: 5.2rem;
    --lead-button-height: 3.85rem;
    --lead-button-half: 1.925rem;
    border-radius: 2rem;
    margin-left: 0;
    margin-top: 1rem;
    max-width: 100%;
    order: 2;
    padding: 1.5rem 1rem 0;
    transform: none;
  }

  .lead-form::before {
    border-radius: 2rem;
  }

  .lead-form p {
    font-size: 16px;
  }

  .lead-form input,
  .lead-form select {
    height: 3.65rem;
    padding: 0 1.35rem;
  }

  .lead-source-field {
    gap: 0.35rem;
  }

  .lead-source-field span {
    font-size: 0.8rem;
    padding-left: 0.8rem;
  }

  .lead-form .cta {
    height: 3.85rem;
    width: min(16rem, 92%);
  }

  .dream .cta,
  .location-cta {
    height: 3.85rem;
    min-width: 0;
    width: min(16rem, 92%);
  }

  .lead-form .cta i {
    height: 3.25rem;
    width: 3.25rem;
  }

  .lead-form small {
    font-size: 0.86rem;
    max-width: 20rem;
  }

  .value-panel {
    bottom: auto;
    border-radius: 2rem;
    gap: 1.3rem;
    grid-template-columns: 1fr;
    margin-top: 2rem;
    min-height: auto;
    padding: 1.65rem 1.2rem;
    position: relative;
    transform: none;
  }

  .value-item {
    gap: 1rem;
  }

  .value-item img {
    flex-basis: 4.5rem;
    width: 4.5rem;
  }

  .value-item p,
  .payment {
    font-size: 1.15rem;
  }

  .value-item span {
    font-size: 0.82rem;
  }

  .value-item strong {
    font-size: clamp(2.2rem, 11vw, 3rem);
  }

  .payment {
    text-align: center;
  }

  .investment {
    padding: 3.5rem 0 4rem;
  }

  .investment-grid,
  .footer-story-grid {
    grid-template-columns: 1fr;
  }

  .investment-grid {
    gap: 1.75rem;
    margin-inline: auto;
    width: var(--shell);
  }

  .video-card {
    width: 100%;
  }

  .investment-copy {
    max-width: none;
    padding-right: 0;
  }

  .investment-copy h2,
  .nature-copy h2,
  .nearby h2,
  .location-copy h2,
  .footer h2 {
    font-size: var(--title-display-size);
  }

  .investment-copy h2 {
    font-size: clamp(3rem, 11.5vw, 3.55rem);
    max-width: 100%;
  }

  .investment-copy p {
    font-size: clamp(1.05rem, 4.8vw, 1.35rem);
    max-width: 19rem;
  }

  .desktop-break {
    display: none;
  }

  .infrastructure {
    gap: 1.5rem 0;
    grid-template-columns: repeat(2, 1fr);
    min-height: auto;
    padding: 4rem 0;
  }

  .infrastructure > p {
    border: 0;
    grid-column: 1 / -1;
    padding: 0;
  }

  .utility {
    height: 8rem;
  }

  .utility:nth-of-type(2n) {
    border-right: 0;
  }

  .nature-image {
    aspect-ratio: auto;
    min-height: 34rem;
    width: 100%;
  }

  .nature-copy {
    align-content: center;
    width: var(--shell);
  }

  .green-area {
    align-items: center;
    gap: 0 0.8rem;
    grid-template-columns: 4.4rem minmax(0, 1fr);
  }

  .green-area i {
    background-size: contain;
    height: 4rem;
    transform: none;
    width: 4rem;
  }

  .green-area strong {
    font-size: clamp(2.45rem, 11vw, 3.4rem);
    line-height: 0.9;
    white-space: nowrap;
  }

  .green-area span {
    font-size: clamp(1rem, 4.4vw, 1.35rem);
    margin-top: 0;
  }

  .green-area span,
  .green-area small {
    grid-column: 2;
  }

  .green-area small {
    font-size: clamp(0.88rem, 3.9vw, 1rem);
    grid-row: auto;
    margin-top: 0.75rem;
    max-width: 18rem;
  }

  .nearby {
    padding-bottom: 4rem;
  }

  .nearby-banner {
    height: 18rem;
  }

  .nearby h2 {
    font-size: clamp(3rem, 14vw, 4.4rem);
    margin-top: -1.7rem;
  }

  .nearby-list {
    font-size: 1.35rem;
    gap: 1.25rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .gallery {
    padding: 2.4rem 0 5rem;
  }

  .gallery-track {
    gap: 1rem;
  }

  .gallery-slide {
    flex-basis: 72vw;
  }

  .gallery-arrow {
    height: 3.2rem;
    width: 3.2rem;
  }

  .gallery-arrow.previous {
    left: 0.85rem;
  }

  .gallery-arrow.next {
    right: 0.85rem;
  }

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

  .location-copy {
    padding: 3rem 1rem 4rem;
  }

  .location-copy h2 {
    font-size: clamp(3rem, 14vw, 4.4rem);
  }

  .location-copy p {
    font-size: 1.18rem;
    margin: 2rem 0;
    max-width: 100%;
  }

  .scroll-cue {
    height: 5.5rem;
    margin-top: 3rem;
    width: 5.5rem;
  }

  .dream {
    min-height: 42rem;
  }

  .dream-content {
    align-content: start;
    padding-top: 4rem;
    transform: none;
  }

  .dream h2 {
    font-size: clamp(2.75rem, 11vw, 3.55rem);
    max-width: 100%;
  }

  .dream-word-morar::after,
  .dream-word-bem::after {
    content: "";
  }

  .dream-word-comeca {
    color: #fff;
    display: inline;
  }

  .dream .cta {
    margin-top: 2rem;
  }

  .dream > img {
    bottom: -0.5rem;
    max-height: 24rem;
    right: -5.5rem;
    width: min(28rem, 118vw);
  }

  .works {
    padding: 2.8rem 0;
  }

  .works h2 {
    font-size: clamp(3.2rem, 15vw, 4.6rem);
    margin-bottom: 2rem;
  }

  .works-grid {
    gap: 1rem;
    grid-template-columns: 1fr;
  }

  .footer-logo-wrap {
    height: 11rem;
  }

  .footer-logo-wrap img {
    width: 16rem;
  }

  .footer-story {
    padding: 3.5rem 0;
  }

  .footer-story-grid {
    gap: 2rem;
  }

  .footer-story p {
    font-size: 1.15rem;
  }

  .footer-signature-grid {
    align-items: center;
    flex-direction: column;
    gap: 0;
  }

  .footer-legal {
    display: contents;
  }

  .footer-copyright {
    margin: 0 0 0.75rem;
    max-width: 32rem;
    order: 2;
    text-align: center;
    width: 100%;
  }

  .footer-signature img {
    order: 1;
  }

  .footer-disclaimer {
    margin: 0;
    max-width: 32rem;
    order: 3;
    text-align: center;
    width: 100%;
  }

  .footer-disclaimer-break {
    display: none;
  }

  .footer-signature p {
    font-size: 0.96rem;
  }

  .footer-signature img {
    margin-bottom: 3.2rem;
    width: 100%;
  }

  .form-feedback {
    border-radius: 2rem;
    padding: 2.6rem 1.2rem 2.3rem;
  }

  .feedback-icon {
    height: 4.5rem;
    margin-bottom: 1.2rem;
    width: 4.5rem;
  }

  .feedback-icon::before {
    border-width: 0.34rem;
    height: 1.45rem;
    left: 1.62rem;
    top: 1.08rem;
    width: 0.72rem;
  }

  .form-feedback.is-error .feedback-icon::before,
  .form-feedback.is-error .feedback-icon::after {
    left: 1.25rem;
    top: 2.08rem;
    width: 2rem;
  }

  .form-feedback h2 {
    font-size: 1.45rem;
    margin-bottom: 1rem;
  }

  .form-feedback p {
    font-size: 1rem;
    margin-bottom: 1.6rem;
  }

  .feedback-ok {
    font-size: 1rem;
    height: 3.65rem;
    min-width: min(15rem, 100%);
    padding-left: 1.45rem;
  }

  .feedback-ok::after {
    flex-basis: 3.05rem;
    height: 3.05rem;
    width: 3.05rem;
  }

  .lightbox {
    padding: 1rem;
  }

  .lightbox[open] {
    grid-template-columns: 1fr;
  }

  .lightbox figure {
    grid-column: 1;
  }

  .lightbox-arrow {
    position: absolute;
    z-index: 1;
  }

  .lightbox-arrow.previous {
    left: 1rem;
  }

  .lightbox-arrow.next {
    right: 1rem;
  }

  .lightbox-close {
    right: 1rem;
    top: 1rem;
  }
}
