@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*****************************
********* THEME VARIABLES *********
Fallback values.
When ACF Theme Settings are configured, these variables are
overridden dynamically by functions.php.
******************************/
:root {
  --main-color: #30415E;
  --secondary-color: #D06766;
  --third-color: #ABC1CC;
	--fourth-color: #F39266;
  --white: #ffffff;
  --title-font: 'Economica', sans-serif;
  --main-font: 'Open Sans', sans-serif;
}
/*****************************
********* tipografia*********
******************************/
body {
  font-family: var(--main-font);
  font-size: 15px;
}
p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 20px;
	text-align: left;
}
a {
  color: var(--main-color);
  font-size: 20px;
  transition: ease 0.2s;
  text-decoration: none;
}
a:hover {
  color: var(--secondary-color);
  transition: ease 0.2s;
  text-decoration: none;
}



strong {
	font-weight: bold;
	color: var(--main-color);
}
h1 {
  border-bottom: 1px dotted rgba(226, 226, 226, 1.00);
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 50px;
  font-weight: 400;
  color: var(--main-color);
	font-family: var(--title-font);
}
h2, .like-h2 {
  font-size: 18px;
	font-weight: 600;

	text-transform: uppercase;
	margin-bottom: 36px;
	opacity: .55;
	
}
h3 {
  font-size: 32px;
  font-weight: 400;
  font-family: var(--main-font);
  color: var(--main-color);
  padding: 5px;
padding-left: 0px;
  margin-bottom: 30px;
	font-family: var(--title-font);
}
h4 {
  font-size: 22px;
  font-weight: 400;
  font-family: var(--main-font);
  color: var(--main-color);
  border-bottom: 1px dotted var(--main-color);
  margin-bottom: 30px;
	font-family: var(--title-font);
}
h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0px;
	font-family: var(--title-font);
	color: var(--secondary-color);
}
.contact-cta {
  display: inline-block;
  width: 150px;
  height: 40px;
  padding-top: 10px;
  
  color: var(--main-color);
  border: 1px solid var(--main-color);
  font-size: 16px;
  
  margin-bottom: 30px;
	text-align: center;
}
a.contact-cta:hover {
  color: #ffffff;
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.excerpt {
  line-height: 17px;
  font-size: 12px;
}
.data {
  display: block;
  font-size: 10px;
  color: var(--main-color);
  padding-top: 5px;
}
.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}
.readmore {
  font-size: 11px;
}
.site-main {
  margin-bottom: 45px;
}
/*****************************
********* menu*********
******************************/
#wprmenu_menu_ul {
    padding: 50px 0 20px;
    text-align: right;
	font-family: var(--title-font);
}

@media only screen and (max-width: 991px) {
    #mg-wprm-wrap li.menu-item-has-children ul.sub-menu a {
        font-size: 22px;
        text-transform: uppercase;
        font-weight: normal;
        color: #DB559A !important;
    }
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
    
}

.bg-light {
  background-color: transparent !important;
}
.logo {
  /*width: 400px;
  height: 70px;*/
	padding-right: 25px;
}
.navbar {
  z-index: 1000;
  height: 100px;
  -webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.28);
	font-family: var(--title-font);
}
.navbar a {
  color: var(--main-color);
	font-size: 18px;
	margin-top: 30px;
}

li.active{
	/*border-bottom: 6px solid var(--secondary-color);*/
	
}

li.active a {
	color: var(--third-color);
	
}

.navbar a:hover {
  color: var(--secondary-color);
}
.navbar a.dropdown-item {
  color: inherit;
  padding: 15px;
  color: var(--secondary-color);
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 8px;
  padding-left: 8px;
}
.navbar-collapse {
  flex-grow: 0;
}
/*****************************
********* header hero*********
******************************/
.slick-prev:before, .slick-next:before {
  font-size: 60px;
  opacity: 0.2;
}
.slick-dots li button:before {
  font-size: 15px !important;
  color: #ffffff !important;
}
.site-header {
  margin-bottom: 0px !important;
}
.single-hero-slide {
  width: 100%;
  height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #000000;
}
.single-hero-slide::after {
  content: "";
  background-color: var(--main-color);
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  height: 700px;
}




.slider-text{
  position: relative;
  min-height: 120px;
  padding: 60px;
  top: 50%;
  margin-top: -90px;
  text-align: center;
  font-weight: 400;
  font-size: 80px;
  color: var(--white);
  z-index: 2;
	font-family: var(--title-font);
}
.post-thumbnail {
  height: 450px;
  background-size: cover;
  background-position: center center;
}






/*****************************************
********* Home page template *************
******************************************/
.main-home {
	margin-top: 90px;
  margin-bottom: 90px;
}
.bar {
  width: 100%;
  height: 15px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid var(--secondary-color);
  position: relative;
  transition: all 0.3s linear;
}
.bar-1, .my-skills {
  width: 100%;
  margin: 20px 10px 10px 10px;
}
.bar-inner {
  width: 0;
  height: 15px;
  line-height: 35px;
  background: var(--secondary-color);
  border-radius: 5px 0 0 5px;
}
.skills-home-page {
  margin-top: 90px;
  margin-bottom: 90px;
}
.skills-column-home-page {
  border-left: 1px dotted rgba(226, 226, 226, 1.00);
}
.map {
  height: 250px;
  margin-top: 30px;
	margin-bottom: 90px;
  position: relative;
  filter: saturate(0.1);
	opacity: 0.8;

}
.ol-marker {
  filter: saturate(1);
}
#primary {
  margin-top: 15px;
  min-height: 400px;
}
/*** styling form in home page***/

.btn-primary {
  width: 150px !important;
  height: 40px;
  background-color: var(--white);
  color: var(--main-color);
  border: 1px solid var(--main-color);
  font-size: 16px;
  border-radius: 25px;
}
.btn-primary:hover {
  color: var(--main-color);
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}




.research-areas-in-home-page {
  background-color: transparent;
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
}

.research-areas-in-home-page > h3 {
  margin: 0;
  padding: 35px 15px;
  background-color: var(--white);
}

.research-areas-in-home-page .row {
  margin: 0;
  width: 100%;
}

.single_research_area {
  min-height: 450px;
 
  color: var(--white);
  margin: 0;
  padding: 0 !important;
}

.area1,
.area2,
.area3, .area4 {
  height: 100%;
  width: 100%;
  padding: 35px;
  margin: 0;
  border-radius: 0;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  text-align: center;
}

.area1 {
  background-color: var(--main-color);
}

.area2 {
  background-color: var(--secondary-color);
}

.area3 {
  background-color: var(--third-color);
}

.area4 {
  background-color: var(--fourth-color);
}

.area1 h3,
.area2 h3,
.area3 h3,
.area4 h3 {
  color: var(--white);
  font-size: 27px;
  line-height: 1.1;
  margin: 10px 0 12px;
  padding: 0;
}

.research-area-icon {
  display: block;
  width: 150px;
  height: 150px;
  object-fit: contain;
  margin: 0 auto 18px;
  flex-shrink: 0;
}

