
:root {
  --ink: #15231f;
  --ink-soft: #40504b;
  --cream: #f4f0e7;
  --paper: #fcfbf7;
  --green: #1f5544;
  --green-dark: #12392e;
  --lime: #c6d759;
  --line: rgba(21, 35, 31, 0.16);
  --error: #9b2d25;
  --shadow: 0 24px 70px rgba(15, 40, 32, 0.12);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

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

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

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

button,
input,
select {
  font: inherit;
}

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

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 3px;
}

.site-header,
.thanks-header,
.legal-header {
  position: sticky;
  top: 0;
  z-index: 40;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px clamp(22px, 5vw, 76px);
  background: rgba(252, 251, 247, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand,
.brand img {
  display: block;
}

.brand img {
  width: 190px;
  height: auto;
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 0.86rem;
  font-weight: 700;
}

.site-header nav a:not(.header-cta):hover,
.legal-header > a:last-child:hover {
  color: var(--green);
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 9px clamp(22px, 5vw, 76px);
  color: #687570;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  font-size: 0.7rem;
}

.breadcrumbs a {
  color: var(--green);
  font-weight: 750;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.header-cta {
  padding: 12px 18px;
  color: #fff;
  background: var(--green);
  border-radius: 3px;
}

.hero {
  min-height: calc(100vh - 116px);
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(420px, 0.82fr);
}

.hero-media {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background: var(--green-dark);
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 22, 18, 0.05) 30%, rgba(8, 25, 19, 0.87) 100%);
}

.image-disclaimer {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  padding: 7px 10px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.62rem;
  font-weight: 750;
  letter-spacing: 0.04em;
  background: rgba(13, 33, 26, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  backdrop-filter: blur(8px);
}

.hero-copy {
  position: absolute;
  right: clamp(28px, 5vw, 78px);
  bottom: clamp(36px, 7vw, 92px);
  left: clamp(28px, 5vw, 78px);
  z-index: 1;
  max-width: 760px;
  color: #fff;
}

.eyebrow,
.form-kicker {
  display: block;
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow.light {
  color: var(--lime);
}

.hero-copy h1,
.thanks-copy h1 {
  max-width: 700px;
  margin: 17px 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 5.4vw, 5.9rem);
  font-weight: 400;
  letter-spacing: -0.048em;
  line-height: 0.94;
}

.hero-copy > p {
  max-width: 640px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  line-height: 1.55;
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin-top: 28px;
}

.hero-facts span {
  display: flex;
  align-items: baseline;
  gap: 7px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-facts strong {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.hero-mobile-offer {
  display: none;
}

.hero-conversion {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  padding: clamp(34px, 5vw, 72px);
  background: var(--cream);
}

.price-block {
  max-width: 540px;
}

.price-label {
  margin: 18px 0 0;
  color: var(--ink-soft);
  font-size: 0.83rem;
  font-weight: 650;
  text-transform: uppercase;
}

.price {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.35rem, 4.6vw, 5.2rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 1;
}

.price-note {
  margin: 9px 0 0;
  color: var(--ink-soft);
  font-size: 0.88rem;
  line-height: 1.5;
}

.price-note strong {
  color: var(--ink);
}

.lead-form {
  width: 100%;
  max-width: 580px;
  padding: clamp(22px, 2.7vw, 34px);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 5px;
  box-shadow: var(--shadow);
}

.form-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.form-heading h2 {
  margin: 7px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.25vw, 2.15rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.form-kicker {
  font-size: 0.63rem;
}

.step-indicator {
  flex: 0 0 auto;
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
}

.progress {
  height: 3px;
  margin: 19px 0 20px;
  overflow: hidden;
  background: #dfe1d8;
}

.progress i {
  display: block;
  height: 100%;
  background: var(--green);
  transition: width 220ms ease;
}

.form-step {
  display: grid;
  gap: 14px;
}

.form-helper {
  margin: -2px 0 2px;
  color: var(--ink-soft);
  font-size: 0.86rem;
  line-height: 1.45;
}

.field {
  display: grid;
  gap: 7px;
}

.field > span {
  font-size: 0.78rem;
  font-weight: 760;
}

.field > span em {
  color: #65736e;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 600;
}

.field input,
.field select {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  color: var(--ink);
  background: #fff;
  border: 1px solid rgba(21, 35, 31, 0.26);
  border-radius: 3px;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.field input:focus,
.field select:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(31, 85, 68, 0.12);
}

.field input::placeholder {
  color: #85918d;
}

.field small {
  color: #6b7874;
  font-size: 0.69rem;
  line-height: 1.4;
}

.form-button,
.primary-button,
.whatsapp-button {
  min-height: 50px;
  padding: 13px 20px;
  color: #fff;
  font-weight: 800;
  text-align: center;
  background: var(--green);
  border: 1px solid var(--green);
  border-radius: 3px;
  cursor: pointer;
  transition: background 160ms ease, transform 160ms ease;
}

.form-button:hover,
.primary-button:hover,
.whatsapp-button:hover {
  background: var(--green-dark);
}

.form-button:active,
.primary-button:active,
.whatsapp-button:active {
  transform: translateY(1px);
}

.form-button:disabled,
.whatsapp-button:disabled {
  opacity: 0.65;
  cursor: wait;
}

.form-actions {
  display: grid;
  grid-template-columns: minmax(86px, 0.34fr) 1fr;
  gap: 10px;
}

.honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.back-button,
.secondary-button {
  min-height: 50px;
  padding: 13px 18px;
  color: var(--green);
  font-weight: 800;
  text-align: center;
  background: transparent;
  border: 1px solid rgba(31, 85, 68, 0.38);
  border-radius: 3px;
  cursor: pointer;
}

.review-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.review-list > div {
  min-height: 84px;
  padding: 12px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.review-list > div:first-child {
  grid-column: 1 / -1;
}

.review-list dt {
  margin-bottom: 5px;
  color: #6b7874;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.review-list dd {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 650;
  line-height: 1.4;
}

.consent-field {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: flex-start;
  color: var(--ink-soft);
  font-size: 0.73rem;
  line-height: 1.45;
}

.consent-field input {
  width: 17px;
  height: 17px;
  margin: 2px 0 0;
  accent-color: var(--green);
}

.consent-field a {
  color: var(--green);
  font-weight: 750;
  text-decoration: underline;
}

.form-error {
  display: none;
  margin: 13px 0 0;
  padding: 10px 12px;
  color: var(--error);
  font-size: 0.76rem;
  font-weight: 650;
  line-height: 1.4;
  background: #fff0ed;
  border-left: 3px solid var(--error);
}

.form-error.visible {
  display: block;
}

.field input[aria-invalid="true"] {
  border-color: var(--error);
  box-shadow: 0 0 0 3px rgba(155, 45, 37, 0.1);
}

.secure-note {
  margin: 14px 0 0;
  color: #6f7b77;
  font-size: 0.67rem;
  text-align: center;
}

.secure-note span {
  color: var(--green);
  font-weight: 900;
}

.broker-note {
  margin: 6px 0 0;
  color: #4f5e59;
  font-size: 0.67rem;
  font-weight: 650;
  text-align: center;
}

.decorated-disclaimer {
  padding: 18px clamp(23px, 6vw, 92px);
  color: #4c5a55;
  background: #ece8dd;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 0.76rem;
  line-height: 1.55;
}

.decorated-disclaimer strong {
  color: var(--ink);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--green);
}

.trust-strip article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 17px;
  padding: 34px clamp(24px, 3.5vw, 56px);
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.trust-strip article:last-child {
  border-right: 0;
}

.trust-number {
  color: var(--lime);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
}

.trust-strip h2 {
  margin: 0 0 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.28rem;
  font-weight: 400;
}

.trust-strip p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.78rem;
  line-height: 1.5;
}

.intro-section {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.65fr);
  gap: clamp(40px, 8vw, 120px);
  align-items: end;
  padding: clamp(78px, 10vw, 150px) clamp(24px, 7vw, 110px) clamp(42px, 6vw, 88px);
}

.section-heading h2,
.floorplan-copy h2,
.location-card h2,
.final-cta h2,
.legal-page h1,
.legal-page h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.section-heading h2 {
  max-width: 760px;
  margin: 16px 0 0;
  font-size: clamp(2.5rem, 5vw, 5.4rem);
  line-height: 0.98;
}

.section-intro {
  max-width: 520px;
  margin: 0;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  line-height: 1.65;
}

.section-intro-wrap {
  display: grid;
  gap: 13px;
}

.section-intro-wrap small {
  max-width: 520px;
  color: #71807b;
  font-size: 0.68rem;
  line-height: 1.5;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(280px, 37vh)) minmax(540px, 68vh) minmax(460px, 58vw);
  gap: 8px;
  padding: 0 8px;
}

.gallery figure {
  position: relative;
  min-height: 260px;
  margin: 0;
  overflow: hidden;
  background: #dfe3df;
}

.gallery figure.gallery-featured {
  grid-column: 1 / 8;
  grid-row: 1 / 3;
}

.gallery-bedroom,
.gallery-bedroom-two {
  grid-column: 8 / 13;
}

.gallery-bedroom {
  grid-row: 1;
}

.gallery-bedroom-two {
  grid-row: 2;
}

.gallery-portrait {
  grid-column: span 4;
  grid-row: 3;
}

.gallery-facade {
  grid-column: 1 / 13;
  grid-row: 4;
}

.gallery img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.gallery figure:hover img {
  transform: scale(1.025);
}

.gallery figcaption {
  position: absolute;
  /* As fotos incluem uma faixa de aviso nos 5,5% inferiores. */
  bottom: calc(5.5% + 12px);
  left: 17px;
  padding: 8px 11px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 750;
  background: rgba(16, 39, 32, 0.82);
  backdrop-filter: blur(8px);
}

.floorplan-section {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  min-height: 680px;
  margin-top: 8px;
  background: var(--cream);
}

.floorplan-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(54px, 8vw, 120px);
}

.floorplan-copy h2 {
  margin: 15px 0 20px;
  font-size: clamp(2.25rem, 4vw, 4.5rem);
  line-height: 1;
}

.floorplan-copy > p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.65;
}

