
	@font-face {
		font-family: 'htds';
		src: url("./fonts/DINPro-Bold.otf");
	}
	@font-face {
		font-family: 'htds-bold';
		src: url("./fonts/DINPro-Black.otf");
	}
	@font-face {
		font-family: 'htds-regular';
		src: url("./fonts/DINPro-Regular.otf");
	}
	@font-face {
		font-family: 'htds-light';
		src: url("./fonts/DINPro-Light.otf");
	}


	html,
	body {
		margin: 0;
		width: 100%;
		height: 100%;
		scroll-behavior: smooth;
	}

    main {font-family: htds-regular;}


    section {
        margin: 0 30px;
    }
    .content-section {
        margin: 0 30px;
        display: none;
      }
    .visible {
        display: block;
      }

    .product-projects {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr ;
        grid-template-rows: auto;
        grid-template-areas: "flamp fusion-clock stix"
                             "multibench fusion-clock inkstone"
                             "multibench seiko seiko"
                             "joyn ego flamp-gaudi"
                             "joyn tobo flamp-gaudi"
                             "chibi select folklore"
                             "chibi bender luo"
                             "ola ola luo"
                             ;
        row-gap: 20px; 
        column-gap: 10px; 
    }
    .fusion-clock{
        grid-area: fusion-clock;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .flamp{
        grid-area: flamp;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .stix {
        grid-area: stix;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .seiko {
        grid-area: seiko;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .inkstone {
        grid-area: inkstone;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .multibench {
        grid-area: multibench;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .flamp-gaudi {
        grid-area: flamp-gaudi;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .tobo {
        grid-area: tobo;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .bender {
        grid-area: bender;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .folklore {
        grid-area: folklore;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .ego {
        grid-area: ego;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .chibi {
        grid-area: chibi;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .ola {
        grid-area: ola;    /* solo falta añadir al grid los nuevos elementos */
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .luo {
        grid-area: luo;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .joyn {
        grid-area: joyn;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .select {
        grid-area: select;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }



    .graphic-projects {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr ;
        grid-template-rows: 1fr 1fr 1fr 1fr ;
        grid-template-areas: "aki-logo denchu iese"
                             "art-direction denchu iese"
                             "red-ant uribou energy-drink"
                             "adeu denshoku gokuri"
                             "adeu toribanya o"
                             "ukiyoe ukiyoe japan"
                             "aki-merch  aki-wall aki-wall"
                             "kagura aki-wall aki-wall"
                             ;
        row-gap: 20px; 
        column-gap: 10px; 
    }


    .art-direction {
        grid-area: art-direction;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .aki-logo {
        grid-area: aki-logo;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .denshoku {
        grid-area: denshoku;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .toribanya {
        grid-area: toribanya;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .o {
        grid-area: o;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .kagura {
        grid-area: kagura;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .gokuri {
        grid-area: gokuri;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .kagura {
        grid-area: kagura;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .iese {
        grid-area: iese;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .red-ant {
        grid-area: red-ant;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .aki-wall {
        grid-area: aki-wall;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .uribou {
        grid-area: uribou;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .ukiyoe {
        grid-area: ukiyoe;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .japan {
        grid-area: japan;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .adeu {
        grid-area: adeu;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .aki-merch {
        grid-area: aki-merch;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .denchu {
        grid-area: denchu;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .catalog-ariane {
        grid-area: catalog-ariane;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }


    .interior-projects {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr ;
        grid-template-rows: 1fr 1fr 1fr 1fr ;
        grid-template-areas: "ramen-house ramen-house astera-stand"
                             "kirinzi javier-tles interior-uribou"
                             "sake-kagura javier-tles interior-aki"
                             "orenchi ohkini interior-aki"
                             "orenchi ohkini interior-red-ant"
                             ;
        row-gap: 20px; 
        column-gap: 10px; 
    }
    .astera-stand {
        grid-area: astera-stand;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .interior-uribou {
        grid-area: interior-uribou;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .interior-red-ant {
        grid-area: interior-red-ant;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .sake-kagura {
        grid-area: sake-kagura;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .javier-tles {
        grid-area: javier-tles;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .interior-aki {
        grid-area: interior-aki;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .orenchi {
        grid-area: orenchi;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .ohkini {
        grid-area: ohkini;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .ramen-house {
        grid-area: ramen-house;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    .kirinzi {
        grid-area: kirinzi;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    

    .tableware-projects {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr ;
        grid-template-rows: 1fr 1fr 1fr 1fr ;
        grid-template-areas: "slowfast slowfast slide"
                             "slowfast slowfast hive"
                             "lune minone minone"
                             "akibowl meoto meoto"
                             "sokko kama kama"
                             ;
        row-gap: 20px; 
        column-gap: 10px; 
    }

    .slowfast {
        grid-area: slowfast;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .hive {
        grid-area: hive;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .slide {
        grid-area: slide;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .lune {
        grid-area: lune;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .minone{
        grid-area: minone;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .meoto {
        grid-area: meoto;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .akibowl {
        grid-area: akibowl;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .kama {
        grid-area: kama;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .sokko {
        grid-area: sokko;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .packaging-projects {        
        display: grid;
        grid-template-columns: 1fr 1fr 1fr ;
        grid-template-rows: 1fr 1fr 1fr 1fr ;
        grid-template-areas: "eco-packaging liquor-bottle mochiai"
                             "chocolate-box liquor-bottle mochiai"
                             "packaging-energy-drink advent-calendar advent-calendar"
                             "packaging-energy-drink the-envelop the-envelop"
                             ;
        row-gap: 20px; 
        column-gap: 10px; 
    }

    .packaging-energy-drink {
        grid-area: packaging-energy-drink;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .eco-packaging {
        grid-area: eco-packaging;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .liquor-bottle {
        grid-area: liquor-bottle;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .mochiai {
        grid-area: mochiai;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .advent-calendar {
        grid-area: advent-calendar;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .the-envelop {
        grid-area: the-envelop;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .energy-drink {
        grid-area: energy-drink;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .chocolate-box {
        grid-area: chocolate-box;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }



    .concepts {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

     /***********    Show Design Container Projects    ***********/
    .container-project {
        min-height: 40vh;
        text-decoration: none;
		border-radius: 5px;
    }
    .container-project:hover .project {
        opacity: 1; 
    }

    /***********    Show Design Projects ***********/
  
    .project {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        padding: 0 20px;
        opacity: 0;
        transition: opacity 0.1s ease-in-out;
        background-color: rgba(0, 0, 0, 0.4);
        height: 100%;
		border-radius: 5px;
    }
    .project * {
        border-bottom: none;
        font-family: htds;
        margin: 0;
        color: white;
        text-decoration: none;
    }
    .project h2{font-size: 32px; font-family: htds;}
    .project h3{font-size: 20px; font-family: htds-light;}
    
    @media (max-width: 768px) {
        .product-projects {
            grid-template-columns: 1fr;
            grid-template-rows: auto;
            grid-template-areas: "flamp"
                                 "fusion-clock"
                                 "stix"
                                 "multibench"
                                 "inkstone"
                                 "seiko"
                                 "ego"
                                 "joyn"
                                 "tobo"
                                 "flamp-gaudi"
                                 "select"
                                 "folklore"
                                 "chibi"
                                 "bender"
                                 "luo"
                                 "ola";
        }
        .graphic-projects {
            grid-template-columns: 1fr;
            grid-template-rows: auto;
            grid-template-areas: "aki-logo"
                                 "art-direction"
                                 "red-ant"
                                 "uribou"
                                 "iese"
                                 "denchu"
                                 "gokuri"
                                 "kagura"
                                 "aki-wall"
                                 "ukiyoe"
                                 "japan"
                                 "adeu"
                                 "aki-merch"
                                 "toribanya"
                                 "o"
                                 "denshoku"
                                 "energy-drink";
        }
        .interior-projects {
            grid-template-columns: 1fr;
            grid-template-rows: auto;
            grid-template-areas: "interior-uribou"
                                 "interior-red-ant"
                                 "astera-stand"
                                 "sake-kagura"
                                 "javier-tles"
                                 "interior-aki"
                                 "orenchi"
                                 "ohkini"
                                 "ramen-house";
        }
        .tableware-projects {
            grid-template-columns: 1fr;
            grid-template-rows: auto;
            grid-template-areas: "slowfast"
                                 "slide"
                                 "hive"
                                 "lune"
                                 "minone"
                                 "meoto"
                                 "akibowl"
                                 "sokko"
                                 "kama"
                                 ;
        }
        .packaging-projects {
            grid-template-columns: 1fr;
            grid-template-rows: auto;
            grid-template-areas: "eco-packaging"
                                 "liquor-bottle"
                                 "mochiai"
                                 "advent-calendar"
                                 "the-envelop"
                                 "packaging-energy-drink"
                                 "chocolate-box";
        }
        .product-projects {
            grid-template-columns: 1fr;
            grid-template-rows: auto;
            grid-template-areas: "flamp"
                                 "fusion-clock"
                                 "stix"
                                 "multibench"
                                 "inkstone"
                                 "seiko";
        }

        .product-projects > * {
            grid-column: auto;
            grid-row: auto;
        }

        aside {
            width: 100%;
        }
        .container-project {
            width: 100%;
            height: 100%;
        }

        .button-to-projects {
            max-width: 100%;
            font-size: 16px;
        }
        .section-title {
            width: 270px;
            font-size: 24px;
        }
        .container-img {
            margin: 0 100px;
        }

    }

    
.section-title {
    margin-top: 50px;
    font-family: htds;
    font-size: 40px;
    border-top: 3px solid #031CA6;
    border-bottom: 3px solid #031CA6;
    padding: 10px;
    width: 400px;
}



  
	
.container-button {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 35px 0;
}

.button-to-projects {
    font-family: htds;
    font-size: 22px;
    border-bottom: 1px solid #031CA6;
    color: #031CA6;
    padding: 5px 80px;
    text-decoration: none;
    transition: 0.3s;
}
.button-to-projects:hover{
    color: white;
    background-color: #031CA6;
}


.container-img {
  position: relative;
  width: 100%;
}


.container-img img{
  transition: transform 0.5s ease;
  will-change: transform;
}

.service-article:hover img {
  transform: scale(1.1);
}



 /***********    Show Design Container Projects    ***********/
    .container-project {
      min-height: 40vh;
      text-decoration: none;
		  border-radius: 5px;
    }
    .container-project:hover .project {
        opacity: 1; 
    }

    /***********    Show Design Projects ***********/
  
    .project {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: start;
      padding: 0 20px;
      opacity: 0;
      transition: opacity 0.1s ease-in-out;
      background-color: rgba(0, 0, 0, 0.4);
      height: 100%;
		  border-radius: 5px;
    }
    .project * {
        border-bottom: none;
        font-family: htds;
        margin: 0;
        color: white;
        text-decoration: none;
    }
    .project h2{font-size: 32px; font-family: htds; line-height: 1;}
    .project h3{font-size: 20px; font-family: htds-light; line-height: 2;}

        .pdf-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 20px;
        }
        /* Limitar a máximo 3 columnas */
        @media (min-width: 1050px) {
            .pdf-container {
                grid-template-columns: repeat(3, 1fr);
            }
        }

        .pdf-item {
            border: 1px solid #ccc;
            padding: 10px;
            border-radius: 8px;
            background: #fafafa;
            text-align: center;
        }

        .pdf-item a {
            margin: 30px;
        }

        .preview {
            width: 100%;
            height: calc(100% - 30px);
        }
        .thumbnail {
            width: 100%;
            height: calc(100% - 30px);
            object-fit: cover;
            border: 1px solid #ccc;
            border-radius: 8px;
        }