.research-area-description {
  max-width: 290px;
  margin: 0 auto 25px;
  color: rgba(255,255,255,.85);
  font-size: 15px;
  line-height: 1.55;
  text-align: center;
}

.research-area-button {
  margin-top: auto;
}

.area1 .research-areas-cta,
.area2 .research-areas-cta,
.area3 .research-areas-cta,
.area4 .research-areas-cta{
  margin-left: auto;
  margin-right: auto;
}



.research-areas-cta {
  display: inline-block;
  width: 150px;
  height: 40px;
  padding-top: 10px;
  
  color: #ffffff;
  border: 1px solid #ffffff;
  font-size: 16px;
  border-radius: 25px;
  margin-bottom: 30px;
	text-align: center;
}
a.research-areas-cta:hover {
  color: var(--main-color);
  background-color:rgba(229,229,229,1.00);
  border-color: rgba(229,229,229,1.00);
}


.profile-image{
	
	border: 15px solid var(--main-color);
	
}

.profile-image2{
	
	border: 5px solid var(--third-color);
	
}

.home-areas {
  min-height: 0;
}

.single_member_lab{
	
	padding-bottom: 60px;
}


.single_member_lab h3{
	
	margin-bottom: 0px;
}

.lab-members, .lab-visitors, .lab-alumni{
	margin-bottom: 45px;
}

/*****************************************
********* Template pagine interne ********
******************************************/

.page-header {
	width: 100%;
  height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #000000;
	position: relative;
	
	
}

.page-header h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  min-height: 0;
  margin: 0;
  padding: 0 30px;

  transform: translate(-50%, -50%);

  text-align: center;
  font-weight: 400;
  font-size: clamp(62px, 7vw, 80px);
  line-height: 1.1;
  color: var(--white);
  z-index: 2;
  font-family: var(--title-font);
  border: none;
}


/*****************************************
********* Footer di pagina ***************
******************************************/

.site-footer-modern {
  position: relative;
  margin-top: 0;
  padding: 0;
  background-color: var(--main-color);
  color: var(--white);
  overflow: hidden;
}

.site-footer-modern,
.site-footer-modern p,
.site-footer-modern li,
.site-footer-modern span {
  color: rgba(255,255,255,.78);
}

.footer-accent-bar {
  width: 100%;
  height: 5px;
  background: linear-gradient(
    90deg,
    var(--main-color) 0%,
    var(--secondary-color) 33%,
    var(--third-color) 66%,
    var(--fourth-color) 100%
  );
}

.footer-intro {
  padding: 65px 0 55px;
  border-bottom: 1px solid rgba(255,255,255,.13);
}

.footer-claim {
  max-width: 100%;
  margin-bottom: 22px;
  font-family: var(--title-font);
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: -.02em;
  color: var(--white);
}

.footer-intro-identity {
  display: flex;
  align-items: center;
  gap: 18px;
}

.footer-logo-wrap {
  flex: 0 0 auto;
}

.footer-logo {
  display: block;
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.footer-lab-name {
  margin-bottom: 4px;
  font-family: var(--title-font);
  font-size: 24px;
  line-height: 1.15;
  font-weight: 600;
  color: var(--white);
}

.footer-affiliation {
  max-width: 650px;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255,255,255,.66);
}

.footer-cta-column {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.footer-main-cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-width: 190px;
  padding: 15px 18px;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 0;
  font-family: var(--title-font);
  font-size: 17px;
  font-weight: 600;
  color: var(--white) !important;
}

.footer-main-cta:hover {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--main-color) !important;
}

.footer-main-cta-arrow {
  color: inherit !important;
  font-size: 22px;
}

.footer-main {
  padding: 58px 0 48px;
}

.footer-column {
  margin-bottom: 30px;
}

.site-footer-modern .footer-column-title {
  margin: 0 0 22px;
  padding: 0 0 11px;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.14);
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
}

.footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links li {
  margin: 0;
  padding: 0;
  border: 0;
}

.site-footer-modern .footer-links a {
  position: relative;
  display: inline-block;
  padding: 6px 0;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255,255,255,.72);
}

.site-footer-modern .footer-links a:hover {
  color: var(--white);
}

.footer-university-text,
.footer-university-text p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255,255,255,.72);
}

.site-footer-modern .footer-university-text a {
  font-size: inherit;
  color: rgba(255,255,255,.82);
}

.site-footer-modern .footer-university-text a:hover {
  color: var(--white);
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%;
}

.footer-social-icon {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: .88;
}

.footer-bottom {
  padding: 20px 0;
  border-top: 1px solid rgba(255,255,255,.13);
  background-color: rgba(0,0,0,.08);
}

.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.footer-bottom-copy,
.footer-bottom-copy p {
  margin: 0;
  font-size: 12px;
  color: rgba(255,255,255,.58);
}

.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.site-footer-modern .footer-legal-links a {
  font-size: 12px;
  color: rgba(255,255,255,.58);
}

.site-footer-modern .footer-legal-links a:hover {
  color: var(--white);
}

@media (max-width: 991.98px) {
  .footer-cta-column {
    justify-content: flex-start;
    margin-top: 30px;
  }

  .footer-main {
    padding: 45px 0 30px;
  }
}

@media (max-width: 767.98px) {
  .footer-intro {
    padding: 48px 0 42px;
  }

  .footer-intro-identity {
    align-items: flex-start;
  }

  .footer-logo {
    width: 52px;
    height: 52px;
  }

  .footer-claim {
    font-size: 34px;
  }

  .footer-main-cta {
    width: 100%;
  }

  .footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}


/*****************************************
********* Pagina cotnatti ***************
******************************************/

.contacts-in-page-contatti {
  border: 1px dotted var(--main-color);
  padding: 30px;
}
.svg-inline--fa {
  margin-right: 15px !important;
  width: 20px !important;
}
.page-contacts-line {
  font-size: 18px;
  margin-bottom: 20px;
  border-bottom: 1px dotted var(--secondary-color);
  padding-bottom: 5px;
}
.page-contacts-first-line {
  font-size: 35px;
  font-weight: bold;
  font-family: var(--main-font);
  color: var(--main-color);
  margin-bottom: 30px;
}

em{font-style: italic;}



/****************************
********** pubblicazioni******
*****************************/

.single_publication{
	
	 border-bottom: 1px dotted rgba(226, 226, 226, 1.00);
	padding-top: 15px;
	padding-bottom: 15px;
}

.pdf-download{
	margin-top: 20px;
	font-size: 25px;
}

.svg-inline--fa {
    margin-right: 5px !important;
    
}

.conferences{
	margin-top: 50px;
	margin-bottom: 100px;
}

.tweets p{
	text-align: left!important;
}



@media (max-width: 991px) { 
 .mb-0, .my-0 {
    margin-bottom: 0 !important;
    margin-top: -12px;
}
	
	.home-areas{
	min-height: 70px;
}

}




.home-feature-band {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 60px 0;
    background: #f5f5f5;
    overflow: hidden;
}

.home-feature-band .container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.home-feature-image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-feature-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.home-feature-text > *:last-child {
    margin-bottom: 0;
}

