:root {
  --txt-color: #363a36;
  --bg-color: #e6e4de;
  --clr-primary: #00ae9a;
}
/* FONTS */
@font-face {
  font-family: Grifo M;
  src: url(/fonts/GrifoM-Italic.woff2);
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: Grifo M;
  src: url(/fonts/GrifoM-Regular.woff2);
  font-weight: 400;
}
@font-face {
  font-family: Grifo M;
  src: url(/fonts/GrifoM-Medium.woff2);
  font-weight: 500;
}

html,
body {
  margin: 0;
  padding: 0 !important;
  font-family: Grifo M;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  overflow-x: hidden !important;
  text-wrap: balance;
}
a:hover {
  color: #000000;
}
.custom-container {
  --padding: 2rem;
  --max-width: 1200px;
  width: min(var(--max-width), 100% - (2 * var(--padding)));
}

@media (prefers-reduced-motion: no-preference) {
  .reveal-ready .reveal {
    opacity: 0;
    transform: translateY(30px);
    transition:
      opacity 0.8s ease,
      transform 0.8s ease;
    will-change: opacity, transform;
  }
  .reveal-ready .reveal--left {
    transform: translateX(-45px);
  }
  .reveal-ready .reveal--right {
    transform: translateX(45px);
  }
  .reveal-ready .reveal--zoom {
    transform: scale(0.93);
  }
  .reveal-ready .reveal.is-visible {
    opacity: 1;
    transform: none;
  }

  /* Staggered children */
  .reveal-ready .reveal-stagger > * {
    opacity: 0;
    transform: translateY(26px);
    transition:
      opacity 0.6s ease,
      transform 0.6s ease;
    will-change: opacity, transform;
  }
  .reveal-ready .reveal-stagger.is-visible > * {
    opacity: 1;
    transform: none;
  }
  .reveal-ready .reveal-stagger.is-visible > *:nth-child(1) {
    transition-delay: 0.05s;
  }
  .reveal-ready .reveal-stagger.is-visible > *:nth-child(2) {
    transition-delay: 0.13s;
  }
  .reveal-ready .reveal-stagger.is-visible > *:nth-child(3) {
    transition-delay: 0.21s;
  }
  .reveal-ready .reveal-stagger.is-visible > *:nth-child(4) {
    transition-delay: 0.29s;
  }
  .reveal-ready .reveal-stagger.is-visible > *:nth-child(5) {
    transition-delay: 0.37s;
  }
  .reveal-ready .reveal-stagger.is-visible > *:nth-child(6) {
    transition-delay: 0.45s;
  }
  .reveal-ready .reveal-stagger.is-visible > *:nth-child(7) {
    transition-delay: 0.53s;
  }
}

