:root {
  --preto: #2f2929;
  --cinza: #f3f3f3;
  --branco: #e6e6e6;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-color: var(--preto) var(--branco);
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-color: var(--preto) var(--branco);
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: transparent;
  width: 12px;
}

*::-webkit-scrollbar-thumb {
  background-color: var(--preto);
  border-radius: 6px;
}

::-webkit-selection {
  color: var(--branco);
  background: var(--preto);
}
::-moz-selection {
  color: var(--branco);
  background: var(--preto);
}

::selection {
  color: var(--branco);
  background: var(--preto);
}

html {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: Arial, sans-serif !important;
  font-size: 18px;
  background-color: var(--branco);
}
html * {
  color: var(--preto);
}

body body,
button,
input,
select {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  background-color: var(--branco);
  font-family: Arial, sans-serif !important;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: 0.5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
/* typography
  -------------------------------------------------------------- */
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -1px;
  font-family: Arial, sans-serif !important;
}
h1 {
  font-size: 2.4rem;
}
h3 {
  font-size: 1.8rem;
}
h4 {
  font-size: 1.2rem;
}

/* Text elements */
p {
  margin-bottom: 30px;
  font-family: Arial, sans-serif !important;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.justified-text {
  text-align: justify !important;
}
/* Links */
a {
  color: var(--preto);
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  text-decoration: none;
}
a:hover,
a:focus,
a.active {
  color: rgba(0, 121, 152, 0.5);
}
.container-fluid {
  padding-left: 3vw;
  padding-right: 3vw;
}
.container-fluid.g-0 {
  padding-left: 0;
  padding-right: 0;
}
/* Header
  -------------------------------------------------------------- */

nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  mix-blend-mode: difference;
}
nav .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2.1vw;
}
nav .logo {
  display: flex;
  width: 120px;
}
nav .logo img {
  width: 100%;
}
#icone-menu {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 6px;
  width: 69px;
  height: 69px;
  cursor: pointer;
  border-radius: 50%;
  transform-origin: left;
}

#icone-menu span {
  width: 33px;
  height: 3px;
  background-color: var(--branco);
  transition: all 0.3s ease-in-out;
}

#icone-menu span:nth-child(1) {
  top: 10px;
}

#icone-menu span:nth-child(2) {
  top: 18px;
}

#icone-menu span:nth-child(3) {
  top: 26px;
}

#icone-menu.active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

#icone-menu.active span:nth-child(2) {
  opacity: 0;
}

#icone-menu.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -7px);
}
#button-contact {
  position: fixed;
  transform: translateX(-50%);
  left: 50%;
  mix-blend-mode: difference;
  top: 1.6vw;
  z-index: 9999;
}
#menu-open {
  position: fixed;
  left: 0;
  width: 36%;
  z-index: 9999;
  height: 100vh;
  background: var(--preto);
  transform: translateX(-100%);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-wrap: wrap;
  padding-left: 3vw;
  overflow: hidden;
}
#menu-open.active {
  transform: translateX(0);
  width: 36%;
}
#menu-open .first-col {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3vw;
  padding: 9vw 0 3vw 0;
}
#menu-open .first-col .menu-logo {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
#menu-open .first-col .menu-logo .button {
  margin-top: 2.1vw;
}
#menu-open .first-col .menu-logo h4 {
  font-size: clamp(1rem, 0.5921vw + 0.8684rem, 1.5rem);
  color: var(--branco);
  width: 45%;
}
#menu-open .menu-open-links li a {
  color: var(--branco);
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: -0.3vw;
  line-height: 1.2;
  width: fit-content;
}
.menu-open-icons {
  display: flex;
  gap: 45px;
}
.menu-open-icons li a svg {
  fill: var(--branco);
  width: 18px;
}
#lang-menu {
  display: block;
  position: absolute;
  right: 9vw;
  top: 2.1vw;
  border: 3px solid var(--branco);
  border-radius: 90px;
  padding: 3px;
  z-index: 99999;
  mix-blend-mode: difference;
}
#lang-menu ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
}
#lang-menu ul a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  width: 90px;
  height: 45px;
  color: var(--branco);
  font-weight: bold;
}
#lang-menu ul li.active a {
  display: flex;
  background-color: var(--branco);
  color: var(--preto);
  border-radius: 90px;
}