/* Tablet */
@media (max-width: 991.98px) {
    .home-feature-band {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        padding: 45px 0;
    }

    .home-feature-band .container,
    .home-feature-band .row,
    .home-feature-image-wrap,
    .home-feature-text {
        /*max-width: 100%;*/
    }
}

/* Mobile */
@media (max-width: 767.98px) {
    .home-feature-band {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        padding: 32px 0;
    }

    .home-feature-image-wrap {
        margin-bottom: 25px;
    }

    .home-feature-image {
        width: 100%;
        max-width: 100%;
        height: auto;
        object-fit: contain;
    }

    .home-feature-text {
        width: 100%;
        max-width: 100%;
    }

    .home-feature-text p {
        font-size: 16px;
        line-height: 1.6;
    }

    .home-feature-text h1 {
        font-size: 34px;
        line-height: 1.1;
    }

    .home-feature-text h2 {
        font-size: 17px;
        line-height: 1.35;
        margin-bottom: 22px;
    }

    .home-feature-text h3 {
        font-size: 27px;
        line-height: 1.15;
        margin-bottom: 20px;
    }

    .home-feature-text a {
        font-size: 16px;
    }
}


@media (max-width: 767.98px) {
  .single_research_area {
    height: auto;
    min-height: 300px;
  }

  .area1,
  .area2,
  .area3,
  .area4 {
    min-height: 300px;
    padding: 45px 25px;
  }

  .research-area-icon {
    width: 120px;
    height: 120px;
  }
}


/*****************************************
********* FINAL OVERRIDES - HERO 700px ***
******************************************/

.single-hero-slide {
  position: relative;
  width: 100%;
  height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #000000;
}

.single-hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  height: 700px;
  background-color: var(--main-color);
  opacity: 0.5;
}

.slider-content {
  position: relative;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 30px;
  text-align: center;
}

.slider-content .slider-text,
.slider-text {
  position: relative;
  z-index: 2;
  top: auto;
  min-height: 0;
  margin: 0;
  padding: 0 30px;
  text-align: center;
  font-family: var(--title-font);
  font-size: clamp(50px, 7vw, 80px);
  line-height: 1.05;
  font-weight: 400;
  color: var(--white);
}

.slider-tagline {
  position: relative;
  z-index: 2;
  max-width: 1140px;
  margin: 20px auto 0;
  padding: 0 20px;
  color: var(--white);
  font-family: var(--main-font);
  font-size: clamp(18px, 2vw, 28px);
  line-height: 1.45;
  font-weight: 400;
  text-align: center;
}

.page-header {
  width: 100%;
  height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #000000;
  position: relative;
}




/*****************************************
********* FOOTER - CENTERED LAYOUT ********
******************************************/

.site-footer-modern {
  text-align: center;
}

.footer-intro {
  text-align: center;
}

.footer-claim {
  max-width: 100%;
  margin: 0 auto 22px;
  text-align: center;
}

.footer-intro-identity {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-align: center;
}

.footer-logo-wrap {
  display: flex;
  justify-content: center;
}

.footer-lab-name,
.footer-affiliation {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.footer-cta-column {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.footer-column {
  text-align: center;
}

.site-footer-modern .footer-column-title {
  text-align: center;
}

.footer-links,
.footer-links li {
  text-align: center;
}

.footer-university-text,
.footer-university-text p {
  text-align: center;
}

.footer-social {
  justify-content: center;
}

.footer-bottom-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
}

.footer-bottom-copy,
.footer-bottom-copy p {
  text-align: center;
}

.footer-legal-links {
  justify-content: center;
  text-align: center;
}


/*****************************************
********* RESPONSIVE FINAL OVERRIDES ******
******************************************/

@media (max-width: 991.98px) {

  .footer-cta-column {
    justify-content: center;
    margin-top: 30px;
  }

  .footer-main {
    padding: 45px 0 30px;
  }
}

@media (max-width: 767.98px) {

  .single-hero-slide,
  .single-hero-slide::after,
  .page-header {
    height: 350px;
  }

  .slider-content {
    padding: 0 20px;
  }

  .slider-content .slider-text,
  .slider-text {
    padding: 0 15px;
    font-size: clamp(35px, 9vw, 50px);
  }

  .slider-tagline {
    max-width: 92%;
    margin-top: 16px;
    padding: 0 10px;
    font-size: 18px;
    line-height: 1.4;
  }

  .page-header h1 {
    padding: 0 20px;
    font-size: 44px;
  }

  .footer-intro-identity {
    align-items: center;
    text-align: center;
  }

  .footer-claim {
    text-align: center;
  }

  .footer-main-cta {
    width: 100%;
    justify-content: center;
  }

  .footer-bottom-inner {
    align-items: center;
    text-align: center;
  }
}


/*****************************************
*** FOOTER INTRO - TRUE CENTERING FIX ****
******************************************/

/*
 * Bootstrap's col-lg-9 / col-lg-3 layout keeps the identity block
 * centered only inside the left 75% column. These overrides make
 * both intro blocks span the full footer container, so the identity
 * is centered relative to the entire page.
 */

.footer-intro .row {
  justify-content: center;
}

.footer-intro-copy {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  text-align: center;
}

.footer-intro-identity {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.footer-intro-identity > div:not(.footer-logo-wrap) {
  text-align: center;
}

.footer-logo-wrap {
  margin-left: auto;
  margin-right: auto;
}

.footer-lab-name,
.footer-affiliation {
  width: 100%;
  max-width: 100%;
  text-align: center;
}

.footer-cta-column {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  margin-top: 28px;
  justify-content: center;
  text-align: center;
}


/*****************************************
********* SUBTLE SITE ANIMATIONS **********
******************************************/

/*
 * Motion language:
 * - AOS handles entrance-on-scroll.
 * - CSS handles hover / micro-interactions.
 * - Movements are deliberately small to keep the site academic and calm.
 */

/* Navigation: restrained animated underline */
.navbar-nav .nav-link {
  position: relative;
}

.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: -7px;
  height: 2px;
  background-color: var(--secondary-color);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .28s ease;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .current-menu-item > .nav-link::after,
.navbar-nav .current-menu-ancestor > .nav-link::after {
  transform: scaleX(1);
}


/* Hero: title and tagline animate when Slick activates the slide */
.hero .slick-slide .slider-text,
.hero .slick-slide .slider-tagline {
  opacity: 0;
  transform: translateY(16px);
}

.hero .slick-current .slider-content.hero-content-active .slider-text {
  animation: cyberHeroTitleIn .75s cubic-bezier(.2,.7,.2,1) both;
}

.hero .slick-current .slider-content.hero-content-active .slider-tagline {
  animation: cyberHeroTaglineIn .75s cubic-bezier(.2,.7,.2,1) .16s both;
}

@keyframes cyberHeroTitleIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes cyberHeroTaglineIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* Research Areas: hover only on the inner panel, so it does not fight AOS transforms */
.area1,
.area2,
.area3,
.area4 {
  overflow: hidden;
  transition:
    transform .32s cubic-bezier(.2,.7,.2,1),
    filter .32s ease,
    box-shadow .32s ease;
}

.single_research_area:hover .area1,
.single_research_area:hover .area2,
.single_research_area:hover .area3,
.single_research_area:hover .area4 {
  transform: translateY(-5px);
  filter: brightness(1.035);
  box-shadow: 0 14px 30px rgba(0,0,0,.09);
}

.research-area-icon {
  transition:
    transform .35s cubic-bezier(.2,.7,.2,1),
    opacity .35s ease;
}

.single_research_area:hover .research-area-icon {
  transform: translateY(-6px) scale(1.035);
}

.home-areas,
.research-area-description {
  transition: transform .32s ease;
}

.single_research_area:hover .home-areas,
.single_research_area:hover .research-area-description {
  transform: translateY(-2px);
}


/* Buttons: small lift, no exaggerated scaling */
.contact-cta,
.research-areas-cta,
.footer-main-cta {
  transition:
    transform .25s ease,
    background-color .25s ease,
    border-color .25s ease,
    color .25s ease,
    box-shadow .25s ease;
}

.contact-cta:hover,
.research-areas-cta:hover,
.footer-main-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0,0,0,.10);
}

