@charset "UTF-8";
/* 
Theme Name: Eco Habitat
*/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  background-color: #fff;
  color: #000;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
  border: none;
  background: none;
  outline: none;
}

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

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}
blockquote::before, blockquote::after,
q::before,
q::after {
  content: "";
}

.container {
  max-width: 86rem;
  margin-inline: auto;
  padding-inline: 1.25rem;
}

.container-sm {
  max-width: 78rem;
  margin-inline: auto;
  padding-inline: 1.25rem;
}

.container-eco {
  width: 100%;
  max-width: 86rem;
  margin-inline: auto;
  padding-inline: 1.25rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  width: 100%;
  padding: 1rem 0;
  background: rgba(17, 24, 14, 0.94);
  backdrop-filter: blur(14px);
  box-shadow: 0 0.85rem 2.2rem rgba(0, 0, 0, 0.12);
}
.site-header--front {
  background: rgba(17, 24, 14, 0.72);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.site-header__brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}
.site-header__brand img {
  width: clamp(6.3rem, 9vw, 8rem);
  height: auto;
}
.site-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.85rem 1.35rem;
  border-radius: 999px;
  border: 1px solid rgba(244, 250, 227, 0.26);
  background: #B5D439;
  color: #fff;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  transition: transform 0.2s ease, filter 0.2s ease, background-color 0.2s ease;
}
.site-header__cta:hover, .site-header__cta:focus-visible {
  transform: translateY(-1px);
  filter: brightness(0.97);
}

.admin-bar .site-header {
  top: 32px;
}

.hero {
  --hero-shell-max: 86rem;
  --hero-shell-gutter: 1rem;
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: max(54rem, 100svh);
  width: 100%;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(9, 15, 9, 0.62) 0%, rgba(9, 15, 9, 0.36) 34%, rgba(9, 15, 9, 0.14) 60%, rgba(9, 15, 9, 0.24) 100%), linear-gradient(180deg, rgba(10, 16, 10, 0.04) 0%, rgba(10, 16, 10, 0) 42%, rgba(10, 16, 10, 0.3) 100%);
}
.hero__banner {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.hero__banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__brand {
  position: absolute;
  top: clamp(1rem, 2vw, 1.5rem);
  left: 50%;
  transform: translateX(-50%);
  width: min(100% - 2rem, var(--hero-shell-max));
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.hero__brand-mark {
  width: clamp(5rem, 10vw, 7rem);
  flex: 0 0 auto;
}
.hero__brand-mark img {
  width: 100%;
  height: auto;
}
.hero__brand-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.1rem;
  padding: 0.9rem 1.5rem;
  border-radius: 999px;
  border: 1px solid rgba(244, 250, 227, 0.45);
  background: rgba(17, 24, 14, 0.34);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  white-space: nowrap;
  box-shadow: 0 1rem 2.4rem rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(12px);
  transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}
.hero__brand-cta:hover, .hero__brand-cta:focus-visible {
  transform: translateY(-2px);
  background: rgba(181, 212, 57, 0.9);
  border-color: rgba(181, 212, 57, 0.95);
}
.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(24rem, 34rem);
  align-items: center;
  gap: clamp(1.5rem, 3vw, 3rem);
  flex: 1 1 auto;
  width: 100%;
  min-height: 0;
  padding-top: clamp(3rem, 5vw, 4.5rem);
  padding-bottom: clamp(1.2rem, 2vw, 2rem);
  position: relative;
  z-index: 1;
}
.hero__spacer {
  min-height: 1px;
}
.hero__aside {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: calc(var(--wsp-safe-area, 0px) + 1.5rem);
}
.hero__lead-card {
  width: min(100%, 26rem);
  padding: clamp(1.2rem, 1.8vw, 1.5rem);
  border-radius: 1.35rem;
  background: linear-gradient(180deg, rgba(239, 246, 218, 0.98), rgba(236, 245, 212, 0.96));
  border: 1px solid rgba(228, 239, 187, 0.95);
  box-shadow: 0 1.4rem 3rem rgba(0, 0, 0, 0.18);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hero__lead-header {
  margin-bottom: 0.75rem;
}
.hero h1.hero__lead-title {
  margin: 0;
  font-size: clamp(1.65rem, 0.85rem + 1.2vw, 2.2rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: #1a1a1a;
  text-wrap: balance;
  font-weight: 400;
}
.hero__lead-title-line {
  display: block;
}
.hero__lead-title-em {
  margin-top: 0.2rem;
  font-weight: 800;
  color: #b9d84b;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}
.hero__lead-subtitle {
  margin: 0.35rem 0 0;
  font-size: 0.98rem;
  line-height: 1.4;
  color: #48524a;
}
.hero__form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
.hero__form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}
.hero__form .contact__label {
  margin-bottom: 0.2rem;
  font-size: 0.95rem;
  color: #1f1f1f;
  font-weight: 700;
}
.hero__form .contact__input {
  border-radius: 999px;
  border: 1.5px solid rgba(181, 212, 57, 0.95);
  background: #fff;
  padding: 0.6rem 1rem;
  color: #1c1c1c;
  box-shadow: none;
}
.hero__form .contact__input::-moz-placeholder {
  color: #7e8680;
}
.hero__form .contact__input::placeholder {
  color: #7e8680;
}
.hero__form .contact__input:focus {
  box-shadow: 0 0 0 0.22rem rgba(181, 212, 57, 0.24);
  border-color: #a9ca29;
}
.hero__form-btn {
  margin-top: 0.15rem;
  background: #b9d84b;
  box-shadow: none;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.98rem;
  font-weight: 700;
  color: #fff;
  padding-block: 0.75rem;
}
.hero__form-btn:hover {
  filter: brightness(0.96);
}
.hero__msg {
  min-height: 1.5rem;
}
.hero__offer-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
}
.hero__offer {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  width: 100%;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
  border: 0;
}
.hero__offer-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  min-height: 5.2rem;
  padding: 1rem clamp(1rem, 3vw, 3rem);
  text-align: center;
}
.hero__offer-block--price {
  background: linear-gradient(135deg, rgba(31, 48, 20, 0.96), rgba(52, 79, 33, 0.94));
  color: #fff;
}
.hero__offer-block--details {
  background: linear-gradient(135deg, rgba(215, 233, 106, 0.95), rgba(181, 212, 57, 0.97));
  color: #18210e;
  border-left: 1px solid rgba(24, 33, 14, 0.12);
}
.hero__offer-kicker {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.78;
}
.hero__offer-kicker--dark {
  opacity: 0.72;
}
.hero__offer-value {
  font-size: clamp(1.15rem, 0.8rem + 1.2vw, 1.8rem);
  font-weight: 700;
  line-height: 1.1;
}
.hero__offer-copy {
  font-size: clamp(1rem, 0.82rem + 0.5vw, 1.2rem);
  font-weight: 700;
  line-height: 1.2;
}
.hero h1 {
  font-size: 4rem;
  line-height: 1;
  letter-spacing: -1px;
  color: #fff;
}
.hero .subheading {
  display: block;
  font-weight: 500;
  /* 2rem en móvil → 4.5rem en desktop */
  font-size: clamp(2rem, 1.2rem + 2.6vw, 4.5rem);
}
.hero .heading {
  display: block;
  font-weight: 800;
  text-transform: uppercase;
  text-wrap: balance;
  /* 3rem en móvil → 6rem en desktop */
  font-size: clamp(3rem, 1rem + 5vw, 6rem);
}

.projects__text {
  text-align: left;
  margin: 0 auto;
}
.projects__text-line {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
}
.projects__text-strong {
  font-weight: 700;
  color: #111;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .projects__text-strong {
    font-size: 2rem;
  }
}
.projects__text-highlight {
  font-weight: 800;
  color: #b9d84b;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .projects__text-highlight {
    font-size: 3rem;
  }
}

.projects {
  padding-block: 6rem;
}
.projects__content {
  display: flex;
  justify-content: center;
}
.projects__filters {
  display: inline-flex;
  border-radius: 9999rem;
  overflow: hidden;
  background: #fff;
  font-size: 1rem;
}
.projects__filters-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  color: #111;
  border: 0;
  padding: 0.625rem 2rem;
  cursor: pointer;
  white-space: nowrap;
}
.projects__filters-btn + .projects__filters-btn {
  border-left: 0.1rem solid rgba(185, 216, 75, 0.5);
}
.projects__filters-btn:hover {
  background: rgba(185, 216, 75, 0.12);
}
.projects__filters-btn:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 0.2rem rgba(185, 216, 75, 0.6);
}
.projects__filters-btn--active {
  background: #b9d84b;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 40rem) {
  .projects__filters {
    display: flex;
    width: 100%;
  }
  .projects__filters-btn {
    flex: 1 1 0;
    text-align: center;
  }
}
.projects__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  padding-block: 4rem;
}

.projects__location {
  margin-top: clamp(2rem, 4vw, 3.25rem);
}

.projects__typologies {
  margin-top: clamp(1.5rem, 3vw, 2.5rem);
}

.projects__differentials {
  margin-top: clamp(1.5rem, 3vw, 2.5rem);
}

