/* =========================
   PROYECTOS - SHOWCASE GLASS
========================= */

.project-showcase{
  position: relative;
  min-height: 520px;
  height: 100vh;
  display: flex;
  align-items: center;
  padding: 120px 0 34px;
  overflow: hidden;
  background:
    
    url("../assets/images/proyecto/BANNER\ DE\ PROYECTOS.png") center center / cover no-repeat;
}

.project-showcase::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.project-showcase__veil{
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,35,58,.48) 0%, rgba(0,75,120,.18) 38%, rgba(0,0,0,.08) 100%);
  z-index: 1;
}

.project-showcase__wrap{
  width: min(1920px, 100%);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.project-showcase__glass{
  position: relative;
  padding: 14px;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  backdrop-filter: blur(14px) saturate(125%);
  -webkit-backdrop-filter: blur(14px) saturate(125%);
  box-shadow:
    0 20px 45px rgba(0,0,0,.24),
    inset 0 1px 0 rgba(255,255,255,.12);
}

.project-showcase__glass::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255,255,255,.22), rgba(255,255,255,.04), rgba(0,195,255,.18));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events:none;
}

.project-showcase__grid{
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 500px;
}

/* =========================
   COLUMNA IZQUIERDA
========================= */
.project-showcase__content{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12px 10px 12px 14px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.project-showcase__content::after{
  display: none;
}

.project-showcase__content h1{
  margin: 0;
  max-width: 290px;
  font-size: clamp(24px, vw, 36px);
  line-height: .96;
  font-weight: 100;
  letter-spacing: -.035em;
  color: #f7fbff;
  text-shadow: 0 8px 22px rgba(0,0,0,.18);
}

.project-showcase__content h1 strong{
  font-weight: 800;
  color: #ffffff;
}

.project-showcase__content h1 strong{
  display: inline;
  font-weight: 800;
  color: #ffffff;
}

.project-showcase__bar{
  width: 122px;
  height: 7px;
  margin: 24px 0 22px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255,255,255,.22);
  box-shadow: none;
}

.project-showcase__bar-fill{
  width: 58%;
  height: 100%;
  border-radius: inherit;
  background: #ffffff;
  box-shadow: none;
}

.project-showcase__content p{
  margin: 0;
  max-width: 285px;
  font-size: 16px;
  line-height: 1.55;
  color: rgba(255,255,255,.86);
  text-shadow: 0 4px 14px rgba(0,0,0,.14);
}

.project-showcase__actions{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.project-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.20);
  background: rgba(255,255,255,.10);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  box-shadow:
    0 10px 20px rgba(0,0,0,.16),
    inset 0 1px 0 rgba(255,255,255,.10);
  transition: all .25s ease;
}

.project-btn:hover{
  transform: translateY(-2px);
  background: rgba(255,255,255,.16);
  border-color: rgba(255,255,255,.30);
}

.project-showcase__stats{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.project-stat{
  min-width: 90px;
  padding: 12px 12px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.project-stat span{
  display: block;
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
  color: #fff;
}

.project-stat small{
  display: block;
  margin-top: 6px;
  font-size: 11px;
  color: rgba(255,255,255,.72);
}

/* =========================
   COLUMNA DERECHA
========================= */
.project-showcase__media{
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.project-stage{
  position: relative;
  min-height: 430px;
  height: 580px;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  box-shadow:
    0 18px 34px rgba(0,0,0,.20),
    inset 0 1px 0 rgba(255,255,255,.08);
}

.project-stage img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.project-stage::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(to top, rgba(0,0,0,.28) 0%, rgba(0,0,0,.06) 30%, transparent 50%),
    linear-gradient(to right, rgba(255,255,255,.03), transparent 24%);
  pointer-events:none;
}


/* =========================
   TARJETAS INFERIORES
========================= */
.project-strip{
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  z-index: 3;
}

.project-card{
  position: relative;
  min-height: 82px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow:
    0 10px 20px rgba(0,0,0,.16),
    inset 0 1px 0 rgba(255,255,255,.08);
  transition: all .25s ease;
}

.project-card:hover{
  transform: translateY(-4px);
  border-color: rgba(255,255,255,.30);
  box-shadow:
    0 18px 34px rgba(0,0,0,.24),
    inset 0 1px 0 rgba(255,255,255,.10);
}

.project-card::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(to top, rgba(0,0,0,.56), rgba(0,0,0,.10) 58%);
  pointer-events:none;
}

.project-card img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-card__meta{
  position: relative;
  z-index: 2;
  padding: 10px 12px 9px;
  text-align: left;
}

.project-card__meta strong{
  display: block;
  font-size: 11px;
  line-height: 1.1;
  font-weight: 700;
  color: rgba(255,255,255,.98);
}

.project-card__meta small{
  display: block;
  margin-top: 3px;
  font-size: 10px;
  color: rgba(255,255,255,.76);
}

.project-card.is-current{
  border-color: rgba(255,255,255,.38);
  box-shadow:
    0 20px 36px rgba(0,0,0,.26),
    0 0 0 2px rgba(255,255,255,.12) inset;
}


/* =========================
   ANTES DE INICIAR PROYECTO
========================= */
.project-ready{
  background: #fff;
  padding: 72px 0 64px;
}

.project-ready__container{
  width: min(1200px, 92%);
  margin: 0 auto;
}

.project-ready__header{
  text-align: center;
  max-width: 1220px;
  margin: 0 auto 54px;
}

.project-ready__header h2{
  margin: 0;
  color: #333;
  font-size: clamp(20px, 3.2vw, 43px);
  line-height: 1.15;
  font-weight: 20;
  letter-spacing: -.03em;
}

.project-ready__header h2 strong{
  font-weight: 1000;
  color: #2f2f2f;
}

.project-ready__header p{
  margin: 12px auto 0;
  max-width: 1760px;
  color: #777;
  font-size: 17px;
  line-height: 1.55;
}

.project-ready__divider{
  width: 96px;
  height: 6px;
  margin: 20px auto 0;
  background: #c8d3df;
  border-radius: 999px;
  overflow: hidden;
}

.project-ready__divider span{
  display: block;
  width: 58%;
  height: 100%;
  background: #2f63b6;
  border-radius: inherit;
}

/* GRID */
.project-ready__grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 22px;
}

