.artist-profile {
    max-width: 100%;
    margin: 0 auto;
    padding: 0px 0px 60px;
}

.skeleton {
  background: linear-gradient(90deg, #f3f4f6 25%, #e5e7eb 37%, #f3f4f6 63%);
  background-size: 400% 100%;
  animation: artistSkeletonShimmer 1.2s ease-in-out infinite;
  border-radius: 8px;
}

.skeleton-line {
  border-radius: 4px;
}

.skeleton-title {
  width: 240px;
  height: 34px;
  margin-bottom: 12px;
}

.skeleton-subtitle {
  width: 320px;
  max-width: 100%;
  height: 18px;
}

.skeleton-card-title {
  width: 70%;
  height: 20px;
  margin-top: 16px;
}

@keyframes artistSkeletonShimmer {
  0% { background-position: 100% 0; }
  100% { background-position: 0 0; }
}

.designer-wrap {
    max-width: 1352px;
    margin: 0 auto;
    padding: 0 20px;
}

.artist-profile__hero {
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.artist-profile__hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.artist-profile__identity {
    display: flex;
        align-items: center;
        gap: 50px;
        margin-bottom:34px;
    }

.artist-profile__avatar {
    width: 350px;
    height: 350px;
    flex-shrink: 0;
    margin-top: -60px;
    border-radius: 8px;
    background: #eee;
}

.artist-profile__avatar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    border-radius: 8px;
    object-position: center;
}

.artist-profile__name {
        font-family: "Proxima Nova Lt";
        font-weight: 600;
        font-size: 36px;
        line-height: 100%;
        color: #121212;
        margin-bottom: 7px;
    }

.artist-profile__headline {
        font-family: "Proxima Nova Rg";
        font-size: 16px;
        line-height: 24px;
        color: #121212;
        margin-bottom: 22px;
}

.designer-btn {
    display: inline-block;
    background: #b47d39;
    color: #fff !important;
    padding: 12px 18px;
    font-weight: 700;
    border-radius: 4px;
    text-decoration: none;
}

.artist-profile__tabs {
  display: flex;
  justify-content: flex-start;
  gap: 16px;
  margin-bottom: 40px;
  border-bottom:1px solid #E7E1DA;
}

.profile__tabs_section {
    max-width: 1352px;
    margin: auto;
    padding: 0 20px;
}

.artist-profile__tab {
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #121212B2;
font-family: "Proxima Nova Rg";
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0px;
    text-transform: capitalize;
  padding: 23px 6px;
}

.artist-profile__tab.is-active {
font-family: "Proxima Nova Lt";
    font-weight: 600;
    color: #121212;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0px;
    text-transform: capitalize;
  border-bottom: 1px solid #000000;
}

.artist-profile__panel {
  display: none;
}

.artist-profile__panel.is-active {
  display: block;
}

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

.artist-grid--read {
  grid-template-columns: 1fr;
}

.artist-card img,
.artist-video img,
.artist-video video {
  width: 100%;
  display: block;
}
.artist-card a {
    display: block;
    width: 100%;
}

.artist-card img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    display: block;
}

.artist-card div.work-card-title {
font-family: "Proxima Nova Lt";
font-weight: 600;
font-size: 18px;
line-height: 24.75px;
letter-spacing: 0px;
margin-top:16px;
margin-bottom:1px;
text-transform:capitalize;
color: #2A2622;
}

.artist-card div.work-card-detail {
    font-family: "Proxima Nova Rg";
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.3px;
        color: #8A8075;
}

.artist-video {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #f3f4f6;
  overflow: hidden;
}

.artist-video img,
.artist-video .artist-video__preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.artist-video__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.9);
}

.artist-section-title {
font-family: "Proxima Nova Lt";
    font-weight: 600;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #121212;
    margin-bottom:30px !important;
} 

.artist-read {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 30px;
    margin-bottom: 30px;
    align-items: center;
    max-width: 1000px;
}

.artist-read img {
  width: 100%;
  height: 300px;
  border-radius: 12px;
}

.artist-read h3 {
font-family: "Proxima Nova Lt";
font-weight: 600;
font-size: 28px;
line-height: 129%;
letter-spacing: 0px;
margin-bottom:12px;
color: #000000;
}

.artist-read p {
font-family: "Proxima Nova Rg";
font-weight: 400;
font-size: 16px;
line-height: 147%;
color: #00000099;
letter-spacing: 0px;
}

.artist-read-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.artist-read-date {
  font-family: "Proxima Nova Rg";
  font-weight: 400;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #2A2622;
}

.artist-read-category {
  font-family: "Proxima Nova Rg";
  font-weight: 400;
  background-color:#EBF2FE;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
  padding:8px 12px;
  border-radius:6px;
  color: #2A2622;
}
.artist-read .read-more {
  margin-top: 28px;
}

.artist-read .read-more a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 16px;
  border-radius: 6px;
  background: #b47d39;
  color: #ffffff;
  text-decoration: none;
  font-family: "Proxima Nova Lt";
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.2px;
  transition: background-color .2s ease, transform .2s ease;
}

.artist-read .read-more a::after {
  content: "→";
  font-size: 14px;
  line-height: 1;
}

.artist-read .read-more a:hover {
  background: #46628f;
  transform: translateY(-1px);
}

.artist-read .read-more a:focus-visible {
  outline: 2px solid #b47d39;
  outline-offset: 2px;
}

.artist-profile__panel h1 , .artist-profile__panel h2 {
font-family: "Proxima Nova Lt";
    font-weight: 600;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: capitalize;
  margin: 40px 0 7px;
  color: #121212;
}

.about-us p , .about-us li , .about-us a {
font-family: "Proxima Nova Rg";
font-weight: 400;
font-size: 18px;
line-height: 28px;
letter-spacing: 0px;
color: #121212;
text-transform: capitalize;
margin-top:0px;
margin-bottom:40px;
}

.artist-explore {
  margin-top: 28px;
}

.artist-explore__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.artist-explore__item img {
  width: 100%;
  border-radius: 8px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 767px) {
  .artist-grid,
  .artist-explore__grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .artist-profile__identity {
      flex-direction: column;
      align-items: flex-start;
      gap: 30px;
      margin: 0;
  }
  .artist-read {
    grid-template-columns: 1fr;
  }
          .artist-profile__hero {
              height: 250px;
          }
}

@media(max-width:640px) {
.insight .artist-grid {
            grid-template-columns: 1fr;
         }
}

@media(max-width:540px) {
        .artist-profile__avatar {
                aspect-ratio: 1 / 1;
                max-width: 100%;
                width: 100%;
                height: auto;
                margin-top: -140px;
            }
}