.projects-location {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(18rem, 0.72fr);
  gap: clamp(1.25rem, 3vw, 2.5rem);
  padding: clamp(0.7rem, 1.4vw, 1rem);
  border-radius: 2rem;
  background: #E6F6E3;
  box-shadow: 0 1.25rem 3rem rgba(18, 28, 12, 0.08);
}
.projects-location__copy, .projects-location__visual {
  position: relative;
  overflow: hidden;
  border-radius: 1.6rem;
}
.projects-location__copy {
  display: grid;
  align-content: start;
  gap: 1.25rem;
  padding: clamp(1.6rem, 3vw, 2.75rem);
  background: #fff;
}
.projects-location__copy > * {
  position: relative;
  z-index: 1;
}
.projects-location__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.projects-location__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0;
  padding: 0.58rem 1rem;
  border-radius: 999px;
  background: #f5f8ea;
  border: 1px solid rgba(185, 216, 75, 0.35);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #5d684b;
}
.projects-location__eyebrow-icon, .projects-location__home-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.projects-location__eyebrow-icon svg, .projects-location__home-icon svg {
  width: 100%;
  height: 100%;
}
.projects-location__eyebrow-icon {
  width: 1rem;
  height: 1rem;
  color: #8aa61f;
}
.projects-location__district {
  display: inline-flex;
  align-items: center;
  padding: 0.58rem 0.95rem;
  border-radius: 999px;
  background: #f7faef;
  border: 1px solid rgba(185, 216, 75, 0.22);
  color: #6a7759;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.projects-location__address-card {
  display: grid;
  gap: 0.8rem;
  padding: clamp(1.3rem, 2vw, 1.7rem);
  border-radius: 1.55rem;
  background: #1f2819;
  box-shadow: 0 1rem 2rem rgba(18, 28, 12, 0.14);
}
.projects-location__address-label {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(185, 216, 75, 0.14);
  color: #d6e89a;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.projects-location__address-main {
  color: #fff;
  font-size: clamp(1.55rem, 1.15rem + 1.25vw, 2.25rem);
  line-height: 1.02;
  letter-spacing: -0.035em;
}
.projects-location__address-copy {
  margin: 0;
  max-width: 32rem;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.98rem;
  line-height: 1.6;
}
.projects-location__story {
  display: grid;
  gap: 0.45rem;
  max-width: 34rem;
}
.projects-location__story-lead {
  margin: 0;
  color: #161616;
  font-size: clamp(1.35rem, 1.1rem + 0.7vw, 1.85rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}
.projects-location__story-copy {
  margin: 0;
  color: #5a6656;
  font-size: 0.98rem;
  line-height: 1.6;
}
.projects-location__route-list {
  display: grid;
  gap: 1rem;
  margin-top: 0.15rem;
  padding-left: 0.2rem;
  position: relative;
}
.projects-location__route-list::before {
  content: "";
  position: absolute;
  top: 0.7rem;
  bottom: 0.7rem;
  left: 1.18rem;
  width: 1px;
  background: rgba(185, 216, 75, 0.42);
}
.projects-location__stop {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.95rem;
}
.projects-location__stop-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(185, 216, 75, 0.35);
  color: #74825f;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  box-shadow: 0 0.5rem 1rem rgba(18, 28, 12, 0.06);
}
.projects-location__stop-copy {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0.95rem 1rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(185, 216, 75, 0.18);
  background: #f9fbf5;
}
.projects-location__stop-copy strong {
  color: #111;
  font-size: 1.02rem;
  line-height: 1.1;
}
.projects-location__stop-copy span {
  color: #64715d;
  font-size: 0.9rem;
}
.projects-location__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 2vw, 1.5rem);
  background: #fff;
}
.projects-location__canvas {
  position: relative;
  width: min(100%, 24rem);
  min-height: 22rem;
  padding: 1.5rem;
  overflow: hidden;
  border-radius: 1.75rem;
  border: 1px solid rgba(185, 216, 75, 0.32);
  background: #f7fbef;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
}
.projects-location__canvas::before {
  content: "";
  position: absolute;
  inset: 1.1rem;
  border-radius: 1.35rem;
  border: 1px dashed rgba(145, 170, 59, 0.28);
}
.projects-location__canvas::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.28);
  pointer-events: none;
}
.projects-location__route {
  position: absolute;
  z-index: 1;
  border: 2px dashed rgba(130, 151, 62, 0.36);
  border-radius: 999px;
}
.projects-location__route--one {
  top: 4.25rem;
  left: 3.8rem;
  width: 8rem;
  height: 6.25rem;
  border-right-color: transparent;
  border-bottom-color: transparent;
  transform: rotate(-8deg);
}
.projects-location__route--two {
  right: 3.5rem;
  bottom: 4.2rem;
  width: 8.5rem;
  height: 7rem;
  border-left-color: transparent;
  border-top-color: transparent;
  transform: rotate(12deg);
}
.projects-location__home {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: calc(100% - 4rem);
  max-width: 16rem;
  padding: 1.2rem 1.1rem 1rem;
  border-radius: 1.35rem;
  border: 1px solid rgba(223, 234, 184, 0.92);
  background: #fff;
  box-shadow: 0 1.1rem 2.4rem rgba(18, 28, 12, 0.12);
  transform: translate(-50%, -45%);
  text-align: center;
}
.projects-location__home strong {
  display: block;
  color: #111;
  font-size: 1.05rem;
  line-height: 1.2;
}
.projects-location__home span {
  display: block;
  margin-top: 0.25rem;
  color: #5f6c57;
  font-size: 0.92rem;
}
.projects-location__home-icon {
  width: 3.25rem;
  height: 3.25rem;
  margin: 0 auto 0.75rem;
  border-radius: 50%;
  background: #b9d84b;
  color: #fff;
  box-shadow: 0 0.85rem 1.35rem rgba(185, 216, 75, 0.35);
}
.projects-location__tag {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
  max-width: 9.5rem;
  padding: 0.9rem 1rem;
  border-radius: 1.1rem;
  border: 1px solid rgba(223, 234, 184, 0.88);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 0.8rem 1.4rem rgba(18, 28, 12, 0.07);
}
.projects-location__tag::before {
  content: "";
  position: absolute;
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background: #b9d84b;
  box-shadow: 0 0 0 0.3rem rgba(185, 216, 75, 0.18);
}
.projects-location__tag strong {
  color: #111;
  font-size: 0.98rem;
  line-height: 1.15;
}
.projects-location__tag--one {
  top: 1.8rem;
  left: 1.25rem;
}
.projects-location__tag--one::before {
  right: -1rem;
  bottom: 1.1rem;
}
.projects-location__tag--two {
  right: 1.25rem;
  bottom: 1.75rem;
}
.projects-location__tag--two::before {
  top: 1rem;
  left: -1rem;
}
.projects-location__tag-label {
  color: #788760;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.projects-differentials {
  display: grid;
  grid-template-columns: minmax(15rem, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(1rem, 2vw, 1.4rem);
  padding: clamp(0.85rem, 1.5vw, 1.1rem);
  border-radius: 2rem;
  background: #E6F6E3;
  box-shadow: 0 1.25rem 3rem rgba(18, 28, 12, 0.08);
}
.projects-differentials__intro, .projects-differentials__list {
  min-width: 0;
  border-radius: 1.6rem;
  border: 1px solid rgba(185, 216, 75, 0.16);
}
.projects-differentials__intro {
  display: grid;
  align-content: start;
  gap: 0.8rem;
  padding: clamp(1.35rem, 2vw, 1.8rem);
  background: #f7faef;
}
.projects-differentials__eyebrow {
  margin: 0;
  color: #6b7c5d;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.projects-differentials__title {
  margin: 0;
  color: #141414;
  font-size: clamp(1.85rem, 1.4rem + 0.9vw, 2.5rem);
  line-height: 1;
  letter-spacing: -0.04em;
  text-wrap: balance;
}
.projects-differentials__copy {
  margin: 0;
  color: #556253;
  font-size: 0.97rem;
  line-height: 1.65;
}
.projects-differentials__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: start;
  min-height: 3rem;
  padding: 0.95rem 1.4rem;
  border-radius: 999px;
  background: #b9d84b;
  color: #fff;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: filter 0.15s ease, transform 0.2s ease;
}
.projects-differentials__cta:hover, .projects-differentials__cta:focus-visible {
  filter: brightness(0.95);
  transform: translateY(-1px);
}
.projects-differentials__list {
  background: #fff;
  padding: 0 1.35rem;
}
.projects-differentials__item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.9rem 1.15rem;
  align-items: start;
  padding: 1.25rem 0;
}
.projects-differentials__item + .projects-differentials__item {
  border-top: 1px solid rgba(24, 33, 14, 0.08);
}
.projects-differentials__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 50%;
  border: 1px solid rgba(185, 216, 75, 0.24);
  background: #f8fbf1;
  color: #72805f;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  flex: 0 0 auto;
}
.projects-differentials__body {
  display: grid;
  gap: 0.35rem;
  min-width: 0;
}
.projects-differentials__item-title {
  margin: 0;
  color: #131713;
  font-size: 1.12rem;
  line-height: 1.12;
  letter-spacing: -0.02em;
}
.projects-differentials__item-copy {
  margin: 0;
  color: #556253;
  font-size: 0.95rem;
  line-height: 1.68;
}
.projects-differentials__note {
  display: grid;
  justify-items: end;
  gap: 0.2rem;
  min-width: 6.4rem;
  padding-top: 0.1rem;
}
.projects-differentials__note-value {
  color: #24310d;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1;
}
.projects-differentials__note-label {
  color: #758267;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: right;
}