.footer-main-cta-arrow {
  transition: transform .25s ease;
}

.footer-main-cta:hover .footer-main-cta-arrow {
  transform: translateX(4px);
}


/* Feature band image: subtle visual response */
.home-feature-image-wrap {
  overflow: hidden;
}



/* Recent papers: quiet highlight on hover */
.single_publication {
  transition:
    background-color .28s ease,
    box-shadow .28s ease,
    border-color .28s ease;
}

.single_publication:hover {
  background-color: rgba(0,0,0,.018);
  box-shadow: 0 10px 26px rgba(0,0,0,.045);
}


/* Footer */
.footer-logo {
  transition: transform .35s cubic-bezier(.2,.7,.2,1);
}

.footer-intro-identity:hover .footer-logo {
  transform: translateY(-3px) scale(1.025);
}

.site-footer-modern .footer-links a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  margin: 2px auto 0;
  background-color: rgba(255,255,255,.78);
  transition: width .25s ease;
}

.site-footer-modern .footer-links a:hover::after {
  width: 100%;
}

.footer-social a {
  transition:
    transform .25s ease,
    opacity .25s ease;
}

.footer-social a:hover {
  transform: translateY(-3px);
}

.footer-social-icon {
  transition: transform .25s ease;
}

.footer-social a:hover .footer-social-icon {
  transform: scale(1.05);
}


/* AOS: avoid horizontal overflow on mobile for fade-left/fade-right */
html,
body {
  overflow-x: hidden;
}


/* Accessibility: respect the operating system's reduced-motion preference */
@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
  }

  .hero .slick-slide .slider-text,
  .hero .slick-slide .slider-tagline {
    opacity: 1 !important;
    transform: none !important;
  }
}


/*****************************************
****** NAVIGATION - MODERN DROPDOWNS ******
******************************************/

/*
 * Dropdown più compatti e moderni.
 * Desktop: apertura automatica su hover/focus.
 * Mobile/tablet: comportamento Bootstrap a tap/click.
 */

@media (min-width: 992px) {

  .navbar-nav .dropdown {
    position: relative;
  }

  .navbar-nav .dropdown-menu {
    display: block;
    min-width: 210px;
    margin: 0;
    padding: 7px 0;
    border: 1px solid rgba(48, 65, 94, .10);
    border-radius: 8px;
    background-color: rgba(255,255,255,.985);
    box-shadow: 0 12px 30px rgba(25,35,55,.12);

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transform: translateY(8px);
    transform-origin: top center;

    transition:
      opacity .18s ease,
      transform .18s ease,
      visibility .18s ease;

    z-index: 1100;
  }

  .navbar-nav .dropdown:hover > .dropdown-menu,
  .navbar-nav .dropdown:focus-within > .dropdown-menu,
  .navbar-nav .dropdown.show > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  /* Ponte invisibile tra voce genitore e dropdown */
  .navbar-nav .dropdown-menu::before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    width: 100%;
    height: 8px;
  }

  .navbar a.dropdown-item,
  .navbar-nav .dropdown-item {
    position: relative;
    display: block;
    margin: 0 !important;
    padding: 8px 16px !important;

    font-family: var(--main-font);
    font-size: 14px !important;
    line-height: 1.35;
    font-weight: 500;

    color: var(--main-color) !important;
    background-color: transparent;

    white-space: nowrap;

    transition:
      color .18s ease,
      background-color .18s ease,
      padding-left .18s ease;
  }

  .navbar-nav .dropdown-item:hover,
  .navbar-nav .dropdown-item:focus,
  .navbar-nav .dropdown-item.active,
  .navbar-nav .dropdown-item:active {
    color: var(--secondary-color) !important;
    background-color: rgba(48,65,94,.045);
    padding-left: 20px !important;
  }

  .navbar-nav .dropdown-item::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 50%;
    width: 3px;
    height: 0;
    border-radius: 2px;
    background-color: var(--secondary-color);
    transform: translateY(-50%);
    transition: height .18s ease;
  }

  .navbar-nav .dropdown-item:hover::before,
  .navbar-nav .dropdown-item:focus::before,
  .navbar-nav .dropdown-item.active::before {
    height: 16px;
  }

  .navbar-nav .dropdown-toggle::after {
    margin-left: 6px;
    vertical-align: .12em;
    transition: transform .18s ease;
  }

  .navbar-nav .dropdown:hover > .dropdown-toggle::after,
  .navbar-nav .dropdown:focus-within > .dropdown-toggle::after,
  .navbar-nav .dropdown.show > .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}


/* Mobile / tablet */
@media (max-width: 991.98px) {

  .navbar-nav .dropdown-menu {
    margin: 4px 0 8px;
    padding: 4px 0 4px 12px;
    border: 0;
    border-left: 2px solid rgba(48,65,94,.12);
    border-radius: 0;
    box-shadow: none;
    background: transparent;
  }

  .navbar a.dropdown-item,
  .navbar-nav .dropdown-item {
    margin: 0 !important;
    padding: 7px 12px !important;
    font-size: 14px !important;
    line-height: 1.3;
  }
}


/*****************************************
************** LAB PRODUCTS ***************
******************************************/

.lab-product-hero,
.lab-products-archive-hero {
  position: relative;
  overflow: hidden;
}

.lab-product-hero-overlay {
  position: absolute;
  inset: 0;
  background: var(--main-color);
  opacity: .52;
  z-index: 1;
}

.lab-product-hero h1,
.lab-products-archive-hero h1 {
  z-index: 2;
}

.lab-product-hero-no-image {
  background:
    linear-gradient(
      135deg,
      var(--main-color),
      var(--third-color)
    );
}

.lab-product-single,
.lab-products-archive {
  padding-top: 0;
}

.lab-product-subtitle {
  max-width: 1000px;
  margin: 0 auto 28px;
  text-align: center;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.15;
}

.lab-product-description {
  max-width: 1000px;
  margin: 0 auto;
}

.lab-product-description p {
  text-align: left;
}

.lab-product-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  max-width: 1000px;
  margin: 0 auto 36px;
}

