@import url("https://fonts.googleapis.com/css2?family=Stack+Sans+Headline:wght@200..700&display=swap");
/*Media Screen*/
* {
  margin: 0;
  padding: 0; }

.divisore {
  clear: both; }

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

.align-right {
  text-align: right; }

.caption {
  font-size: .7em; }
  @media (max-width: 767px) {
    .caption {
      font-size: .7em; } }

.divider {
  width: 100%;
  display: block; }

.divider--small {
  height: 30px; }

.divider--medium {
  height: 80px; }

.divider--big {
  height: 160px; }

body {
  background: #f6f6f6;
  font-family: "Stack Sans Headline", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 1.6em; }
  @media (max-width: 767px) {
    body {
      font-size: 1.5em; } }

p {
  margin: 50px 0; }

a {
  color: #222;
  text-decoration: none;
  border-bottom: solid 1px transparent; }

h2 {
  font-family: "Stack Sans Headline", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 1.6em;
  font-size: 1em;
  padding-bottom: 20px; }
  @media (max-width: 767px) {
    h2 {
      font-size: 1.5em; } }
  @media (max-width: 767px) {
    h2 {
      font-size: 1em; } }

.heading-number {
  font-size: 0.5em;
  vertical-align: super;
  margin-left: 4px;
  letter-spacing: 0.5px; }

#container {
  width: 85%;
  height: auto;
  margin: 0 auto; }
  @media (max-width: 767px) {
    #container {
      width: 90%; } }

.mobile-menu-bar,
.mobile-menu-panel {
  display: none; }

.menu-bar {
  display: flex;
  gap: 20px;
  text-transform: uppercase;
  margin: 20px 0; }
  .menu-bar a {
    text-decoration: none;
    color: #222; }

.top-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  .top-menu a {
    color: #222;
    text-decoration: none;
    border-bottom: solid 1px transparent; }
    .top-menu a:hover {
      border-bottom: solid 1px; }

.top-menu a {
  display: block; }

.clm-13 {
  flex: 1; }

.fixed-bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background: transparent;
  transition: background 0.3s ease; }
  .fixed-bar a {
    color: inherit; }

.fixed-bar .menu-bar > div {
  color: #222;
  transition: color 0.15s ease; }