.projects-typologies {
  display: grid;
  gap: clamp(1rem, 1.6vw, 1.35rem);
  padding: clamp(0.95rem, 1.6vw, 1.2rem);
  border-radius: 2rem;
  background: #E6F6E3;
  box-shadow: 0 1.25rem 3rem rgba(18, 28, 12, 0.08);
  align-items: stretch;
}
.projects-typologies__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(14rem, 0.9fr);
  align-items: stretch;
  gap: 0.85rem;
  min-height: clamp(12.25rem, 16vw, 13.5rem);
  padding: clamp(1.25rem, 1.65vw, 1.6rem);
  border-radius: 1.65rem;
  border: 1px solid rgba(185, 216, 75, 0.18);
  background: #fff;
  box-shadow: 0 0.75rem 1.6rem rgba(18, 28, 12, 0.05);
}
.projects-typologies__intro-main {
  display: grid;
  align-content: center;
  gap: 0.85rem;
  min-width: 0;
  padding-right: 0.4rem;
}
.projects-typologies__intro-aside {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  align-content: stretch;
}
.projects-typologies__intro-stat {
  display: grid;
  align-content: start;
  gap: 0.38rem;
  min-height: 6.35rem;
  padding: 0.95rem 1rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(185, 216, 75, 0.2);
  background: #f8fbf1;
}
.projects-typologies__intro-stat:last-child {
  grid-column: 1/-1;
}
.projects-typologies__intro-stat strong {
  color: #2c3a21;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.15;
}
.projects-typologies__intro-stat span {
  color: #6a7766;
  font-size: 0.84rem;
  line-height: 1.45;
}
.projects-typologies__eyebrow {
  margin: 0;
  color: #6b7c5d;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.projects-typologies__title {
  margin: 0;
  color: #141414;
  font-size: clamp(1.8rem, 1.35rem + 1vw, 2.6rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  text-wrap: balance;
}
.projects-typologies__copy {
  margin: 0;
  max-width: 44rem;
  color: #52614d;
  font-size: 0.96rem;
  line-height: 1.5;
}
.projects-typologies__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.1rem;
  align-items: stretch;
}
.projects-typologies__card {
  position: relative;
  isolation: isolate;
  display: grid;
  align-content: start;
  gap: 0.95rem;
  min-height: clamp(17rem, 19vw, 18.5rem);
  padding: 1.2rem 1.15rem 1.1rem;
  border-radius: 1.6rem;
  border: 1px solid rgba(185, 216, 75, 0.18);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 0.85rem 1.9rem rgba(18, 28, 12, 0.05);
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.32s ease, border-color 0.32s ease, background-color 0.32s ease;
  will-change: transform;
}
.projects-typologies__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.35rem;
  right: 1.35rem;
  height: 0.125rem;
  border-radius: 999px;
  background: rgba(185, 216, 75, 0.45);
}
.projects-typologies__card:hover, .projects-typologies__card:focus-within {
  transform: translateY(-0.35rem);
  border-color: rgba(185, 216, 75, 0.34);
  box-shadow: 0 1.2rem 2.3rem rgba(18, 28, 12, 0.09);
}
.projects-typologies__card:hover .projects-typologies__count, .projects-typologies__card:focus-within .projects-typologies__count {
  color: rgba(111, 128, 86, 0.85);
  transform: translateX(-0.15rem);
}
.projects-typologies__card--featured {
  background: #fbfdf6;
}
.projects-typologies__card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}
.projects-typologies__pill {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(185, 216, 75, 0.22);
  background: #f5f8ea;
  color: #62734f;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.projects-typologies__count {
  color: rgba(111, 128, 86, 0.45);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  transition: color 0.32s ease, transform 0.32s ease;
}
.projects-typologies__card-title {
  margin: 0;
  color: #111;
  max-width: 11ch;
  font-size: clamp(1.25rem, 1.05rem + 0.45vw, 1.65rem);
  line-height: 1.06;
  letter-spacing: -0.03em;
  text-wrap: balance;
}
.projects-typologies__card-copy {
  margin: 0;
  max-width: none;
  color: #596854;
  font-size: 0.93rem;
  line-height: 1.48;
}
.projects-typologies__features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.projects-typologies__feature {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.72rem;
  border-radius: 999px;
  background: #f7faef;
  border: 1px solid rgba(185, 216, 75, 0.16);
  color: #6a7760;
  font-size: 0.77rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
.projects-typologies__card-detail {
  margin: auto 0 0;
  display: inline-flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.48rem 0.78rem;
  border-radius: 999px;
  border: 1px solid rgba(185, 216, 75, 0.18);
  background: #f7faef;
  color: #334227;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.projects-typologies__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 3rem;
  margin-top: 0.2rem;
  padding: 0.95rem 1.35rem;
  border-radius: 999px;
  background: #B5D439;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  transition: transform 0.2s ease, filter 0.2s ease;
}
.projects-typologies__cta:hover, .projects-typologies__cta:focus-visible {
  transform: translateY(-1px);
  filter: brightness(0.97);
}
.projects-typologies__slider {
  display: grid;
  gap: 1rem;
  min-width: 0;
}
.projects-typologies__slider-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-inline: 0.15rem;
}
.projects-typologies__slider-copy {
  margin: 0;
  color: #607058;
  font-size: 0.92rem;
  line-height: 1.5;
}
.projects-typologies__slider-nav {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  flex: 0 0 auto;
}
.projects-typologies__nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.85rem;
  height: 2.85rem;
  border-radius: 50%;
  border: 1px solid rgba(185, 216, 75, 0.28);
  background: #fff;
  color: #223018;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 0.65rem 1.3rem rgba(18, 28, 12, 0.06);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.projects-typologies__nav-btn:hover, .projects-typologies__nav-btn:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(185, 216, 75, 0.52);
  box-shadow: 0 0.9rem 1.5rem rgba(18, 28, 12, 0.1);
}
.projects-typologies__swiper {
  overflow: hidden;
}
.projects-typologies__swiper .swiper-slide {
  height: auto;
}
.projects-typologies__swiper .swiper-slide > * {
  height: 100%;
}
.projects-typologies__media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 12rem;
  padding: 0.7rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(185, 216, 75, 0.16);
  background: linear-gradient(180deg, #ffffff 0%, #f6faec 100%);
  overflow: hidden;
}
.projects-typologies__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.projects-typologies__card-footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.projects-typologies__card-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: #1F2819;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  transition: transform 0.2s ease, filter 0.2s ease;
}
.projects-typologies__card-link:hover, .projects-typologies__card-link:focus-visible {
  transform: translateY(-1px);
  filter: brightness(1.04);
}
.projects-typologies__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
}
.projects-typologies__pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 !important;
  border-radius: 999px;
  background: rgba(88, 104, 63, 0.22);
  opacity: 1;
  transition: width 0.2s ease, background-color 0.2s ease;
}
.projects-typologies__pagination .swiper-pagination-bullet-active {
  width: 1.6rem;
  background: #B5D439;
}

@media screen and (max-width: 1024px) {
  .projects-location {
    grid-template-columns: 1fr;
  }
  .projects-location__copy {
    gap: 1rem;
  }
  .projects-location__route-list::before {
    left: 1.05rem;
  }
  .projects-location__visual {
    min-height: 20rem;
  }
  .projects-typologies__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .projects-typologies__intro {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .projects-typologies__intro-main {
    padding-right: 0;
  }
  .projects-typologies__card {
    min-height: 18rem;
  }
  .projects-typologies__slider-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .projects__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 640px) {
  .projects__location {
    margin-top: 2rem;
  }
  .projects__typologies {
    margin-top: 1.25rem;
  }
  .projects-location {
    padding: 0.75rem;
    border-radius: 1.5rem;
  }
  .projects-location__copy, .projects-location__visual {
    border-radius: 1.25rem;
  }
  .projects-location__topline {
    align-items: flex-start;
  }
  .projects-location__canvas {
    min-height: 19rem;
    padding: 1.1rem;
  }
  .projects-location__home {
    width: calc(100% - 2.75rem);
    transform: translate(-50%, -48%);
  }
  .projects-location__route--one {
    top: 3.9rem;
    left: 2.4rem;
    width: 6rem;
    height: 4.8rem;
  }
  .projects-location__route--two {
    right: 2.2rem;
    bottom: 3.3rem;
    width: 6.2rem;
    height: 5rem;
  }
  .projects-location__route-list::before {
    left: 1rem;
  }
  .projects-location__stop {
    gap: 0.75rem;
  }
  .projects-location__stop-copy {
    padding: 0.85rem 0.9rem;
  }
  .projects-location__address-card {
    padding: 1.1rem;
  }
  .projects-location__address-main {
    font-size: clamp(1.35rem, 7vw, 1.85rem);
  }
  .projects-location__tag {
    max-width: 8rem;
    padding: 0.75rem 0.8rem;
  }
  .projects-location__tag strong {
    font-size: 0.9rem;
  }
  .projects-typologies {
    padding: 0.75rem;
    border-radius: 1.5rem;
  }
  .projects-typologies__intro, .projects-typologies__card {
    border-radius: 1.25rem;
  }
  .projects-typologies__grid {
    grid-template-columns: 1fr;
  }
  .projects-typologies__intro {
    min-height: auto;
    padding: 1.35rem 1.15rem;
  }
  .projects-typologies__intro-aside {
    grid-template-columns: 1fr;
  }
  .projects-typologies__intro-stat {
    min-height: auto;
  }
  .projects-typologies__intro-stat:last-child {
    grid-column: auto;
  }
  .projects-typologies__card {
    min-height: auto;
    padding: 1.2rem 1.15rem 1.15rem;
  }
  .projects-typologies__card-title, .projects-typologies__card-copy {
    max-width: none;
  }
  .projects-typologies__cta, .projects-typologies__card-link {
    width: 100%;
  }
  .projects-typologies__slider-head {
    align-items: stretch;
  }
  .projects-typologies__slider-nav {
    width: 100%;
    justify-content: space-between;
  }
  .projects-typologies__nav-btn {
    width: calc(50% - 0.3rem);
    border-radius: 999px;
  }
  .projects__grid {
    grid-template-columns: 1fr;
  }
}
.project-card {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.08);
  border: 0.0625rem solid #e9e9e9;
  overflow: hidden;
  max-width: 26.5rem;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.4;
}
.project-card__media {
  position: relative;
  background: #f2f2f2;
}
.project-card__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  /* similar proporción a la imagen */
  -o-object-fit: cover;
     object-fit: cover;
}
.project-card {
  /* Cinta superior izquierda */
}
.project-card__status {
  position: absolute;
  top: 2rem;
  left: 0;
  background: #b9d84b;
  color: #fff;
  font-weight: 700;
  padding: 0.5rem 1rem;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  font-size: 0.875rem;
}
.project-card {
  /* Logo arriba derecha */
}
.project-card__logo {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 4rem;
  height: auto;
  display: block;
}
.project-card {
  /* Chip centrado inferior */
}
.project-card__chip {
  position: absolute;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  background: #b9d84b;
  color: #1a1a1a;
  font-weight: 700;
  padding: 0.5rem 1.25rem;
  border-radius: 2rem;
  font-size: 0.875rem;
  box-shadow: 0 0.15rem 0.4rem rgba(0, 0, 0, 0.18);
  white-space: nowrap;
}
.project-card__content {
  text-align: center;
  padding: 1rem 1.25rem 0.75rem;
}
.project-card__price {
  margin: 0 0 0.375rem;
  color: #333;
}
.project-card__price strong {
  font-size: 1.5rem;
  color: #000;
  font-weight: 800;
}
.project-card__address {
  margin: 0;
  color: #444;
}
.project-card__address strong {
  font-weight: 800;
  color: #000;
}
.project-card {
  /* línea negra como en el diseño */
}
.project-card__divider {
  border: 0;
  border-top: 0.0625rem solid #000;
  width: calc(100% - 2rem);
  margin: 0.75rem auto 0;
}
.project-card__specs {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 1rem 1rem;
  background: #fff;
  flex-wrap: wrap;
  /* para responsive */
}
.project-card__spec {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9375rem;
  /* 15px aprox */
  color: #111;
  white-space: nowrap;
}
.project-card__spec-icon {
  width: 1.25rem;
  height: 1.25rem;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.project-card {
  /* Responsive */
}
@media (max-width: 40rem) {
  .project-card {
    /* ~640px */
    max-width: 100%;
  }
  .project-card__specs {
    justify-content: space-around;
    row-gap: 0.75rem;
  }
  .project-card__chip {
    font-size: 0.8125rem;
    padding: 0.45rem 1rem;
  }
  .project-card__status {
    font-size: 0.8125rem;
    padding: 0.45rem 0.9rem;
  }
}

.contact {
  background: #eef6da;
  padding: 3rem 1rem;
}
.contact .container-sm {
  /* usa tu contenedor; no se sobreescribe tamaño */
}
.contact__wrap {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: start;
}
.contact {
  /* Texto */
}
.contact__left {
  padding: 1rem 0;
}
.contact__title {
  margin: 0 0 0.25rem;
  font-size: 2rem;
  line-height: 1.15;
  color: #1a1a1a;
}
.contact__title-em {
  display: block;
  margin-top: 0.25rem;
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #b9d84b;
}
.contact__subtitle {
  margin: 0 0 1.25rem;
  color: #47524a;
  font-size: 1rem;
}
.contact {
  /* Formulario */
}
.contact__form {
  width: 100%;
}
.contact__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 1.25rem;
}
.contact__field {
  position: relative;
}
.contact__field--full {
  grid-column: 1/-1;
}
.contact__field--select .contact__icon {
  pointer-events: none;
}
.contact__label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.9375rem;
  color: #2b2b2b;
  font-weight: 600;
}
.contact__icon {
  position: absolute;
  left: 1rem;
  top: 2.45rem;
  /* alineado al centro del input debajo del label */
  width: 1.125rem;
  height: 1.125rem;
  color: #b9d84b;
}
.contact__icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  vector-effect: non-scaling-stroke;
}
.contact__icon--top {
  top: 3.15rem;
}
.contact__icon {
  /* para textarea más alto */
}
.contact__input, .contact__select, .contact__textarea {
  width: 100%;
  border: 0.1rem solid #b9d84b;
  background: #fff;
  color: #111;
  border-radius: 2rem;
  padding: 0.75rem 1rem 0.75rem 1rem;
  font: 500 1rem/1.2 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  outline: none;
  transition: box-shadow 0.15s ease, border-color 0.15s ease;
}
.contact__input::-moz-placeholder, .contact__select::-moz-placeholder, .contact__textarea::-moz-placeholder {
  color: #8a8f8a;
}
.contact__input::placeholder, .contact__select::placeholder, .contact__textarea::placeholder {
  color: #8a8f8a;
}
.contact__input:focus, .contact__select:focus, .contact__textarea:focus {
  box-shadow: 0 0 0 0.2rem rgba(185, 216, 75, 0.35);
}
.contact__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #6a7a60 50%), linear-gradient(135deg, #6a7a60 50%, transparent 50%);
  background-position: right 1rem center, right 0.8rem center;
  background-size: 0.5rem 0.5rem, 0.5rem 0.5rem;
  background-repeat: no-repeat;
}
.contact__textarea {
  border-radius: 1rem;
  padding: 1rem 1rem 1rem 1rem;
  min-height: 7rem;
  resize: vertical;
}
.contact {
  /* Política */
}
.contact__policy {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 1rem 0 1.25rem;
  font-size: 0.95rem;
  color: #2b2b2b;
}
.contact__policy a {
  color: #2b2b2b;
  text-decoration: underline;
}
.contact__checkbox {
  width: 1.1rem;
  height: 1.1rem;
  border: 0.1rem solid #b9d84b;
  border-radius: 0.2rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.contact__checkbox:checked {
  background: #b9d84b;
  border-color: #b9d84b;
}
.contact__checkbox:checked::after {
  content: "";
  position: absolute;
  left: 0.28rem;
  top: 0.05rem;
  width: 0.35rem;
  height: 0.7rem;
  border: 0.15rem solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
}
.contact {
  /* Botón */
}
.contact__btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  background: #b9d84b;
  color: #fff;
  border: 0;
  border-radius: 2rem;
  padding: 0.95rem 1.25rem;
  font: 700 1rem/1 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  cursor: pointer;
  transition: filter 0.15s ease;
}
.contact__btn:hover {
  filter: brightness(0.95);
}
.contact__btn:active {
  filter: brightness(0.9);
}
.contact {
  /* Imagen derecha */
}
.contact__right {
  padding: 1rem 0;
}
.contact__photo {
  position: relative;
  margin: 0;
  background: #e8ecd9;
  border-radius: 1.2rem;
  overflow: hidden;
  box-shadow: 0 0.6rem 1.5rem rgba(0, 0, 0, 0.12);
}
.contact__photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/5;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact__photo-actions {
  position: absolute;
  left: 50%;
  bottom: 1.15rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  width: calc(100% - 2rem);
  transform: translateX(-50%);
  pointer-events: none;
}
.contact__photo-btn {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-width: 8.6rem;
  min-height: 3.1rem;
  padding: 0.92rem 1.35rem;
  border: 1px solid rgba(185, 216, 75, 0.45);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(0.5rem);
  color: #26311f;
  font: 700 0.95rem/1 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  text-decoration: none;
  box-shadow: 0 0.7rem 1.4rem rgba(18, 28, 12, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}
.contact__photo-btn:hover {
  transform: translateY(-0.125rem);
  box-shadow: 0 0.9rem 1.6rem rgba(18, 28, 12, 0.16);
  border-color: rgba(185, 216, 75, 0.7);
  background: #fff;
}
.contact__photo-btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.45rem;
  height: 1.45rem;
  flex-shrink: 0;
  overflow: hidden;
}
.contact__photo-btn-icon img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact__photo-btn--waze {
  color: #33c4f3;
}
.contact__photo-btn--maps {
  color: #1f6e3d;
}
.contact__photo-btn--maps .contact__photo-btn-icon {
  width: 1.24rem;
  height: 1.24rem;
}
.contact {
  /* Responsive */
}
@media (max-width: 64rem) {
  .contact__wrap {
    grid-template-columns: 1fr;
  }
  .contact__grid {
    grid-template-columns: 1fr;
  }
  .contact__title {
    font-size: 1.8rem;
  }
  .contact__title-em {
    font-size: 2.2rem;
  }
  .contact__icon {
    top: 2.45rem;
  }
  .contact {
    /* reajuste en móviles */
  }
  .contact__icon--top {
    top: 3.15rem;
  }
  .contact__photo-actions {
    bottom: 0.9rem;
    gap: 0.55rem;
    width: calc(100% - 1.5rem);
  }
  .contact__photo-btn {
    min-width: 0;
    flex: 1 1 0;
    min-height: 2.95rem;
    padding-inline: 1rem;
    font-size: 0.9rem;
  }
}

