
.project-showcase{
  position: relative;
  min-height: 640px;
  height: 100vh;
  display: flex;
  align-items: center;
  padding: 120px 0 34px;
  overflow: hidden;
  background:
    
    url("../assets/images/catalogo/portada-fondo.png") center center / cover no-repeat;
}


/* ===== HERO ===== */

.project-showcase::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.project-showcase__veil{
  position: absolute;
  inset: 0;
  z-index: 1;
}

.project-showcase__wrap{
  width: min(1920px, 94%);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.project-showcase__glass{
    padding-left: 96px;

  position: relative;
  padding: 14px;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
 
  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;
 
  -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: 600px minmax(0, 1980px);
justify-content: start;
  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 30px;
  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: 600px;
   font-size: clamp(50px, 5.4vw, 65px);
  line-height: 1;
  font-weight: 100;
 
  color: #f7fbff;
  text-shadow: 0 10px 42px rgba(0,0,0,.18);
}

.project-showcase__content h1 strong{
  font-weight: 650;
  color: #ffffff;
}

.project-showcase__content h1 strong{
  display: inline;
  font-weight: 650;
  color: #ffffff;
}



.project-showcase__content1{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12px 10px 12px 30px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.project-showcase__content1::after{
  display: none;
}

.project-showcase__content1 h1{
  margin: 0;
  max-width: 600px;
   font-size: clamp(50px, 5.4vw, 65px);
  line-height: 1;
  font-weight: 100;
 
  color: #f7fbff;
  text-shadow: 0 10px 42px rgba(0,0,0,.18);
}

.project-showcase__content1 h1 strong{
  font-weight: 650;
  color: #ffffff;
}

.project-showcase__content1 h1 strong{
  display: inline;
  font-weight: 650;
  color: #ffffff;
}



.project-showcase__content2{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12px 10px 12px 30px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.project-showcase__content2::after{
  display: none;
}

.project-showcase__content2 h1{
  margin: 0;
  max-width: 700px;
   font-size: clamp(52px, 5.4vw, 58px);
  line-height: 1;
  font-weight: 100;
 
  color: #f7fbff;
  text-shadow: 0 10px 42px rgba(0,0,0,.18);
}

.project-showcase__content2 h1 strong{
  font-weight: 650;
  color: #ffffff;
}

.project-showcase__content2 h1 strong{
  display: inline;
  font-weight: 650;
  color: #ffffff;
}

.project-showcase__content2 p{
  margin: 0;
  max-width: 420px;
  line-height: 1.6;
  font-size: 19px;
  letter-spacing: 1px;
  color: rgba(255,255,255,.86);
  text-shadow: 0 4px 14px rgba(0,0,0,.14);
}



.project-showcase__bar{
  width: 220px;
  height: 10px;
  margin: 24px 0 22px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255,255,255,.22);
  box-shadow: none;
}

.project-showcase__bar-fill{
  width: 52%;
  height: 100%;
  border-radius: inherit;
  background: #ffffff;
  box-shadow: none;
}

.project-showcase__content p{
  margin: 0;
  max-width: 380px;
  line-height: 1.6;
  font-size: 19px;
  color: rgba(255,255,255,.86);
  text-shadow: 0 4px 14px rgba(0,0,0,.14);
}

.project-showcase__content1 p{
  margin: 0;
  max-width: 420px;
  line-height: 1.6;
  font-size: 19px;
  letter-spacing: 1px;
  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: 720px;
  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: 18px;
  z-index: 3;
}

.project-card{
  position: relative;
  min-height: 136px;
  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;
}




/* =========================
INICIO
========================= */





/* =========================
   SOLUCIONES / DISTINCIÓN
   reemplaza bloque actual
========================= */
.commercial-highlight{
  background:#fff;
  padding:72px 0 82px;
}

.commercial-highlight__container{
  width:min(1380px,92%);
  margin:0 auto;
}

/* HERO */
.commercial-highlight__hero{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(420px, .92fr);
  gap:42px;
  align-items:center;
}

.commercial-highlight__media{
  min-width:0;
}

.commercial-highlight__image{
  overflow:hidden;
  border-radius:28px;
  background:#ddd;
  box-shadow:
    0 10px 20px rgba(0,0,0,.16),
    0 4px 8px rgba(0,0,0,.08);
}

.commercial-highlight__image img{
  width:100%;
  height:100%;
  min-height:610px;
  max-height:610px;
  object-fit:cover;
  display:block;
}

/* CONTENIDO */
.commercial-highlight__content{
  max-width:100%;
  padding-right:10px;
}

.commercial-highlight__content h2{
  margin:0;
  color:#444;
  font-size:clamp(34px,4vw,58px);
  line-height:1.05;
  font-weight:10;
  letter-spacing:-.045em;
}

.commercial-highlight__content h2 strong{
  font-weight:800;
  color:#2d2d2d;
}

.commercial-highlight__divider{
  width:126px;
  height:8px;
  margin:26px 0 24px;
  background:#d6dfeb;
  border-radius:999px;
  overflow:hidden;
}

.commercial-highlight__divider span{
  display:block;
  width:60%;
  height:100%;
  background:#2f63b6;
  border-radius:inherit;
}

.commercial-highlight__content p{
  margin:0 0 22px;
  max-width:100%;
  color:#565656;
  font-size:18px;
  line-height:1.55;
}

/* ocultar flecha si no la quieres visible en imagen */
.commercial-highlight__arrow{
  display:none;
}

/* BADGES opcional oculto */
.commercial-highlight__badges{
  display:none;
}

/* STATS */
.commercial-highlight__stats{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  margin-top:30px;
}

.commercial-highlight__stat{
  background:#fff;
  border-radius:20px;
  min-height:165px;
  padding:28px 18px 22px;
  text-align:center;
  border:1px solid rgba(0,0,0,.08);
  box-shadow:
    0 8px 18px rgba(0,0,0,.10),
    0 2px 5px rgba(0,0,0,.06);
}

.commercial-highlight__stat strong{
  display:block;
  color:#2e2e2e;
  font-size:54px;
  line-height:1;
  font-weight:800;
  letter-spacing:-.04em;
}

.commercial-highlight__stat span{
  display:block;
  margin-top:12px;
  color:#3c3c3c;
  font-size:16px;
  line-height:1.25;
}

.commercial-highlight__stat-line{
  width:26px;
  height:4px;
  background:#2f63b6;
  border-radius:999px;
  margin:12px auto 0;
}

/* RESPONSIVE */
@media (max-width:1200px){

  .commercial-highlight__hero{
    grid-template-columns:1fr;
    gap:28px;
  }

  .commercial-highlight__image img{
    min-height:460px;
    max-height:460px;
  }

  .commercial-highlight__content h2{
    font-size:56px;
  }
}

@media (max-width:900px){

  .commercial-highlight__stats{
    grid-template-columns:repeat(2,1fr);
  }

  .commercial-highlight__content h2{
    font-size:46px;
  }

  .commercial-highlight__content p{
    font-size:17px;
  }
}

@media (max-width:640px){

  .commercial-highlight{
    padding:52px 0 58px;
  }

  .commercial-highlight__container{
    width:min(94%,100%);
  }

  .commercial-highlight__image{
    border-radius:20px;
  }

  .commercial-highlight__image img{
    min-height:280px;
    max-height:280px;
  }

  .commercial-highlight__content h2{
    font-size:36px;
    line-height:.95;
  }

  .commercial-highlight__divider{
    margin:18px 0 18px;
    width:100px;
  }

  .commercial-highlight__content p{
    font-size:15px;
    margin-bottom:16px;
  }

  .commercial-highlight__stats{
    grid-template-columns:1fr;
    gap:14px;
    margin-top:22px;
  }

  .commercial-highlight__stat{
    min-height:auto;
    padding:22px 16px;
  }

  .commercial-highlight__stat strong{
    font-size:40px;
  }

  .commercial-highlight__stat span{
    font-size:15px;
  }
}


















.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;
}








/* =========================
catalogos
========================= */



.catalog-section{
  padding:90px 0;
  background:#fff;
}

.catalog-section .container{
  width:min(92%, 1500px);
  margin:auto;
}

.head-center{
  text-align:center;
  max-width:1000px;
  margin:0 auto;
}

.head-center h2{
  font-size:30px;
  line-height:1.1;
  font-weight:400;
  color:#202020;
}

.head-center h2 strong{
  font-weight:800;
}

.head-center p{
  margin-top:6px;
  font-size:14px;
  color:#666;
}

.catalog-grid-pro{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:42px;
  margin-top:70px;
}

.catalog-card-pro{
  background:#fff;
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 12px 28px rgba(0,0,0,.20);
  border:1px solid rgba(0,0,0,.08);
}

.catalog-cover-pro{
  position:relative;
  height:230px;
  overflow:hidden;
}

.catalog-cover-pro img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.cover-shade{
  position:absolute;
  inset:0;
  background:
    linear-gradient(135deg, rgba(2,20,35,.82), rgba(6,64,110,.66))
}

.catalog-cover-pro::after{
  content:"";
  position:absolute;
  right:26px;
  top:12px;
  font-size:170px;
  line-height:1;
  font-weight:800;
  color:rgba(255,255,255,.08);
  z-index:2;
}

.catalog-card-pro:nth-child(1) .catalog-cover-pro::after{content:"C1.";}
.catalog-card-pro:nth-child(2) .catalog-cover-pro::after{content:"C2.";}
.catalog-card-pro:nth-child(3) .catalog-cover-pro::after{content:"C3.";}
.catalog-card-pro:nth-child(4) .catalog-cover-pro::after{content:"C4.";}
.catalog-card-pro:nth-child(5) .catalog-cover-pro::after{content:"C5.";}
.catalog-card-pro:nth-child(6) .catalog-cover-pro::after{content:"C6.";}

.catalog-actions-top{
  position:absolute;
  top:16px;
  right:16px;
  display:flex;
  gap:6px;
  z-index:5;
}

.catalog-actions-top a{
  color:#fff;
  text-decoration:none;
  font-size:13px;
  padding:9px 13px;
  border-radius:7px;

  /* transparente premium */
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);

  backdrop-filter:blur(1px);
  -webkit-backdrop-filter:blur(10px);

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.10),
    0 4px 12px rgba(0,0,0,.14);

  transition:all .25s ease;
}

