@font-face {
  font-family: 'black-mango';
  src: url('/assets/fonts/BlackMango-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'theseasons';
  src: url('/assets/fonts/Fontspring-DEMO-theseasons-bd.otf') format('opentype');
  font-weight: bold;
  font-style: bold;
}

@font-face {
  font-family: 'theseasons'; ;
  src: url('/assets/fonts/Fontspring-DEMO-theseasons-bdit.otf') format('opentype');
  font-weight: italic;
  font-style: italic;
}

@font-face {
  font-family: 'theseasons';
  src: url('/assets/fonts/Fontspring-DEMO-theseasons-lt.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ablation';
  src: url('/assets/fonts/ablation.regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ablation';
  src: url('/assets/fonts/Ablation\ Extra\ Bold.otf') format('opentype');
  font-weight: bold;
  font-style: bold;
}

@font-face {
  font-family: 'hero';
  src: url('/assets/fonts/Hero\ Regular\ 400.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'hero';
  src: url('/assets/fonts/Hero\ Bold\ 700.otf') format('opentype');
  font-weight: bold;
  font-style: bold;
}

@font-face {
  font-family: 'hero';
  src: url('/assets/fonts/Hero\ Light\ 200.otf') format('opentype');
  font-weight: lighter;
  font-style: lighter;
}

:root {
  --bg: #fff; 
  --fg: #2f444a;
  --accent: ##2f444a;
  --drawer-w: clamp(280px, 20vw, 480px);
  --drawer-bg: #d5cbbe;
  --drawer-fg: #eee;
  --backdrop-bg:rgba(0, 0, 0, 0.5);
  --line: rgba(0,0,0,.18);/* borde inputs */
  --line-focus: #d5cbbe;  /* taupe claro en foco */
  --btn-bg: #111;         /* botón negro */
  --btn-fg: #fff;
  --muted: #7a858a;
}



.backdrop {
  position: fixed;
  inset: 0;
  background: var(--backdrop-bg);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 1001;
}

.backdrop.is-open { opacity:1; pointer-events: auto; }

.drawer{
  position: fixed; inset: 0 auto 0 0;
  width: var(--drawer-w); max-width: 100vw; height: 100vh;
  background: var(--drawer-bg); color: var(--drawer-fg);
  transform: translateX(-100%); transition: transform .3s ease;
  z-index: 1002; display: flex; flex-direction: column;
  padding-top: 56px;
}

.drawer.is-open { transform: translateX(0); }

* {
  box-sizing: border-box;
  margin: 0;
}

.topbar {
  position: fixed;
  top: 0;
  z-index: 1000;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center; 
  justify-content: space-between;
  padding: 1px 20px;
  gap: 10px;
  background-color: transparent;
  transition: background-color 0.3s, color 0.3s ease;
  width: 100%;
   --tb-bg: transparent;
  --tb-fg: #ffffff; /* blanco */
  --tb-hover: #fff;
  background: var(--tb-bg);
  color: var(--tb-fg);
}

.topbar.scrolled {
  --tb-bg: #d5cbbe;  /* taupe claro */
  --tb-fg: #2f444a;  /* azul oscuro */
}



.topbar a, .topbar .icon, .topbar svg, .topbar .nav-toggle{
  color: inherit; transition: color 1s ease;
}

.topbar-left{
  justify-self: start; 
  min-width: 0;
}
.topbar-center {
  justify-self: center; 
  min-width: 0;
}

.topbar-center svg {
  display:block;
  width: clamp(120px, 18vw, 240px);
  height: auto;
}

.topbar-right {
  justify-self:center; 
  display: inline-flex;
  white-space: nowrap;
  min-width: max-content;
}

.topbar-right a {
  text-decoration: none;
}

.topbar .social a:hover .icon,
.topbar .nav-toggle:hover,
.topbar .nav-toggle:hover svg,
.topbar .logo:hover,
.topbar .nav-toggle:hover svg * {
  color: var(--tb-hover);
  stroke: var(--tb-hover);
  fill: var(--tb-hover);
}

.nav-toggle, .drawer-toggle{
  background: transparent;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  border: none;
}
.drawer-toggle { color: #fff; position: absolute; top: 10px; left: 10px;  font-size: 1.2rem; font-weight: 100; font-family: Arial, Helvetica, sans-serif; line-height: 1;  }

.drawer-nav {
  display: flex; flex-direction: column; gap: 4px; padding: 10px; margin-top: 26px;
}
.drawer-nav a{
  color: var(--drawer-fg); text-decoration: none; padding: 8px 10px; border-radius: 10px; font-family: 'black mango', sans-serif; font-size: 1.4rem; justify-content:center; display: flex; align-items: center; 
}

.drawer-nav a:hover { background: #a4998a; }

.drawer-nav hr {
  border: none;
  border-top: 0.3px solid #fff;
  margin: 3px 0;
}


.no-scroll {overflow: hidden;}

.icon {
  background: transparent;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
}



.social svg {
  width: clamp(7px, 3vw, 25px);
  height: auto;
}

.logo{
  height: auto;
  width: clamp(80px, 18vw, 300px);
}

.logo svg {
  width: clamp(200px, 20vw, 300px);
}

.icon.scrolled {
  color: var(--fg);
} 

.main-page {
  background-image: url('/assets/imagenes/Diseño_Sala_de_estar_casa_marari.JPG');
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.jaqueline-description {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  padding: 10px 2px;
  }

.text-left-container{
  max-width: 90%;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 10px;
}

.nombre-patrona {
  font-family: 'black-mango', sans-serif;
  font-weight: normal;
  font-size: clamp(2rem, 3vw, 3rem);
  
}

h1 {
  margin-bottom: 15px;
  margin-top: 0;
}

.know-us{
  font-family: 'hero', sans-serif;
  font-size: clamp(0.6rem, 1.2vw, 1.5rem);
  line-height: 1.8;
  letter-spacing: 0.18em;
  margin: 0 auto;
  width: clamp(80%, 44vw, 100%);
  text-align: center;
  padding: 10px 0;
}

.image-right img {
  width: 100%;
  height: 90%;
  object-fit: cover;
  border-radius: 2px;
}

.headlines {
  text-align: center;
  font-family: 'black-mango', sans-serif;
  font-weight: normal;
  font-size: clamp(1.1rem, 2.6vw, 2rem);
  color: var(--fg);
}

.headlines h2 {
  margin-bottom: 20px;
}

hr {
  border: none;
  border-top: 0.6px solid #d5cbbe;
  margin: 40px 0;
}

.nuevos-proyectos {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.proyecto-1, .proyecto-2 {
  position: relative; 
  width: 100%;
  min-height: clamp(220px, 38vh, 450px); /* altura contenida */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 20px;
  
}

.proyecto-1 {
  background-image: url('/assets/imagenes/Diseño_personalizado_guaduales_sala_estar.png');
  margin-bottom: 20px;
  color: #fff;
  text-shadow: #8d8375 1px 1px 4px;
}

.proyecto-2 {
  background-image: url('/assets/imagenes/Diseño_oficina_comercial.JPG');
  color: #fff;
  text-shadow: #8d8375 1px 1px 4px;
}



.contenido-proyecto {
  margin-top: 100px;
  margin-left: 90px;display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 70%; 
}

.contenido-proyecto h3 {
  font-family: 'hero', sans-serif;
  font-weight: bolder;
  font-size: clamp(0.8rem, 1.2vw, 2rem);
}

.contenido-proyecto h4 {
  font-family: 'black-mango', sans-serif;
  font-weight: normal;
  font-size: clamp(1.2rem, 2vw, 2rem);
}

.contenido-proyecto p {
  font-family: 'hero', sans-serif;
  font-size: clamp(0.5rem, 0.9vw, 1.2rem);
  line-height: 1.6;
  max-width: 98%;
  letter-spacing: 0.09em;
}

.contenido-proyecto button {
  background-color: #fff;
  color: #2f444a;
  font-family: 'hero', sans-serif;
  font-weight: bold;
  font-size: clamp(0.6rem, 1vw, 1.2rem);
  cursor: pointer;
  border-radius: 30px;
  border: none;
  padding: 1px 7px;
  width: 150px;
}

.contenido-proyecto button:hover {
 box-shadow: #2f444a 4px 4px 6px;
}


.ver-mas-proyectos {
  background-image: url('/assets/imagenes/Diseño\ de\ espejo\ circular_\ malabar\ lakes.JPG');
   position: relative; 
    width: 100%;
    min-height: clamp(70px, 70vh, 320px); /* altura contenida */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 2px;
    overflow: hidden;
    margin-top: 70px;
}

.ver-mas-proyectos button {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  background-color: transparent;
  color: #fff;
  font-family: 'hero', sans-serif;
  font-weight: normal;
  font-size: clamp(0.6rem, 1.2vw, 1.5rem);
  cursor: pointer;
  border-radius: 0px;
  border: #fff solid 0.5px;
  padding: 9px 7px;
  width: 300px;
}

.contacto {
  background: var(--bg);
  padding: clamp(32px, 7vw, 80px) clamp(20px, 6vw, 80px);
  color: var(--fg);
}

.contact-form {
  max-width: 980px;
  margin: 45px auto;
}

.contact-form .hp {display: none;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(12px, 2vw, 24px);
  margin-bottom: clamp(14px, 2.5vw, 24px);
}

.field {
  display: grid;
  gap: 8px;
}

.field label {
  display: grid;
  gap: 8px;
}

.field label{
  font-size: .78rem;
  letter-spacing: .22em;
  color: var(--muted);
}

.field input,
.field textarea{
  width: 100%;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--fg);
  border-radius: 6px;
  padding: 14px 16px;
  font: inherit;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.field textarea{
  resize: vertical;
}

.field input:focus,
.field textarea:focus{
  border-color: var(--line-focus);
  box-shadow: 0 0 0 4px rgba(213,203,190,.25);
}

/* Botón */
.btn {
  margin-top: clamp(8px, 1.5vw, 12px);
  background: #2f444a;
  color: var(--btn-fg);
  border: none;
  padding: 14px 28px;
  border-radius: 0;
  letter-spacing: .35em;       /* letras espaciadas como en el ejemplo */
  font-size: .9rem;
  cursor: pointer;
  transition: filter .2s ease, transform .12s ease;
  display: block;
  margin: 20px auto 0;
}


.btn:hover{ filter: brightness(1.05); transform: translateY(-1px); }
.btn:active{ transform: translateY(0); }

.status{
  margin-top: 10px;
  font-size: .9rem;
  color: var(--muted);
}

.form-legal{
  margin-top: 20px;
  font-size: .8rem;
  color: var(--muted);
  text-align: center;
}


.footer {
  background-color: #b6c3c4;
  color: #fff;
  text-align: center;
  padding: 60px;
}

.footer-nav {
  display: flex;
  justify-content: center;
  gap:clamp(10px, 15vw, 150px);
  flex-wrap: wrap;
  margin-bottom: clamp(20px, 4vw, 40px);
  font-size: clamp(0.6rem, 0.9vw, 0.8rem);
  margin-bottom: 80px;
  margin-top: 20px;
} 

.footer-nav a {
  color: #fff;
  text-decoration: none;
}

.footer-nav .bigger {
  font-size: clamp(0.8rem, 1vw, 0.8rem);
  margin-bottom: 10px;
}

.inside-of {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-copy {
  font-size: clamp(0.6rem, 0.9vw, 0.8rem);
  line-height: clamp(12px, 1.5vw, 20px);
}

.footer-logo {
  width: clamp(120px, 18vw, 200px);
  height: auto;
  margin-bottom: 10px;
}

h1 {
  margin-top: 130px;
  font-size: 100px;
  text-align: center;
}

.bg-img-text {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('/assets/imagenes/Diseño_casa_familiar_malabar_lakes.JPG');
  background-size: cover;
  background-position: center;
  height: clamp(150px, 32vh, 320px);
  margin-top: 80px;
}

.bg-img-text p {
  color: #fff;
  text-shadow: #8d8375 1px 1px 4px;
  font-family: 'hero', serif;
  font-size: clamp(0.7rem, 1.2vw, 2rem);
  text-align: center;
  width: 26%;
  letter-spacing: 0.08em;
}

.text-inbetween {
  text-align: center;
  font-family: 'hero', sans-serif;
  font-weight: normal;
  font-size: clamp(8px, 1vw, 15px);
  color: var(--fg);
  letter-spacing: 0.09em;
  max-width: 85%;
  margin: 50px auto;
  line-height: 2;
}

.tres-pilares {
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-size: clamp(0.8rem, 1vw, 1.2rem);
  color: #fff;
  gap: calc(20px + 6vw);
  font-family: 'ablation', sans-serif;
  letter-spacing: 0.09em;
}


.bg-img-text-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('/assets/imagenes/Decoración_personalizada_malabar_sala_tv.jpg');
  background-size: cover;
  background-position: center;
  height: clamp(150px, 55vh, 550px);
  width: 85%;
  margin: 0 auto 0 auto;
}

.fabricantes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  width: 30%;
  margin:auto;
}
.img-fabricantes {
  display: flex;
  margin: auto;
  align-items: center;
  justify-items: center;
  justify-content: center;
  
}

.img-fabricantes img {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin: 0 6px;
}

.nuestro-equipo {
  margin-top: 50px;
  font-size:clamp(1.5rem, 3vw, 2.5rem);
}

.grid-equipo {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 100px;
}

.miembro-equipo img{
  width: 72%;
  height: clamp(200px, 50vh, 550px);
  object-fit: cover;
  border-radius: 2px;
  margin: 50px auto 10px auto;
}

.miembro-equipo {
  text-align: center;
  font-family: 'hero', sans-serif;
  font-size: clamp(0.9rem, 1.4vw, 1.8rem);
  color: var(--fg);
}

.servicios {
  background-image: url('/assets/imagenes/Copia\ de\ IMG_3738b.png');
  background-size: cover;
  background-position: center;
  background-position: center;
  margin: 0; /* por si acaso */
  padding-block: clamp(24px, 6vw, 80px);
}

.servicios-content {
  background-color: #fff;
  position: relative;
  width: min(95%, 1100px);
  padding: clamp(16px, 3vw, 40px);
  margin: 0 auto 10px auto;
}

.headlines-3 {
  text-align: center;
  font-family: 'black-mango', sans-serif;
  font-weight: normal;
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  color: var(--fg);
  padding-top: 60px;
}

.servicios-grid {
  display: grid; 
  gap: 16px;
  grid-template-columns: minmax(40px, 1fr) auto minmax(40px, 1fr);
  align-items: center;
}


.image-box{
  background-image: url('/assets/imagenes/Diseño_personalizado_decoracion_habitacion_guaduales.png');                        /* color de espera */ /* cambia por tu imagen */
  background-size: cover;
  background-position: center;
  border: 1px solid #e0d7cb;                    /* alto estable */
  border-radius: 4px;
  width: 100%;
  height: clamp(350px, 35vw, 500px);
}

.image-box-2 {
  background-image: url('/assets/imagenes/Decoracion_diseño_malabar_lakes.png');                        /* color de espera */ /* cambia por tu imagen */
  background-size: cover;
  background-position: center;
  border: 1px solid #e0d7cb;                    /* alto estable */
  border-radius: 4px;
  width: 100%;
  height: clamp(300px, 35vw, 500px);
  
}


.text-box h2 {
  font-size: clamp(1.6rem, 3vw, 3.7rem);
  font-family: 'black-mango', sans-serif;
  font-weight: normal;
  margin-top: clamp(45px, 6vw, 80px);
  margin-left: auto;
  margin-right: auto;
}

.text-box h3 {
 
  font-size: clamp(0.8rem, 2vw, 1.3rem);
  font-family: 'black-mango', sans-serif;
  margin-bottom: 0;
}

.text-box p {
 font-family:'hero', sans-serif;
 line-height: clamp(1.6rem, 3vw, 4rem);
 letter-spacing: 0.10rem;
 max-width: 450px;
}

.text-description-customer {
  margin-top: clamp(80px, 10vw, 100px);
  font-size: clamp(0.6rem, 1.3vw, 1.1rem);
}

.text-box p, .text-box h2, .text-box h3, .text-box p{
  text-align: center;
   color: #908472;
}

.text-bhnd-btton {
  margin-top: clamp(30px, 9.6vw, 70px);
  font-size: clamp(0.5rem, 1.1vw, 0.8rem);
  width: 16rem;
  margin-left: auto;
  margin-right: auto;
}

.bton-servicios {
  font-family: 'hero', sans-serif;
  font-size: clamp(8px, 2vw, 15px);
  font-weight: bold;
  padding: 3px 17px;
  border-radius: 20px;
  border: 0;
  letter-spacing: 0.09rem;
  background-color: #908472;
  color: #fff;
}

.bton-servicios:hover {
  cursor: pointer;
  box-shadow: 5px 4px 20px rgba(0, 0, 0, 0.3);
}


.btn-wrapper {
  display: flex;
  justify-content: center;
  z-index: 2;
  margin-top: clamp(8px, 1.6vw, 16px);
margin-bottom: clamp(16px, 3.5vw, 40px);
}

.image-stack {
  position: relative;
  width: clamp(260px, 36vw, 500px);   /* ancho contenedor */
  height: auto;
  margin-left: clamp(40px, 10vw, 370px);
  transition: transform 0.8s ease, opacity 0.8s ease;
}

.image-stack-wrapper{ margin-top: clamp(80px, 9vw, 220px);}

.img-bottom {
  object-fit: cover;
  display: block;
  border-radius: 8px;
  width: clamp(200px, 30vw, 320px);
  height: clamp(220px, 30vw, 400px);
  
}

.img-top {
  position: absolute;
  bottom: clamp(70px, 10vw, 200px);      /* lo bajas un poco */
  left: clamp(160px, 20vw, 250px);     /* aquí haces el "corrimiento" a la derecha */
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2); /* efecto flotante */
  width: clamp(200px, 30vw, 320px);
  height: clamp(220px, 30vw, 400px);
  
}

.image-stack img {
  
  transition: transform .6s cubic-bezier(.2,.8,.2,1), opacity .6s ease;
  will-change: transform, opacity;

}

.paths{
  display: none;
  margin-top: 16px;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  scroll-margin-top: 100px;
}

#servicios-content.is-open .paths {
  display: flex;
  opacity: 1;
  pointer-events: auto;
  height: auto; 
}

#servicios-content.is-open {
  padding-bottom: clamp(180px, 32vw, 460px);
}

.path{
  background: #fff;
  outline-offset: 8px;
  border-radius: 8px;
  padding: 20px;
  flex: 1;
  color: #908472;
}

.path h3{
  font-size: clamp(6px, 1.5vw, 15px);
  margin-bottom: clamp(19px, 3vw, 55px);
  border: 1px solid #908472;
  border-radius: 15px;
  text-align: center;
  padding: 10px 2px;
  font-family: 'hero', sans-serif;
  letter-spacing: 0.12rem;
}

.path li {
  font-size: clamp(7px, 1.4vw, 16px);
  font-family: 'hero', sans-serif;
  letter-spacing: 0.09rem;
  padding-bottom: clamp(6px, 2vw, 30px);
}

.servicios-content.is-open .image-box{
  transform: translateX(calc(-18vw - 80px));
  opacity: .35;
  transition: transform .6s cubic-bezier(.2,.8,.2,1), opacity .6s ease;
}
.servicios-content.is-open .image-box-2{
  transform: translateX(calc(18vw + 80px));
  opacity: .35;
  transition: transform .6s cubic-bezier(.2,.8,.2,1), opacity .6s ease;
}
.servicios-content.is-open .image-stack .img-top{
  transform: translateX(40%);  opacity: 0;
}
.servicios-content.is-open .image-stack .img-bottom{
  transform: translateX(-40%); opacity: 0;
}


.portafolio {
  margin-top: 130px;
}
.portafolio-links {
  margin-top: 60px;
  margin-bottom: 80px;
}
.portafolio-pics {
  display: grid;
  grid-template-columns: 1fr 1fr;     /* 2 columnas iguales */
  gap: clamp(8px, 1.5vw, 14px);
  max-width: 98%;
  margin: 0 auto;
}

.item{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 4px;
}

.item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .35s ease, opacity .35s ease;
}

/* Proporciones para alinear alturas sin deformar */
.item--small { aspect-ratio: 4 / 3; }   /* “bajas” */
.item--tall  { aspect-ratio: 4 / 6; }   /* misma anchura, el doble de alto que small */
.item--wide  { grid-column: 1 / -1; aspect-ratio: 16 / 9; } /* ocupa 2 columnas */

/* Columna derecha de la fila 2 con dos imágenes apiladas */

/* Hover suave */
.item:hover img{
  opacity: 0.5;
  cursor: pointer;
}

.overlay {
  position:absolute;
  inset: 0;
  display: flex;
  justify-content: center; 
  align-items: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.overlay p {
  color: #2f444a;
  font-family: 'black-mango', sans-serif;
  font-size: clamp(1rem, 2vw, 1.5rem);
  font-weight: bolder;
  text-align: center;
  letter-spacing: 0.12rem;
}

.item:hover .overlay {
  opacity: 1;
}

.proyecto-layout {
  background-color: #d5cbbe;
  padding-bottom: 100px;
}

.nombre {
   margin-top: 0px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   text-align: center;
   background-size: cover;
   background-position: center;
   width: 100%;
   height: clamp(140px, 60vw, 730px);
}

.nombre--proyecto-1 {
  background-image: url('/assets/imagenes/Diseño_casa_familiar_marari.png');
}

.nombre p, 
.nombre h2 {
  padding: 0;
  line-height: clamp(1.8rem, 3vw, 2.2rem);
}

.location-h{
  font-size: clamp(0.7rem, 2.3vw, 1.2rem);
  font-family: 'hero', sans-serif;
  letter-spacing: 0.5rem;
  color: #2f444a;
  font-weight: normal;
}

.headlines-p {
  font-size: clamp(3rem, 4vw, 6rem);
  letter-spacing: 0.09rem;
  font-family: 'black-mango', sans-serif;
  font-weight: normal;
  color: #2f444a;
}



.galeria {
  display: grid;
  width: 87%;
  margin-inline: auto;
  gap: clamp(20px, 5vw, 40px);
}

.img-grande {
  width: 100%;
}

.img-grande img{
  width: 100%;
  height: auto;
}

.two-pic-configuration {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(10px, 2vw, 30px);
}

.two-pic-configuration img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

.three-is-free {
  display:grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 10px;
  padding-top: 30px;

}.photo--tall {
  grid-row: span 2;
}

.cuadricula {
  width: 87%;
  height: 70%;
  margin-inline: auto;
}

.cuadricula img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  overflow: hidden;
}

.nombre--proyecto-2 {
  background-image: url('/assets/imagenes/Diseño\ personalizado\ cocina_malabar\ lakes.png');
}

.img-grande--malabar img{
  aspect-ratio: 4 / 2;
  object-fit: cover;
}

.galeria--space {
  padding-top: 40px;
}

.two-pic-configuration--elongated img {
  aspect-ratio: 4 / 5.3;
  object-fit: cover;
}

.nombre--proyecto-4 {
  background-image: url('/assets/imagenes/Diseño\ casa\ con\ piscina_guaduales.png');
}

.nombre--proyecto-3 {
  background-image: url('/assets/imagenes/Diseño\ de\ oficinas_cerritos\ mall.png');
}

.nombre--proyecto-5 {
  background-image: url('/assets/imagenes/Diseño\ sala\ principal_malabar\ reservado.png');
}

.nombre--proyecto-6 {
  background-image: url('/assets/imagenes/Diseño\ de\ mesa\ en\ madera\ para\ patio_aviñon.png');
}
.three-is-free--guaduales {
  grid-template-columns: 1fr 1.2fr;
}

.photo--wide--space {
  margin-top: 20px;
}

.three-way-grid {
  display: grid;
  grid-template-columns: 1fr 1.7fr 1fr;
  gap: 7px;
  max-width: 87%;
  margin-inline: auto;
}

.contacto--space {
  margin-top: 80px;
}



.footer-copy--legal {
  font-size: clamp(0.6rem, 0.9vw, 0.8rem);
  line-height: clamp(12px, 1.5vw, 20px);
  margin-top: 40px;
  color: inherit;
}

.privacy-brief {
  text-align: center;
  font-family: 'hero', sans-serif;
  font-size: clamp(0.8rem, 1.5vw, 1.6rem);
  margin: auto clamp(40px, 6vw, 90px);
  margin-bottom: clamp(20px, 3vw, 40px);
}
.politica-de-privacidad {
  margin: auto clamp(40px, 6vw, 90px);
  font-size: clamp(0.8rem, 1.5vw, 4rem);
  color: var(--fg);
}

.headlines--privacy {
  text-align: left;
  font-family: 'black-mango', sans-serif;
  font-weight: normal;
  font-size: clamp(0.7rem, 2.5vw, 2rem);
  color: var(--fg);
  margin-bottom: clamp(0.6rem, 2vw, 4rem);
  margin-top: clamp(1.2rem, 3vw, 6rem);
}

.container-privacy {
  
  margin: auto;
  font-family: 'hero', sans-serif;
  font-size: clamp(0.7rem, 1.5vw, 1.2rem);
  line-height: 1.8;
  color: var(--fg);
}

@media (max-width: 768px) {

  .logo {
    width: clamp(60px, 20vw, 180px);
  }
  .logo svg {
    width: clamp(150px, 25vw, 200px);
  }
  .tres-pilares {
    gap: calc(20px + 4vw);
  }

  .servicios-grid {
    display: grid;
    grid-template-columns: minmax(12px, 1fr) auto minmax(12px, 1fr);
    gap: 12px;
    align-items: center;
  }
  
  /* Imágenes laterales */
  .image-box {
    height: clamp(160px, 36vw, 260px);
    border-radius: 4px;
  }
  .image-box-2 {
    height: clamp(150px, 36vw, 250px);
    border-radius: 6px;
    /* IMPORTANTE: quitar el margin-top gigante que empujaba todo */
    margin-top: 0;
  }

  /* Texto */
  .text-box h2 {
    font-size: clamp(1.2rem, 3vw, 2.5rem);
    margin-top: clamp(24px, 6vw, 48x);
  }
  .path li { font-size: clamp(6px, 1.2vw, 12px); }

  /* Image stack (debajo, siempre visible) */
  .img-bottom {
    width: clamp(140px, 52vw, 260px);
    height: clamp(160px, 52vw, 270px);
  }
  .img-top {
    bottom: clamp(40px, 10vw, 110px);
    left: clamp(90px, 22vw, 150px);
    width: clamp(140px, 50vw, 260px);
    height: clamp(145px, 50vw, 260px);
  }

  .img-bottom {
    width: clamp()
  }

  /* Panel de paths: en el flujo y oculto hasta abrir */
  .paths {
    position: static;
    display: none;                 /* oculto por defecto */
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 16px;
    pointer-events: auto;
    z-index: auto;
    scroll-margin-top: 84px;       /* compensa header fijo al hacer scroll */
  }
  /* 👇 OJO al selector correcto: el .is-open va en el CONTENEDOR */
  #servicios-content.is-open .paths {
    display: flex;
  }
  .path { flex: 1 1 100%; }

  /* Caja blanca: alto automático, sin 200vh */
  .servicios-content {
    width: 95%;
    height: auto !important;
    padding-bottom: clamp(16px, 6vw, 36px);
    margin: 0 auto 10px auto;
  }

  .image-stack {
    width: clamp(200px, 60vw, 320px);
    margin-left: auto;
    margin-right: auto;
    height: auto;
  }

  /* Fondo de la sección: sin min-height gigantes */
  .servicios {
    background-image: url('/assets/imagenes/Copia de IMG_3738b.png'); /* evita backslashes */
    background-size: cover;
    background-position: center;
    padding-top: 8px;
    margin: 0;
  }
  .image-stack-wrapper {margin-top: clamp(80px, 20vw, 160px);}

  .tres-pilares { gap: calc(20px + 4vw); }
}


/* ====== ESCRITORIO ====== */
@media (min-width: 769px) {
  /* NO uses absolute para .paths: ya no hace falta, las fotos están fuera */
  .paths { display: none; }
  #servicios-content.is-open .paths { display: flex; }

  /* Si quieres reservar espacio extra al abrir (bajo el botón) */
  #servicios-content.is-open {
    padding-bottom: clamp(180px, 20vw, 380px);
  }
}