.whatsapp-float {
  position: fixed;
  right: clamp(0.7rem, 1.5vw, 1.15rem);
  bottom: clamp(0.7rem, 1.5vw, 1.15rem);
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 1rem 2rem rgba(12, 20, 11, 0.26);
  cursor: pointer;
  overflow: hidden;
  z-index: 1001;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.whatsapp-float img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.whatsapp-float:hover {
  transform: translateY(-0.125rem) scale(1.02);
  box-shadow: 0 1.25rem 2.35rem rgba(12, 20, 11, 0.32);
}

.whatsapp-chat {
  position: fixed;
  right: clamp(1rem, 2vw, 1.5rem);
  bottom: calc(clamp(1rem, 2vw, 1.5rem) + 5rem);
  width: min(22rem, 100vw - 1.5rem);
  max-height: min(32rem, 100vh - 7rem);
  display: none;
  border-radius: 1.2rem;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(37, 211, 102, 0.16);
  box-shadow: 0 1.4rem 3rem rgba(11, 18, 10, 0.2);
  z-index: 1000;
}
.whatsapp-chat__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1rem 1.1rem;
  background: linear-gradient(135deg, #1ea952, #25d366);
  color: #fff;
}
.whatsapp-chat__title {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.2;
}
.whatsapp-chat__close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.15s ease;
}
.whatsapp-chat__close:hover {
  background: rgba(255, 255, 255, 0.24);
  transform: scale(1.05);
}
.whatsapp-chat__body {
  padding: 1rem 1.1rem 1.1rem;
  overflow: auto;
}
.whatsapp-chat__body p {
  margin: 0 0 1rem;
  color: #485448;
  font-size: 0.96rem;
}
.whatsapp-chat__form-group + .whatsapp-chat__form-group {
  margin-top: 0.85rem;
}
.whatsapp-chat__label {
  display: block;
  margin-bottom: 0.35rem;
  color: #1e281d;
  font-size: 0.92rem;
  font-weight: 600;
}
.whatsapp-chat__input {
  width: 100%;
  border: 1px solid rgba(37, 211, 102, 0.22);
  background: #fff;
  border-radius: 0.95rem;
  padding: 0.85rem 0.95rem;
  color: #162014;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.whatsapp-chat__input:focus {
  border-color: #25d366;
  box-shadow: 0 0 0 0.2rem rgba(37, 211, 102, 0.16);
}
.whatsapp-chat__btn, .whatsapp-chat__link-btn {
  display: inline-flex;
  width: 100%;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 700;
  text-align: center;
}
.whatsapp-chat__btn {
  margin-top: 1rem;
  background: #1d3115;
  color: #fff;
  cursor: pointer;
}
.whatsapp-chat__link-btn {
  margin-top: 0.9rem;
  background: #25d366;
  color: #fff;
}
.whatsapp-chat__success {
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  background: rgba(37, 211, 102, 0.08);
  color: #1e281d;
  line-height: 1.45;
}
.whatsapp-chat__success strong {
  display: block;
  margin-bottom: 0.2rem;
}

@media (max-width: 30rem) {
  .whatsapp-float {
    right: 0.6rem;
    bottom: 0.6rem;
    width: 3.4rem;
    height: 3.4rem;
  }
  .whatsapp-chat {
    right: 0.6rem;
    bottom: 4.6rem;
    width: calc(100vw - 1.2rem);
  }
}
.footer {
  background: #050505;
  color: #fff;
  padding: 0;
  border-top: 1px solid rgba(185, 216, 75, 0.16);
}
.footer__container {
  width: min(94vw, 94rem);
  max-width: 94rem;
  margin-inline: auto;
}
.footer__top {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr) minmax(0, 1fr) minmax(12rem, 0.85fr);
  gap: 0;
  align-items: start;
}
.footer__top > * {
  min-width: 0;
  min-height: 100%;
  padding: 2.9rem clamp(1.15rem, 2vw, 2.35rem);
}
.footer__top > * + * {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}
.footer__brand {
  display: grid;
  align-content: start;
  gap: 1.35rem;
}
.footer__logo {
  display: block;
  width: auto;
  height: 6rem;
}
.footer__tag {
  margin: 0;
  max-width: 12rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.84rem;
  line-height: 1.5;
}
.footer__column {
  display: grid;
  align-content: start;
  gap: 0.7rem;
  min-width: 0;
}
.footer__column--badge {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.footer__heading {
  margin: 0;
  color: #b9d84b;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}
.footer__heading:not(:first-child) {
  margin-top: 1.2rem;
}
.footer__link, .footer__text {
  margin: 0;
  color: #fff;
  font-size: 1rem;
  line-height: 1.55;
}
.footer__link {
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.footer__link:hover {
  color: #b9d84b;
  opacity: 1;
}
.footer__utility {
  display: inline-flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.5;
  transition: opacity 0.2s ease;
}
.footer__utility:hover {
  color: #b9d84b;
  opacity: 1;
}
.footer__utility--static {
  color: rgba(255, 255, 255, 0.78);
  cursor: default;
}
.footer__utility--static:hover {
  opacity: 1;
}
.footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}
.footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background: #fff;
  color: #050505;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.footer__social-link svg {
  width: 1.45rem;
  height: 1.45rem;
  display: block;
}
.footer__social-link:hover {
  transform: translateY(-2px);
  opacity: 0.88;
}
.footer__badges {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
  width: 100%;
}
.footer__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 700;
  text-align: center;
}
.footer__badge--image {
  justify-content: flex-end;
}
.footer__badge-image {
  display: block;
  width: clamp(10rem, 14vw, 12rem);
  height: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__bottom {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 0;
  align-items: start;
  padding: 1.45rem 0 1.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.footer__legal {
  margin: 0;
  padding: 0.25rem clamp(1.15rem, 2vw, 2.35rem) 0 0;
  max-width: 44rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.84rem;
  line-height: 1.7;
}
.footer__bottom-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.7rem 1.35rem;
  padding: 0.25rem 0 0 clamp(1.15rem, 2vw, 2.35rem);
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}
@media (max-width: 70rem) {
  .footer__top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .footer__top > * {
    padding: 2rem 1.35rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .footer__top > * + * {
    border-left: 0;
  }
  .footer__top > *:nth-child(odd) {
    border-right: none;
  }
  .footer__column--badge {
    justify-content: flex-start;
  }
  .footer__badges, .footer__badge--image {
    justify-content: flex-start;
  }
  .footer__bottom {
    grid-template-columns: 1fr;
    padding-top: 1.25rem;
  }
  .footer__legal {
    max-width: none;
    padding-right: 0;
  }
  .footer__bottom-links {
    justify-content: flex-start;
    padding: 1rem 0 0;
    border-left: 0;
  }
}
@media (max-width: 40rem) {
  .footer {
    padding: 0;
  }
  .footer__container {
    width: min(92vw, 94rem);
  }
  .footer__top {
    grid-template-columns: 1fr;
  }
  .footer__top > * {
    padding: 1.4rem 0;
    border-right: 0;
  }
  .footer__logo {
    height: 6.3rem;
  }
  .footer__heading:not(:first-child) {
    margin-top: 0.9rem;
  }
  .footer__badge--image {
    justify-content: flex-start;
  }
  .footer__badge-image {
    width: 10.25rem;
  }
  .footer__bottom {
    padding: 1.15rem 0 1.6rem;
  }
  .footer__legal {
    padding-top: 0;
  }
  .footer__bottom-links {
    gap: 0.55rem 1rem;
    padding-top: 0.9rem;
  }
}

.leaf {
  position: fixed;
  font-size: 2.5rem;
  pointer-events: none;
  width: 70px;
  height: auto;
}
.leaf img {
  width: 100%;
  height: 100%;
}

/* =========================
   MODAL LAYER / CONTENEDOR
   ========================= */
.project-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
}
.project-modal.is-hidden {
  display: none;
}
.project-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}
.project-modal {
  /* donde se inyecta el HTML del endpoint */
}
.project-modal__mount {
  position: relative;
  z-index: 2;
  width: 100%;
  display: grid;
  place-items: center;
}
.project-modal__dialog {
  position: relative;
  z-index: 2;
  width: min(1380px, 97vw);
  height: min(88vh, 960px);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}