.lab-product-tag,
.lab-product-card-tags span {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border: 1px solid rgba(48,65,94,.15);
  border-radius: 999px;
  background: rgba(48,65,94,.045);
  color: var(--main-color);
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: .02em;
}

.lab-product-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  max-width: 1000px;
  margin: 40px auto 0;
}

.lab-product-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 180px;
  padding: 13px 20px;
  border: 1px solid var(--main-color);
  border-radius: 999px;
  background: var(--main-color);
  color: #fff !important;
  font-family: var(--main-font);
  font-size: 15px;
  font-weight: 600;
  transition:
    transform .25s ease,
    background-color .25s ease,
    color .25s ease,
    box-shadow .25s ease;
}

.lab-product-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0,0,0,.10);
  background: var(--secondary-color);
  border-color: var(--secondary-color);
}

.lab-product-button-secondary {
  background: transparent;
  color: var(--main-color) !important;
}

.lab-product-button-secondary:hover {
  color: #fff !important;
}

.lab-product-gallery-section {
  max-width: 1200px;
  margin: 80px auto 0;
}

.lab-product-gallery-section > h2 {
  text-align: center;
}

.lab-product-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.lab-product-gallery-item {
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #f5f5f5;
}

.lab-product-gallery-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s cubic-bezier(.2,.7,.2,1);
}

@media (hover:hover) and (pointer:fine) {
  .lab-product-gallery-item:hover .lab-product-gallery-image {
    transform: scale(1.035);
  }
}

.lab-product-back {
  margin: 70px auto 0;
  text-align: center;
}

.lab-product-back a {
  font-size: 15px;
}


/* Archive / catalog */
.lab-products-archive-intro {
  
  margin: 60px auto;
 
}



.lab-products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.lab-product-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(48,65,94,.09);
  border-radius: 10px;
  box-shadow: 0 8px 28px rgba(20,30,45,.055);
  transition:
    transform .3s cubic-bezier(.2,.7,.2,1),
    box-shadow .3s ease;
}

@media (hover:hover) and (pointer:fine) {
  .lab-product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 38px rgba(20,30,45,.10);
  }
}

.lab-product-card-image-link {
  display: block;
  overflow: hidden;
}

.lab-product-card-image {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #f2f3f5;
}

.lab-product-card-cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s cubic-bezier(.2,.7,.2,1);
}

.lab-product-card-placeholder {
  width: 100%;
  height: 100%;
  background:
    linear-gradient(
      135deg,
      rgba(48,65,94,.11),
      rgba(171,193,204,.35)
    );
}

@media (hover:hover) and (pointer:fine) {
  .lab-product-card:hover .lab-product-card-cover {
    transform: scale(1.035);
  }
}

.lab-product-card-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 26px;
}

.lab-product-card-title {
  margin: 0 0 10px;
  padding: 0;
  font-size: 29px;
  line-height: 1.08;
}

.lab-product-card-title a {
  color: var(--main-color);
  font-family: var(--title-font);
  font-size: inherit;
}

.lab-product-card-title a:hover {
  color: var(--secondary-color);
}

.lab-product-card-subtitle {
  margin-bottom: 14px;
  color: var(--secondary-color);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
}

.lab-product-card-excerpt {
  margin-bottom: 22px;
  color: rgba(25,35,50,.72);
  font-size: 15px;
  line-height: 1.65;
  text-align: left;
}

.lab-product-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: auto 0 20px;
}

.lab-product-card-tags span {
  padding: 6px 9px;
  font-size: 11px;
}

.lab-product-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  color: var(--main-color);
  font-size: 14px;
  font-weight: 600;
}

.lab-product-card-link span {
  transition: transform .22s ease;
}

.lab-product-card-link:hover span {
  transform: translateX(4px);
}

.lab-products-pagination {
  margin-top: 60px;
}

.lab-products-pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.lab-products-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 11px;
  border: 1px solid rgba(48,65,94,.15);
  border-radius: 999px;
  font-size: 13px;
}

.lab-products-pagination .page-numbers.current,
.lab-products-pagination .page-numbers:hover {
  background: var(--main-color);
  border-color: var(--main-color);
  color: #fff;
}

.lab-products-empty {
  text-align: center;
}