/* CARD */
.project-ready__card{
  background: #fff;
  border-radius: 20px;
  padding: 28px 24px 22px;
  min-height: 185px;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow:
    0 10px 18px rgba(0,0,0,.12),
    0 2px 4px rgba(0,0,0,.08);
  transition: transform .25s ease, box-shadow .25s ease;
}

.project-ready__card:hover{
  transform: translateY(-4px);
  box-shadow:
    0 16px 24px rgba(0,0,0,.14),
    0 4px 8px rgba(0,0,0,.09);
}

.project-ready__icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  color: #0d56a6;
  font-size: 42px;
  line-height: 1;
}

.project-ready__card h3{
  margin: 0;
  color: #2f2f2f;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
}

.project-ready__mini-line{
  width: 46px;
  height: 4px;
  margin: 10px 0 12px;
  background: #9bb7de;
  border-radius: 999px;
  position: relative;
  overflow: hidden;
}

.project-ready__mini-line::before{
  content: "";
  position: absolute;
  inset: 0;
  width: 58%;
  background: #2f63b6;
  border-radius: inherit;
}

.project-ready__card p{
  margin: 0;
  color: #666;
  font-size: 14px;
  line-height: 1.45;
}

/* =========================
   PROYECTO DESTACADO
========================= */
.featured-project{
  background: #fff;
  padding: 72px 0 74px;
}

.featured-project__container{
  width: min(1240px, 92%);
  margin: 0 auto;
}

/* Header */
.featured-project__header{
  text-align: center;
  max-width: 1280px;
  margin: 0 auto 48px;
}

.featured-project__header h2{
  margin: 0;
  color: #444;
  font-size: clamp(30px, 3.2vw, 50px);
  line-height: 1.14;
  font-weight: 300;
  letter-spacing: -.03em;
}

.featured-project__header h2 strong{
  font-weight: 700;
  color: #2d2d2d;
}

.featured-project__header p{
  margin: 10px auto 0;
  max-width: 1260px;
  color: #7a7a7a;
  font-size: 17px;
  line-height: 1.5;
}

.featured-project__divider{
  width: 100px;
  height: 6px;
  margin: 18px auto 0;
  background: #c8d3df;
  border-radius: 999px;
  overflow: hidden;
}

.featured-project__divider span{
  display: block;
  width: 56%;
  height: 100%;
  background: #2f63b6;
  border-radius: inherit;
}

/* Hero */
.featured-project__hero{
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(320px, .85fr);
  gap: 40px;
  align-items: center;
}

.featured-project__media{
  min-width: 0;
}

.featured-project__image{
  border-radius: 28px;
  overflow: hidden;
  background: #ddd;
  box-shadow:
    0 10px 18px rgba(0,0,0,.14),
    0 3px 8px rgba(0,0,0,.10);
}

.featured-project__image img{
  width: 100%;
  height: 100%;
  min-height: 430px;
  max-height: 430px;
  object-fit: cover;
  display: block;
}

/* badges */
.featured-project__badges{
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 10px;
}

.featured-project__tag{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 12px;
  border-radius: 999px;
  background: #2f63b6;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  box-shadow: 0 2px 6px rgba(47,99,182,.20);
}

.featured-project__tag--muted{
  background: #d7dde6;
  color: #4f5d70;
  min-width: 40px;
  padding: 0 10px;
  box-shadow: none;
}

/* Content */
.featured-project__content{
  max-width: 360px;
}

.featured-project__content h3{
  margin: 0;
  color: #444;
  font-size: 13px;
  font-size: clamp(28px, 3vw, 50px);
  line-height: .96;
  font-weight: 30;
  letter-spacing: -.035em;
}

.featured-project__content h3 strong{
  font-weight: 700;
  color: #2e2e2e;
}

.featured-project__mini-divider{
  width: 92px;
  height: 6px;
  margin: 20px 0 18px;
  background: #c8d3df;
  border-radius: 999px;
  overflow: hidden;
}

.featured-project__mini-divider span{
  display: block;
  width: 58%;
  height: 100%;
  background: #2f63b6;
  border-radius: inherit;
}