.project-modal__dialog.project-modal--no-media {
  width: min(860px, 95vw);
  max-height: 88vh;
}
.project-modal__grid {
  display: grid;
  /* CLAVE: minmax(0, …) para que ninguna columna colapse a la otra */
  grid-template-columns: minmax(0, 1.15fr) minmax(21rem, 0.85fr);
  height: 100%;
}
.project-modal__grid.is-single {
  grid-template-columns: 1fr;
}
.project-modal__media {
  height: 100%;
  min-width: 0;
  /* evita overflow que empuja la otra columna */
  overflow: hidden;
  background: linear-gradient(180deg, #f7faef 0%, #e9f2cf 100%);
  /* opcional, ayuda a percibir el área del slider */
}
.project-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  border: none;
  font-size: 26px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}
.project-modal__close:hover {
  filter: brightness(1.08);
}

.project-modal__plan-slide.project-modal__plan-slide {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: minmax(0, 1fr) auto;
  height: 100%;
  min-height: 100%;
  background: transparent;
}

.project-modal__plan-visual.project-modal__plan-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  height: 100%;
  padding: clamp(1rem, 1.8vw, 1.4rem);
  background: linear-gradient(180deg, #fff 0%, #f5f8eb 100%);
}

.project-modal__plan-visual.project-modal__plan-visual img {
  width: 100%;
  height: 100%;
  max-height: none;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.project-modal__plan-body.project-modal__plan-body {
  border-left: 0;
  border-top: 1px solid rgba(24, 33, 14, 0.08);
  min-height: 0;
  align-content: start;
  gap: 0.85rem;
  padding: 1rem 1.1rem 1.15rem;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(8px);
}

/* ================
   SWIPER (LEFT)
   ================ */
.project-swiper {
  width: 100%;
  height: 100%;
}

.project-swiper .swiper-wrapper {
  height: 100%;
}

.project-swiper .swiper-slide {
  height: 100%;
}

.project-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* Ocultar UI si hay 1 sola imagen */
.project-swiper.is-single .swiper-button-next,
.project-swiper.is-single .swiper-button-prev,
.project-swiper.is-single .swiper-pagination {
  display: none !important;
}

/* Flechas circulares */
.swiper-button-next,
.swiper-button-prev {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #111;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 18px;
  font-weight: 800;
}

.swiper-button-next {
  right: 18px;
  background: #B5D33D;
  color: #1b1b1b;
  aspect-ratio: 1/1;
  width: 42px !important;
  height: 42px !important;
  transform: rotate(180deg);
}

.swiper-button-prev {
  left: 18px;
  aspect-ratio: 1/1;
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.95);
  width: 42px !important;
  height: 42px !important;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.85);
  opacity: 0.8;
  width: 8px;
  height: 8px;
}

.single-project-showcase__shell {
  display: grid;
  gap: clamp(0.95rem, 2vw, 1.35rem);
  padding: clamp(0.95rem, 1.9vw, 1.3rem);
  border-radius: 2rem;
  background: #E6F6E3;
  box-shadow: 0 1.5rem 3rem rgba(125, 146, 86, 0.12);
  border: 1px solid rgba(181, 212, 57, 0.16);
}
.single-project-showcase__overview {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(21rem, 0.95fr);
  gap: clamp(0.9rem, 1.8vw, 1.15rem);
  align-items: stretch;
}
.single-project-showcase__intro, .single-project-showcase__media-card, .single-project-showcase__summary-card, .single-project-showcase__visit-card {
  min-width: 0;
  background: #fff;
  border-radius: 1.55rem;
  border: 1px solid rgba(181, 212, 57, 0.15);
}
.single-project-showcase__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.35rem, 2.1vw, 1.85rem);
}
.single-project-showcase__fact-rail {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(9rem, 1fr));
  gap: 0.75rem;
}
.single-project-showcase__media-card {
  padding: clamp(0.9rem, 1.7vw, 1.15rem);
}
.single-project-showcase__gallery-wrap {
  position: relative;
}
.single-project-showcase__gallery {
  position: relative;
  overflow: hidden;
  border-radius: 1.35rem;
  aspect-ratio: 1.95/1;
  background: #eff5da;
}
.single-project-showcase__gallery .swiper-slide {
  height: 100%;
}
.single-project-showcase__gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-project-showcase__gallery.is-single .single-project-showcase__arrow,
.single-project-showcase__gallery.is-single .single-project-showcase__pagination {
  display: none;
}
.single-project-showcase__gallery--typologies {
  aspect-ratio: auto;
  background: #fff;
}
.single-project-showcase__plan-slide {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
  height: 100%;
  background: #fff;
}
.single-project-showcase__plan-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(22rem, 34vw, 32rem);
  padding: clamp(1rem, 2vw, 1.6rem);
  background: linear-gradient(180deg, #ffffff 0%, #f4f8e7 100%);
}
.single-project-showcase__plan-visual img {
  width: 100%;
  height: 100%;
  max-height: 28rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.single-project-showcase__plan-body {
  display: grid;
  align-content: space-between;
  gap: 1rem;
  padding: clamp(1.15rem, 2vw, 1.6rem);
  border-left: 1px solid rgba(24, 33, 14, 0.08);
  background: #f7faef;
}
.single-project-showcase__plan-copy {
  display: grid;
  gap: 0.75rem;
}
.single-project-showcase__plan-kicker {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6f7c5f;
}
.single-project-showcase__plan-title {
  margin: 0;
  color: #141814;
  font-size: clamp(1.45rem, 1.1rem + 0.7vw, 1.95rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  text-wrap: balance;
}
.single-project-showcase__plan-price {
  margin: 0;
  color: #24310d;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
}
.single-project-showcase__plan-summary {
  margin: 0;
  color: #51604a;
  font-size: 0.94rem;
  line-height: 1.65;
}
.single-project-showcase__plan-features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.single-project-showcase__plan-feature, .single-project-showcase__plan-stock {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(181, 212, 57, 0.2);
  background: #fff;
  color: #435038;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1;
}
.single-project-showcase__plan-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.single-project-showcase__plan-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.8rem 1.15rem;
  border-radius: 999px;
  background: #1f2819;
  color: #fff;
  font-size: 0.86rem;
  font-weight: 700;
  transition: transform 0.25s ease, filter 0.25s ease;
}
.single-project-showcase__plan-link:hover, .single-project-showcase__plan-link:focus-visible {
  transform: translateY(-1px);
  filter: brightness(1.04);
}
.single-project-showcase__gallery-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  padding: 0.75rem 0.25rem 0;
}
.single-project-showcase__gallery-label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #6f7c5f;
}
.single-project-showcase__gallery-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: #f7faef;
  border: 1px solid rgba(181, 212, 57, 0.2);
  font-size: 0.82rem;
  font-weight: 700;
  color: #435038;
}
.single-project-showcase__arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 2.9rem;
  height: 2.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #24310D;
  border: 1px solid rgba(24, 33, 14, 0.08);
  box-shadow: 0 0.8rem 1.8rem rgba(0, 0, 0, 0.14);
  transform: translateY(-50%);
  transition: transform 0.25s ease, background-color 0.25s ease;
}
.single-project-showcase__arrow span {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1;
}
.single-project-showcase__arrow:hover {
  background: #B5D439;
  transform: translateY(-50%) scale(1.04);
}
.single-project-showcase__arrow--prev {
  left: 0.95rem;
}
.single-project-showcase__arrow--next {
  right: 0.95rem;
}
.single-project-showcase__pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1rem;
  z-index: 3;
  display: flex;
  justify-content: center;
}
.single-project-showcase__thumbs {
  margin-top: 0.7rem;
  overflow: hidden;
}
.single-project-showcase__thumbs .swiper-wrapper {
  align-items: center;
}
.single-project-showcase__thumb {
  width: 100%;
  height: auto;
  aspect-ratio: 1.45/1;
  border-radius: 0.95rem;
  overflow: hidden;
  padding: 0;
  background: transparent;
  border: 1px solid rgba(24, 33, 14, 0.08);
  opacity: 0.62;
  cursor: pointer;
  transition: opacity 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}
