{"id":904,"date":"2026-05-13T13:27:41","date_gmt":"2026-05-13T13:27:41","guid":{"rendered":"https:\/\/stramigioliassociati.ng\/?page_id=904"},"modified":"2026-05-13T14:39:55","modified_gmt":"2026-05-13T14:39:55","slug":"tommaso-filippetti","status":"publish","type":"page","link":"https:\/\/stramigioliassociati.ng\/it\/tommaso-filippetti\/","title":{"rendered":"TOMMASO FILIPPETTI"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"904\" class=\"elementor elementor-904\" data-elementor-post-type=\"page\">\n\t\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-a6d624f e-flex e-con-boxed e-con e-parent\" data-id=\"a6d624f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-c90b164 e-con-full e-flex e-con e-child\" data-id=\"c90b164\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-16d1bf3 elementor-widget elementor-widget-image\" data-id=\"16d1bf3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"643\" height=\"643\" src=\"https:\/\/stramigioliassociati.ng\/wp-content\/uploads\/2026\/05\/DSC1973x.jpg\" class=\"attachment-large size-large wp-image-389\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-cecd95f e-con-full e-flex e-con e-child\" data-id=\"cecd95f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bc5d510 elementor-widget elementor-widget-text-editor\" data-id=\"bc5d510\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div class=\"large-6 columns bio-padding\"><p class=\"bio-title no-margin\"><strong>Thomas Filipipetti<\/strong><\/p><p>\u00a0<\/p><div class=\"bio-block\"><p>He graduated in Architecture in Florence in 1997 deepening his studies in Paris. <br \/>From the beginning of his professional career he deals with design, construction management and project management in Italian and foreign construction sites, gaining significant skills at international level. <br \/>He has experience in the luxury contract sector in which he managed construction sites of commercial, residential, cruise ships and hotels including the Hotel Lutetia Paris, the W Hotel Tel Aviv, the David Citadel Hotel Jerusalem, the Hotel N\u2019vy Geneve.<\/p><p>\u00a0<\/p><p>The strong sensitivity to the realization of quality architecture and its organizational capacity makes it today responsible for the management of some projects of the studio.<\/p><\/div><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-e5ac7b7 e-con-full e-flex e-con e-parent\" data-id=\"e5ac7b7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7c498b0 elementor-widget elementor-widget-html\" data-id=\"7c498b0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n<meta charset=\"UTF-8\">\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n\r\n<title>Team Members Hover Effect<\/title>\r\n\r\n<style>\r\n\r\n*{\r\n    margin:0;\r\n    padding:0;\r\n    box-sizing:border-box;\r\n}\r\n\r\n.team-section{\r\n    padding:60px 40px;\r\n    background:#;\r\n    font-family:Arial, sans-serif;\r\n}\r\n\r\n.team-grid{\r\n    display:grid;\r\n    grid-template-columns:repeat(4,1fr);\r\n    gap:30px;\r\n}\r\n\r\n.team-card{\r\n    text-decoration:none;\r\n    color:#333;\r\n}\r\n\r\n.image-wrapper{\r\n    position:relative;\r\n    overflow:hidden;\r\n    width:100%;\r\n    aspect-ratio:1\/1.2;\r\n    background:#ddd;\r\n}\r\n\r\n.image-wrapper img{\r\n    position:absolute;\r\n    width:100%;\r\n    height:100%;\r\n    object-fit:cover;\r\n    top:0;\r\n    left:0;\r\n    transition:opacity .5s ease, transform .5s ease;\r\n}\r\n\/* TABLET *\/\r\n@media(max-width:1024px){\r\n\r\n    .team-grid{\r\n        grid-template-columns:repeat(2,1fr);\r\n        gap:20px;\r\n    }\r\n\r\n}\r\n\r\n\/* MOBILE *\/\r\n@media(max-width:768px){\r\n\r\n    .team-section{\r\n        padding:40px 20px 80px;\r\n    }\r\n\r\n    .team-grid{\r\n        grid-template-columns:1fr;\r\n        gap:30px;\r\n    }\r\n\r\n    .image-wrapper{\r\n        aspect-ratio:auto;\r\n        height:420px;\r\n    }\r\n\r\n    .team-name{\r\n        font-size:16px;\r\n    }\r\n\r\n}\r\n\r\n\/* SMALL MOBILE *\/\r\n@media(max-width:480px){\r\n\r\n    .image-wrapper{\r\n        height:350px;\r\n    }\r\n\r\n}\r\n\/* DEFAULT IMAGE *\/\r\n.image-default{\r\n    opacity:1;\r\n    z-index:1;\r\n}\r\n\r\n\/* HOVER IMAGE *\/\r\n.image-hover{\r\n    opacity:0;\r\n    z-index:2;\r\n}\r\n\r\n\/* HOVER EFFECT *\/\r\n.team-card:hover .image-default{\r\n    opacity:0;\r\n    transform:scale(1.05);\r\n}\r\n\r\n.team-card:hover .image-hover{\r\n    opacity:1;\r\n    transform:scale(1.05);\r\n}\r\n\r\n\/* TEAM INFO *\/\r\n.team-info{\r\n    padding-top:15px;\r\n}\r\n\r\n.team-name{\r\n    font-size:18px;\r\n    font-weight:600;\r\n    margin-bottom:5px;\r\n    color:#222;\r\n}\r\n\r\n.team-role{\r\n    font-size:14px;\r\n    color:#777;\r\n    line-height:1.6em;\r\n}\r\n\r\n\/* RESPONSIVE *\/\r\n@media(max-width:1024px){\r\n\r\n    .team-grid{\r\n        grid-template-columns:repeat(2,1fr);\r\n    }\r\n\r\n}\r\n\r\n@media(max-width:768px){\r\n\r\n    .team-section{\r\n        padding:30px 20px;\r\n    }\r\n\r\n    .team-grid{\r\n        grid-template-columns:1fr;\r\n    }\r\n\r\n}\r\n\r\n<\/style>\r\n<\/head>\r\n\r\n<body>\r\n\r\n<section class=\"team-section\">\r\n\r\n<div class=\"team-grid\">\r\n\r\n    <!-- MEMBER 1 -->\r\n    <a href=\"https:\/\/stramigioliassociati.ng\/it\/sara-mencarini-stramigioli\/\" class=\"team-card\">\r\n\r\n        <div class=\"image-wrapper\">\r\n            <img decoding=\"async\" src=\"https:\/\/stramigioliassociati.ng\/about-us\/img_1386x-650x650\" class=\"image-default\">\r\n            <img decoding=\"async\" src=\"https:\/\/stramigioliassociati.ng\/about-us\/img_1376x\" class=\"image-hover\">\r\n        <\/div>\r\n\r\n        <div class=\"team-info\">\r\n            <div class=\"team-name\">SARA MENCARINI STRAMIGIOLI<\/div>\r\n        <\/div>\r\n\r\n    <\/a>\r\n\r\n    <!-- MEMBER 2 -->\r\n <a href=\"https:\/\/stramigioliassociati.ng\/it\/ludovico-pazzi\/\" class=\"team-card\">\r\n\r\n        <div class=\"image-wrapper\">\r\n            <img decoding=\"async\" src=\"https:\/\/stramigioliassociati.ng\/about-us\/dsc1957-okb-650x650\/\">\r\n            <img decoding=\"async\" src=\"https:\/\/stramigioliassociati.ng\/about-us\/dsc1955-okb\/\" class=\"image-hover\">\r\n        <\/div>\r\n\r\n        <div class=\"team-info\">\r\n            <div class=\"team-name\">LUDOVICO PAZZI<\/div>\r\n        <\/div>\r\n\r\n    <\/a>\r\n   \r\n    <!-- MEMBER 4 -->\r\n     <a href=\"https:\/\/stramigioliassociati.ng\/it\/gianluca-evel\/\" class=\"team-card\">\r\n\r\n        <div class=\"image-wrapper\">\r\n            <img decoding=\"async\" src=\"https:\/\/stramigioliassociati.ng\/about-us\/dsc2366x-650x650\/\" class=\"image-default\">\r\n            <img decoding=\"async\" src=\"https:\/\/stramigioliassociati.ng\/about-us\/dsc2350x\/\" class=\"image-hover\">\r\n        <\/div>\r\n\r\n        <div class=\"team-info\">\r\n            <div class=\"team-name\">GIANLUCA EVEL<\/div>\r\n        <\/div>\r\n\r\n    <\/a>\r\n    \r\n\r\n    <!-- MEMBER 5 -->\r\n    <a href=\"https:\/\/stramigioliassociati.ng\/it\/claudio-fiorenzo-clini\/\" class=\"team-card\">\r\n\r\n        <div class=\"image-wrapper\">\r\n            <img decoding=\"async\" src=\"https:\/\/stramigioliassociati.ng\/about-us\/img_0944\/\" class=\"image-default\">\r\n            <img decoding=\"async\" src=\"https:\/\/stramigioliassociati.ng\/img_0949-1-242x242\/\" class=\"image-hover\">\r\n        <\/div>\r\n\r\n        <div class=\"team-info\">\r\n            <div class=\"team-name\">CLAUDIO FIORENZO CLINI<\/div>\r\n        <\/div>\r\n\r\n    <\/a>\r\n\r\n    <!-- MEMBER 6 -->\r\n    <a href=\"https:\/\/stramigioliassociati.ng\/it\/chiara-turchi\/\" class=\"team-card\">\r\n\r\n        <div class=\"image-wrapper\">\r\n            <img decoding=\"async\" src=\"https:\/\/stramigioliassociati.ng\/about-us\/collaboratori-2024-4ok-2-650x648\/\" class=\"image-default\">\r\n            <img decoding=\"async\" src=\"https:\/\/stramigioliassociati.ng\/collaboratori-2024-5ok-2\/\" class=\"image-hover\">\r\n        <\/div>\r\n\r\n        <div class=\"team-info\">\r\n            <div class=\"team-name\">CHIARA TURCHI<\/div>\r\n        <\/div>\r\n\r\n    <\/a>\r\n\r\n    <!-- MEMBER 7 -->\r\n    <a href=\"https:\/\/stramigioliassociati.ng\/it\/renato-clini\/\" class=\"team-card\">\r\n\r\n        <div class=\"image-wrapper\">\r\n            <img decoding=\"async\" src=\"https:\/\/stramigioliassociati.ng\/about-us\/img_1347-650x650\/\" class=\"image-default\">\r\n            <img decoding=\"async\" src=\"https:\/\/stramigioliassociati.ng\/img_1351\/\" class=\"image-hover\">\r\n        <\/div>\r\n\r\n        <div class=\"team-info\">\r\n            <div class=\"team-name\">RENATO CLINI<\/div>\r\n        <\/div>\r\n\r\n    <\/a>\r\n\r\n<\/div>\r\n\r\n<\/section>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Thomas Filipipetti \u00a0 He graduated in Architecture in Florence in 1997 deepening his studies in Paris. From the beginning of [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-904","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/stramigioliassociati.ng\/it\/wp-json\/wp\/v2\/pages\/904","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/stramigioliassociati.ng\/it\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/stramigioliassociati.ng\/it\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/stramigioliassociati.ng\/it\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/stramigioliassociati.ng\/it\/wp-json\/wp\/v2\/comments?post=904"}],"version-history":[{"count":7,"href":"https:\/\/stramigioliassociati.ng\/it\/wp-json\/wp\/v2\/pages\/904\/revisions"}],"predecessor-version":[{"id":968,"href":"https:\/\/stramigioliassociati.ng\/it\/wp-json\/wp\/v2\/pages\/904\/revisions\/968"}],"wp:attachment":[{"href":"https:\/\/stramigioliassociati.ng\/it\/wp-json\/wp\/v2\/media?parent=904"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}