.fixed-bar .menu-bar > div.is-dark {
  color: #fff; }

.fixed-bar.scrolled {
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  transition: background 0.3s ease;
  border-bottom: solid 1px #fff;
  color: #222; }

.artwork-info {
  padding-bottom: 50px; }

/*Menu mobile*/
@media (max-width: 767px) {
  .desktop-menu {
    display: none; }

  /* TOP BAR MOBILE */
  .mobile-menu-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    font-size: .8em;
    text-transform: uppercase;
    width: 100%; }

  .mobile-logo {
    color: inherit;
    text-decoration: none; }

  .mobile-menu-toggle {
    appearance: none;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    cursor: pointer; }

  /* FULLSCREEN MENU */
  .mobile-menu-panel {
    position: fixed;
    inset: 0;
    display: block;
    z-index: 9998;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease; }

  .mobile-menu-panel.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }

  /* CONTENT */
  .mobile-menu-inner {
    box-sizing: border-box;
    min-height: 100%;
    padding: 150px 20px 20px;
    border-top: solid 1px #222;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }

  /* NAV */
  .mobile-nav {
    display: flex;
    flex-direction: column; }

  .mobile-nav a {
    display: block;
    color: #222;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 2rem;
    line-height: 1.1; }

  /* BOTTOM */
  .mobile-menu-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    color: #000; }

  body.mobile-menu-open {
    overflow: hidden; }

  body.mobile-menu-open .mobile-logo,
  body.mobile-menu-open .mobile-menu-toggle {
    color: #222; }

  .mobile-logo,
  .mobile-menu-toggle {
    color: #222;
    transition: color 0.15s ease; }

  .mobile-logo.is-dark,
  .mobile-menu-toggle.is-dark {
    color: #fff; }

  /* Con background fixed-bar attivo: sempre scuro */
  .fixed-bar.scrolled .mobile-logo,
  .fixed-bar.scrolled .mobile-menu-toggle {
    color: #222; } }
.hero-cover {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden; }

.hero-cover img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.block-txt {
  width: 70%;
  height: auto;
  margin: 0 auto; }
  .block-txt strong {
    font-weight: inherit;
    text-decoration: none;
    border-bottom: 2px solid #222; }
  @media (max-width: 767px) {
    .block-txt {
      width: 92%; } }

footer {
  padding: 100px 0 40px 0; }

.footer a {
  position: relative;
  display: inline-block;
  border-bottom: none; }
  .footer a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: #222;
    transform: scaleX(1);
    transform-origin: right;
    transition: transform 0.35s ease; }
  .footer a:hover::after {
    transform: scaleX(0);
    transform-origin: left; }

/*gallery*/
.image-slider-block {
  width: 100%;
  margin-bottom: 80px; }

.image-slider {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000;
  border-radius: 5px; }

.image-slider-track {
  width: 100%;
  height: 100%;
  display: flex;
  transition: transform 0.6s ease; }

.image-slider-slide {
  min-width: 100%;
  height: 100%;
  margin: 0; }

.image-slider-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; }

/* Arrows */
.image-slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  padding: 20px; }

.image-slider-prev {
  left: 0; }

.image-slider-next {
  right: 0; }

/* Caption sotto */
.image-slider-caption {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding-top: 12px;
  font-size: .6em;
  line-height: 1.3; }

.image-slider-count {
  text-align: left; }

.image-slider-title {
  text-align: right; }

/* Mobile */
@media (max-width: 768px) {
  .image-slider {
    aspect-ratio: 3 / 4; }

  .image-slider-arrow {
    display: none; }

  .image-slider-caption {
    font-size: 13px;
    grid-template-columns: 1fr 1fr; } }
/*Simple page*/
#banner {
  width: 100%;
  height: 50vh;
  margin-bottom: 50px;
  overflow: hidden; }
  #banner .banner-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }

/*Project page*/
#banner.artwork-banner {
  width: 100%;
  height: 70vh;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #d9d9d9; }
  #banner.artwork-banner .banner-image {
    display: block;
    width: auto;
    height: auto;
    max-width: 75%;
    max-height: 80%;
    object-fit: contain;
    transform: translateY(5%); }

#banner.banner-2 {
  height: 70vh; }
  #banner.banner-2 .banner-image {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: cover;
    object-position: center;
    transform: none; }

.artwork-detail-image {
  width: 100%;
  height: auto; }
  .artwork-detail-image img {
    width: 100%; }

@media (max-width: 767px) {
  #banner.artwork-banner .banner-image {
    max-width: 90%;
    max-height: 80%; }

  #banner.artwork-banner {
    height: 75vh; }

  /*.banner-image {
      max-width: 96%;
      max-height: 90%;
      transform: translateY(8%);
    }*/
  #banner.banner-2 {
    height: 75vh; } }
/*Exibithion*/
.exhibitions-table {
  width: 100%;
  border-collapse: collapse;
  font-size: .7em; }
  @media (max-width: 767px) {
    .exhibitions-table {
      font-size: .7em; } }

.exhibitions-table td {
  padding: 8px 0;
  border-bottom: 1px solid #222;
  vertical-align: top; }

.exhibition-title {
  width: 35%; }

.exhibition-location {
  width: 25%; }

.exhibition-period {
  width: 30%; }

.exhibition-link {
  width: 10%;
  text-align: right; }

/*Language switcher*/
.language-switcher {
  display: flex;
  justify-content: flex-end;
  gap: 6px; }

.language-switcher a,
.language-switcher span {
  color: inherit; }