.single-project-showcase__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-project-showcase__thumb:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}
.single-project-showcase__thumb--plan {
  padding: 0.35rem;
  background: #f7faef;
}
.single-project-showcase__thumb--plan img {
  -o-object-fit: contain;
     object-fit: contain;
}
.single-project-showcase .swiper-slide-thumb-active.single-project-showcase__thumb {
  opacity: 1;
  border-color: rgba(181, 212, 57, 0.95);
  box-shadow: 0 0.8rem 1.5rem rgba(181, 212, 57, 0.18);
}
.single-project-showcase__content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(18rem, 0.85fr);
  gap: clamp(0.9rem, 1.8vw, 1.15rem);
}
.single-project-showcase__content-grid > *:only-child {
  grid-column: 1/-1;
}
.single-project-showcase__eyebrow, .single-project-showcase__section-label {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #708055;
}
.single-project-showcase__title {
  margin: 0;
  font-size: clamp(1.7rem, 1.2rem + 1vw, 2.35rem);
  line-height: 1;
  letter-spacing: -0.04em;
  color: #141814;
  text-wrap: balance;
}
.single-project-showcase__location {
  margin: 0.7rem 0 0;
  font-size: 1rem;
  line-height: 1.45;
  color: #52604A;
}
.single-project-showcase__summary-card, .single-project-showcase__visit-card {
  padding: clamp(1.25rem, 2vw, 1.7rem);
}
.single-project-showcase__description {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.8;
  color: #40483d;
}
.single-project-showcase__fact {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.35rem;
  min-height: 7.15rem;
  padding: 1rem 1rem 0.95rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(181, 212, 57, 0.18);
}
.single-project-showcase__fact-label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7a866f;
}
.single-project-showcase__fact-value {
  display: block;
  font-size: 1rem;
  line-height: 1.35;
  color: #1a1f16;
}
.single-project-showcase__meta-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.single-project-showcase__meta-row {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid rgba(24, 33, 14, 0.08);
}
.single-project-showcase__meta-row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.single-project-showcase__meta-label {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #7b866f;
}
.single-project-showcase__meta-value {
  font-size: 0.98rem;
  line-height: 1.5;
  color: #1e2419;
}
.single-project-showcase__visit-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.single-project-showcase__visit-copy {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #44503e;
}
.single-project-showcase__summary-action {
  margin-top: 1rem;
  max-width: 18rem;
}
.single-project-showcase__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 3.45rem;
  padding: 0.95rem 1.4rem;
  border-radius: 999px;
  background: #B5D439;
  color: #fff;
  font-size: 0.98rem;
  font-weight: 700;
  transition: transform 0.25s ease, filter 0.25s ease;
}
.single-project-showcase__cta:hover {
  transform: translateY(-2px);
  filter: brightness(0.97);
}
.single-project-showcase__cta--secondary {
  background: #1f2819;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: none;
}
.single-project-showcase__cta--secondary:hover {
  background: #27331f;
  filter: none;
}

/* =========================
   PANEL DERECHO (GREEN)
   ========================= */
.project-modal__dialog.project-modal--no-media .project-panel {
  border-radius: 22px;
}

.project-panel {
  position: relative;
  background: #CFE25A;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: clamp(1.35rem, 2.1vw, 1.9rem);
  color: #24310D;
  overflow: auto;
  min-width: 0;
  /* importantísimo en grid */
}
.project-panel__logo {
  width: 64px;
  height: auto;
  display: block;
  margin-bottom: 12px;
}
.project-panel__title {
  margin: 0 2.5rem 0.7rem 0;
  color: #141814;
  font-size: clamp(1.45rem, 1.1rem + 0.75vw, 2rem);
  line-height: 1;
  letter-spacing: -0.04em;
  text-wrap: balance;
}
.project-panel__desc {
  font-size: 14px;
  line-height: 1.5;
  margin: 6px 4px 14px 2px;
}
.project-panel__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0 0 1rem;
}
.project-panel__meta-item {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(36, 49, 13, 0.14);
  background: rgba(255, 255, 255, 0.62);
  color: #334019;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.1;
}
.project-panel__badges {
  display: flex;
  gap: 26px;
  align-items: center;
  margin: 8px 0 16px;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  font-size: 14px;
}
.project-panel__badges li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.project-panel .badge-icon {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 6px;
}
.project-panel__form-title {
  margin: 0 0 14px;
  font-size: 16px;
  font-weight: 700;
}

/* =========================
   FORMULARIO
   ========================= */
.project-modal__form .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 16px;
}
.project-modal__form .field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.project-modal__form .field--full {
  grid-column: 1/-1;
}
.project-modal__form .field label {
  font-size: 12px;
  font-weight: 600;
  color: #2b3b10;
}
.project-modal__form input[type=text],
.project-modal__form input[type=email],
.project-modal__form input[type=tel],
.project-modal__form select,
.project-modal__form textarea {
  background: rgba(255, 255, 255, 0.28);
  border: 2px solid #9DBE3A;
  border-radius: 14px;
  padding: 10px 14px;
  outline: none;
  color: #111;
  font-size: 14px;
}
.project-modal__form input[type=text]:focus,
.project-modal__form input[type=email]:focus,
.project-modal__form input[type=tel]:focus,
.project-modal__form select:focus,
.project-modal__form textarea:focus {
  border-color: #7BA624;
  box-shadow: 0 0 0 3px rgba(123, 166, 36, 0.18);
}
.project-modal__form textarea {
  resize: vertical;
}
.project-modal__form .policy {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
}
.project-modal__form .policy a {
  color: #0b0b0b;
  text-decoration: underline;
}

/* Botón */
.btn-black {
  width: 160px;
  justify-self: center;
  background: #111;
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 12px 22px;
  font-weight: 700;
  cursor: pointer;
  letter-spacing: 0.2px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}
.btn-black:hover {
  filter: brightness(1.08);
}

/* =========================
   RESPONSIVE
   ========================= */