a.button {
  padding: 9px 39px;
  border: 2px solid var(--branco);
  border-radius: 36px;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  color: var(--branco);
  z-index: 9;
  width: fit-content;
}
.button .text {
  color: var(--branco);
  mix-blend-mode: difference;
}

a.button:hover {
  background-color: var(--branco);
}
.button:hover .text {
  color: var(--preto);
  mix-blend-mode: initial;
}

/* FRONT PAGE
  -------------------------------------------------------------- */

#home section {
  position: relative;
  padding-top: 6vh;
  z-index: 10;
}
#home #intro {
  padding: 0;
  height: 100vh;
  position: relative;
  overflow: hidden;
  z-index: 9;
  background-color: var(--branco);
}
#intro-logo {
  position: absolute;
  top: 0;
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100vw;
  color: var(--branco);
  mix-blend-mode: difference;
  gap: 3vw;
}
#intro-logo .logo-full {
  display: block;
}
#intro-logo .logo-mobile {
  display: none;
}

#intro h1 {
  color: inherit;
  font-size: clamp(0.9rem, 0.3495vw + 0.8272rem, 1.2rem);
  letter-spacing: -0.03vw;
  text-wrap: balance;
  margin: 0;
  padding: 0;
  width: 39vw;
  text-align: center;
}
#intro img {
  width: 66%;
  filter: grayscale(1);
}
.logo-text {
  width: 78vw;
  display: flex;
  flex: 0 1 24%;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  mix-blend-mode: difference;
  position: relative;
  padding-bottom: 6vh;
  color: var(--branco);
}

.logo-text li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(2.1rem, 5.6842vw + 0.8368rem, 6.9rem);
  font-weight: 600;
  letter-spacing: -9px;
  margin: 0;
  line-height: 1;
  color: var(--branco);
}
.logo-text li:last-child {
  margin-top: -18px;
  width: 100%;
}

#intro #intro-bg-video {
  width: 100vw;
  height: 100vh;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  overflow: hidden;
  transition: 0.12s ease all;
  position: fixed;
  z-index: -1;
}

.title-section-home {
  display: flex;
  flex-wrap: wrap;
  margin: 3vh 0 9vh 0;
  gap: 3vw;
  padding: 0;
}
.subtitle-home {
  width: 24vw;
  font-size: 1.2rem;
  letter-spacing: -0.6px;
  height: fit-content;
  text-wrap: pretty;
  margin: 0;
}
#home h2 {
  width: fit-content;
  display: flex;
  position: relative;
  margin: 0;
  padding: 0;
  z-index: 999;
}
#home h2 span {
  text-transform: uppercase;
  font-size: clamp(5.22rem, 13.706vw + 1.5803rem, 16.2rem);
  letter-spacing: -1.5vw;
  line-height: 0.75;
  display: block;
  margin: 0;
}
#studios {
  position: relative;
  background-color: var(--branco);
}

#studios .row.content > div:nth-of-type(2) {
  margin-top: 9vh;
}
.info-studio * {
  transition: 0.18s ease all;
}
.info-studio {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0;
}
.info-studio::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--cinza);
}
.info-studio iframe {
  position: absolute;
  bottom: -45%;
  z-index: 99;
  transition: 0.42s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0%;
  visibility: hidden;
}
.info-studio iframe.active {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.info-studio .hidden-info .title {
  display: flex;
  flex-wrap: wrap;
  z-index: 99;
  width: fit-content;
  padding: 0;
  line-height: 0.69;
  position: relative;
  z-index: 999;
  gap: 12px;
  transform-origin: left center;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  color: var(--preto);
}
.info-studio .title > h4 {
  font-size: clamp(3.6rem, 4.1193vw + 2.5061rem, 6.9rem);
  line-height: 1;
  font-weight: bold;
  letter-spacing: -0.48vw;
  display: flex;
  align-items: center;
  margin: 0;
  color: inherit;
}
.info-studio .title > span {
  font-size: clamp(1.5rem, 1.1234vw + 1.2017rem, 2.4rem);
  font-weight: initial;
  letter-spacing: 0;
  margin-top: 1vw;
  color: inherit;
}
.info-studio .title > p {
  width: 100%;
}
.info-studio .studio-img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.info-studio img {
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  padding: 1.5vw;
}
.info-studio .info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 0 0 1.5vw 0;
}