.language-switcher a {
  text-decoration: none;
  opacity: .5; }

.language-switcher .active {
  border-bottom: solid 1px #fff;
  opacity: 1; }

/*List artworks*/
.works-list {
  width: 100%;
  font-size: .7em;
  padding-bottom: 30px; }
  @media (max-width: 767px) {
    .works-list {
      font-size: .7em; } }

.work-row {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr auto;
  gap: 20px;
  width: 100%;
  padding: 8px 0;
  border-bottom: 1px solid currentColor;
  color: inherit;
  text-decoration: none;
  align-items: baseline; }

@media (max-width: 767px) {
  .works-list .work-technique {
    display: none; }

  .work-row {
    grid-template-columns: 1fr auto auto; } }
.work-arrow {
  text-align: right; }

.work-row:hover .work-arrow {
  transform: translateX(4px); }

.work-icon {
  transition: transform 0.3s ease; }

.work-row:hover .work-icon {
  transform: rotate(180deg); }

.work-arrow {
  transition: transform 0.2s ease; }

/*Archive*/
.work-title {
  display: flex;
  align-items: center;
  gap: 8px; }

.work-icon {
  width: 20px;
  height: 20px;
  display: block;
  flex-shrink: 0; }

.work-arrow {
  display: flex;
  justify-content: flex-end;
  align-items: center; }

.work-arrow-icon {
  display: block;
  width: 18px;
  height: auto;
  transition: transform 0.2s ease; }

.work-row:hover .work-arrow-icon {
  transform: translateX(4px); }

/*Btt underline*/
.btn-link {
  position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: none;
  padding-bottom: 4px;
  transition: transform 0.25s ease; }

/* linea nascosta */
.btn-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: width 0.3s ease; }

/* testo sale leggermente */
.btn-link:hover {
  transform: translateY(-2px); }

/* linea si disegna */
.btn-link:hover::after {
  width: 100%; }

.btn-link--dark {
  color: #222; }

.btn-link--light {
  color: #fff; }

/*Masonry*/
.artwork-grid {
  column-gap: 20px; }

.artwork-grid--2 {
  column-count: 2; }

.artwork-grid--3 {
  column-count: 3; }

.artwork-grid--4 {
  column-count: 4; }

.artwork-card {
  break-inside: avoid;
  margin-bottom: 30px; }

.artwork-card-link {
  display: block;
  color: inherit;
  text-decoration: none; }

.artwork-card-image {
  position: relative;
  overflow: hidden; }

.artwork-card:hover .artwork-image {
  transform: scale(1.025); }

.artwork-card:hover .artwork-card-icon {
  transform: rotate(90deg); }

.artwork-card-icon {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 20px;
  height: 20px;
  z-index: 2;
  transition: transform 0.3s ease; }

.artwork-image {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease; }

.artwork-card-info {
  margin-top: 8px;
  font-size: .7em; }
  @media (max-width: 767px) {
    .artwork-card-info {
      font-size: .7em; } }

.artwork-card-technique {
  opacity: 0.5;
  font-size: .8em;
  letter-spacing: .01em; }

@media (max-width: 900px) {
  .artwork-grid {
    column-count: 2; } }
@media (max-width: 600px) {
  .artwork-grid {
    column-count: 1; } }
.image-block-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5px; }

/*Found-button*/
#found-button {
  font-size: .7em;
  padding: 15px 20px;
  border: solid 2px #222;
  background: transparent;
  color: #222;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease; }
  @media (max-width: 767px) {
    #found-button {
      font-size: .7em; } }
  #found-button:hover {
    background-color: #222;
    color: #f6f6f6;
    transform: translateY(-3px); }
  #found-button:active {
    transform: translateY(0); }

/*Signature*/
.signature img {
  display: block;
  width: 200px;
  height: auto; }

@media (max-width: 768px) {
  .signature img {
    width: 170px; } }

/*# sourceMappingURL=stile.css.map */