@media (max-width: 980px) {
  .project-modal {
    place-items: end center;
    padding: 0.5rem;
  }
  .project-modal__mount {
    height: 100%;
    align-items: end;
  }
  .hero {
    height: auto;
    min-height: 100svh;
  }
  .projects-differentials {
    grid-template-columns: 1fr;
  }
  .projects-differentials__item {
    grid-template-columns: auto minmax(0, 1fr);
  }
  .projects-differentials__note {
    grid-column: 2;
    justify-items: start;
    min-width: 0;
  }
  .projects-differentials__note-label {
    text-align: left;
  }
  .projects-differentials__cta {
    width: 100%;
    justify-self: stretch;
  }
  .single-project-showcase__overview, .single-project-showcase__shell {
    grid-template-columns: 1fr;
  }
  .single-project-showcase__gallery {
    aspect-ratio: 1.3/1;
  }
  .single-project-showcase__gallery--typologies {
    aspect-ratio: auto;
  }
  .single-project-showcase__plan-slide {
    grid-template-columns: 1fr;
  }
  .single-project-showcase__plan-visual {
    height: 22rem;
  }
  .single-project-showcase__arrow {
    top: 11rem;
  }
  .single-project-showcase__plan-body {
    border-left: 0;
    border-top: 1px solid rgba(24, 33, 14, 0.08);
  }
  .single-project-showcase__content-grid {
    grid-template-columns: 1fr;
  }
  .project-modal__dialog {
    width: min(430px, 100vw - 16px);
    height: min(92svh, 860px);
    border-radius: 24px;
  }
  .form-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem;
  }
  .project-modal__grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
  }
  .project-modal__media {
    min-height: 0;
    max-height: none;
  }
  .project-panel {
    position: static;
  }
  .project-modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 5;
    background: rgba(17, 17, 17, 0.85);
    backdrop-filter: blur(6px);
  }
  .project-modal__plan-visual.project-modal__plan-visual {
    min-height: min(46svh, 22rem);
    height: auto;
    padding: 0.85rem;
  }
  .project-modal__plan-visual.project-modal__plan-visual img {
    height: 100%;
    min-height: min(40svh, 18rem);
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .project-modal__dialog.project-modal--no-media {
    width: min(760px, 95vw);
  }
  .project-modal__form .form-grid {
    grid-template-columns: 1fr;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 46px !important;
    height: 46px !important;
  }
  .project-panel {
    padding: 1rem 1rem 1.15rem;
    border-top: 1px solid rgba(24, 33, 14, 0.08);
  }
  .project-panel__title {
    margin-right: 3rem;
    font-size: 1.45rem;
  }
  .project-panel__desc {
    margin-bottom: 0.9rem;
    font-size: 0.92rem;
    line-height: 1.45;
  }
  .project-panel__meta {
    margin-bottom: 0.85rem;
  }
  .project-panel__meta-item {
    font-size: 0.74rem;
  }
  .project-panel__badges {
    gap: 0.75rem 1rem;
    margin: 0 0 1rem;
    font-size: 0.84rem;
  }
  .project-panel__form-title {
    font-size: 1rem;
    margin-bottom: 0.8rem;
  }
  .project-modal__form input[type=text],
  .project-modal__form input[type=email],
  .project-modal__form input[type=tel],
  .project-modal__form select,
  .project-modal__form textarea {
    font-size: 16px;
    padding: 0.85rem 0.95rem;
  }
  .project-modal__form textarea {
    min-height: 6.25rem;
  }
  .project-modal .single-project-showcase__plan-kicker {
    font-size: 0.68rem;
  }
  .project-modal .single-project-showcase__plan-title {
    font-size: clamp(1.2rem, 4.8vw, 1.5rem);
  }
  .project-modal .single-project-showcase__plan-price {
    font-size: 1.02rem;
  }
  .project-modal .single-project-showcase__plan-features {
    gap: 0.45rem;
  }
  .project-modal .single-project-showcase__plan-feature,
  .project-modal .single-project-showcase__plan-stock {
    min-height: 1.8rem;
    padding: 0.38rem 0.68rem;
    font-size: 0.76rem;
  }
  .project-modal .single-project-showcase__plan-footer {
    justify-content: flex-start;
  }
  .project-modal__close {
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    z-index: 5;
  }
  .hero__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding-top: 5.5rem;
    padding-bottom: 2rem;
    height: auto;
  }
  .hero__spacer {
    display: none;
  }
  .hero__aside {
    justify-content: center;
  }
  .hero__lead-card {
    width: min(100%, 40rem);
  }
  .hero__form {
    width: 100%;
    max-width: none;
  }
  .hero__offer {
    grid-template-columns: 1fr;
  }
  .hero__offer-block {
    min-height: 0;
    padding: 1rem 1.25rem;
  }
  .hero__offer-block--details {
    border-left: 0;
    border-top: 1px solid rgba(24, 33, 14, 0.12);
  }
  .footer__partners {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hero__banner {
    filter: brightness(0.5);
  }
}
@media screen and (max-width: 480px) {
  .projects-differentials {
    padding: 0.7rem;
    border-radius: 1.5rem;
  }
  .projects-differentials__intro, .projects-differentials__list {
    border-radius: 1.2rem;
  }
  .projects-differentials__intro {
    padding: 1rem;
  }
  .projects-differentials__list {
    padding: 0 1rem;
  }
  .projects-differentials__item {
    gap: 0.75rem 0.9rem;
    padding: 1rem 0;
  }
  .projects-differentials__title {
    font-size: 1.7rem;
  }
  .projects-differentials__item-title {
    font-size: 1rem;
  }
  .projects-differentials__item-copy {
    font-size: 0.9rem;
  }
  .single-project-showcase__shell {
    padding: 0.7rem;
    border-radius: 1.5rem;
  }
  .single-project-showcase__intro, .single-project-showcase__media-card, .single-project-showcase__summary-card, .single-project-showcase__visit-card {
    border-radius: 1.2rem;
  }
  .single-project-showcase__intro, .single-project-showcase__media-card, .single-project-showcase__summary-card, .single-project-showcase__visit-card {
    padding: 1rem;
  }
  .single-project-showcase__gallery {
    border-radius: 1rem;
    aspect-ratio: 1.02/1;
  }
  .single-project-showcase__gallery--typologies {
    aspect-ratio: auto;
  }
  .single-project-showcase__plan-visual {
    height: 20rem;
    padding: 0.85rem;
  }
  .single-project-showcase__arrow {
    top: 10rem;
  }
  .single-project-showcase__plan-body {
    padding: 1rem;
  }
  .single-project-showcase__plan-link {
    width: 100%;
  }
  .single-project-showcase__arrow {
    width: 2.45rem;
    height: 2.45rem;
  }
  .single-project-showcase__thumb {
    aspect-ratio: 1.38/1;
    border-radius: 0.9rem;
  }
  .single-project-showcase__title {
    font-size: 1.7rem;
  }
  .single-project-showcase__meta-row {
    grid-template-columns: 1fr;
  }
  .single-project-showcase__summary-action {
    max-width: none;
  }
  .hero {
    min-height: 100svh;
    height: auto;
  }
  .hero__grid {
    padding-top: 5rem;
    padding-bottom: 1.5rem;
    gap: 1.25rem;
  }
  .hero__lead-card {
    padding: 1.1rem;
    border-radius: 1.25rem;
  }
  .hero h1.hero__lead-title {
    font-size: 1.55rem;
    margin-bottom: 1rem;
  }
  .hero__lead-subtitle {
    font-size: 0.95rem;
  }
  .hero__form-grid {
    grid-template-columns: 1fr;
  }
  .hero__form {
    width: 100%;
  }
  .hero__offer {
    border-radius: 0;
  }
  .hero__offer-block {
    padding: 0.95rem 1rem;
  }
  .hero__offer-kicker {
    font-size: 0.68rem;
  }
  .hero__offer-copy,
  .hero__offer-value {
    font-size: 0.95rem;
  }
  .projects__filters {
    flex-direction: column;
  }
  .project-modal {
    padding: 0.4rem;
  }
  .project-modal__dialog {
    width: calc(100vw - 8px);
    height: min(94svh, 900px);
    border-radius: 22px;
  }
  .project-modal__media {
    max-height: none;
  }
  .project-modal__plan-visual.project-modal__plan-visual {
    min-height: min(42svh, 18rem);
    padding: 0.65rem;
  }
  .project-modal__plan-body {
    gap: 0.65rem;
    padding: 0.8rem 0.9rem 0.95rem;
  }
  .project-panel {
    padding: 0.95rem 0.9rem 1rem;
  }
  .project-panel__title {
    font-size: 1.3rem;
  }
  .project-panel__desc {
    font-size: 0.88rem;
    line-height: 1.4;
  }
  .project-panel__badges {
    gap: 0.65rem 0.85rem;
    font-size: 0.8rem;
  }
  .project-panel__badges li {
    gap: 0.4rem;
  }
  .project-panel .badge-icon {
    width: 18px;
    height: 18px;
  }
  .project-modal .single-project-showcase__plan-title {
    font-size: 1.08rem;
  }
  .project-modal .single-project-showcase__plan-price {
    font-size: 0.96rem;
  }
  .project-modal .single-project-showcase__plan-feature,
  .project-modal .single-project-showcase__plan-stock,
  .project-panel__meta-item {
    font-size: 0.72rem;
  }
  .project-modal__form .policy {
    font-size: 0.82rem;
  }
}
@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}
@media (max-width: 40rem) {
  .site-header {
    padding: 0.85rem 0;
  }
  .site-header__brand img {
    width: clamp(6rem, 28vw, 7.2rem);
  }
  .site-header__cta {
    min-height: 2.8rem;
    padding: 0.78rem 1.1rem;
    font-size: 0.9rem;
  }
}
/* Contenedor del filtro (centrado) */
.projects__filters {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

/* Select estilizado */
.projects__select {
  /* reset nativo */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  min-width: 240px;
  height: 42px;
  padding: 0 42px 0 16px;
  /* espacio para la flecha a la derecha */
  border: 2px solid #9dbe3a;
  border-radius: 999px;
  background-color: #ffffff;
  color: #1b1b1b;
  font-size: 14px;
  line-height: 42px;
  /* alinea el texto verticalmente */
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  /* flecha personalizada (chevron) */
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%231b1b1b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 14px;
  /* Firefox – evita que el contenido empuje el ancho */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.projects__select:hover {
  background-color: #f7fbec;
}
.projects__select:focus {
  outline: none;
  border-color: #7ba624;
  box-shadow: 0 0 0 4px rgba(123, 166, 36, 0.18);
}
.projects__select:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.projects__select {
  /* IE/Edge antiguos */
}
.projects__select::-ms-expand {
  display: none;
}
.projects__select {
  /* Opciones (menú desplegable) */
}
.projects__select option {
  color: #1b1b1b;
  background: #ffffff;
}

/* Variante compacta (opcional) */
.projects__select--sm {
  min-width: 200px;
  height: 36px;
  line-height: 36px;
  font-size: 13px;
  padding: 0 38px 0 14px;
  background-position: right 12px center;
  background-size: 12px;
}

/* Accesibilidad: utilidad para labels invisibles */
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 1px, 1px);
  white-space: nowrap;
  border: 0;
}

/* Responsive */
@media (max-width: 640px) {
  .projects__select {
    min-width: 200px;
  }
}
.featured-project {
  padding-block: clamp(3rem, 5vw, 6rem);
  background: #fff;
}
.featured-project__wrap {
  display: grid;
  gap: clamp(1rem, 2vw, 1.4rem);
  padding: clamp(0.7rem, 1.4vw, 1rem);
  border-radius: 2rem;
  background: #E6F6E3;
  box-shadow: 0 1.25rem 3rem rgba(18, 28, 12, 0.08);
}
.featured-project__card {
  background: #fff;
  border-radius: 1.6rem;
  padding: clamp(1.25rem, 2vw, 2rem);
  border: 1px solid rgba(185, 216, 75, 0.18);
  box-shadow: 0 0.75rem 1.6rem rgba(18, 28, 12, 0.05);
}
.featured-project__eyebrow {
  display: block;
  margin-bottom: 0.5rem;
  color: #6b7c5d;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.featured-project__top {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1.2fr);
  gap: inherit;
}
.featured-project__brand-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.featured-project__title {
  margin: 0 0 0.25rem;
  color: #141414;
  font-size: clamp(2rem, 2vw + 1rem, 2.5rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-weight: 400;
}
.featured-project__address {
  margin: 0;
  color: #556253;
  font-size: 0.95rem;
  line-height: 1.4;
}
.featured-project__stat-group-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.8rem;
}
.featured-project__stat-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.featured-project__stat-label {
  color: #8c9b80;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.featured-project__stat-value {
  color: #131713;
  font-size: 1.05rem;
  line-height: 1.2;
  font-weight: 400;
}
.featured-project__gallery-card {
  padding: 0;
  overflow: hidden;
}
.featured-project__swiper {
  position: relative;
  width: 100%;
  background: #f0f0f0;
}
.featured-project__gallery-main {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 21/9;
}
.featured-project__gallery-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured-project__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  border: none;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #111;
  cursor: pointer;
  z-index: 2;
}
.featured-project__arrow--prev {
  left: 1.5rem;
}
.featured-project__arrow--next {
  right: 1.5rem;
}
.featured-project__pagination {
  position: absolute;
  bottom: 1.5rem !important;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  z-index: 2;
}
.featured-project__pagination .dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 !important;
  opacity: 1;
}
.featured-project__pagination .dot.is-active {
  background: #fff;
}
.featured-project__gallery-footer {
  padding: clamp(1rem, 2vw, 1.5rem);
}
.featured-project__gallery-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.featured-project__badge {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  background: #f4f6ec;
  border: 1px solid rgba(185, 216, 75, 0.3);
  color: #4a5740;
  font-size: 0.75rem;
  font-weight: 700;
}
.featured-project__thumbs-swiper {
  width: 100%;
  overflow: hidden;
}
.featured-project__thumb {
  position: relative;
  aspect-ratio: 4/3;
  border-radius: 0.75rem;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.2s ease, border 0.2s ease;
}
.featured-project__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured-project__thumb:hover {
  opacity: 1;
}
.swiper-slide-thumb-active .featured-project__thumb {
  opacity: 1;
}
.swiper-slide-thumb-active .featured-project__thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #b9d84b;
  border-radius: 0.75rem;
  pointer-events: none;
}
.featured-project__bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: inherit;
}
.featured-project__summary-card, .featured-project__visit-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.featured-project__text {
  margin: 0.5rem 0 1.5rem;
  color: #444;
  font-size: 0.95rem;
  line-height: 1.6;
}
.featured-project__text--mt {
  margin-top: 1.5rem;
}
.featured-project__info-list {
  display: flex;
  flex-direction: column;
  margin: 1rem 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.featured-project__info-row {
  display: grid;
  grid-template-columns: 7rem 1fr;
  padding: 1rem 0;
}
.featured-project__info-row + .featured-project__info-row {
  border-top: 1px solid #eee;
}
.featured-project__info-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #6b7c5d;
}
.featured-project__info-value {
  font-size: 0.95rem;
  color: #1a1a1a;
}

.featured-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 3rem;
  padding: 0.85rem 2rem;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  transition: filter 0.2s ease, transform 0.2s ease;
  cursor: pointer;
  border: none;
}
.featured-btn:hover {
  transform: translateY(-2px);
}
.featured-btn--dark {
  background: #111;
  color: #fff;
}
.featured-btn--primary {
  background: #b9d84b;
  color: #fff;
}