/* Navbar */
.navbar-lp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.navbar-inner {
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-top: 48px;
}
.navbar-logo img {
  display: block;
  height: 26px;
}
.navbar-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: clamp(20px, 3.5vw, 50px);
}
.navbar-links a {
  color: rgba(255, 255, 255, 0.75);
  font-size: clamp(15px, 2vw, 25px);
  font-weight: 400;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: color 0.2s ease;
}
.navbar-links a:hover {
  color: #ffffff;
}
.navbar-links a.is-active {
  color: #ffffff;
  font-weight: 500;
}
.navbar-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 6px 2px;
  border: none;
  background: none;
  cursor: pointer;
}
.navbar-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #ffffff;
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
}
.navbar-toggle.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.navbar-toggle.is-open span:nth-child(2) {
  opacity: 0;
}
.navbar-toggle.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Header */
.header {
  position: relative;
  width: 100%;
  margin: 0 auto;
  min-height: 790px;
  background: url("/img/plots/bg.png") center / cover no-repeat;
}
.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}
.header-content {
  position: relative;
  z-index: 1;
  padding-block: 135px 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-txt {
  color: #ffffff;
}
.header-txt h1 {
  font-size: clamp(32px, 5vw, 55px);
  font-weight: 400;
  line-height: 1.05;
}
.header-txt h4 {
  font-size: clamp(20px, 3vw, 32px);
  font-weight: 500;
  line-height: 1.1;
  max-width: 80%;
  margin: 30px 0;
  text-wrap: auto;
}
.header-txt h6 {
  font-size: clamp(18px, 2.5vw, 30px);
  font-weight: 400;
  font-style: italic;
  line-height: 1;
}
.header-txt hr {
  border: none;
  height: 1px;
  background: #ffffff;
  opacity: 1;
  max-width: 45%;
  margin: 30px 0;
}
.selo {
  width: fit-content;
  text-align: center;
  background: var(--clr-primary);
  padding: 20px 24px;
  margin-top: 90px;
}
.selo h2 {
  font-size: 20px;
  font-weight: 400;
  margin: 0 auto;
}
.selo h5 {
  font-size: clamp(22px, 6vw, 40px);
  margin: 0;
}

.selo h5 {
  animation: pulse 3s ease-in-out infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* Nature & Sustainability */
.sustainability {
  background: #e6e4de;
  padding: 90px 0;
}
.sustainability-inner {
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 440px) 1fr;
  gap: 70px;
  align-items: stretch;
}
.sustainability-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-label {
  display: block;
  color: var(--txt-color);
  font-size: clamp(16px, 2vw, 25px);
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.sustainability-head h2 {
  color: var(--clr-primary);
  font-size: clamp(26px, 3.5vw, 40px);
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  margin: 22px 0;
}
.sustainability-head p {
  color: var(--txt-color);
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 400;
  line-height: 1.45;
  margin: 0 0 20px 0;
}
.sustainability-head p:last-child {
  margin-bottom: 0;
}

.sustainability-image {
  display: grid;
  overflow: hidden;
}
.sustainability-image img {
  grid-area: 1 / 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.05);
  transition:
    opacity 1.2s ease,
    transform 6s ease;
}
.sustainability-image img.is-active {
  opacity: 1;
  transform: scale(1);
}

/* Explore Arcaya Plots */
.plots-explorer {
  background: #f2f1ee;
  display: grid;
  grid-template-columns: 48% 52%;
  align-items: center;
}
.plots-plan img {
  display: block;
  width: 100%;
  max-width: 565px;
  height: 100%;
  max-height: 660px;
  margin-left: auto;
  object-fit: contain;
}
.plots-card {
  background: #ffffff;
  margin: clamp(30px, 6vw, 90px);
  margin-inline-end: max(2rem, calc((100vw - 1200px) / 2));
  padding: clamp(30px, 4vw, 60px);
}
.plots-card h2 {
  color: var(--clr-primary);
  font-size: clamp(26px, 3.5vw, 40px);
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 24px 0;
}
.plots-intro {
  color: var(--txt-color);
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 400;
  line-height: 1.45;
  margin: 0 0 36px 0;
}
.plots-features {
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 26px;
  border: 1px solid #bfbfbf;
  background: #f3f1ef;
  padding: 25px 32px;
}
.plots-features li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.plots-features img {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
}
.plots-feature-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.plots-feature-name {
  color: var(--txt-color);
  font-size: clamp(16px, 1.6vw, 19px);
  font-weight: 500;
  line-height: 1.2;
}
.plots-feature-desc {
  color: var(--txt-color);
  font-size: clamp(14px, 1.3vw, 16px);
  font-weight: 400;
  line-height: 1.2;
  opacity: 0.85;
  text-wrap: auto;
}

/* Where dreams take root */
.dreams {
  background: #ffffff;
  padding: 90px 0;
}
.dreams-inner {
  margin-inline: auto;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 376px) 1fr;
  text-wrap: auto;
  gap: 70px;
}
.dreams-text h2 {
  color: var(--clr-primary);
  font-size: clamp(26px, 3.5vw, 40px);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 22px 0;
}
.dreams-text p {
  color: var(--txt-color);
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 400;
  line-height: 1.45;
  margin: 0 0 40px 0;
}
.dreams-cta {
  min-width: 220px;
  height: 55px;
  padding: 0 30px;
  border-radius: 100px;
  border: none;
  background: var(--clr-primary);
  color: #fff;
  font-size: clamp(16px, 1.6vw, 25px);
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}
.dreams-cta:hover {
  background: var(--txt-color);
  color: #ffffff;
}
.dreams-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Premium Amenities */
.amenities {
  background: #e6e4de;
  padding: 90px 0;
}
.amenities-inner {
  margin-inline: auto;
  text-align: center;
}
.amenities-title {
  color: var(--txt-color);
  font-size: clamp(26px, 3.5vw, 40px);
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 60px 0;
}
.amenities-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.amenities-list li {
  text-align: center;
  padding: 0 10px;
  border-left: 1px solid rgba(57, 59, 57, 0.2);
}
.amenities-list li:first-child {
  border-left: none;
}
/* Equal-height slides so the separator lines all match height. */
.amenities-list .slick-track {
  display: flex;
}
.amenities-list .slick-slide {
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.amenities-list img {
  display: block;
  height: 40px;
  width: auto;
  margin: 0 auto 16px auto;
}
.amenities-list span {
  display: block;
  color: var(--txt-color);
  font-size: clamp(14px, 1.7vw, 18px);
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}

.amenities-dots,
.distances-dots {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  list-style: none;
  margin: 50px 0 0 0;
  padding: 0;
}
.amenities-dots li,
.distances-dots li {
  width: 11px;
  height: 11px;
  padding-inline: 10px;
}
.amenities-dots button,
.distances-dots button {
  width: 11px;
  height: 11px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(57, 59, 57, 0.25);
  font-size: 0;
  line-height: 0;
  color: transparent;
  cursor: pointer;
  transition: background 0.3s ease;
}
.amenities-dots button.is-active,
.distances-dots button.is-active {
  background: var(--clr-primary);
}

/* Location */
.location {
  background: rgba(230, 228, 222, 0.5);
  display: grid;
  grid-template-columns: 42% 58%;
  align-items: center;
}
.location-text {
  padding-inline-start: max(2rem, calc((100vw - 1200px) / 2));
  padding-inline-end: clamp(20px, 4vw, 60px);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid #9d9d9d;
}
.location-text h2 {
  color: var(--clr-primary);
  font-size: clamp(26px, 3.5vw, 40px);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  margin: 22px 0;
}
.location-text p {
  color: var(--txt-color);
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 400;
  line-height: 1.45;
  max-width: 360px;
  margin: 0;
}
.location-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Distances strip */
.distances {
  background: rgba(230, 228, 222, 0.5);
  padding: 70px 0;
}
.distances-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
.distances-list li {
  padding: 4px 24px;
  border-left: 1px solid rgba(57, 59, 57, 0.18);
}
.distances-list li:first-child {
  border-left: none;
}
/* Equal-height slides so the separator lines all match height. */
.distances-list .slick-track {
  display: flex;
}
.distances-list .slick-slide {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.distances-list img {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}
.dist-info {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}
.dist-name,
.dist-time {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: clamp(14px, 2vw, 16px);
  text-transform: uppercase;
}

/* Form */
#contactform {
  width: 100%;
  max-width: 400px;
  text-align: center;
  margin: 0 0 0 auto;
  padding: 30px 20px;
  min-height: auto;
  background: rgba(232, 229, 222, 0.9);
  color: var(--txt-color);
}
#contactform h3 {
  color: var(--txt-color);
  font-size: clamp(18px, 5vw, 23px);
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#form-group {
  margin-bottom: 15px;
}
#form-group input,
#form-group select,
#comentario {
  background: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid var(--txt-color);
  padding: 10px 0 0 0;
  color: var(--txt-color) !important;
  font-size: 18px;
  font-weight: 500;
}
#form-group select {
  text-transform: uppercase;
  cursor: pointer;
}
#form-group select:invalid,
#form-group select option[value=""] {
  color: var(--txt-color) !important;
}
.phone_box {
  width: 100%;
}
#comentario {
  min-height: 85px;
}
#form-group input::placeholder,
#comentario::placeholder {
  color: var(--txt-color) !important;
  text-transform: uppercase;
}
/* Autofill style */
input:-webkit-autofill,
input:-internal-autofill-selected {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #000;
}
input:-webkit-autofill:focus {
  -webkit-text-fill-color: #000;
}
.form-check {
  text-align: left;
}
.form-check label {
  margin: 10px 0 0 -10px;
  position: relative;
  padding-left: 18px;
  cursor: pointer;
  font-size: clamp(13px, 4vw, 15px);
  font-weight: 500;
  text-transform: uppercase;
  font-style: italic;
  line-height: 1;
  text-wrap: auto;
}
.form-check input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 12px;
  width: 12px;
  background-color: transparent;
  border: 1px solid var(--txt-color);
  border-radius: 2px;
  padding-right: 5px;
  color: var(--txt-color);
}
.form-check input[type="checkbox"]:checked + .checkmark::after {
  content: "\2713";
  display: block;
  text-align: center;
  line-height: 12px;
  margin-left: 0.5px;
  margin-top: -0px;
  font-size: 10px;
}
#politica-link {
  color: var(--txt-color);
}
#politica-link:hover {
  color: var(--clr-primary);
}
.form-button {
  margin: 30px auto 0 auto;
  border-radius: 70px;
  background: var(--clr-primary);
  width: 180px;
  height: 50px;
  border: none;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
}
.form-button:hover {
  background: #ffffff;
  color: var(--txt-color);
}
.error,
#terms-error {
  font-size: 12px;
  line-height: 1;
  color: red;
  font-style: normal;
}
#terms-error {
  width: 95%;
  text-align: center;
}
/* Success message (injected after submit) */
.message-box {
  width: 400px;
  text-align: center;
  margin: 0 0 0 auto;
  padding: 40px 20px;
  min-height: auto;
  background: rgba(232, 229, 222, 0.9);
  color: var(--txt-color);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.message-box img {
  max-width: 250px;
  margin-bottom: 20px;
  filter: brightness(20%);
}
.message-box h3 {
  font-size: 35px;
  font-weight: 500;
  margin: 20px auto;
  max-width: 100%;
  text-transform: uppercase;
}
.message-box p {
  font-size: 20px;
  font-weight: 400;
  margin: 0 auto;
  max-width: 85%;
  line-height: 1.2;
}

/* footer */
.footer {
  background: var(--txt-color);
  padding: 40px 0;
}
.footer-inner {
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 30px;
}
.footer-txt h3 {
  color: #fff;
  font-size: clamp(22px, 3vw, 40px);
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 0;
}
.footer-cta {
  flex-shrink: 0;
  min-width: 220px;
  height: 55px;
  padding: 0 30px;
  border-radius: 100px;
  border: none;
  background: var(--clr-primary);
  color: #fff;
  font-size: clamp(18px, 1.6vw, 30px);
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}
.footer-cta:hover {
  background: #ffffff;
  color: var(--txt-color);
}

/* Adstrategy */
#section-ads {
  text-align: center;
  padding: 30px 0;
}
@media (max-width: 1200px) {
  .amenities-dots,
  .distances-dots {
    display: flex;
  }
  .amenities-list li,
  .distances-list li {
    border-left: none;
  }
}
@media (max-width: 991px) {
  .header {
    max-height: none;
  }
  .header-txt h4 {
    max-width: 100%;
  }
  .selo {
    margin-block: 30px;
    margin-inline: auto;
  }
  .sustainability-inner {
    gap: 30px;
  }
  .distances-list li {
    border-left: none;
  }
  .location-text {
    border: none;
  }
  .plots-explorer {
    grid-template-columns: 1fr;
  }
  .plots-plan {
    padding: 30px 2rem 0 2rem;
  }
  .plots-card {
    margin: clamp(30px, 6vw, 50px) 2rem;
  }
  .plots-plan img {
      margin-inline: auto;
  }
}
@media (max-width: 768px) {
  .navbar-logo img {
    height: 18px;
  }
  .navbar-toggle {
    display: flex;
  }
  .navbar-links {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 200px;
    flex-direction: column;
    align-items: flex-end;
    gap: 18px;
    padding: 22px 2rem;
    margin: 0;
    background: rgba(30, 32, 30, 0.95);
  }
  .navbar-links.is-open {
    display: flex;
  }
  .navbar-links a {
    font-size: 17px;
  }
  .header {
    min-height: 1080px;
    max-height: unset;
  }
  .header-content {
    padding-top: 110px;
  }
  .sustainability {
    padding: 60px 0;
  }
  .sustainability-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .sustainability-image {
    order: -1;
  }
  .sustainability-head p {
    max-width: none;
  }
  .dreams {
    padding: 60px 0;
  }
  .dreams-inner {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  .dreams-image {
    order: -1;
  }
  .dreams-text p {
    max-width: none;
  }
  .plots-card {
    text-align: center;
  }
  .plots-features li {
    text-align: left;
  }
  .header-txt {
    text-align: center;
  }
  .header-txt h4 {
    margin: 0 auto 20px auto;
  }
  .header-txt hr {
    margin: 20px auto;
  }
  .header-txt h6 {
    margin-bottom: 30px;
  }
  #contactform,
  .message-box {
    padding: 30px 20px;
    width: 100%;
    margin: 0 auto;
  }
  .message-box h3 {
    margin: 0 auto 30px auto;
  }
  .location {
    grid-template-columns: 1fr;
    padding-inline: 2rem;
  }
  .location-text {
    padding: 50px 2rem;
    text-align: center;
  }
  .location-text p {
    max-width: none;
  }
  .footer-inner {
    flex-direction: column;
    text-align: center;
    gap: 25px;
  }
  .amenities-dots {
    gap: 0;
  }
}

@media (max-width: 550px) {
  .header-txt h1 {
    margin: 0 auto 20px auto;
  }
  .distances-list .slick-slide {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 480px) {
  #contactform,
  .message-box {
    padding: 25px;
  }
  .message-box h3 {
    font-size: 28px;
  }
  .message-box img {
    max-width: 100%;
  }
  .amenities-list li {
    padding: 0 16px;
  }
  .amenities-list img {
    height: 32px;
  }
  .plots-card {
    padding: 25px 20px;
  }
}