.check-list {
  display: grid;
  gap: 9px;
  margin: 26px 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 24px;
  font-size: 0.88rem;
  font-weight: 650;
}

.check-list li::before {
  position: absolute;
  top: 2px;
  left: 0;
  color: var(--green);
  content: "✓";
}

.text-link,
.light-link {
  width: fit-content;
  font-size: 0.83rem;
  font-weight: 850;
  border-bottom: 1px solid currentColor;
}

.floorplan-image {
  position: relative;
  min-height: 560px;
  margin: clamp(30px, 5vw, 72px);
  background: #fff;
  box-shadow: var(--shadow);
}

.floorplan-image picture {
  width: 100%;
  height: 100%;
  display: block;
}

.floorplan-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: clamp(15px, 3vw, 45px);
}

.location-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  min-height: 570px;
  background: var(--green-dark);
}

.location-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(62px, 8vw, 126px);
  color: #fff;
}

.location-card h2 {
  margin: 16px 0 21px;
  font-size: clamp(2.7rem, 4.8vw, 5.2rem);
  line-height: 0.96;
}

.location-card p {
  max-width: 500px;
  margin: 0 0 29px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
}

.location-visual {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  background: #dbe3d8;
}

.location-visual iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.location-map-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 14px;
  padding: 30px;
  text-align: center;
  background:
    linear-gradient(rgba(244, 240, 231, 0.88), rgba(244, 240, 231, 0.88)),
    repeating-linear-gradient(45deg, #d3ddd3 0 2px, transparent 2px 18px);
}