.info-studio p {
  margin: 0;
  padding: 0;
  font-size: clamp(0.9rem, 0.5243vw + 0.7608rem, 1.32rem);
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.06vw;
  width: 84%;
  text-wrap: balance;
  color: var(--preto);
}
.info-studio p.small {
  font-size: clamp(0.9rem, 0.3745vw + 0.8006rem, 1.2rem);
  letter-spacing: 0;
  font-weight: initial;
  color: var(--preto);
}
.info-studio p span,
.info-studio p strong {
  color: var(--preto);
}

.info-studio .hidden-info {
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  padding: 1.5vw 3vw;
  z-index: 99;
  height: 100%;
  width: 69%;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.info-studio .hidden-info div {
  display: flex;
  flex-wrap: wrap;
  gap: 1.8vw 30px;
  width: 100%;
  justify-content: flex-start;
}
.info-studio .hidden-info .links {
  display: flex;
  gap: 4.2vw;
}
.info-studio .hidden-info a,
footer .footer-item a.button-footer {
  border: 0;
  text-transform: none;
  font-weight: bold;
  border-radius: 0;
  font-size: clamp(1.2rem, 1.1234vw + 0.9017rem, 2.1rem);
  padding: 0;
  letter-spacing: -0.12vw;
  color: var(--preto);
  display: flex;
  align-items: center;
  gap: 0.9vw;
}
.info-studio .hidden-info a:hover {
  background-color: transparent;
}

.info-studio .hidden-info a span,
footer .footer-item a.button-footer span {
  width: 1.2vw;
  height: 1.2vw;
  display: flex;
  border: 0.18vw solid var(--preto);
  border-radius: 100%;
  text-indent: -9999px;
  overflow: hidden;
}
footer .footer-item a.button-footer span {
  border-color: var(--branco);
}
.info-studio .hidden-info a:hover span {
  background-color: var(--branco);
}
.info-studio.active::after,
.info-studio:hover:after {
  background-color: var(--preto);
}

.info-studio.active .title,
.info-studio:hover .title,
.info-studio:hover p,
.info-studio.active p,
.info-studio:hover p span,
.info-studio.active p span,
.info-studio:hover p strong,
.info-studio.active p strong,
.info-studio:hover .hidden-info a {
  color: var(--cinza);
}
.info-studio:hover .hidden-info a span,
.info-studio.active .hidden-info a span {
  border-color: var(--cinza);
}

/* Artists */
#artists {
  background-color: var(--branco);
}
#artists-list {
  width: 27%;
  margin-top: 2vw;
}
#artists-list > div {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0;
  z-index: 9;
  cursor: pointer;
  width: fit-content;
}

#artists-list > div h3:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background: var(--cinza);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}
#artists-list > div h3 {
  font-size: clamp(3.6rem, 5.2427vw + 2.5078rem, 8.1rem);
  line-height: 0.78;
  font-weight: bold;
  letter-spacing: -0.6vw;
  padding: 18px 24px;
  color: var(--preto);
  margin: 0;
  transform-origin: left;
  width: fit-content;
  position: relative;
}

#artists-list > div:hover h3:after,
#artists-list > div h3.active:after {
  background-color: var(--preto);
}
#artists-list > div a h3:hover,
#artists-list > div a h3.active {
  transform: scale(1.2);
  transform-origin: bottom left;
  color: var(--cinza);
}
#container-artists {
  height: 270vh;
}
#container-artists > div {
  position: relative;
  z-index: 999;
  display: flex;
  align-items: flex-start;
  padding: initial;
}
#artists-works-container {
  position: -webkit-sticky;
  position: sticky;
  top: 4.5vw;
  right: 0;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
#artists-works-container.active {
  opacity: 1;
}
.artists-works {
  height: 100%;
  width: 100%;
  opacity: 0;
}
.artists-works.active {
  opacity: 1;
}

.artists-works img.staggered {
  transition: 0.18s ease-in-out all;
}

.artists-works .tattoo-1 {
  display: block;
  z-index: -1;
  aspect-ratio: 4/5;
  object-fit: cover;
  position: absolute;
  right: 0;
  width: 36%;
}
img.profile-picture {
  position: absolute;
  left: 36vw;
  width: 24%;
  top: 0;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  opacity: 1;
  z-index: 0;
}

