 
 
 :root{--ink:#111313;--steel:#252a2a;--muted:#657070;--paper:#f3f2ee;--line:rgba(21,25,25,.14);--yellow:#f5b900;--white:#fff;--max:1200px}
    *{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;background:var(--paper);color:var(--ink);font-family:Manrope,Arial,sans-serif} a{color:inherit;text-decoration:none} button{font:inherit}
    .skip{position:absolute;left:-10000px}.skip:focus{left:1rem;top:1rem;z-index:99;padding:.8rem;background:#fff;color:#000}
    .shell{max-width:var(--max);margin:auto;padding:0 2rem}.eyebrow{display:flex;align-items:center;gap:.6rem;color:var(--yellow);font-size:.72rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.eyebrow:before{content:"";width:26px;height:2px;background:currentColor}
    header{position:fixed;inset:0 0 auto;z-index:20;border-bottom:1px solid transparent;transition:.35s;background:rgba(17,19,19,.15)}header.scrolled{background:rgba(17,19,19,.94);backdrop-filter:blur(16px);border-color:rgba(255,255,255,.12)}.nav{height:84px;display:flex;align-items:center;justify-content:space-between}.brand{font-family:"Barlow Condensed";font-size:2rem;font-weight:800;letter-spacing:-.04em;color:#fff}.brand span{color:var(--yellow)}.links{display:flex;gap:2rem;align-items:center;color:#fff;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.links a{padding:.6rem 0;position:relative}.links a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--yellow);transition:width .25s}.links a:hover:after{width:100%}.menu{display:none;border:0;background:transparent;color:#fff;font-size:1.4rem}
    .hero{min-height:100svh;display:grid;align-items:end;position:relative;overflow:hidden;background:#101212;color:#fff}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,9,9,.93) 0%,rgba(7,9,9,.68) 39%,rgba(7,9,9,.15) 72%),linear-gradient(0deg,rgba(7,9,9,.75),transparent 45%)}.hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.hero-content{position:relative;z-index:1;width:min(var(--max),100%);margin:0 auto;padding:0 2rem 9rem}.hero h1{max-width:820px;margin:.65rem 0 1.5rem;font-family:"Barlow Condensed";font-size:clamp(4rem,9.5vw,8.8rem);line-height:.8;letter-spacing:-.055em;text-transform:uppercase}.hero h1 em{font-style:normal;color:var(--yellow)}.hero p{max-width:540px;color:#e2e7e6;font-size:1.05rem;line-height:1.7}.actions{display:flex;gap:1rem;margin-top:2rem;flex-wrap:wrap}.button{display:inline-flex;align-items:center;gap:1rem;padding:1rem 1.35rem;font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;transition:transform .25s,background .25s}.button:hover{transform:translateY(-4px)}.primary{background:var(--yellow);color:#161616}.primary:after{content:"↗︎";font-family:Arial,sans-serif;font-size:1.2rem}.secondary{border:1px solid rgba(255,255,255,.5);color:#fff}.scroll-note{position:absolute;z-index:2;right:2.2rem;bottom:2rem;writing-mode:vertical-rl;text-transform:uppercase;font-size:.65rem;letter-spacing:.18em;color:#d8dcda}.scroll-note:after{content:"";display:block;width:1px;height:45px;margin:10px auto;background:var(--yellow);animation:scan 1.8s ease-in-out infinite}@keyframes scan{50%{transform:scaleY(.35);transform-origin:top}}
    section{padding:8rem 0}.intro{display:grid;grid-template-columns:1fr 1.1fr;gap:4rem;align-items:end;border-bottom:1px solid var(--line)}.intro h2,.section-title{margin:.7rem 0 0;font-family:"Barlow Condensed";font-size:clamp(3rem,5.5vw,5.8rem);line-height:.86;letter-spacing:-.045em;text-transform:uppercase}.intro p{max-width:540px;margin:0;color:#4f5858;line-height:1.8}.numbers{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);margin-top:5.5rem}.metric{padding:2rem;background:var(--paper)}.metric strong{display:block;font-family:"Barlow Condensed";font-size:3.5rem;line-height:1;color:var(--yellow)}.metric span{font-size:.75rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
    .dark{background:var(--ink);color:#fff}.section-top{display:flex;justify-content:space-between;gap:2rem;align-items:end;margin-bottom:3rem}.section-top p{max-width:390px;color:#c3cbca;line-height:1.7;font-size:.92rem}.services{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.2);border-left:1px solid rgba(255,255,255,.2)}.service{min-height:285px;padding:2rem;border-right:1px solid rgba(255,255,255,.2);border-bottom:1px solid rgba(255,255,255,.2);transition:background .3s}.service:hover{background:#292d2c}.service b{display:block;color:var(--yellow);font-family:"Barlow Condensed";font-size:1.3rem;letter-spacing:.03em;text-transform:uppercase}.service p{color:#b8c1bf;font-size:.85rem;line-height:1.75}.service .num{display:block;margin-bottom:4rem;color:#788180;font-family:"Barlow Condensed";font-size:1.2rem}
    .projects-head{display:flex;justify-content:space-between;gap:2rem;align-items:end;margin-bottom:3rem}.project-grid{display:grid;grid-template-columns:1.45fr 1fr;gap:1rem}.project{position:relative;min-height:430px;overflow:hidden;background:#2c3231;color:#fff}.project:nth-child(3){grid-column:span 2;min-height:300px}.project img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;filter:grayscale(1);opacity:.7;transition:transform .6s,filter .5s}.project:hover img{transform:scale(1.06);filter:grayscale(0);opacity:.84}.project:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,6,6,.88),transparent 60%)}.project-copy{position:absolute;z-index:1;inset:auto 2rem 1.75rem}.project-label{color:var(--yellow);font-size:.65rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.project h3{margin:.45rem 0 0;font-family:"Barlow Condensed";font-size:2.2rem;line-height:.9;text-transform:uppercase}.project p{margin:.6rem 0 0;color:#d4d9d8;font-size:.78rem}.project .arrow{position:absolute;right:1.8rem;bottom:1.8rem;width:42px;height:42px;display:grid;place-items:center;background:var(--yellow);color:#101212;font-size:1.3rem}
    .contact{background:#d9dbd6;position:relative;overflow:hidden}.contact:after{content:"TECNIGAB";position:absolute;right:-.05em;bottom:-.36em;color:rgba(17,19,19,.05);font-family:"Barlow Condensed";font-size:clamp(7rem,22vw,20rem);font-weight:800;letter-spacing:-.08em}.contact-box{position:relative;z-index:1;display:grid;grid-template-columns:1fr auto;gap:3rem;align-items:end}.contact h2{max-width:650px}.contact .button{margin-top:2rem}.footer{background:#111313;color:#bfc6c4;padding:2rem 0;font-size:.74rem}.footer-inner{display:flex;justify-content:space-between;gap:1rem;align-items:center}.footer strong{color:#fff}.reveal{opacity:0;transform:translateY(24px);transition:opacity .65s ease,transform .65s ease}.reveal.visible{opacity:1;transform:none}
  
/* =====================================================
   FOOTER
===================================================== */

.footer{
    background:#111313;
    color:#bfc6c4;
    padding:4rem 0 1.5rem;
    font-size:1.7;
}

.footer-grid{
    display:grid;
    grid-template-columns:1.4fr 1fr 1fr .8fr;
    gap:4rem;
    padding-bottom:3.5rem;
}

.footer-brand p {
    font-size: 0.95rem;
    line-height: 1.7;
}

.footer-logo{
    display:inline-block;
    margin-bottom:1.5rem;

    color:#fff;

    font-family:"Barlow Condensed", sans-serif;
    font-size:2.2rem;
    font-weight:800;
    letter-spacing:-.05em;
}

.footer-logo span{
    color:var(--yellow);
}

.footer-brand p{
    margin:0;

    color:#8f9896;

    line-height:1.8;
}


/* TÍTULOS */

.footer-title{
    display:block;

    margin-bottom:1.25rem;

    color:#fff;

    font-size: 0.8rem;
    font-weight:800;
    letter-spacing: 0.08em;
    text-transform:uppercase;
}


/* WHATSAPP */

.footer-contact{
    display:flex;
    align-items:center;
    gap:.8rem;

    width:max-content;

    color:#cbd2d0;

    transition:
        color .25s ease,
        transform .25s ease;
    font-size: 0.9rem;
}

.footer-contact:hover{
    color:var(--yellow);
    transform:translateX(4px);
}

.whatsapp-icon{
    width:25px;
    height:25px;

    flex-shrink:0;

    fill:currentColor;
}

.footer-contact span{
    display:flex;
    flex-direction:column;

    gap:.2rem;
}

.footer-contact small{
    color:#737c7a;

    font-size:0.78rem;
}


/* TELÉFONOS */

.footer-phones{
    display:flex;
    flex-direction:column;

    gap:.45rem;

    margin-top:1.25rem;
}

.footer-phones a{
    color:#9da6a4;

    transition:color .25s ease;

        font-size: 0.9rem;
}

.footer-phones a:hover{
    color:var(--yellow);
}


/* CORREOS */

.footer-email{
    display:inline-block;

    color:#cbd2d0;

    transition:color .25s ease;

    font-size: 0.9rem;
}

.footer-email:hover{
    color:var(--yellow);
}


/* SOPORTE */

.footer-support{
    margin-top:2rem;
}

.footer-support .footer-title{
    margin-bottom:.8rem;
}

.footer-support p{
    max-width:260px;

    margin:0 0 .8rem;

    color:#737c7a;

    line-height:1.6;

       font-size: 0.88rem;
}


/* =====================================================
   REDES SOCIALES
===================================================== */

.footer-socials{
    display:flex;
    align-items:center;
    gap:.75rem;
}

.social-button{
    width:50px;
    height:50px;

    display:grid;
    place-items:center;

    flex-shrink:0;

    background:var(--yellow);
    color:#111313;

    border:1px solid var(--yellow);

    text-decoration:none;

    transition:
        transform .25s ease,
        background .25s ease,
        color .25s ease,
        border-color .25s ease;
}

.social-button:hover{
    transform:translateY(-4px);

    background:#fff;
    color:#111313;

    border-color:#fff;
}

.social-button {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--yellow);
    color: #111313;
    border: 1px solid rgba(255,255,255,.25);
    transition: .25s;
}

.social-button svg {
    width: 24px;
    height: 24px;
    display: block;
}

.social-button:hover {
    background: #fff;
    transform: translateY(-3px);
}


/* =====================================================
   PARTE INFERIOR
===================================================== */

.footer-bottom{
    display:flex;
    justify-content:space-between;
    align-items:center;

    gap:2rem;

    padding-top:1.5rem;

    border-top:1px solid rgba(255,255,255,.12);

    color:#69716f;

    font-size:.78rem;
}

.footer-bottom span:last-child{
    text-align:right;
}


/* =====================================================
   RESPONSIVE
===================================================== */

@media(max-width:900px){

    .footer-grid{
        grid-template-columns:1fr 1fr;
        gap:3rem;
    }

}

@media(max-width:600px){

    .footer{
        padding:3.5rem 0 1.5rem;
    }

    .footer-grid{
        grid-template-columns:1fr;
        gap:2.5rem;
    }

    .footer-brand{
        max-width:100%;
    }

    .footer-bottom{
        flex-direction:column;
        align-items:flex-start;

        gap:.7rem;
    }

    .footer-bottom span:last-child{
        text-align:left;
    }

}


/* =====================================================
   PORTAFOLIO DE PROYECTOS
===================================================== */

.projects-hero {
  padding: 12rem 0 7rem;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.projects-title {
  max-width: 900px;
  margin: .7rem 0 1.5rem;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(4rem, 8vw, 8rem);
  line-height: .82;
  letter-spacing: -.055em;
  text-transform: uppercase;
}

.projects-intro {
  max-width: 650px;
  margin: 0;
  color: #4f5858;
  font-size: .95rem;
  line-height: 1.8;
}


/* =====================================================
   SECCIONES
===================================================== */

.featured-project {
  padding: 8rem 0;
  overflow: hidden;
}

.featured-project-light {
  background: var(--paper);
  color: var(--ink);
}

.featured-project-dark {
  background: var(--ink);
  color: #fff;
}


/* =====================================================
   PARTE SUPERIOR
===================================================== */

.featured-project-top {
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding-bottom: 1.25rem;

  border-bottom: 1px solid var(--line);
}

.featured-project-dark .featured-project-top {
  border-color: rgba(255,255,255,.16);
}

.featured-project-top .project-label {
  color: var(--yellow);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.project-counter {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1rem;
  letter-spacing: .08em;
  color: #7b8381;
}


/* =====================================================
   TÍTULO + DESCRIPCIÓN
===================================================== */

.featured-project-heading {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 5rem;
  align-items: end;

  padding: 3rem 0 4rem;
}

.featured-project-heading h2 {
  margin: 0;

  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(4rem, 7vw, 7.5rem);
  line-height: .8;
  letter-spacing: -.055em;
  text-transform: uppercase;
}

.featured-project-description {
  max-width: 440px;
}

.featured-project-description p {
  margin: 0 0 1.25rem;

  color: #596261;
  font-size: .9rem;
  line-height: 1.8;
}

.featured-project-dark .featured-project-description p {
  color: #bdc5c3;
}

.featured-project-description span {
  display: block;

  color: var(--yellow);

  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}


/* =====================================================
   GALERÍA
===================================================== */

.project-gallery {
  display: grid;

  grid-template-columns: 1.55fr 1fr;
  grid-template-rows: 280px 280px;

  gap: 1rem;
}

.project-gallery figure {
  position: relative;

  margin: 0;
  min-height: 0;

  overflow: hidden;

  background: #252a2a;
}

.project-gallery .gallery-large {
  grid-row: span 2;
}

.project-gallery figure::after {
  content: "";

  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      180deg,
      transparent 50%,
      rgba(0,0,0,.28)
    );

  pointer-events: none;
}

.project-gallery img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;

  filter: grayscale(1);

  transition:
    transform .6s cubic-bezier(.2,.7,.2,1),
    filter .35s ease;

  will-change: transform;
}

.project-gallery figure:hover img {
  transform: scale(1.04);
  filter: grayscale(0);
}


/* =====================================================
   PROYECTOS CON 2 IMÁGENES
===================================================== */

.project-gallery:has(.gallery-large:only-child) {
  grid-template-columns: 1fr;
}

.project-gallery:has(figure:nth-child(2):last-child) {
  grid-template-columns: 1.4fr 1fr;
  grid-template-rows: 520px;
}

.project-gallery:has(figure:nth-child(2):last-child) .gallery-large {
  grid-row: auto;
}


/* =====================================================
   PIE DEL PROYECTO
===================================================== */

.featured-project-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;

  margin-top: 1.25rem;
  padding-top: 1.25rem;

  border-top: 1px solid var(--line);

  color: #68716f;

  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.featured-project-dark .featured-project-bottom {
  border-color: rgba(255,255,255,.16);
  color: #89918f;
}

.project-arrow {
  width: 48px;
  height: 48px;

  flex-shrink: 0;

  display: grid;
  place-items: center;

  background: var(--yellow);
  color: #111313;

  font-size: 1.35rem;
  text-decoration: none;

  transition:
    transform .25s ease,
    background .25s ease;
}

.project-arrow:hover {
  transform: translate(3px, -3px);
  background: #ffc51c;
}

.project-contact-action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.25rem;

  flex-shrink: 0;
}

.project-contact-label {
  color: var(--ink);

  font-size: .82rem;
  font-weight: 800;

  letter-spacing: .12em;
  line-height: 1;

  text-transform: uppercase;

  white-space: nowrap;
}


/* =====================================================
   REVEAL
===================================================== */

.reveal {
  opacity: 0;
  transform: translateY(28px);

  transition:
    opacity .7s ease,
    transform .7s cubic-bezier(.2,.7,.2,1);
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 760px) {

  /* ===================================================
     PROYECTOS
  =================================================== */

  .projects-hero {
    padding: 9rem 0 5rem;
  }

  .projects-title {
    font-size: clamp(3.5rem, 16vw, 5rem);
  }

  .featured-project {
    padding: 5rem 0;
  }

  .featured-project-heading {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 2.5rem 0 3rem;
  }

  .featured-project-heading h2 {
    font-size: clamp(3.5rem, 15vw, 5.5rem);
  }

  .project-gallery,
  .project-gallery:has(figure:nth-child(2):last-child) {
    grid-template-columns: 1fr;
    grid-template-rows: 380px 250px 250px;
  }

  .project-gallery .gallery-large,
  .project-gallery:has(figure:nth-child(2):last-child) .gallery-large {
    grid-row: auto;
  }

  .project-gallery:has(figure:nth-child(2):last-child) {
    grid-template-rows: 380px 250px;
  }

  .featured-project-top {
    align-items: flex-start;
  }


  /* ===================================================
     REDES SOCIALES
  =================================================== */

  .footer-socials {
    display: flex;
    gap: 12px;
    align-items: center;
  }

  .footer-socials .social-button {
    width: 56px;
    height: 56px;
    min-width: 56px;
    min-height: 56px;

    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer-socials .social-button svg {
    width: 26px;
    height: 26px;
  }

}


/* =====================================================
   PÁGINA DE CONTACTO
===================================================== */

.contact-page{
  min-height:100svh;
  padding:11rem 0 7rem;
  background:var(--paper);
}


.contact-page-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:7rem;
  align-items:start;
}


/* =====================================================
   INTRO
===================================================== */

.contact-intro{
  padding-top:1rem;
}

.contact-intro h1{
  margin:.8rem 0 1.5rem;
  max-width:700px;
  font-family:"Barlow Condensed";
  font-size:clamp(4rem,7vw,7rem);
  line-height:.82;
  letter-spacing:-.05em;
  text-transform:uppercase;
}

.contact-intro h1 em{
  font-style:normal;
  color:var(--yellow);
}

.contact-intro > p{
  max-width:500px;
  color:#4f5858;
  font-size:1rem;
  line-height:1.8;
}


/* =====================================================
   CONTACTO DIRECTO
===================================================== */

.contact-direct{
  margin-top:4rem;
  padding-top:1.5rem;
  border-top:1px solid var(--line);
  display:flex;
  flex-direction:column;
  gap:1rem;
}

.contact-direct span{
  color:var(--muted);
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.contact-whatsapp{
  display:inline-flex;
  width:max-content;
  color:var(--ink);
  font-size:.75rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  border-bottom:2px solid var(--yellow);
  padding-bottom:.45rem;
  transition:
    color .25s ease,
    transform .25s ease;
}

.contact-whatsapp:hover{
  color:var(--yellow);
  transform:translateX(5px);
}


/* =====================================================
   FORMULARIO
===================================================== */

.contact-form-wrap{
  background:#fff;
  padding:3rem;
  border:1px solid var(--line);
  box-shadow:0 20px 60px rgba(17,19,19,.06);
}

.contact-form{
  display:flex;
  flex-direction:column;
  gap:1.5rem;
}

.form-field{
  display:flex;
  flex-direction:column;
  gap:.55rem;
}

.form-field label{
  color:var(--ink);
  font-size:.68rem;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.form-field input,
.form-field select,
.form-field textarea{
  width:100%;
  border:1px solid rgba(17,19,19,.18);
  background:#f8f8f5;
  color:var(--ink);
  padding:1rem 1.1rem;
  font-family:Manrope,Arial,sans-serif;
  font-size:.85rem;
  outline:none;
  transition:
    border-color .25s ease,
    background .25s ease,
    box-shadow .25s ease;
}

.form-field textarea{
  resize:vertical;
  min-height:140px;
}

.form-field input::placeholder,
.form-field textarea::placeholder{
  color:#8a9291;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus{
  border-color:var(--yellow);
  background:#fff;
  box-shadow:0 0 0 3px rgba(245,185,0,.12);
}


/* =====================================================
   BOTÓN
===================================================== */

.contact-submit{
  border:0;
  cursor:pointer;
  justify-content:center;
  margin-top:.5rem;
}

.contact-submit:hover{
  transform:translateY(-3px);
}


/* =====================================================
   RESPONSIVE
===================================================== */

@media(max-width:900px){

  .contact-page{
    padding-top:9rem;
  }

  .contact-page-grid{
    grid-template-columns:1fr;
    gap:4rem;
  }

  .contact-intro h1{
    font-size:clamp(3.8rem,12vw,6rem);
  }

}


@media(max-width:600px){

  .contact-page{
    padding:8rem 0 5rem;
  }

  .contact-form-wrap{
    padding:1.5rem;
  }

  .contact-intro h1{
    font-size:clamp(3.5rem,16vw,5rem);
  }

  .contact-direct{
    margin-top:2.5rem;
  }

}

/* =====================================================
   MENSAJE DE FORMULARIO ENVIADO
===================================================== */

.form-success {
  display: none;

  margin-top: 1.5rem;
  padding: 1.25rem 1.5rem;

  border-left: 4px solid var(--yellow);

  background: #f1f0ec;
  color: var(--ink);

  font-size: .9rem;
  line-height: 1.7;
}

.form-success strong {
  font-weight: 800;
}

/* =====================================================
   MENÚ MÓVIL Y AJUSTES RESPONSIVE
===================================================== */

.menu {
  display: none;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1;
  padding: .5rem;
  cursor: pointer;
}


/* =====================================================
   TABLET / TELÉFONO
===================================================== */

@media (max-width: 760px) {

  /* Evitar desplazamiento horizontal */
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }


  /* Contenedor */
  .shell {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }


  /* HEADER */
  #header {
    width: 100%;
  }


  .nav {
    width: 100%;
    min-height: 70px;

    display: flex;
    align-items: center;
    justify-content: space-between;
  }


  /* Logo */
  .brand {
    flex-shrink: 0;
  }


  /* Ocultar enlaces de escritorio */
  .links {
    display: none;
  }


  /* =====================================================
   MENÚ MÓVIL
===================================================== */

.menu {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  font-family: Arial, sans-serif;
  font-size: 32px;
  line-height: 1;
  flex-shrink: 0;
}


/* =====================================================
   MENÚ MÓVIL - TELÉFONO
===================================================== */

@media (max-width: 760px) {

  .nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 70px;
  }

  .links {
    display: none;
  }

  .menu {
    display: flex;
    margin-left: auto;
    position: relative;
    z-index: 1000;
  }

  .links.open {
    display: flex;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    flex-direction: column;
    padding: 1.5rem;
    background: #111313;
    z-index: 999;
    box-sizing: border-box;
  }

  .links.open a {
    display: block;
    padding: 1rem 0;
  }

}

}

@media (max-width: 760px) {

  .about-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .about-content {
    max-width: 100%;
  }

  .about-content p {
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.7;
  }

}

@media (max-width: 760px) {

  #nosotros .intro {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  #nosotros .intro h2 {
    font-size: clamp(3.2rem, 14vw, 5rem);
    line-height: .85;
  }

  #nosotros .intro > p {
    width: 100%;
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.7;
  }

}

/* =====================================================
   PROYECTOS - MÓVIL
===================================================== */

@media (max-width: 760px) {

  .project-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .project {
    display: block;
    position: relative;

    width: 100%;
    height: 480px;
    min-height: 480px;

    grid-column: auto !important;
    grid-row: auto !important;

    overflow: hidden;
  }

  .project img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
  }

  .project-copy {
    position: absolute;

    left: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;

    z-index: 2;
  }

  .project-copy h3 {
    font-size: clamp(2.2rem, 10vw, 3.5rem);
    line-height: .85;
    margin: .5rem 0 0;
  }

  .project .arrow {
    position: absolute;

    right: 1.5rem;
    bottom: 1.5rem;

    z-index: 3;
  }

}

/* =====================================================
   CONTACTO PRINCIPAL - MÓVIL
===================================================== */

@media (max-width: 760px) {

  .contact-box {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 2.5rem !important;

    width: 100% !important;
    max-width: 100% !important;

    box-sizing: border-box;
  }

  .contact-box > div {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .contact-box .section-title {
    width: 100% !important;
    max-width: 100% !important;

    font-size: clamp(3rem, 13vw, 5rem) !important;
    line-height: .85 !important;
  }

  .contact-box .button {
    display: inline-flex !important;
    width: auto !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }

  .contact-box p {
    max-width: 100% !important;
    overflow-wrap: break-word;
  }

}

/* =====================================================
   NOSOTROS - MoVIL
===================================================== */

@media (max-width: 760px) {

  #nosotros .numbers {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  #nosotros .metric {
    width: 100% !important;
    min-width: 0 !important;

    padding: 2rem 0 !important;

    border-right: 0 !important;
    border-bottom: 1px solid var(--line);
  }

  #nosotros .metric:last-child {
    border-bottom: 0;
  }

  #nosotros .metric strong {
    display: block;
    font-size: 3.5rem;
    line-height: 1;
  }

  #nosotros .metric span {
    display: block;
    max-width: 250px;
  }

}