.location-map-placeholder p {
  max-width: 36ch;
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.55;
}

.location-map-placeholder button {
  min-height: 48px;
  padding: 12px 18px;
  color: #fff;
  font-weight: 800;
  background: var(--green);
  border: 1px solid var(--green);
  border-radius: 3px;
  cursor: pointer;
}

.final-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: clamp(38px, 8vw, 120px);
  align-items: center;
  padding: clamp(72px, 10vw, 150px) clamp(24px, 9vw, 150px);
}

.final-cta h2 {
  max-width: 850px;
  margin: 15px 0 18px;
  font-size: clamp(2.55rem, 5vw, 5.5rem);
  line-height: 0.98;
}

.final-cta p {
  max-width: 700px;
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.65;
}

.primary-button {
  min-width: 250px;
}

footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 30px;
  align-items: center;
  padding: 36px clamp(24px, 6vw, 92px);
  color: rgba(255, 255, 255, 0.72);
  background: #0d211a;
  font-size: 0.74rem;
}

footer p {
  margin: 0;
  text-align: center;
}

.footer-info {
  display: grid;
  gap: 4px;
}

footer .footer-broker {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 650;
}

footer a {
  text-decoration: underline;
}

.footer-privacy {
  display: grid;
  justify-items: end;
  gap: 8px;
}

.footer-privacy button {
  min-height: 34px;
  padding: 5px 0;
  color: rgba(255, 255, 255, 0.78);
  background: transparent;
  border: 0;
  text-decoration: underline;
  cursor: pointer;
}

footer img {
  width: 168px;
  height: auto;
  filter: brightness(0) invert(1);
}

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

.cookie-banner {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 80;
  width: min(520px, calc(100vw - 40px));
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 18px;
  color: #fff;
  background: #102a22;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 4px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
}