.featured-project__content p{
  margin: 0;
  color: #6b6b6b;
  font-size: 14px;
  line-height: 1.6;
  max-width: 320px;
}

.featured-project__arrow{
  margin-top: 22px;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 2px solid #2f63b6;
  color: #2f63b6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform .22s ease, background .22s ease, color .22s ease;
}

.featured-project__arrow i{
  font-size: 24px;
  line-height: 1;
}

.featured-project__arrow:hover{
  transform: translateY(-2px);
  background: #2f63b6;
  color: #fff;
}

/* Stats */
.featured-project__stats{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 18px;
}

.featured-project__stat{
  background: #fff;
  border-radius: 30px;
  min-height: 14px;
  padding: 26px 18px 20px;
  text-align: center;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow:
    0 8px 16px rgba(0,0,0,.12),
    0 2px 4px rgba(0,0,0,.08);
}

.featured-project__stat strong{
  display: block;
  color: #333;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -.03em;
}

.featured-project__stat span{
  display: block;
  margin-top: 10px;
  color: #3f3f3f;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
}

.featured-project__stat-line{
  width: 30px;
  height: 4px;
  background: #2f63b6;
  border-radius: 999px;
  margin: 12px auto 0;
}

/* =========================
   PROYECTO RESIDENCIAL
========================= */
.residential-highlight{
  background: #fff;
  padding: 56px 0 74px;
}

.residential-highlight__container{
  width: min(1240px, 92%);
  margin: 0 auto;
}

/* HERO */
.residential-highlight__hero{
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 42px;
  align-items: center;
}

.residential-highlight__content{
  max-width: 290px;
  padding-left: 8px;
}

.residential-highlight__content h2{
  margin: 0;
  color: #444;
  font-size: clamp(34px, 3.1vw, 56px);
  line-height: .96;
  font-weight: 300;
  letter-spacing: -.04em;
}

.residential-highlight__content h2 strong{
  font-weight: 700;
  color: #2f2f2f;
}

.residential-highlight__divider{
  width: 100px;
  height: 6px;
  margin: 22px 0 18px;
  background: #c8d3df;
  border-radius: 999px;
  overflow: hidden;
}

.residential-highlight__divider span{
  display: block;
  width: 58%;
  height: 100%;
  background: #2f63b6;
  border-radius: inherit;
}

.residential-highlight__content p{
  margin: 0;
  max-width: 280px;
  color: #666;
  font-size: 16px;
  line-height: 1.55;
}

.residential-highlight__arrow{
  margin-top: 20px;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 2px solid #2f63b6;
  color: #2f63b6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform .22s ease, background .22s ease, color .22s ease;
}

.residential-highlight__arrow i{
  font-size: 24px;
  line-height: 1;
}

.residential-highlight__arrow:hover{
  transform: translateY(-2px);
  background: #2f63b6;
  color: #fff;
}

/* IMAGE */
.residential-highlight__media{
  min-width: 0;
}

.residential-highlight__image{
  overflow: hidden;
  border-radius: 22px;
  background: #ddd;
  box-shadow:
    0 10px 18px rgba(0,0,0,.14),
    0 3px 8px rgba(0,0,0,.10);
}

.residential-highlight__image img{
  width: 100%;
  height: 100%;
  min-height: 430px;
  max-height: 430px;
  object-fit: cover;
  display: block;
}

/* BADGES */
.residential-highlight__badges{
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 14px;
  padding-left: 10px;
}

.residential-highlight__tag{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 12px;
  border-radius: 999px;
  background: #2f63b6;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  box-shadow: 0 2px 6px rgba(47,99,182,.18);
}

.residential-highlight__tag--muted{
  background: #d7dde6;
  color: #506074;
  min-width: 40px;
  padding: 0 10px;
  box-shadow: none;
}

/* STATS */
.residential-highlight__stats{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 16px;
}

.residential-highlight__stat{
  background: #fff;
  border-radius: 18px;
  min-height: 150px;
  padding: 26px 18px 20px;
  text-align: center;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow:
    0 8px 16px rgba(0,0,0,.12),
    0 2px 4px rgba(0,0,0,.08);
}

.residential-highlight__stat strong{
  display: block;
  color: #333;
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -.03em;
}

.residential-highlight__stat span{
  display: block;
  margin-top: 12px;
  color: #3f3f3f;
  font-size: 16px;
  line-height: 1.3;
}

.residential-highlight__stat-line{
  width: 32px;
  height: 4px;
  background: #2f63b6;
  border-radius: 999px;
  margin: 12px auto 0;
}

/* =========================
   PROYECTO COMERCIAL
========================= */
.commercial-highlight{
  background: #fff;
  padding: 56px 0 74px;
}

.commercial-highlight__container{
  width: min(1240px, 92%);
  margin: 0 auto;
}

/* HERO */
.commercial-highlight__hero{
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) 320px;
  gap: 42px;
  align-items: center;
}

.commercial-highlight__media{
  min-width: 0;
}

.commercial-highlight__image{
  overflow: hidden;
  border-radius: 22px;
  background: #ddd;
  box-shadow:
    0 10px 18px rgba(0,0,0,.14),
    0 3px 8px rgba(0,0,0,.10);
}