/* Responsive */
@media (max-width: 991.98px) {

  .lab-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lab-product-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {

  .lab-product-subtitle {
    font-size: 32px;
  }

  .lab-products-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .lab-product-gallery {
    grid-template-columns: 1fr;
  }

  .lab-product-card-content {
    padding: 22px;
  }

  .lab-product-actions {
    flex-direction: column;
  }

  .lab-product-button {
    width: 100%;
  }
}


/*****************************************
*** LAB PRODUCTS - BOOTSTRAP ARCHIVE FIX **
******************************************/

.lab-products-grid {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.lab-product-column {
  display: flex;
  margin-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
}

.lab-product-column .lab-product-card {
  width: 100%;
  height: 100%;
  margin: 0;
}

.lab-product-card {
  display: flex;
  flex-direction: column;
}

.lab-product-card-content {
  flex: 1 1 auto;
}

@media (max-width: 991.98px) {
  .lab-products-grid {
    display: flex;
    grid-template-columns: none;
  }
}

@media (max-width: 767.98px) {
  .lab-products-grid {
    display: flex;
    grid-template-columns: none;
  }

  .lab-product-column {
    margin-bottom: 24px;
  }
}


/* Lab profile images */
.lab-members .profile-image2,
.lab-alumni .profile-image2 {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

/* Alumni images are intentionally smaller than current Lab Members */
.lab-alumni .profile-image2 {
    width: 110px;
    height: 110px;
}

.lab-alumni .alumni-picture-column {
    display: flex;
    align-items: flex-start;
    
}

/* Visitors are displayed without profile pictures */
.lab-visitors .single_member_lab > .col-12 {
    width: 100%;
}

@media (max-width: 767.98px) {
    .lab-members .profile-image2 {
        width: 130px;
        height: 130px;
        margin-bottom: 15px;
    }

    .lab-alumni .profile-image2 {
        width: 90px;
        height: 90px;
        margin-bottom: 15px;
    }
}

/*****************************************
*** HOME RESEARCH CARDS - TOP ACCENTS ****
******************************************/

.area1 {
  border-top: 15px solid #EBB92E;
}

.area2 {
  border-top: 15px solid #DD568A;
}

.area3 {
  border-top: 15px solid #C66A28;
}

.area4 {
  border-top: 15px solid #E379E5;
}

/*****************************************
*** HOME FEATURE IMAGE - STATIC SHADOW ****
******************************************/

.home-feature-image-wrap {
  overflow: visible;
}

.home-feature-image {
  box-shadow: 0 10px 28px rgba(0, 0, 0, .14);
  transition: none !important;
}

.home-feature-image-wrap:hover .home-feature-image {
  transform: none !important;
  filter: none !important;
}

/* Home Feature CTA */
.home-feature-cta {
    display: inline-block;
    margin-top: 20px;
    padding: 11px 24px;

    background: transparent;
    color: var(--main-color);
    border: 2px solid var(--main-color);
    border-radius: 6px;

    font-weight: 600;
    text-decoration: none;

    box-shadow: 0 5px 0 var(--main-color),
                0 7px 14px rgba(0, 0, 0, 0.12);

    transform: translateY(0);

    transition:
        transform 0.12s ease,
        box-shadow 0.12s ease,
        background-color 0.2s ease,
        color 0.2s ease;
}

.home-feature-cta:hover {
    color: var(--main-color);
    text-decoration: none;

    transform: translateY(3px);

    box-shadow: 0 2px 0 var(--main-color),
                0 4px 8px rgba(0, 0, 0, 0.12);
}

.home-feature-cta:active {
    transform: translateY(5px);

    box-shadow: 0 0 0 var(--main-color),
                0 2px 4px rgba(0, 0, 0, 0.10);
}

.home-feature-cta:focus {
    color: var(--main-color);
    text-decoration: none;
}
/*****************************************
******** HOME - RECENT PAPERS CARDS ******
******************************************/

.recent-papers-home-page {
  margin-top: 90px;
  padding-bottom: 90px;
}

.recent-papers-title {
  margin-bottom: 42px;
}

.recent-papers-grid {
  align-items: stretch;
}

.recent-paper-column {
  margin-bottom: 30px;
}

.recent-paper-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  padding: 28px 24px 24px;
  background: #ffffff;
  border: 1px solid rgba(48,65,94,.10);
  border-top: 5px solid var(--main-color);
  box-shadow: 0 8px 26px rgba(20,30,45,.055);
}

.recent-paper-column:nth-child(1) .recent-paper-card {
  border-top-color: #EBB92E;
}

.recent-paper-column:nth-child(2) .recent-paper-card {
  border-top-color: #DD568A;
}

.recent-paper-column:nth-child(3) .recent-paper-card {
  border-top-color: #C66A28;
}

.recent-paper-column:nth-child(4) .recent-paper-card {
  border-top-color: #E379E5;
}

.recent-paper-citation {
  flex: 1;
  color: rgba(25,35,50,.82);
  font-size: 15px;
  line-height: 1.65;
  text-align: left;
}

.recent-paper-citation em {
  font-style: italic;
}

.recent-paper-download {
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid rgba(48,65,94,.10);
}

.recent-paper-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 135px;
  padding: 10px 16px;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  transition:
    background-color .22s ease,
    color .22s ease,
    border-color .22s ease,
    transform .22s ease;
}

.recent-paper-cta:hover {
  background-color: var(--main-color);
  border-color: var(--main-color);
  color: #ffffff;
  transform: translateY(-2px);
}

@media (max-width: 991.98px) {
  .recent-paper-card {
    padding: 25px 22px 22px;
  }
}

@media (max-width: 767.98px) {
  .recent-papers-home-page {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .recent-papers-title {
    margin-bottom: 30px;
  }

  .recent-paper-column {
    margin-bottom: 22px;
  }
}


/*****************************************
****** SITE CONTENT - SINGLE DOT LAYER ****
******************************************/

/*
 * Pattern tecnologico applicato a tutte le pagine.
 * Un solo layer di dots, concentrato in basso a destra
 * e sfumato progressivamente lungo la diagonale.
 */
.site-content, .recent-papers-home-page {
  position: relative;
  isolation: isolate;
  background-color: #ffffff !important;
  overflow: hidden;
}

.site-content::before, .recent-papers-home-page::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;

  background-image: radial-gradient(
    circle,
    rgba(48, 65, 94, .34) 0 1.6px,
    transparent 1.6px
  );

  background-size: 17px 17px;
  background-position: right bottom;
  background-repeat: repeat;

  -webkit-mask-image: linear-gradient(
    135deg,
    transparent 0%,
    transparent 60%,
    rgba(0,0,0,.18) 70%,
    rgba(0,0,0,.55) 82%,
    #000 100%
  );

  mask-image: linear-gradient(
    135deg,
    transparent 0%,
    transparent 60%,
    rgba(0,0,0,.18) 70%,
    rgba(0,0,0,.55) 82%,
    #000 100%
  );
}

/* Tutti i contenuti restano sopra alla trama. */
.site-content > * {
  position: relative;
  z-index: 1;
}

.recent-papers-home-page > * {
  position: relative;
  z-index: 1;
}


/*****************************************
******* PUBLICATIONS - EDITORIAL LIST *****
******************************************/

.publications {
  margin-top: 20px;
  margin-bottom: 100px;
}

.publications-timeline {
  position: relative;
}

.publication-year-group {
  padding: 46px 0;
  border-top: 1px solid rgba(48,65,94,.10);
}

.publication-year-group:first-child {
  border-top: 0;
  padding-top: 10px;
}

.publication-year-column {
  position: relative;
}

.publication-year {
  position: sticky;
  top: 135px;
  font-family: var(--title-font);
  font-size: clamp(42px, 4vw, 64px);
  line-height: 1;
  font-weight: 400;
  color: var(--main-color);
  letter-spacing: -.03em;
}

.publication-year-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.publication-card {
  position: relative;
  overflow: hidden;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(48,65,94,.10);
  border-left: 5px solid var(--main-color);
  box-shadow: 0 7px 24px rgba(20,30,45,.045);
  transition:
    transform .25s ease,
    box-shadow .25s ease,
    border-color .25s ease;
}

.publication-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 34px rgba(20,30,45,.085);
}

.publication-accent-1 {
  border-left-color: #EBB92E;
}

.publication-accent-2 {
  border-left-color: #DD568A;
}

.publication-accent-3 {
  border-left-color: #C66A28;
}

.publication-accent-4 {
  border-left-color: #E379E5;
}

.publication-card-main {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 18px;
  padding: 25px 26px 21px;
}

.publication-index {
  padding-top: 2px;
  font-family: var(--title-font);
  font-size: 16px;
  line-height: 1.3;
  color: rgba(48,65,94,.38);
}

.publication-citation {
  min-width: 0;
  color: rgba(25,35,50,.82);
  font-family: var(--main-font);
  font-size: 15px;
  line-height: 1.7;
  text-align: left;
}

.publication-citation em {
  font-style: italic;
}

.publication-citation strong {
  color: inherit;
}

.publication-card-actions {
  display: flex;
  justify-content: flex-end;
  padding: 16px 26px 20px 88px;
  border-top: 1px solid rgba(48,65,94,.08);
}

.publication-download-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 15px;
  border: 1px solid rgba(48,65,94,.28);
  color: var(--main-color);
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
  transition:
    background-color .22s ease,
    border-color .22s ease,
    color .22s ease,
    transform .22s ease;
}

.publication-download-cta:hover {
  transform: translateY(-2px);
  background-color: var(--main-color);
  border-color: var(--main-color);
  color: #ffffff;
}

.publications-empty {
  text-align: center;
}

@media (max-width: 767.98px) {

  .publication-year-group {
    padding: 34px 0;
  }

  .publication-year {
    position: static;
    margin-bottom: 24px;
    font-size: 46px;
  }

  .publication-card-main {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 13px;
    padding: 22px 18px 18px;
  }

  .publication-card-actions {
    padding: 14px 18px 18px 65px;
  }

  .publication-citation {
    font-size: 14px;
    line-height: 1.65;
  }
}