.cookie-banner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.72rem;
  line-height: 1.5;
}

.cookie-banner p a {
  color: #fff;
  text-decoration: underline;
}

.cookie-banner > div {
  display: flex;
  gap: 7px;
}

.cookie-primary,
.cookie-secondary {
  min-height: 44px;
  padding: 8px 13px;
  font-size: 0.72rem;
  font-weight: 800;
  border-radius: 2px;
  cursor: pointer;
}

.cookie-primary {
  color: var(--green-dark);
  background: var(--lime);
  border: 1px solid var(--lime);
}

.cookie-secondary {
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.36);
}

/* Thank-you */
.thanks-page {
  min-height: 100vh;
  background: var(--cream);
}

.thanks-header {
  position: relative;
}

.thanks-hero {
  min-height: calc(100vh - 78px);
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.thanks-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(45px, 8vw, 125px);
}

.success-mark {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 30px;
  color: #fff;
  background: var(--green);
  border-radius: 50%;
  font-size: 1.4rem;
}

.thanks-copy h1 {
  margin: 15px 0 23px;
  color: var(--ink);
  font-size: clamp(2.8rem, 5.2vw, 5.6rem);
}

.thanks-copy > p {
  max-width: 630px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.68;
}

.thanks-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.response-note {
  margin-top: 20px !important;
  font-size: 0.73rem !important;
}

.thanks-image {
  position: relative;
  min-height: 620px;
  overflow: hidden;
}

.thanks-image img {
  object-fit: cover;
}

.thanks-image-caption {
  position: absolute;
  right: 25px;
  bottom: 25px;
  left: 25px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 20px;
  color: #fff;
  background: rgba(13, 33, 26, 0.84);
  backdrop-filter: blur(10px);
  font-size: 0.78rem;
}

/* Legal */
.legal-page {
  min-height: 100vh;
  background: var(--paper);
}

.legal-header > a:last-child {
  color: var(--green);
  font-size: 0.8rem;
  font-weight: 800;
}

.legal-page article {
  width: min(820px, calc(100% - 44px));
  margin: 0 auto;
  padding: 85px 0 120px;
}

.legal-page h1 {
  margin: 14px 0 5px;
  font-size: clamp(3rem, 6vw, 5.6rem);
  line-height: 1;
}

.legal-updated {
  margin: 0 0 60px !important;
  color: #71807b !important;
  font-size: 0.76rem;
}

.legal-page h2 {
  margin: 38px 0 9px;
  font-size: 1.65rem;
}

.legal-page article > p {
  color: var(--ink-soft);
  line-height: 1.72;
}

.legal-cta {
  margin-top: 58px;
  padding: 28px;
  background: var(--cream);
  border-left: 4px solid var(--green);
}

.legal-cta p {
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
}

.legal-cta a {
  color: var(--green);
  font-size: 0.8rem;
  font-weight: 850;
}

@media (max-width: 1100px) {
  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.88fr);
  }

  .hero-conversion {
    padding: 38px;
  }

  .hero-media {
    min-height: 800px;
  }

  .trust-strip article {
    padding: 28px 24px;
  }

  .floorplan-copy,
  .location-card {
    padding: 60px;
  }
}

