.property-page { background: var(--marfim); }
.property-page .site-header { background: rgba(16, 61, 58, .92); }
.property-page .property-hero { color: var(--branco); min-height: min(800px, 100svh); overflow: hidden; padding: 160px 0 68px; position: relative; }
.property-hero__video, .property-hero__veil { height: 100%; inset: 0; position: absolute; width: 100%; }
.property-hero__video { object-fit: cover; }
.property-hero__video--mobile { display: none; }
.property-hero__veil { background: linear-gradient(90deg, rgba(9, 35, 31, .82), rgba(9, 35, 31, .34) 58%, rgba(9, 35, 31, .1)), linear-gradient(0deg, rgba(9, 35, 31, .44), transparent 52%); }
.property-hero__content { display: flex; flex-direction: column; justify-content: flex-end; min-height: calc(min(800px, 100svh) - 228px); position: relative; z-index: 1; }
.breadcrumb { color: rgba(255,255,255,.82); font-size: 11px; font-weight: 700; letter-spacing: .1em; margin-bottom: 44px; text-transform: uppercase; }
.breadcrumb a { text-decoration: underline; text-decoration-color: rgba(255,255,255,.45); text-underline-offset: 4px; }
.property-hero__location { color: #d8e65c; font-size: 11px; font-weight: 700; letter-spacing: .16em; margin: 0 0 13px; text-transform: uppercase; }
.property-hero h1 { font-size: clamp(54px, 7vw, 100px); margin-bottom: 16px; }
.property-hero__headline { font-family: "Sora", sans-serif; font-size: clamp(24px, 3vw, 40px); letter-spacing: -.055em; line-height: 1.16; margin: 0; max-width: 560px; }
.property-hero__stats { display: flex; flex-wrap: wrap; gap: 10px 28px; margin-top: 36px; }
.property-hero__stats div { border-left: 1px solid rgba(255,255,255,.5); padding-left: 12px; }
.property-hero__stats strong, .property-hero__stats span { display: block; }
.property-hero__stats strong { font-family: "Sora", sans-serif; font-size: 17px; font-weight: 500; }
.property-hero__stats span { color: rgba(255,255,255,.78); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.property-hero__cta { margin-top: 34px; }
.property-intro { background: var(--branco); padding-block: 112px; }
.property-intro__grid { display: grid; gap: 9%; grid-template-columns: 5fr 4fr; }
.property-intro h2, .property-section h2 { color: var(--verde-profundo); font-size: clamp(34px, 3.7vw, 54px); max-width: 630px; }
.property-intro__grid > p { color: var(--texto-suave); font-size: 16px; line-height: 1.8; margin: 37px 0 0; max-width: 440px; }
.property-highlights { background: var(--marfim); padding-block: 105px; }
.property-highlights__grid { display: grid; gap: 24px; grid-template-columns: repeat(3, 1fr); margin-top: 47px; }
.highlight-card { background: var(--branco); min-height: 205px; padding: 28px; }
.highlight-card__number { color: var(--areia-dourada); font-family: "Sora", sans-serif; font-size: 17px; }
.highlight-card h3 { color: var(--verde-profundo); font-size: 22px; margin: 29px 0 9px; }
.highlight-card p { color: var(--texto-suave); font-size: 13px; line-height: 1.65; margin: 0; }
.property-image-band { background: var(--verde-profundo); color: var(--branco); }
.property-image-band__grid { display: grid; grid-template-columns: 1fr 1fr; }
.property-image-band__image { height: 100%; min-height: 550px; object-fit: cover; width: 100%; }
.property-image-band__content { align-self: center; padding: 72px clamp(32px, 6vw, 96px); }
.property-image-band h2 { color: var(--branco); font-size: clamp(34px, 3.8vw, 53px); margin-bottom: 23px; }
.property-image-band p:not(.eyebrow) { color: #d4ddda; font-size: 15px; line-height: 1.8; margin: 0; max-width: 440px; }
.property-image-band .eyebrow { color: #d8e65c; }
.amenities { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 31px; }
.amenities span { border: 1px solid rgba(255,255,255,.45); font-size: 11px; font-weight: 700; padding: 9px 11px; }
.property-gallery { background: var(--branco); padding-block: 112px; }
.property-gallery__heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: 42px; }
.property-gallery__heading p { color: var(--texto-suave); font-size: 14px; margin: 0; max-width: 300px; }
.gallery-grid { display: grid; gap: 16px; grid-template-columns: repeat(12, 1fr); grid-template-rows: 270px 270px; }
.gallery-grid figure { margin: 0; overflow: hidden; }
.gallery-grid figure:nth-child(1) { grid-column: span 7; grid-row: span 2; }
.gallery-grid figure:nth-child(2), .gallery-grid figure:nth-child(3) { grid-column: span 5; }
.gallery-grid figure:nth-child(4) { grid-column: span 4; }
.gallery-grid figure:nth-child(5) { grid-column: span 4; }
.gallery-grid figure:nth-child(6) { grid-column: span 4; }
.gallery-grid img { height: 100%; object-fit: cover; transition: transform 500ms ease; width: 100%; }
.gallery-grid figure:hover img { transform: scale(1.035); }
.property-facts { background: var(--marfim); padding-block: 105px; }
.property-facts__grid { display: grid; gap: 7%; grid-template-columns: 4fr 5fr; }
.property-facts__grid h2 { margin-top: 17px; }
.facts-list { border-top: 1px solid #d5d0c5; margin: 0; }
.facts-list div { border-bottom: 1px solid #d5d0c5; display: flex; gap: 22px; justify-content: space-between; padding: 17px 0; }
.facts-list dt { color: var(--texto-suave); font-size: 13px; }
.facts-list dd { color: var(--verde-profundo); font-size: 13px; font-weight: 700; margin: 0; text-align: right; }
.property-contact { background: var(--verde-profundo); color: var(--branco); padding-block: 92px; }
.property-contact__grid { align-items: center; display: grid; gap: 50px; grid-template-columns: 1fr auto; }
.property-contact h2 { color: var(--branco); font-size: clamp(34px, 4vw, 54px); margin: 0 0 16px; }
.property-contact p:not(.eyebrow) { color: #d4ddda; font-size: 15px; margin: 0; max-width: 540px; }
.property-contact .eyebrow { color: #d8e65c; }
.property-footer { background: #0c322e; color: var(--branco); }
.property-footer .footer__grid { padding-top: 55px; }
.property-footer .brand--footer { color: var(--branco); }
.property-footer .footer__brand > p, .property-footer .footer__contact > p:not(.eyebrow) { color: #bdd0cb; }
.property-footer .footer__nav a, .property-footer .footer__bottom a { color: var(--branco); }
.property-footer .footer__bottom { border-color: rgba(255,255,255,.16); color: #bdd0cb; }

.availability-hero { background: var(--marfim); min-height: calc(100svh - 88px); padding: 152px 0 100px; }
.breadcrumb--dark { color: var(--texto-suave); display: inline-block; margin-bottom: 72px; }
.availability-hero__content { max-width: 770px; }
.availability-hero h1 { color: var(--verde-profundo); font-size: clamp(48px, 6vw, 82px); max-width: 720px; }
.availability-hero__content > p:not(.eyebrow) { color: var(--texto-suave); font-size: 17px; line-height: 1.75; margin: 28px 0 32px; max-width: 650px; }
.availability-hero__content > p strong { color: var(--verde-profundo); font-weight: 700; }

@media (max-width: 767px) {
  .property-page .property-hero { min-height: 720px; padding-block: 128px 57px; }
  .property-hero__video--desktop { display: none; }
  .property-hero__video--mobile { display: block; }
  .property-hero__content { min-height: 535px; }
  .breadcrumb { margin-bottom: auto; }
  .property-hero__stats { gap: 10px 16px; margin-top: 29px; }
  .property-hero__stats strong { font-size: 15px; }
  .property-intro, .property-highlights, .property-gallery, .property-facts { padding-block: 72px; }
  .property-intro__grid, .property-facts__grid { display: block; }
  .property-intro__grid > p { margin-top: 23px; }
  .property-highlights__grid { grid-template-columns: 1fr; margin-top: 31px; }
  .highlight-card { min-height: 0; }
  .property-image-band__grid { display: flex; flex-direction: column; }
  .property-image-band__image { min-height: 360px; order: 1; }
  .property-image-band__content { order: 2; padding: 58px 20px; }
  .property-gallery__heading { align-items: start; flex-direction: column; gap: 15px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 270px 170px 170px; }
  .gallery-grid figure:nth-child(n) { grid-column: auto; grid-row: auto; }
  .gallery-grid figure:nth-child(1) { grid-column: span 2; grid-row: span 1; }
  .property-facts__grid h2 { margin-bottom: 30px; }
  .property-contact { padding-block: 72px; }
  .property-contact__grid { display: block; }
  .property-contact .button { margin-top: 28px; width: 100%; }
  .availability-hero { min-height: 660px; padding: 126px 0 72px; }
  .breadcrumb--dark { margin-bottom: 62px; }
  .availability-hero__content > p:not(.eyebrow) { font-size: 15px; }
}