.commercial-highlight__image img{
  width: 100%;
  height: 100%;
  min-height: 430px;
  max-height: 430px;
  object-fit: cover;
  display: block;
}

.commercial-highlight__content{
  max-width: 280px;
}

.commercial-highlight__content h2{
  margin: 0;
  color: #444;
  font-size: clamp(36px, 3.2vw, 58px);
  line-height: .96;
  font-weight: 300;
  letter-spacing: -.04em;
}

.commercial-highlight__content h2 strong{
  font-weight: 700;
  color: #2f2f2f;
}

.commercial-highlight__divider{
  width: 100px;
  height: 6px;
  margin: 22px 0 18px;
  background: #c8d3df;
  border-radius: 999px;
  overflow: hidden;
}

.commercial-highlight__divider span{
  display: block;
  width: 58%;
  height: 100%;
  background: #2f63b6;
  border-radius: inherit;
}

.commercial-highlight__content p{
  margin: 0;
  max-width: 280px;
  color: #666;
  font-size: 16px;
  line-height: 1.55;
}

.commercial-highlight__arrow{
  margin-top: 20px;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 2px solid #2f63b6;
  color: #2f63b6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform .22s ease, background .22s ease, color .22s ease;
}

.commercial-highlight__arrow i{
  font-size: 24px;
  line-height: 1;
}

.commercial-highlight__arrow:hover{
  transform: translateY(-2px);
  background: #2f63b6;
  color: #fff;
}

/* BADGES */
.commercial-highlight__badges{
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 14px;
  padding-left: 0;
}

.commercial-highlight__tag{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 12px;
  border-radius: 999px;
  background: #2f63b6;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  box-shadow: 0 2px 6px rgba(47,99,182,.18);
}

.commercial-highlight__tag--muted{
  background: #d7dde6;
  color: #506074;
  min-width: 40px;
  padding: 0 10px;
  box-shadow: none;
}

/* STATS */
.commercial-highlight__stats{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 16px;
}

.commercial-highlight__stat{
  background: #fff;
  border-radius: 18px;
  min-height: 150px;
  padding: 26px 18px 20px;
  text-align: center;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow:
    0 8px 16px rgba(0,0,0,.12),
    0 2px 4px rgba(0,0,0,.08);
}

.commercial-highlight__stat strong{
  display: block;
  color: #333;
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -.03em;
}

.commercial-highlight__stat span{
  display: block;
  margin-top: 12px;
  color: #3f3f3f;
  font-size: 16px;
  line-height: 1.3;
}

.commercial-highlight__stat-line{
  width: 32px;
  height: 4px;
  background: #2f63b6;
  border-radius: 999px;
  margin: 12px auto 0;
}

/* =========================
   PROCESO DEL PROYECTO
========================= */
.project-process{
  background: #fff;
  padding: 68px 0 72px;
}

.project-process__container{
  width: min(1240px, 92%);
  margin: 0 auto;
}

.project-process__header{
  text-align: center;
  max-width: 1280px;
  margin: 0 auto 42px;
}

.project-process__header h2{
  margin: 0;
  color: #444;
  font-size: clamp(25px, 3vw, 42px);
  line-height: 1.15;
  font-weight: 300;
  letter-spacing: -.03em;
}

.project-process__header h2 strong{
  font-weight: 700;
  color: #2f2f2f;
}

.project-process__header p{
  margin: 10px auto 0;
  max-width: 1260px;
  color: #7b7b7b;
  font-size: 17px;
  line-height: 1.5;
}

.project-process__divider{
  width: 100px;
  height: 6px;
  margin: 16px auto 0;
  background: #c9d4e0;
  border-radius: 999px;
  overflow: hidden;
}

.project-process__divider span{
  display: block;
  width: 58%;
  height: 100%;
  background: #2f63b6;
  border-radius: inherit;
}

/* GRID */
.project-process__grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

/* CARD */
.project-step{
  appearance: none;
  border: 1px solid rgba(0,0,0,.06);
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  padding: 0;
  text-align: left;
  cursor: pointer;
  box-shadow:
    0 8px 14px rgba(0,0,0,.12),
    0 2px 4px rgba(0,0,0,.08);
  transition:
    transform .25s ease,
    box-shadow .25s ease,
    border-color .25s ease;
}

.project-step:hover{
  transform: translateY(-5px);
  box-shadow:
    0 14px 24px rgba(0,0,0,.14),
    0 4px 10px rgba(0,0,0,.08);
  border-color: rgba(47,99,182,.20);
}

.project-step:focus-visible{
  outline: 3px solid rgba(47,99,182,.25);
  outline-offset: 3px;
}

.project-step__media{
  position: relative;
  height: 180px;
  overflow: hidden;
  background: #ddd;
}

.project-step__media img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .35s ease;
}

.project-step:hover .project-step__media img{
  transform: scale(1.04);
}

.project-step__body{
  padding: 14px 22px 18px;
}

.project-step__body h3{
  margin: 0;
  color: #2f2f2f;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 550;
}

.project-step__line{
  width: 42px;
  height: 4px;
  margin-top: 10px;
  border-radius: 999px;
  background: #c8d3df;
  position: relative;
  overflow: hidden;
}