/* =====================================================
   PROYECTOS DESTACADOS - MÓVIL
===================================================== */

@media (max-width: 760px) {

  /* Contenedor general */
  .featured-project .shell {
    width: 100%;
    max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    box-sizing: border-box;
  }

  /* Encabezado */
  .featured-project-heading {
    display: block;
  }

  .featured-project-heading h2 {
    width: 100%;
    max-width: 100%;
  }

  .featured-project-description {
    width: 100%;
    max-width: 100%;
  }

  /* Galería */
  .project-gallery {
    width: 100%;
    max-width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .project-gallery figure {
    width: 100%;
    height: 280px;
    margin: 0;
    overflow: hidden;
  }

  .project-gallery .gallery-large {
    height: 280px;
    grid-row: auto;
  }

  .project-gallery img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  /* Parte inferior */
  .featured-project-bottom {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1.5rem;
    box-sizing: border-box;
  }

  .project-spec {
    display: block;
    width: 100%;
  }

  .project-contact-action {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    box-sizing: border-box;
  }

  .project-contact-label {
    min-width: 0;
    flex: 1;
    font-size: .75rem;
    line-height: 1.4;
  }

  .project-arrow {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

}

/* Flechas como texto, no emoji */
.button,
.arrow,
.project-arrow {
  font-variant-emoji: text;
}

/* =====================================================
   IMÁGENES A COLOR SOLAMENTE EN MÓVIL
===================================================== */

@media (max-width: 760px) {

    .project img,
    .project:hover img {
        filter: grayscale(0) !important;
        opacity: .84;
        transform: none !important;
    }

    .featured-project img,
    .featured-project img:hover {
        filter: grayscale(0) !important;
        opacity: 1;
        transform: none !important;
    }

    .project-gallery img,
    .project-gallery figure:hover img {
        filter: grayscale(0) !important;
        opacity: 1;
        transform: none !important;
    }

}