/* ==========================================================
   CONTACT PAGE BODY
   Hero intentionally untouched
========================================================== */

.contact-page {
	/*background: #fff;*/
}


/* INTRO
---------------------------------------------------------- */

.contact-intro-section {
	padding: 90px 0 85px;
}

.contact-section-label {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
	margin-bottom: 18px;
	opacity: .55;
}



.contact-main-subtitle {
	font-size: 24px;
	line-height: 1.4;
	font-weight: 400;
	color: #666;
	margin-bottom: 30px;
}


.contact-main-content p:last-child {
	margin-bottom: 0;
}

.contact-image-wrapper {
	position: relative;
}

.contact-image {
	display: block;
	width: 100%;
	height: 430px;
	object-fit: cover;
	border-radius: 18px;
}


/* OPPORTUNITIES
---------------------------------------------------------- */

.contact-opportunities-section {
	padding: 90px 0 100px;
	background: #f5f6f7;
}



.contact-section-description {
	font-size: 18px;
	line-height: 1.65;
	color: #666;
	max-width: 720px;
}

.contact-option-card {
	height: 100%;
	background: #fff;
	border-radius: 16px;
	padding: 32px 30px 34px;
	border: 1px solid rgba(0,0,0,.04);
	transition:
		transform .25s ease,
		box-shadow .25s ease;
}

.contact-option-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 20px 45px rgba(0,0,0,.07);
}

.contact-option-number {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .12em;
	margin-bottom: 38px;
	opacity: .35;
}

.contact-option-card h3 {
	font-size: 21px;
	font-weight: 700;
	letter-spacing: -.02em;
	margin-bottom: 15px;
}

.contact-option-card p {
	margin: 0;
	color: #6a6a6a;
	font-size: 15px;
	line-height: 1.65;
}


/* FORM
---------------------------------------------------------- */

.contact-form-section {
	padding: 105px 0;
}

.contact-form-box {
	padding-right: 40px;
}

.contact-form-title {
	font-size: clamp(38px, 4vw, 55px);
	font-weight: 400;
	line-height: 1.08;
	letter-spacing: -.04em;
	margin-bottom: 20px;
	font-family: var(--title-font);
}

.contact-form-intro {
	font-size: 17px;
	line-height: 1.7;
	color: #6b6b6b;
	max-width: 620px;
	margin-bottom: 42px;
}

.contact-form-wrapper {
	margin-top: 20px;
}


/* CONTACT FORM 7
---------------------------------------------------------- */

.contact-form-wrapper .wpcf7-form p {
	margin-bottom: 22px;
}

.contact-form-wrapper label {
	width: 100%;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 7px;
}

.contact-form-wrapper input[type="text"],
.contact-form-wrapper input[type="email"],
.contact-form-wrapper input[type="tel"],
.contact-form-wrapper input[type="url"],
.contact-form-wrapper select,
.contact-form-wrapper textarea {
	width: 100%;
	border: 1px solid #dedede;
	border-radius: 10px;
	padding: 14px 16px;
	background: #fafafa;
	font-size: 16px;
	transition:
		border-color .2s ease,
		background .2s ease,
		box-shadow .2s ease;
}

.contact-form-wrapper input:focus,
.contact-form-wrapper select:focus,
.contact-form-wrapper textarea:focus {
	outline: none;
	border-color: #777;
	background: #fff;
	box-shadow: 0 0 0 3px rgba(0,0,0,.035);
}

.contact-form-wrapper textarea {
	min-height: 170px;
	resize: vertical;
}

.contact-form-wrapper input[type="submit"] {
	border: 0;
	border-radius: 50px;
	padding: 15px 30px;
	font-size: 15px;
	font-weight: 700;
	background: #111;
	color: #fff;
	cursor: pointer;
	transition:
		transform .2s ease,
		opacity .2s ease;
}

.contact-form-wrapper input[type="submit"]:hover {
	transform: translateY(-2px);
	opacity: .88;
}


/* SIDE PANEL
---------------------------------------------------------- */

.contact-side-box {
	position: sticky;
	top: 120px;
	background: #111;
	color: #fff;
	padding: 42px 38px;
	border-radius: 18px;
}

.contact-side-small {
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .15em;
	opacity: .55;
	margin-bottom: 28px;
}

.contact-side-box h3 {
	color: #fff;
	font-size: 27px;
	line-height: 1.25;
	letter-spacing: -.025em;
	margin-bottom: 22px;
}

.contact-side-box p {
	font-size: 15px;
	line-height: 1.7;
	color: rgba(255,255,255,.68);
	margin-bottom: 35px;
}

.contact-social-title {
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 15px;
	color: rgba(255,255,255,.85);
}

.social-contact-page {
	display: flex;
	align-items: center;
	gap: 11px;
}

.contact-social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: rgba(255,255,255,.10);
	transition:
		transform .2s ease,
		background .2s ease;
}

.contact-social-link:hover {
	transform: translateY(-3px);
	background: rgba(255,255,255,.18);
}

.single-social-icon-contact-page {
	width: 19px;
	height: 19px;
	object-fit: contain;
}


/* MAP
---------------------------------------------------------- */

.contact-map-section {
	padding: 0 0 100px;
}

.contact-map-wrapper {
	overflow: hidden;
	border-radius: 18px;
}


/* RESPONSIVE
---------------------------------------------------------- */