.catalog-actions-top a:hover{
  background:rgba(255,255,255,.16);
  border-color:rgba(255,255,255,.24);
  transform:translateY(-2px);
}

.catalog-title-cover{
  position:absolute;
  left:40px;
  bottom:34px;
  z-index:4;
  color:#fff;
}

.catalog-title-cover h3{
  max-width:390px;
  font-size:30px;
  line-height:1.02;
  font-weight:300;
  letter-spacing:-1px;
}

.catalog-title-cover strong{
  font-weight:800;
}

.catalog-title-cover span{
  display:block;
  width:62px;
  height:5px;
  background:#fff;
  border-radius:20px;
  margin:14px 0 9px;
}

.catalog-title-cover p{
  font-size:8.5px;
  line-height:1.45;
  max-width:380px;
  opacity:.95;
}

.catalog-text-pro{
  padding:30px 34px 38px;
  min-height:185px;
}

.mini-line{
  width:82px;
  height:6px;
  border-radius:20px;
  background:linear-gradient(90deg,#0058ad 0 60%,#d8e4ee 60% 100%);
  margin-bottom:22px;
}

.catalog-text-pro p{
  font-size:16px;
  line-height:1.25;
  color:#1C1B17;
  font-weight:400;
}

/* PANTALLAS MEDIAS */
@media(max-width:1200px){
  .catalog-section .container{
    width:min(94%, 1100px);
  }

  .catalog-grid-pro{
    gap:28px;
  }

  .catalog-title-cover h3{
    font-size:27px;
  }

  .catalog-text-pro p{
    font-size:18px;
  }
}

/* TABLET */
@media(max-width:980px){
  .catalog-grid-pro{
    grid-template-columns:repeat(2,1fr);
  }
}

/* CELULAR */
@media(max-width:700px){
  .catalog-grid-pro{
    grid-template-columns:1fr;
    gap:28px;
    margin-top:40px;
  }

  .head-center h2{
    font-size:25px;
  }

  .catalog-cover-pro{
    height:220px;
  }

  .catalog-title-cover{
    left:28px;
    bottom:28px;
  }

  .catalog-title-cover h3{
    font-size:27px;
  }

  .catalog-text-pro{
    padding:32px;
    min-height:auto;
  }

  .catalog-text-pro p{
    font-size:18px;
  }
}

.final-band{
  position: relative;
  background: url("../assets/images/catalogo/portada-fondo.png") center/cover no-repeat;
  padding: 60px 0 0;
}

/* =========================================
TV / LAPTOP HD 1360x768 OPTIMIZATION
========================================= */
@media screen and (min-width: 1200px) and (max-width: 1440px) and (max-height: 900px){

  /* =========================
     HERO / PROJECT SHOWCASE
  ========================= */
  .project-showcase{
    min-height: 720px;
    height: 100vh;
    padding: 92px 0 26px;
  }

  .project-showcase__wrap{
    width: min(1260px, 95%);
  }

  .project-showcase__glass{
    padding: 12px;
    border-radius: 26px;
  }

  .project-showcase__grid{
    grid-template-columns: 300px minmax(0,1fr);
    gap: 16px;
    min-height: 460px;
  }

  /* LEFT */
  .project-showcase__content{
    padding: 8px 6px 8px 10px;
  }

  .project-showcase__content h1{
    max-width: 260px;
    font-size: clamp(28px, 2.6vw, 42px);
    line-height: 1;
  }

  .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: 13px;
    border-radius: 15px;
  }

  .project-showcase__stats{
    margin-top: 18px;
    gap: 8px;
  }

  .project-stat{
    min-width: 82px;
    padding: 10px;
  }

  .project-stat span{
    font-size: 14px;
  }

  .project-stat small{
    font-size: 10px;
  }

  /* RIGHT */
  .project-stage{
    height: 500px;
    min-height: 500px;
    border-radius: 24px;
  }

  /* BOTTOM CARDS */
  .project-strip{
    left: 12px;
    right: 12px;
    bottom: 12px;
    gap: 8px;
  }

  .project-card{
    min-height: 88px;
    border-radius: 14px;
  }

  .project-card__meta{
    padding: 8px 10px;
  }

  .project-card__meta strong{
    font-size: 10px;
  }

  .project-card__meta small{
    font-size: 9px;
  }

  /* =========================
     COMMERCIAL HIGHLIGHT
  ========================= */
  .commercial-highlight{
    padding: 58px 0 64px;
  }

  .commercial-highlight__container{
    width: min(1280px, 94%);
  }

  .commercial-highlight__hero{
    grid-template-columns: minmax(0,1fr) minmax(380px,.88fr);
    gap: 34px;
  }

  .commercial-highlight__image{
    border-radius: 24px;
  }

  .commercial-highlight__image img{
    min-height: 500px;
    max-height: 500px;
  }

  .commercial-highlight__content h2{
    font-size: clamp(40px, 3.2vw, 56px);
  }

  .commercial-highlight__divider{
    width: 110px;
    height: 7px;
    margin: 20px 0 20px;
  }

  .commercial-highlight__content p{
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 18px;
  }

  /* STATS */
  .commercial-highlight__stats{
    gap: 14px;
    margin-top: 22px;
  }

  .commercial-highlight__stat{
    min-height: 140px;
    padding: 22px 14px 18px;
    border-radius: 18px;
  }

  .commercial-highlight__stat strong{
    font-size: 42px;
  }

  .commercial-highlight__stat span{
    margin-top: 10px;
    font-size: 14px;
  }

  /* =========================
     CATALOGOS
  ========================= */
  .catalog-section{
    padding: 72px 0;
  }

  .catalog-section .container{
    width: min(95%, 1320px);
  }

  .catalog-grid-pro{
    gap: 26px;
    margin-top: 52px;
  }

  .catalog-card-pro{
    border-radius: 20px;
  }

  .catalog-cover-pro{
    height: 210px;
  }

  .catalog-cover-pro::after{
    font-size: 130px;
    top: 18px;
    right: 18px;
  }

  .catalog-title-cover{
    left: 28px;
    bottom: 26px;
  }

  .catalog-title-cover h3{
    max-width: 300px;
    font-size: 24px;
  }

  .catalog-title-cover span{
    width: 54px;
    height: 4px;
    margin: 10px 0 8px;
  }

  .catalog-title-cover p{
    font-size: 8px;
    max-width: 290px;
  }

  .catalog-actions-top{
    top: 12px;
    right: 12px;
    gap: 5px;
  }

  .catalog-actions-top a{
    font-size: 11px;
    padding: 7px 10px;
  }

  .catalog-text-pro{
    padding: 24px 24px 28px;
    min-height: 150px;
  }

  .catalog-text-pro p{
    font-size: 14px;
    line-height: 1.35;
  }

  .mini-line{
    width: 68px;
    height: 5px;
    margin-bottom: 16px;
  }

  /* =========================
     FINAL BAND
  ========================= */
  .final-band{
    padding-top: 42px;
  }
}

@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;
  }
}