@media (max-width: 820px) {
  html {
    scroll-padding-top: 70px;
  }

  .site-header,
  .thanks-header,
  .legal-header {
    min-height: 70px;
    padding: 12px 20px;
  }

  .site-header nav a:not(.header-cta) {
    display: none;
  }

  .site-header nav {
    gap: 0;
  }

  .header-cta {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    padding: 10px 13px;
    font-size: 0.75rem;
  }

  .hero {
    min-height: auto;
    display: block;
  }

  .hero-media {
    min-height: 690px;
    min-height: max(690px, calc(100svh - 108px));
  }

  .hero-image {
    object-position: 52% center;
  }

  .hero-copy {
    right: 23px;
    bottom: 28px;
    left: 23px;
  }

  .hero-copy h1 {
    margin: 12px 0 13px;
    font-size: clamp(2.35rem, 10.8vw, 3.35rem);
    line-height: 0.97;
  }

  .hero-copy > p {
    font-size: 0.9rem;
    line-height: 1.45;
  }

  .hero-facts {
    display: none;
  }

  .hero-mobile-offer {
    display: grid;
    gap: 8px;
    margin-top: 18px;
    padding: 15px;
    background: rgba(8, 25, 19, 0.86);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    backdrop-filter: blur(8px);
  }

  .hero-mobile-offer p {
    display: flex;
    align-items: baseline;
    gap: 9px;
    margin: 0;
  }

  .hero-mobile-offer p span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.68rem;
    font-weight: 750;
    text-transform: uppercase;
  }

  .hero-mobile-offer p strong {
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.8rem;
    font-weight: 400;
  }

  .hero-mobile-offer small {
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.7rem;
    line-height: 1.35;
  }

  .hero-mobile-offer a {
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3px;
    color: var(--green-dark);
    background: var(--lime);
    border-radius: 3px;
    font-size: 0.8rem;
    font-weight: 850;
  }

  .hero-conversion {
    padding: 38px 20px 48px;
  }

  .lead-form,
  .price-block {
    max-width: none;
  }

  .trust-strip {
    grid-template-columns: 1fr;
  }

  .trust-strip article {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .intro-section,
  .floorplan-section,
  .location-section,
  .final-cta,
  .thanks-hero {
    grid-template-columns: 1fr;
  }

  .intro-section {
    gap: 25px;
    padding: 78px 23px 45px;
  }

  .section-heading h2,
  .final-cta h2 {
    font-size: clamp(2.8rem, 13vw, 4.6rem);
  }

  .gallery {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .gallery figure,
  .gallery figure.gallery-featured,
  .gallery-bedroom,
  .gallery-bedroom-two,
  .gallery-portrait,
  .gallery-facade {
    grid-column: 1;
    grid-row: auto;
    min-height: 52vh;
  }

  .gallery .gallery-portrait {
    min-height: 72vh;
  }

  .gallery .gallery-facade {
    min-height: 58vh;
  }

  .floorplan-section {
    min-height: 0;
  }

  .floorplan-copy {
    padding: 75px 23px 30px;
  }

  .floorplan-image {
    min-height: 430px;
    margin: 25px 14px 60px;
  }

  .location-card {
    padding: 75px 23px;
  }

  .location-visual {
    min-height: 430px;
  }

  .final-cta {
    gap: 32px;
    padding: 82px 23px 100px;
  }

  .primary-button {
    width: 100%;
  }

  footer {
    grid-template-columns: 1fr;
    justify-items: center;
    padding-bottom: 92px;
  }

  .footer-privacy {
    justify-items: center;
  }

  .mobile-sticky-cta {
    position: fixed;
    right: 14px;
    bottom: 14px;
    left: 14px;
    z-index: 55;
    display: block;
    padding: 15px 20px;
    color: #fff;
    font-size: 0.86rem;
    font-weight: 850;
    text-align: center;
    background: var(--green);
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 3px;
    box-shadow: 0 12px 30px rgba(10, 38, 29, 0.32);
  }

  body.consent-open .mobile-sticky-cta,
  body.hero-cta-visible .mobile-sticky-cta {
    display: none;
  }

  .cookie-banner {
    right: 12px;
    bottom: 76px;
    left: 12px;
    width: auto;
    grid-template-columns: 1fr;
  }

  .cookie-banner > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .cookie-primary,
  .cookie-secondary {
    font-size: 0.76rem;
  }

  .thanks-copy {
    padding: 65px 23px;
  }

  .thanks-image {
    min-height: 58vh;
  }

  .thanks-image-caption {
    flex-direction: column;
    gap: 5px;
  }
}

@media (max-width: 460px) {
  .brand img,
  .site-header img,
  .thanks-header img,
  .legal-header img {
    width: 132px;
    height: auto;
  }

  .price {
    font-size: 3.8rem;
  }

  .lead-form {
    padding: 22px 17px;
  }

  .review-list {
    grid-template-columns: 1fr;
  }

  .review-list > div:first-child {
    grid-column: auto;
  }

  .form-actions,
  .thanks-actions {
    grid-template-columns: 1fr;
  }

  .thanks-actions {
    display: grid;
  }

}

/* A galeria deste produto usa fotografias verticais em 9:16. */
.gallery {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: none;
}

.gallery figure,
.gallery figure.gallery-featured,
.gallery-bedroom,
.gallery-bedroom-two,
.gallery-portrait,
.gallery-facade {
  grid-column: auto;
  grid-row: auto;
  min-height: 0;
  aspect-ratio: 941 / 1672;
}

@media (max-width: 1000px) {
  .gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .gallery {
    grid-template-columns: 1fr;
  }

  .gallery figure,
  .gallery figure.gallery-featured,
  .gallery-bedroom,
  .gallery-bedroom-two,
  .gallery-portrait,
  .gallery-facade {
    min-height: 0;
    aspect-ratio: 941 / 1672;
  }
}