#work {
  background-color: var(--branco);
}
#work h2 span {
  font-size: clamp(3.9rem, 14.3301vw + 0.9146rem, 16.2rem);
}
#work a:hover {
  color: var(--preto);
}
#work a .hidden-ig {
  font-size: 4.2vw;
  display: block;
  letter-spacing: -3px;
  padding: 30px 0 6vw 0;
  text-decoration: underline;
}
.row-ig {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* Footer
  -------------------------------------------------------------- */
footer {
  position: relative;
  z-index: 9;
  padding: 9vh 0 6vh 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .info-footer h4 {
  font-size: 8.61vw;
  letter-spacing: -0.9vw;
  margin-bottom: -1.5vw;
}
footer .info-inner {
  background-color: var(--preto);
  padding: 3vw;
  display: flex;
  align-items: center;
}
footer .info-inner .row > div {
  display: flex;
  flex-direction: column;
  gap: 1.5vw;
}
footer .info-inner h5,
footer .info-inner p,
footer .info-inner span,
footer .info-inner a {
  color: var(--branco);
}

footer .info-inner h5 {
  font-size: clamp(1.5rem, 1.4979vw + 1.1022rem, 2.7rem);
}
footer .info-inner p {
  margin-bottom: 0;
  text-wrap: balance;
}
footer .title {
  display: flex;
  flex-wrap: wrap;
}
footer .logo-estatico {
  mix-blend-mode: difference;
  transform: scale(1.8);
  object-position: top;
  margin: -6vw 0 0 -3vw;
}
footer .footer-item a.button-footer {
  color: var(--branco);
  align-items: center;
}
footer svg {
  fill: var(--preto);
}
.single footer {
  background: var(--preto);
  height: initial;
  justify-content: flex-start;
}

/* ARTISTS PAGE
  -------------------------------------------------------------- */
body.single-artist {
  background-color: var(--preto);
}
#artists-page {
  background-color: var(--preto);
  z-index: 2;
  position: relative;
}
#artists-page h1,
#artists-page h1 span,
#artists-page p {
  color: var(--branco);
}
#artists-page #artists-intro {
  position: relative;
}
.intro-header {
  height: 96vh;
}
#artists-page .intro-header img {
  width: 27vw;
  position: absolute;
  object-fit: cover;
  left: 50%;
  top: 3vw;
  transform: translateX(-50%);
  animation: showprofile 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;
  animation-delay: 0.3s;
  transform-origin: center;
  opacity: 0;
}

@keyframes showprofile {
  from {
    opacity: 0;
    width: 42vw;
  }
  to {
    opacity: 1;
    width: 30vw;
  }
}

#artists-page .intro-header h1 {
  position: fixed;
  bottom: 0;
  display: flex;
  flex-direction: column;
  font-size: clamp(4.5rem, 12.233vw + 1.9515rem, 15rem);
  line-height: 0.81;
  letter-spacing: -0.9vw;
  width: 90%;
}
#artists-page .intro-header .text-container {
  overflow: hidden;
  height: -webkit-fit-content;
  height: fit-content;
}
#artists-page .intro-header h1 span.text-1,
#artists-page .intro-header h1 span.text-2 {
  display: block;
  transform: translateY(100%);
  animation: slideIn 0.42s forwards;
}

#artists-page .intro-header h1 span.text-2 {
  animation-delay: 0.12s;
  padding-left: 9vw;
  font-weight: 400;
}

@keyframes slideIn {
  to {
    transform: translateY(0);
  }
}
#artists-page .intro-text {
  position: -webkit-sticky;
  position: sticky;
  top: 3vw;
  padding-bottom: 30vh;
}
.works-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
  justify-content: center;
  gap: 1vw;
  margin-bottom: 1vw;
}
.works-grid .img {
  width: 48%;
  min-height: 90vh;
  overflow: hidden;
}
.works-grid .img img {
  width: 100%;
  height: 100%;
  display: flex;
  object-fit: cover;
}
#artists-intro p {
  padding-bottom: 3vh;
}
#artists-intro p a {
  color: var(--branco);
  text-decoration: underline;
}
#artists-intro p a:hover {
  color: var(--cinza);
}
.artist-template-default.postid-15 .works-grid > div:last-of-type,
.artist-template-default.postid-42 .works-grid > div:last-of-type,
.artist-template-default.postid-75 .works-grid > div:last-of-type,
.artist-template-default.postid-83 .works-grid > div:last-of-type,
.artist-template-default.postid-131 .works-grid > div:last-of-type {
  width: 98%;
  height: initial;
}
#more-artists {
  position: relative;
  z-index: 99;
  background-color: var(--preto);
}
#more-artists a {
  color: var(--branco);
  min-height: 21vh;
  display: flex;
  padding: 4.5vw 1.5vw;
  margin: 0 auto 1vw auto;
  width: 33%;
  font-size: clamp(1.2rem, 0.3495vw + 1.1272rem, 1.5rem);
  font-weight: bold;
  line-height: 0.9;
  gap: 9px;
}
#more-artists a h2 {
  color: var(--branco);
  font-size: clamp(4.2rem, 3.8447vw + 3.399rem, 7.5rem);
  letter-spacing: -9px;
  margin-top: -12px;
}