.project-step__line::before{
  content: "";
  position: absolute;
  inset: 0;
  width: 58%;
  background: #2f63b6;
  border-radius: inherit;
}

/* CTA */
.project-process__action{
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.project-process__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 8px;
  background: #2f63b6;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 8px 18px rgba(47,99,182,.20);
  transition: transform .22s ease, background .22s ease;
}

.project-process__btn:hover{
  transform: translateY(-2px);
  background: #28579f;
}

.project-process__btn span{
  display: inline-flex;
  width: 18px;
  height: 18px;
  border: 1.5px solid rgba(255,255,255,.9);
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1;
}

/* =========================
   MODAL
========================= */
.project-modal{
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .22s ease, visibility .22s ease;
}

.project-modal.is-open{
  opacity: 1;
  visibility: visible;
}

.project-modal__backdrop{
  position: absolute;
  inset: 0;
  background: rgba(14,20,30,.58);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.project-modal__dialog{
  position: relative;
  z-index: 2;
  width: min(900px, 100%);
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow:
    0 24px 60px rgba(0,0,0,.24),
    0 8px 18px rgba(0,0,0,.16);
}

.project-modal__media{
  min-height: 320px;
  background: #ddd;
}

.project-modal__media img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.project-modal__content{
  padding: 34px 30px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.project-modal__content h3{
  margin: 0;
  color: #2f2f2f;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.1;
  font-weight: 600;
}

.project-modal__line{
  width: 64px;
  height: 5px;
  border-radius: 999px;
  margin: 18px 0 16px;
  background: #c8d3df;
  position: relative;
  overflow: hidden;
}

.project-modal__line::before{
  content: "";
  position: absolute;
  inset: 0;
  width: 58%;
  background: #2f63b6;
  border-radius: inherit;
}

.project-modal__content p{
  margin: 0;
  color: #666;
  font-size: 16px;
  line-height: 1.65;
}

.project-modal__close{
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: #333;
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
  box-shadow: 0 6px 14px rgba(0,0,0,.14);
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1024px){
  .project-process__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .project-modal__dialog{
    grid-template-columns: 1fr;
  }

  .project-modal__media{
    min-height: 260px;
  }
}

@media (max-width: 640px){
  .project-process{
    padding: 52px 0 56px;
  }

  .project-process__container{
    width: min(94%, 100%);
  }

  .project-process__header{
    margin-bottom: 30px;
  }

  .project-process__header h2{
    font-size: clamp(24px, 7vw, 34px);
  }

  .project-process__header p{
    font-size: 15px;
  }

  .project-process__grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .project-step{
    border-radius: 16px;
  }

  .project-step__media{
    height: 165px;
  }

  .project-step__body{
    padding: 14px 16px 16px;
  }

  .project-step__body h3{
    font-size: 17px;
  }

  .project-process__action{
    margin-top: 34px;
  }

  .project-modal{
    padding: 12px;
  }

  .project-modal__dialog{
    border-radius: 18px;
  }

  .project-modal__content{
    padding: 24px 18px 20px;
  }

  .project-modal__content p{
    font-size: 15px;
  }
}

/* RESPONSIVE */
@media (max-width: 1100px){
  .commercial-highlight__hero{
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .commercial-highlight__content{
    max-width: 100%;
  }

  .commercial-highlight__content p{
    max-width: 100%;
  }
}

@media (max-width: 900px){
  .commercial-highlight__stats{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .commercial-highlight__image img{
    min-height: 340px;
    max-height: 340px;
  }
}

@media (max-width: 640px){
  .commercial-highlight{
    padding: 48px 0 56px;
  }

  .commercial-highlight__container{
    width: min(94%, 100%);
  }

  .commercial-highlight__content h2{
    font-size: clamp(28px, 8vw, 40px);
  }

  .commercial-highlight__content p{
    font-size: 15px;
  }

  .commercial-highlight__image{
    border-radius: 18px;
  }

  .commercial-highlight__image img{
    min-height: 250px;
    max-height: 250px;
  }

  .commercial-highlight__badges{
    flex-wrap: wrap;
  }

  .commercial-highlight__stats{
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .commercial-highlight__stat{
    min-height: auto;
    padding: 22px 16px 18px;
    border-radius: 16px;
  }

  .commercial-highlight__stat strong{
    font-size: 30px;
  }

  .commercial-highlight__stat span{
    font-size: 15px;
  }
}

/* RESPONSIVE */
@media (max-width: 1100px){
  .residential-highlight__hero{
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .residential-highlight__content{
    max-width: 100%;
    padding-left: 0;
  }

  .residential-highlight__content p{
    max-width: 100%;
  }

  .residential-highlight__badges{
    padding-left: 0;
  }
}

@media (max-width: 900px){
  .residential-highlight__stats{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .residential-highlight__image img{
    min-height: 340px;
    max-height: 340px;
  }
}

@media (max-width: 640px){
  .residential-highlight{
    padding: 48px 0 56px;
  }

  .residential-highlight__container{
    width: min(94%, 100%);
  }

  .residential-highlight__content h2{
    font-size: clamp(28px, 8vw, 40px);
  }

  .residential-highlight__content p{
    font-size: 15px;
  }

  .residential-highlight__image{
    border-radius: 18px;
  }

  .residential-highlight__image img{
    min-height: 250px;
    max-height: 250px;
  }

  .residential-highlight__badges{
    flex-wrap: wrap;
  }

  .residential-highlight__stats{
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .residential-highlight__stat{
    min-height: auto;
    padding: 22px 16px 18px;
    border-radius: 16px;
  }

  .residential-highlight__stat strong{
    font-size: 30px;
  }

  .residential-highlight__stat span{
    font-size: 15px;
  }
}

/* Responsive */
@media (max-width: 1100px){
  .featured-project__hero{
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .featured-project__content{
    max-width: 100%;
  }

  .featured-project__content p{
    max-width: 100%;
  }
}

@media (max-width: 900px){
  .featured-project__stats{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .featured-project__image img{
    min-height: 340px;
    max-height: 340px;
  }

  .featured-project__content h3{
    font-size: clamp(30px, 6vw, 48px);
  }
}

@media (max-width: 640px){
  .featured-project{
    padding: 54px 0 56px;
  }

  .featured-project__container{
    width: min(94%, 100%);
  }

  .featured-project__header{
    margin-bottom: 34px;
  }

  .featured-project__header h2{
    font-size: clamp(24px, 7vw, 34px);
  }

  .featured-project__header p{
    font-size: 15px;
  }

  .featured-project__hero{
    gap: 20px;
  }

  .featured-project__image{
    border-radius: 20px;
  }

  .featured-project__image img{
    min-height: 260px;
    max-height: 260px;
  }

  .featured-project__badges{
    flex-wrap: wrap;
  }

  .featured-project__content h3{
    font-size: 34px;
  }

  .featured-project__content p{
    font-size: 15px;
  }

  .featured-project__stats{
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .featured-project__stat{
    min-height: auto;
    padding: 22px 16px 18px;
    border-radius: 16px;
  }

  .featured-project__stat strong{
    font-size: 30px;
  }

  .featured-project__stat span{
    font-size: 15px;
  }
}


/* RESPONSIVE */
@media (max-width: 991px){
  .project-ready{
    padding: 60px 0 56px;
  }

  .project-ready__grid{
    grid-template-columns: 1fr;
  }

  .project-ready__header{
    margin-bottom: 38px;
  }
}

@media (max-width: 640px){
  .project-ready{
    padding: 48px 0;
  }

  .project-ready__container{
    width: min(94%, 100%);
  }

  .project-ready__header h2{
    font-size: clamp(24px, 7vw, 34px);
  }

  .project-ready__header p{
    font-size: 15px;
  }

  .project-ready__card{
    padding: 22px 18px 18px;
    border-radius: 16px;
    min-height: auto;
  }

  .project-ready__icon{
    font-size: 36px;
  }

  .project-ready__card h3{
    font-size: 17px;
  }

  .project-ready__card p{
    font-size: 13px;
  }
}

/* =========================
   RESPONSIVE
========================= */
@media (min-width: 1400px){
  .project-showcase__grid{
    grid-template-columns: 370px minmax(0, 1fr);
  }

  .project-showcase__content h1{
    font-size: 36px;
    max-width: 770px;
  }
}

@media (max-width: 1399px){
  .project-showcase__grid{
    grid-template-columns: 340px minmax(0, 1fr);
    min-height: 680px;
  }

  .project-stage{
    min-height: 680px;
  }

  .project-showcase__content h1{
    font-size: clamp(32px, 2.7vw, 48px);
    max-width: 250px;
  }
}

@media (max-width: 1199px){
  .project-showcase__grid{
    grid-template-columns: 300px minmax(0, 1fr);
    min-height: 620px;
  }

  .project-stage{
    min-height: 620px;
  }

  .project-showcase__content{
    padding: 34px 20px 24px;
  }

  .project-showcase__content h1{
    font-size: 42px;
    max-width: 220px;
  }

  .project-showcase__content p{
    max-width: 240px;
    font-size: 15px;
  }
}

@media (max-width: 1200px){
  .project-showcase__grid{
    grid-template-columns: 385px minmax(0, 1fr);
  }

  .project-stage{
    min-height: 560px;
  }
}

@media (max-width: 991px){
  .project-showcase{
    height: auto;
    min-height: unset;
    padding: 110px 0 42px;
  }

  .project-showcase__grid{
    grid-template-columns: 1fr;
    min-height: unset;
  }

  .project-showcase__content{
    padding: 34px 22px 28px;
  }

  .project-showcase__content::after{
    display: none;
  }

  .project-showcase__content h1{
    max-width: 100%;
    font-size: clamp(34px, 7vw, 52px);
  }

  .project-showcase__content p{
    max-width: 100%;
  }

  .project-stage{
    min-height: 500px;
  }

  .project-strip{
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 14px;
    grid-template-columns: repeat(3, 1fr);
  }

  .project-card{
    min-height: 104px;
  }
}

@media (max-width: 767px){
  .project-showcase__wrap{
    width: min(94%, 100%);
  }

  .project-showcase__glass{
    padding: 10px;
    border-radius: 24px;
  }

  .project-showcase__grid{
    gap: 16px;
  }

  .project-showcase__content{
    padding: 28px 18px 22px;
    border-radius: 20px;
  }

  .project-showcase__content h1{
    font-size: clamp(30px, 10vw, 42px);
    line-height: 1.03;
  }

  .project-showcase__bar{
    margin: 22px 0 20px;
    height: 7px;
  }

  .project-showcase__content p{
    font-size: 15px;
    line-height: 1.6;
  }

  .project-btn{
    width: 100%;
    padding: 14px 18px;
  }

  .project-showcase__stats{
    gap: 10px;
  }

  .project-stat{
    flex: 1 1 calc(50% - 10px);
    min-width: unset;
  }

  .project-stage{
    min-height: 300px;
    border-radius: 20px;
  }

  .project-strip{
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .project-card{
    min-height: 92px;
    border-radius: 16px;
  }

  .project-card__meta{
    padding: 12px 14px;
  }

/* =========================
PARTE FINAL CON FOOTER
========================= */
/* ===== FINAL BAND (sección + footer con una sola foto de fondo) ===== */



}

/* =========================================
TV / LAPTOP HD 1360x768
PROYECTOS PAGE OPTIMIZATION
========================================= */
@media screen and (min-width:1200px) and (max-width:1440px) and (max-height:900px){

  /* =========================
     HERO SHOWCASE
  ========================= */
  .project-showcase{
    min-height: 720px;
    height: 100vh;
    padding: 92px 0 24px;
  }

  .project-showcase__wrap{
    width: min(1280px, 95%);
  }

  .project-showcase__glass{
    padding: 12px;
    border-radius: 24px;
  }

  .project-showcase__grid{
    grid-template-columns: 300px minmax(0,1fr);
    gap: 16px;
    min-height: 520px;
  }

  /* LEFT */
  .project-showcase__content{
    padding: 8px 8px 8px 10px;
  }

  .project-showcase__content h1{
    max-width: 250px;
    font-size: clamp(34px, 2.8vw, 46px);
    line-height: .95;
  }

  .project-showcase__bar{
    width: 104px;
    height: 6px;
    margin: 18px 0 18px;
  }

  .project-showcase__content p{
    max-width: 250px;
    font-size: 14px;
    line-height: 1.45;
  }

  .project-showcase__actions{
    margin-top: 18px;
    gap: 10px;
  }

  .project-btn{
    min-height: 44px;
    padding: 0 18px;
    font-size: 12px;
    border-radius: 14px;
  }

  .project-showcase__stats{
    margin-top: 18px;
    gap: 8px;
  }

  .project-stat{
    min-width: 82px;
    padding: 10px;
    border-radius: 14px;
  }

  .project-stat span{
    font-size: 14px;
  }

  .project-stat small{
    font-size: 10px;
  }

  /* RIGHT */
  .project-stage{
    min-height: 500px;
    height: 500px;
    border-radius: 24px;
  }

  /* STRIP */
  .project-strip{
    left: 12px;
    right: 12px;
    bottom: 12px;
    gap: 8px;
  }

  .project-card{
    min-height: 86px;
    border-radius: 14px;
  }

  .project-card__meta{
    padding: 8px 10px;
  }

  .project-card__meta strong{
    font-size: 10px;
  }

  .project-card__meta small{
    font-size: 9px;
  }

  /* =========================
     READY SECTION
  ========================= */
  .project-ready{
    padding: 58px 0 58px;
  }

  .project-ready__container{
    width: min(1280px, 94%);
  }

  .project-ready__header{
    margin-bottom: 42px;
  }

  .project-ready__header h2{
    font-size: clamp(34px, 3vw, 48px);
  }

  .project-ready__header p{
    font-size: 14px;
    line-height: 1.5;
  }

  .project-ready__divider{
    width: 82px;
    height: 5px;
    margin-top: 16px;
  }

  .project-ready__grid{
    gap: 16px;
  }

  .project-ready__card{
    min-height: 160px;
    padding: 22px 18px 18px;
    border-radius: 16px;
  }

  .project-ready__icon{
    font-size: 34px;
    margin-bottom: 10px;
  }

  .project-ready__card h3{
    font-size: 16px;
  }

  .project-ready__card p{
    font-size: 12px;
    line-height: 1.5;
  }

  /* =========================
     FEATURED PROJECT
  ========================= */
  .featured-project{
    padding: 58px 0 62px;
  }

  .featured-project__container{
    width: min(1280px, 94%);
  }

  .featured-project__header{
    margin-bottom: 38px;
  }

  .featured-project__header h2{
    font-size: clamp(38px, 3vw, 52px);
  }

  .featured-project__header p{
    font-size: 15px;
  }

  .featured-project__hero{
    gap: 30px;
  }

  .featured-project__image{
    border-radius: 22px;
  }

  .featured-project__image img{
    min-height: 380px;
    max-height: 380px;
  }

  .featured-project__content{
    max-width: 320px;
  }

  .featured-project__content h3{
    font-size: clamp(38px, 3vw, 52px);
  }

  .featured-project__mini-divider{
    width: 82px;
    height: 5px;
    margin: 16px 0;
  }

  .featured-project__content p{
    font-size: 13px;
    line-height: 1.55;
  }

  .featured-project__arrow{
    width: 42px;
    height: 42px;
    margin-top: 18px;
  }

  .featured-project__stats{
    gap: 14px;
    margin-top: 16px;
  }

  .featured-project__stat{
    padding: 20px 14px 18px;
    border-radius: 16px;
  }

  .featured-project__stat strong{
    font-size: 24px;
  }

  .featured-project__stat span{
    font-size: 13px;
    margin-top: 8px;
  }

  /* =========================
     RESIDENTIAL / COMMERCIAL
  ========================= */
  .residential-highlight,
  .commercial-highlight{
    padding: 52px 0 60px;
  }

  .residential-highlight__container,
  .commercial-highlight__container{
    width: min(1280px, 94%);
  }

  .residential-highlight__hero,
  .commercial-highlight__hero{
    gap: 32px;
  }

  .residential-highlight__content h2,
  .commercial-highlight__content h2{
    font-size: clamp(40px, 3vw, 56px);
  }

  .residential-highlight__divider,
  .commercial-highlight__divider{
    width: 82px;
    height: 5px;
    margin: 16px 0;
  }

  .residential-highlight__content p,
  .commercial-highlight__content p{
    font-size: 14px;
    line-height: 1.5;
  }

  .residential-highlight__image,
  .commercial-highlight__image{
    border-radius: 22px;
  }

  .residential-highlight__image img,
  .commercial-highlight__image img{
    min-height: 380px;
    max-height: 380px;
  }

  .residential-highlight__stats,
  .commercial-highlight__stats{
    gap: 14px;
  }

  .residential-highlight__stat,
  .commercial-highlight__stat{
    min-height: 130px;
    padding: 20px 14px 16px;
    border-radius: 16px;
  }

  .residential-highlight__stat strong,
  .commercial-highlight__stat strong{
    font-size: 28px;
  }

  .residential-highlight__stat span,
  .commercial-highlight__stat span{
    margin-top: 8px;
    font-size: 13px;
  }

  /* =========================
     PROCESS
  ========================= */
  .project-process{
    padding: 58px 0 62px;
  }

  .project-process__container{
    width: min(1280px, 94%);
  }

  .project-process__header{
    margin-bottom: 34px;
  }

  .project-process__header h2{
    font-size: clamp(34px, 2.8vw, 46px);
  }

  .project-process__header p{
    font-size: 14px;
  }

  .project-process__divider{
    width: 82px;
    height: 5px;
  }

  .project-process__grid{
    gap: 16px;
  }

  .project-step{
    border-radius: 16px;
  }

  .project-step__media{
    height: 160px;
  }

  .project-step__body{
    padding: 14px 18px 18px;
  }

  .project-step__body h3{
    font-size: 16px;
  }

  .project-process__action{
    margin-top: 36px;
  }

  .project-process__btn{
    min-height: 44px;
    padding: 0 18px;
    font-size: 13px;
  }

  /* =========================
     MODAL
  ========================= */
  .project-modal__dialog{
    width: min(980px, 92%);
    border-radius: 20px;
  }

  .project-modal__media{
    min-height: 420px;
  }

  .project-modal__content{
    padding: 24px 22px;
  }

  .project-modal__content h3{
    font-size: clamp(28px, 2.6vw, 40px);
  }

  .project-modal__line{
    width: 58px;
    height: 4px;
    margin: 14px 0;
  }

  .project-modal__content p{
    font-size: 14px;
    line-height: 1.55;
  }

  .project-modal__close{
    width: 38px;
    height: 38px;
    font-size: 22px;
  }
}


@media (max-width:768px){

  .project-showcase{
    height:auto !important;
    min-height:auto !important;
    padding:110px 0 36px !important;
  }

  .project-showcase__wrap{
    width:94% !important;
  }

  .project-showcase__glass{
    padding:16px !important;
    border-radius:24px !important;
    overflow:hidden !important;
  }

  .project-showcase__grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:18px !important;
    min-height:auto !important;
  }

  .project-showcase__content,
  .project-showcase__content1{
    width:100% !important;
    max-width:100% !important;
    padding:24px 0 0 !important;
    overflow:visible !important;
  }

  .project-showcase__content h1,
  .project-showcase__content1 h1{
    max-width:100% !important;
    width:100% !important;
    font-size:clamp(36px, 9vw, 46px) !important;
    line-height:1.05 !important;
    letter-spacing:-.03em;
    white-space:normal !important;
    overflow-wrap:normal !important;
  }

  .project-showcase__content p,
  .project-showcase__content1 p{
    max-width:100% !important;
    font-size:15px !important;
    line-height:1.6 !important;
  }

  .project-showcase__bar{
    margin:20px 0 !important;
  }

  .hero-actions{
    width:100% !important;
  }

  .hero-actions .btn{
    width:100% !important;
    justify-content:center !important;
    font-size:16px !important;
    padding:15px 18px !important;
  }

  .project-showcase__media{
    display:block !important;
    width:100% !important;
    min-width:0 !important;
  }

  .project-stage{
    width:100% !important;
    height:auto !important;
    min-height:auto !important;
    border-radius:18px !important;
    overflow:hidden !important;
  }

  .project-stage img{
    width:100% !important;
    height:240px !important;
    object-fit:cover !important;
    border-radius:18px !important;
  }

  .project-strip{
    position:relative !important;
    display:none !important;
  }
}