@media (max-width: 991.98px) {

	.contact-intro-section,
	.contact-opportunities-section,
	.contact-form-section {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.contact-image-wrapper {
		margin-top: 10px;
	}

	.contact-image {
		height: 350px;
	}

	.contact-form-box {
		padding-right: 0;
	}

	.contact-side-box {
		position: relative;
		top: auto;
		margin-top: 20px;
	}

	.contact-map-section {
		padding-bottom: 70px;
	}

}


@media (max-width: 767.98px) {

	.contact-main-title {
		font-size: 42px;
	}

	.contact-main-subtitle {
		font-size: 21px;
	}

	.contact-main-content {
		font-size: 18px;
	}

	.contact-option-card {
		padding: 28px 25px;
	}

	.contact-option-number {
		margin-bottom: 28px;
	}

	.contact-form-title {
		font-size: 38px;
	}

	.contact-side-box {
		padding: 34px 28px;
	}

}




.podcast-page {
    --podcast-main: var(--main-color, #6c63ff);
    --podcast-text: #22252c;
    --podcast-muted: #6f7680;

    padding-bottom: 80px;
}


/* ==========================================================
   MAIN EDITORIAL CONTENT
   ========================================================== */

.podcast-page-intro {
    
    margin: 0 auto;
    padding: 45px 0 36px;
}

.podcast-page-intro h2 {
    margin-bottom: 22px;
}

.podcast-page-intro .entry-content {
    font-size: 1.08rem;
    line-height: 1.8;
}


/* ==========================================================
   PODCAST BLOCK
   Transparent / no outer box
   ========================================================== */

.cyber-podcast {
    position: relative;
    
    margin: 20px auto 0;

    padding: 20px 0 0;

    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;

    overflow: visible;
}


/* Remove decorative background circle */

.cyber-podcast::before {
    display: none;
}


/* ==========================================================
   HEADER
   ========================================================== */

.cyber-podcast-header {
    position: relative;

    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    gap: 28px;

    margin-bottom: 28px;
}


.cyber-podcast-header > div:first-child {
    max-width: 680px;
}


.cyber-podcast-kicker {
    display: inline-flex;
    align-items: center;

    gap: 9px;

    margin-bottom: 10px;

    color: var(--podcast-main);

    font-size: .78rem;
    font-weight: 800;

    text-transform: uppercase;
    letter-spacing: .13em;
}


.cyber-podcast-kicker::before {
    content: "";

    width: 27px;
    height: 3px;

    border-radius: 20px;

    background: var(--podcast-main);
}


.cyber-podcast-title {
    margin: 0 0 11px;

    color: var(--podcast-text);

    font-size: clamp(1.75rem, 3vw, 2.5rem);
    line-height: 1.12;
}


.cyber-podcast-description {
    max-width: 650px;

    margin: 0;

    color: var(--podcast-muted);

    line-height: 1.65;
}


/* ==========================================================
   OPEN IN SPOTIFY BUTTON
   ========================================================== */

.cyber-podcast-spotify {
    flex-shrink: 0;

    display: inline-flex;
    align-items: center;

    gap: 9px;

    padding: 11px 18px;

    color: var(--podcast-main);

    background: transparent;

    border: 2px solid var(--podcast-main);
    border-radius: 9px;

    font-weight: 700;
    text-decoration: none;

    box-shadow:
        0 4px 0 var(--podcast-main),
        0 7px 14px rgba(0, 0, 0, .07);

    transform: translateY(0);

    transition:
        transform .12s ease,
        box-shadow .12s ease,
        background-color .18s ease;
}


.cyber-podcast-spotify:hover,
.cyber-podcast-spotify:focus {
    color: var(--podcast-main);
    text-decoration: none;

    background:
        color-mix(
            in srgb,
            var(--podcast-main) 5%,
            transparent
        );

    transform: translateY(2px);

    box-shadow:
        0 2px 0 var(--podcast-main),
        0 4px 9px rgba(0, 0, 0, .06);
}


.cyber-podcast-spotify:active {
    transform: translateY(4px);

    box-shadow:
        0 0 0 var(--podcast-main),
        0 2px 4px rgba(0, 0, 0, .05);
}


/* ==========================================================
   SPOTIFY PLAYER
   ========================================================== */

.cyber-podcast-player {
    position: relative;

    min-height: 232px;

    padding: 0;

    background: transparent;

    border: none;
    border-radius: 0;

    box-shadow: none;
}


#cyberpsych-spotify-player {
    width: 100%;
}


#cyberpsych-spotify-player iframe {
    display: block;

    width: 100% !important;

    border: none !important;
    border-radius: 12px !important;

    box-shadow:
        0 10px 28px rgba(0, 0, 0, .10);
}


/* ==========================================================
   EPISODES
   ========================================================== */

.cyber-podcast-episodes {
    margin-top: 30px;
}


.cyber-podcast-episodes-heading {
    margin-bottom: 14px;

    color: var(--podcast-muted);

    font-size: .82rem;
    font-weight: 800;

    text-transform: uppercase;
    letter-spacing: .09em;
}


.cyber-podcast-list {
    display: grid;

    gap: 8px;
}


/* ==========================================================
   EPISODE ROW
   Cleaner / flatter design
   ========================================================== */

.cyber-podcast-episode {
    display: grid;

    grid-template-columns:
        48px
        1fr
        42px;

    align-items: center;

    gap: 14px;

    width: 100%;

    padding: 13px 8px;

    border: none;
    border-bottom: 1px solid rgba(25, 30, 40, .10);

    border-radius: 0;

    background: transparent;

    color: var(--podcast-text);

    text-align: left;

    cursor: pointer;

    box-shadow: none;

    transition:
        padding-left .18s ease,
        color .18s ease,
        background-color .18s ease;
}


.cyber-podcast-episode:first-child {
    border-top:
        1px solid rgba(25, 30, 40, .10);
}


.cyber-podcast-episode:hover,
.cyber-podcast-episode:focus {
    outline: none;

    padding-left: 13px;

    background:
        color-mix(
            in srgb,
            var(--podcast-main) 4%,
            transparent
        );
}


.cyber-podcast-episode.is-active {
    color: var(--podcast-main);

    background:
        color-mix(
            in srgb,
            var(--podcast-main) 6%,
            transparent
        );
}


/* ==========================================================
   EPISODE NUMBER
   ========================================================== */

.cyber-podcast-number {
    display: grid;
    place-items: center;

    width: 42px;
    height: 42px;

    border-radius: 50%;

    color: var(--podcast-main);

    background:
        color-mix(
            in srgb,
            var(--podcast-main) 9%,
            transparent
        );

    font-size: .78rem;
    font-weight: 800;
}


/* ==========================================================
   EPISODE TITLE
   ========================================================== */

.cyber-podcast-episode-title {
    font-size: .97rem;
    font-weight: 700;

    line-height: 1.4;
}


/* ==========================================================
   PLAY BUTTON
   ========================================================== */

.cyber-podcast-play {
    display: grid;
    place-items: center;

    width: 36px;
    height: 36px;

    justify-self: end;

    border: 2px solid var(--podcast-main);
    border-radius: 50%;

    color: var(--podcast-main);

    background: transparent;

    font-size: .7rem;

    transition:
        background-color .16s ease,
        color .16s ease,
        transform .16s ease;
}


.cyber-podcast-episode:hover .cyber-podcast-play,
.cyber-podcast-episode.is-active .cyber-podcast-play {
    color: #fff;

    background: var(--podcast-main);

    transform: scale(1.05);
}


/* ==========================================================
   RESPONSIVE
   ========================================================== */

@media (max-width: 767.98px) {

    .podcast-page-intro {
        padding: 30px 0;
    }


    .cyber-podcast {
        padding-top: 10px;
    }


    .cyber-podcast-header {
        flex-direction: column;
        align-items: flex-start;

        gap: 20px;
    }


    .cyber-podcast-spotify {
        align-self: flex-start;
    }


    .cyber-podcast-episode {
        grid-template-columns:
            42px
            1fr
            36px;

        gap: 10px;

        padding:
            11px 5px;
    }


    .cyber-podcast-episode:hover,
    .cyber-podcast-episode:focus {
        padding-left: 9px;
    }


    .cyber-podcast-number {
        width: 37px;
        height: 37px;
    }


    .cyber-podcast-play {
        width: 33px;
        height: 33px;
    }

}

.cyber-podcast-more{
	margin-top: 30px;
}


/* ==========================================================
   ACCESSIBILITY
   ========================================================== */

@media (prefers-reduced-motion: reduce) {

    .cyber-podcast-spotify,
    .cyber-podcast-episode,
    .cyber-podcast-play {
        transition: none;
    }

}