/* JAPAN MODIFICACOES */

#intro h1.justified-text {
  line-height: 1.2;
  font-size: clamp(1rem, .5825vw + .8786rem, 1.5rem);
}
.japan-title-menor,
.japan-title-menor span {
  font-size: clamp(3rem, 11.6505vw + .5728rem, 13rem) !important;
}
.subtitle-home.justified-text {
  width: 33vw;
  line-height: 1.2;
  font-size: clamp(.9rem, .3495vw + .8272rem, 1.2rem);
}

/* #Media Queries
  ================================================== */
/* IPAD PRO DE LADO conferir com fred*/

@media only screen and (max-width: 1366px) {
  .logo-text {
    width: 96vw;
    padding-bottom: 0vh;
    flex: initial;
  }
  .logo-text li {
    letter-spacing: -3px;
  }
}
@media only screen and (max-width: 1023px) {
  a.button {
    padding: 6px 21px;
    font-size: 0.6rem;
  }
  nav button#open-menu {
    width: 60px;
    height: 60px;
  }
  .logo-text {
    gap: 0 3vw;
  }
  #home #intro,
  #intro #intro-bg-video {
    bottom: 0;
  }
  .logo-text li:last-child {
    margin-top: -30px;
  }

  #home section {
    padding-top: 6vh;
  }
  .title-section-home {
    flex-direction: column;
    margin-bottom: 12vh;
  }
  .subtitle-home {
    width: 45%;
  }
  #more-artists a {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .container-fluid {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
  nav .container-fluid {
    height: 75px;
  }
  nav .logo {
    transform: scale(0.69);
    transform-origin: -39% center;
  }
  #lang-menu {
    transform: scale(0.6);
    transform-origin: center;
    top: 3vw;
  }
  #icone-menu {
    transform: scale(0.87);
    transform-origin: right center;
    align-items: flex-end;
  }
  #menu-open.active {
    transform: translateX(0);
    width: 100%;
  }
  #menu-open .first-col {
    width: 100%;
    height: 100vh;
    padding: 15vh 6vw 9vw 3vw;
    justify-content: space-between;
    gap: 3vh;
  }
  #menu-open .menu-open-icons {
    gap: 36px;
  }
  #menu-open .first-col .menu-logo .button {
    margin: 6vh 0 -18vh 0;
  }

  #intro-logo .logo-full {
    display: none;
  }
  #intro-logo .logo-mobile {
    display: block;
  }
  #intro-logo {
    width: 100%;
    justify-content: flex-end;
    padding-bottom: 15vh;
  }
  #intro img {
    margin-bottom: 9vh;
    width: 57%;
  }
  #intro h1 {
    order: 2;
    width: 100%;
  }
  .logo-text li:last-child {
    margin-top: 0;
  }
  .title-section-home {
    margin: initial;
    margin-bottom: 6vh;
    gap: 3vh;
  }
  .subtitle-home {
    width: 100%;
    font-size: 0.75rem;
    padding: 0;
  }
  .subtitle-home.justified-text {
    width: 100%;
  }
  #home h2 {
    padding: initial;
    width: 100%;
  }
  #home h2 span {
    letter-spacing: -2.1vw;
  }
  .info-studio img {
    width: 100%;
    aspect-ratio: 5/4;
  }
  .info-studio .title > h4 {
    letter-spacing: -1.5vw;
  }
  .info-studio .title {
    gap: 6px;
  }
  .info-studio .info {
    padding: 0;
  }
  .info-studio .title > span {
    margin-top: 15px;
  }
  .info-studio .hidden-info {
    width: 98%;
    position: initial;
    gap: 1.8vh;
    height: initial;
  }
  .info-studio .hidden-info div {
    gap: 1.8vh 0;
  }
  .info-studio p {
    width: 100%;
  }
  .info-studio {
    width: 100%;
    padding-bottom: 1.8vh;
    flex-direction: column;
  }
  .info-studio .hidden-info a,
  footer .footer-item a.button-footer {
    gap: 3vw;
  }
  .info-studio .hidden-info a span,
  footer .footer-item a.button-footer span {
    width: 1.5vh;
    height: 1.5vh;
    border: 1.8px solid;
  }
  .info-studio.active img,
  .info-studio:hover img {
    transform: none;
  }
  .info-studio .hidden-info .links {
    gap: 1.5vh;
  }
  #artists-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: absolute;
    gap: 0;
    flex-direction: column;
  }
  .artists-works {
    height: 100%;
    width: 100%;
    opacity: 0;
    position: absolute;
    display: flex;
  }
  #artists-list > div h3 {
    font-size: 1.8rem;
    padding: 9px;
  }
  #container-artists {
    height: initial;
    min-height: 102vh;
  }
  #artists-works-container.active {
    width: 100%;
    height: 81vh;
    top: 18vh;
    align-items: center;
  }
  #container-artists > div:nth-of-type(2) {
    height: 102vh;
  }
  .artists-works img.staggered {
    width: 81%;
    aspect-ratio: 10/16;
  }
  img.profile-picture {
    top: initial;
    left: initial;
    right: 3vw;
    bottom: 15%;
    width: 36%;
    border: 1px solid var(--branco);
  }
  #work a .hidden-ig {
    font-size: 6.3vw;
    letter-spacing: -1px;
  }
  #artists-page .intro-header {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 84vh;
    margin-bottom: 15vh;
  }
  #artists-page .intro-header h1 {
    bottom: 1.5vw;
    left: 4.5vw;
    mix-blend-mode: difference;
  }
  #artists-page .intro-header img {
    width: 100%;
    left: 0;
    top: initial;
    transform: none;
    transform-origin: top;
    position: relative;
  }

  @keyframes showprofile {
    from {
      opacity: 0;
      margin-bottom: -3vh;
    }
    to {
      opacity: 1;
      margin-bottom: 0;
    }
  }
  #artists-intro p {
    font-size: 0.9rem;
    letter-spacing: -0.33px;
  }
  #artists-page .intro-text {
    position: relative;
    padding: 0;
  }
  .works-grid .img,
  .artist-template-default.postid-15 .works-grid > div:last-of-type,
  .artist-template-default.postid-42 .works-grid > div:last-of-type,
  .artist-template-default.postid-75 .works-grid > div:last-of-type,
  .artist-template-default.postid-83 .works-grid > div:last-of-type,
  .artist-template-default.postid-131 .works-grid > div:last-of-type,
  .artist-template-default.postid-140 .works-grid > div:last-of-type {
    width: 100%;
    height: initial;
    min-height: 48vh;
  }
  footer {
    padding: 0;
  }
  footer h4 {
    display: none;
  }
  footer .info-inner {
    width: 90%;
    margin: 3vh 0;
  }
  footer .container-fluid {
    height: 100%;
  }
  footer .container-fluid > .row {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
  }
  footer .info-inner .row > div {
    max-height: initial;
    gap: 1.5vh;
  }
  footer .info-inner .row > div:nth-of-type(2) {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
    margin-top: 9vh;
  }
  footer .title {
    gap: 6px;
  }
  footer .logo-estatico {
    transform-origin: right bottom;
    width: 69%;
    margin: 12vh 0 0 6vw;
  }
  footer .info-inner p {
    font-size: 0.72rem;
  }
  span.footer-item {
    display: flex;
    align-items: baseline;
    gap: 1.8vh;
  }
  #more-artists a h2 {
    letter-spacing: -3px;
    margin-top: -6px;
  }
  #intro h1.justified-text {
    padding: 0 12vw;
  }
}
@media only screen and (min-height: 1024px) {
  #home #intro {
    height: 96vh;
  }
  #container-artists {
    height: 198vh;
  }
}