@media (max-width: 64rem) {
  .featured-project__top {
    grid-template-columns: 1fr;
  }
  .featured-project__bottom {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 40rem) {
  .featured-project__gallery-main {
    aspect-ratio: 4/3;
  }
  .featured-project__info-row {
    grid-template-columns: 1fr;
    gap: 0.25rem;
    padding: 0.75rem 0;
  }
  .featured-project .featured-btn {
    width: 100%;
  }
}
body.page-template-template-page,
body.page-template-template-page-php,
body.page-template-template-thank-you,
body.page-template-template-thank-you-php {
  background: linear-gradient(180deg, #f7faef 0%, #ffffff 100%);
}

.text-page,
.thank-you-page {
  position: relative;
  overflow: hidden;
  padding: clamp(4.5rem, 7vw, 6.75rem) 0 clamp(4rem, 6vw, 5.5rem);
}
.text-page::before, .text-page::after,
.thank-you-page::before,
.thank-you-page::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
.text-page::before,
.thank-you-page::before {
  top: -12rem;
  right: -10rem;
  width: 32rem;
  height: 32rem;
  background: radial-gradient(circle, rgba(181, 212, 57, 0.18) 0%, rgba(181, 212, 57, 0) 72%);
}
.text-page::after,
.thank-you-page::after {
  left: -9rem;
  bottom: -11rem;
  width: 24rem;
  height: 24rem;
  background: radial-gradient(circle, rgba(230, 246, 227, 0.94) 0%, rgba(230, 246, 227, 0) 74%);
}
.text-page .container-sm,
.thank-you-page .container-sm {
  position: relative;
  z-index: 1;
}

.text-page__shell {
  padding: clamp(0.9rem, 1.5vw, 1.1rem);
  border-radius: 2rem;
  background: #E6F6E3;
  box-shadow: 0 1.25rem 3rem rgba(18, 28, 12, 0.08);
}
.text-page__content {
  min-width: 0;
  padding: clamp(1.35rem, 2.2vw, 2.1rem);
  border-radius: 1.6rem;
  border: 1px solid rgba(185, 216, 75, 0.16);
  background: #fff;
}

.page-prose {
  color: #44503e;
  font-size: 1rem;
  line-height: 1.8;
}
.page-prose > * {
  max-width: 100%;
}
.page-prose > * + * {
  margin-top: 1.15rem;
}
.page-prose > :first-child {
  margin-top: 0;
}
.page-prose h1,
.page-prose h2,
.page-prose h3,
.page-prose h4,
.page-prose h5,
.page-prose h6 {
  margin: clamp(2rem, 3vw, 2.5rem) 0 0;
  color: #141814;
  line-height: 1.12;
  letter-spacing: -0.04em;
  text-wrap: balance;
}
.page-prose h1 {
  font-size: clamp(2.1rem, 1.45rem + 1.7vw, 3.1rem);
}
.page-prose h2 {
  font-size: clamp(1.75rem, 1.3rem + 1vw, 2.35rem);
}
.page-prose h3 {
  font-size: clamp(1.45rem, 1.15rem + 0.65vw, 1.85rem);
}
.page-prose h2,
.page-prose h3 {
  padding-bottom: 0.75rem;
}
.page-prose h2::after,
.page-prose h3::after {
  content: "";
  display: block;
  width: 3rem;
  height: 0.18rem;
  margin-top: 0.7rem;
  border-radius: 999px;
  background: #B5D439;
}
.page-prose h4 {
  font-size: 1.2rem;
  line-height: 1.3;
}
.page-prose h5,
.page-prose h6 {
  color: #62734f;
  font-size: 0.96rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.page-prose p,
.page-prose ul,
.page-prose ol,
.page-prose blockquote,
.page-prose table {
  margin: 0;
}
.page-prose a {
  color: #233018;
  text-decoration: underline;
  text-decoration-color: rgba(181, 212, 57, 0.7);
  text-underline-offset: 0.24rem;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}
.page-prose a:hover, .page-prose a:focus-visible {
  color: #111;
  text-decoration-color: #B5D439;
}
.page-prose strong {
  color: #18210e;
}
.page-prose em {
  color: #556253;
}
.page-prose ul,
.page-prose ol {
  padding-left: 1.35rem;
}
.page-prose li + li {
  margin-top: 0.55rem;
}
.page-prose ul li::marker,
.page-prose ol li::marker {
  color: #8aa61f;
  font-weight: 700;
}
.page-prose blockquote {
  padding: 1.2rem 1.35rem;
  border-left: 4px solid #B5D439;
  border-radius: 1.2rem;
  background: #f7faef;
  box-shadow: inset 0 0 0 1px rgba(185, 216, 75, 0.14);
  color: #24310d;
  font-size: 1.03rem;
}
.page-prose hr {
  margin: 1.8rem 0;
  border: 0;
  border-top: 1px solid rgba(24, 33, 14, 0.12);
}
.page-prose img,
.page-prose video,
.page-prose iframe {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 1.15rem;
  box-shadow: 0 0.9rem 2rem rgba(18, 28, 12, 0.09);
}
.page-prose figure {
  margin: 1.8rem 0 0;
}
.page-prose figcaption {
  margin-top: 0.75rem;
  color: #6a775f;
  font-size: 0.88rem;
}
.page-prose table {
  display: block;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  border-radius: 1.1rem;
  border: 1px solid rgba(185, 216, 75, 0.16);
  box-shadow: 0 0.75rem 1.5rem rgba(18, 28, 12, 0.06);
  background: #fff;
}
.page-prose thead th {
  background: #1f2819;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
}
.page-prose th,
.page-prose td {
  padding: 0.95rem 1rem;
}
.page-prose tbody td {
  color: #40483d;
  white-space: nowrap;
  border-top: 1px solid rgba(24, 33, 14, 0.08);
}
.page-prose tbody tr:nth-child(even) td {
  background: #fbfdf6;
}
.page-prose code {
  padding: 0.14rem 0.4rem;
  border-radius: 0.45rem;
  border: 1px solid rgba(185, 216, 75, 0.2);
  background: #f5f8ea;
  color: #24310d;
  font-size: 0.92em;
}
.page-prose pre {
  margin: 1.5rem 0 0;
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  background: #1f2819;
  color: #eff5da;
  overflow: auto;
  line-height: 1.7;
}
.page-prose pre code {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
}
.page-prose .wp-block-table,
.page-prose .wp-block-image,
.page-prose .wp-block-gallery,
.page-prose .wp-block-quote {
  margin-top: 1.5rem;
}
.page-prose .wp-block-table table {
  margin: 0;
}

.thank-you-page__shell {
  padding: clamp(0.9rem, 1.6vw, 1.15rem);
  border-radius: 2rem;
  background: #E6F6E3;
  box-shadow: 0 1.25rem 3rem rgba(18, 28, 12, 0.08);
}
.thank-you-page__brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.5rem;
  margin-bottom: 1rem;
  padding: 0.85rem 1.25rem;
  border-radius: 999px;
  background: #1f2819;
  box-shadow: 0 1rem 2rem rgba(18, 28, 12, 0.14);
}
.thank-you-page__brand img {
  width: clamp(6.2rem, 8vw, 7.4rem);
  height: auto;
}
.thank-you-page__card {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(18rem, 0.75fr);
  gap: 0.95rem;
}
.thank-you-page__copy, .thank-you-page__aside {
  border-radius: 1.6rem;
  border: 1px solid rgba(185, 216, 75, 0.16);
  box-shadow: 0 0.75rem 1.6rem rgba(18, 28, 12, 0.05);
}
.thank-you-page__copy {
  padding: clamp(1.5rem, 3vw, 2.35rem);
  background: #fff;
}
.thank-you-page__aside {
  display: grid;
  align-content: start;
  gap: 0.9rem;
  padding: clamp(1.25rem, 2vw, 1.5rem);
  background: #f7faef;
}
.thank-you-page__eyebrow {
  display: inline-flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.52rem 0.88rem;
  border-radius: 999px;
  border: 1px solid rgba(185, 216, 75, 0.22);
  background: #f5f8ea;
  color: #62734f;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.thank-you-page__title {
  margin: 0.95rem 0 0;
  max-width: 12ch;
  color: #141814;
  font-size: clamp(2.15rem, 1.45rem + 1.9vw, 3.25rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
  text-wrap: balance;
}
.thank-you-page__content {
  margin-top: 1rem;
  max-width: 42rem;
}
.thank-you-page__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.4rem;
}
.thank-you-page__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: 0.95rem 1.35rem;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  transition: transform 0.2s ease, filter 0.2s ease;
}
.thank-you-page__btn:hover, .thank-you-page__btn:focus-visible {
  transform: translateY(-2px);
}
.thank-you-page__btn--primary {
  background: #B5D439;
  color: #fff;
}
.thank-you-page__btn--secondary {
  background: #1f2819;
  color: #fff;
}
.thank-you-page__status {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  padding: 1rem 1.05rem;
  border-radius: 1.3rem;
  border: 1px solid rgba(185, 216, 75, 0.16);
  background: #fff;
}
.thank-you-page__status-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: #B5D439;
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  box-shadow: 0 0.8rem 1.4rem rgba(181, 212, 57, 0.26);
}
.thank-you-page__status-copy {
  display: grid;
  gap: 0.3rem;
}
.thank-you-page__status-copy strong {
  color: #1b2416;
  font-size: 1rem;
  line-height: 1.15;
}
.thank-you-page__status-copy span {
  color: #556253;
  font-size: 0.92rem;
  line-height: 1.6;
}
.thank-you-page__panel {
  padding: 1.1rem 1.05rem;
  border-radius: 1.3rem;
  border: 1px solid rgba(185, 216, 75, 0.16);
  background: #fff;
}
.thank-you-page__panel-label {
  margin: 0;
  color: #6b7c5d;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.thank-you-page__steps {
  margin: 0.95rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.85rem;
  counter-reset: thank-you-steps;
}
.thank-you-page__steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: start;
  color: #43503d;
  font-size: 0.96rem;
  line-height: 1.75;
}
.thank-you-page__steps li::before {
  counter-increment: thank-you-steps;
  content: counter(thank-you-steps, decimal-leading-zero);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  min-height: 2.1rem;
  padding: 0.2rem;
  border-radius: 50%;
  border: 1px solid rgba(185, 216, 75, 0.22);
  background: #f5f8ea;
  color: #71805d;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

@media (max-width: 980px) {
  .text-page__shell,
  .thank-you-page__shell {
    padding: 0.75rem;
    border-radius: 1.5rem;
  }
  .text-page__content,
  .thank-you-page__copy,
  .thank-you-page__aside {
    border-radius: 1.25rem;
  }
  .thank-you-page__card {
    grid-template-columns: 1fr;
  }
  .thank-you-page__title {
    max-width: none;
  }
}
@media (max-width: 40rem) {
  .text-page,
  .thank-you-page {
    padding: 4.1rem 0 3.4rem;
  }
  .text-page__content,
  .thank-you-page__copy,
  .thank-you-page__aside {
    padding: 1rem;
  }
  .page-prose {
    font-size: 0.98rem;
  }
  .page-prose h2,
  .page-prose h3,
  .page-prose h4,
  .page-prose h5,
  .page-prose h6 {
    margin-top: 1.75rem;
  }
  .page-prose th,
  .page-prose td {
    padding: 0.85rem 0.9rem;
  }
  .thank-you-page__brand,
  .thank-you-page__btn {
    width: 100%;
  }
  .thank-you-page__actions {
    flex-direction: column;
  }
}/*# sourceMappingURL=style.css.map */