.artistern-public-artist-page {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: clip;
}

.artistern-public-artist-profile,
.artistern-public-artist-profile *,
.artistern-public-artist-profile *::before,
.artistern-public-artist-profile *::after {
  box-sizing: border-box;
  border-radius: 0 !important;
}

.artistern-public-artist-profile {
  --ap-canvas: #faf9f6;
  --ap-paper: #fff;
  --ap-ink: #1c1b19;
  --ap-muted: #6f6b64;
  --ap-faint: #9a958c;
  --ap-line: #e9e5dd;
  --ap-line-strong: #dad5ca;
  --ap-gold: #9a7b2e;
  --ap-gold-soft: #f3ecdd;
  direction: ltr;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 0 80px;
  background: transparent;
  color: var(--ap-ink);
  font: 400 14px/1.5 Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  text-align: left;
  unicode-bidi: isolate;
}

.artistern-public-artist-profile :where(header, nav, section, div, figure, dl, dt, dd, ul, li, h1, h2, p) {
  margin: 0;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}

.artistern-public-artist-profile :where(a, a:hover, a:focus, a:visited) {
  color: inherit !important;
  text-decoration: none !important;
}

.artistern-public-artist-profile :where(button, a) {
  border-radius: 0 !important;
  box-shadow: none !important;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
  font-style: normal !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.artistern-public-artist-profile :where(img, svg) {
  display: block;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
}

.artistern-public-artist-profile img {
  border-radius: 0 !important;
}

.artistern-public-artist-profile [hidden] {
  display: none !important;
}

.artistern-profile-shell {
  width: min(1440px, calc(100% - 64px));
  margin-right: auto !important;
  margin-left: auto !important;
}

.artistern-profile-hero {
  position: relative;
}

.artistern-profile-cover {
  position: relative;
  width: 100vw;
  height: 300px;
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
  overflow: hidden;
  background: #dfded8;
}

.artistern-profile-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.artistern-profile-cover > span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(28, 27, 25, .34);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
}

.artistern-profile-cover::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, .68) 100%);
  content: "";
  pointer-events: none;
}

.artistern-profile-head {
  --artistern-avatar-size: 116px;
  --artistern-identity-gap: 28px;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr) auto;
  align-items: end;
  gap: 28px;
  margin-top: -56px !important;
}

.artistern-profile-avatar {
  display: flex;
  width: 116px;
  height: 116px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  border: 4px solid #fff;
  background: var(--ap-ink);
  color: #fff;
  font: 600 35px/1 Georgia, "Times New Roman", serif;
}

.artistern-profile-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.artistern-profile-main {
  min-width: 0;
  padding-bottom: 3px !important;
}

.artistern-profile-main h1 {
  position: absolute !important;
  top: 0;
  right: 300px;
  left: calc(var(--artistern-avatar-size) + var(--artistern-identity-gap));
  display: block !important;
  width: auto;
  max-width: none;
  margin: 0 !important;
  padding: 0 !important;
  overflow-wrap: anywhere;
  background: transparent !important;
  color: #fff !important;
  font: 400 42px/1.08 Georgia, "Times New Roman", serif !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.artistern-profile-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px 14px;
  margin-top: 9px !important;
}

.artistern-profile-location {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--ap-muted);
  font-size: 12px;
}

.artistern-profile-location svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.artistern-profile-status {
  display: inline-flex;
  min-height: 27px;
  align-items: center;
  gap: 7px;
  padding: 5px 9px;
  border: 1px solid var(--ap-gold);
  background: #fdf9f0;
  color: #806522;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.artistern-profile-status i {
  width: 5px;
  height: 5px;
  background: var(--ap-gold);
}

.artistern-profile-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.artistern-profile-tags span {
  padding: 4px 9px;
  background: var(--ap-canvas);
  color: var(--ap-ink);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.2;
}

.artistern-profile-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 9px;
  padding-bottom: 7px !important;
}

.artistern-profile-actions a,
.artistern-profile-actions a:hover,
.artistern-profile-actions a:focus {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 15px !important;
  border: 1px solid var(--ap-line-strong) !important;
  background: var(--ap-paper) !important;
  color: var(--ap-ink) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
}

.artistern-profile-actions a.is-primary,
.artistern-profile-actions a.is-primary:hover,
.artistern-profile-actions a.is-primary:focus {
  border-color: var(--ap-ink) !important;
  background: var(--ap-ink) !important;
  color: #fff !important;
}

.artistern-profile-actions svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.artistern-profile-content {
  padding-top: 46px !important;
}

.artistern-public-artist-profile dl.artistern-profile-facts {
  position: static !important;
  display: grid !important;
  float: none !important;
  clear: both !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border-top: 1px solid var(--ap-line) !important;
  border-right: 0 !important;
  border-bottom: 1px solid var(--ap-line) !important;
  border-left: 0 !important;
  background: transparent !important;
  text-align: left !important;
}

.artistern-public-artist-profile dl.artistern-profile-facts > div {
  position: static !important;
  display: block !important;
  float: none !important;
  clear: none !important;
  min-width: 0 !important;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 !important;
  padding: 18px 20px !important;
  border-top: 0 !important;
  border-right: 1px solid var(--ap-line) !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
  background: transparent !important;
  text-align: left !important;
  transform: none !important;
}

.artistern-public-artist-profile dl.artistern-profile-facts > div:nth-child(3n) {
  border-right: 0 !important;
}

.artistern-public-artist-profile dl.artistern-profile-facts dt,
.artistern-public-artist-profile dl.artistern-profile-facts dd {
  position: static !important;
  display: block !important;
  float: none !important;
  clear: none !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  height: auto !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  text-align: left !important;
  text-indent: 0 !important;
  transform: none !important;
}

.artistern-public-artist-profile dl.artistern-profile-facts dt {
  margin: 0 0 5px !important;
  color: var(--ap-faint) !important;
  font: 700 9px/1.2 Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
  letter-spacing: .09em !important;
  text-transform: uppercase !important;
}

.artistern-public-artist-profile dl.artistern-profile-facts dd {
  margin: 0 !important;
  overflow-wrap: anywhere;
  color: var(--ap-ink) !important;
  font: 400 12px/1.45 Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.artistern-public-artist-profile dl.artistern-profile-facts dt::before,
.artistern-public-artist-profile dl.artistern-profile-facts dt::after,
.artistern-public-artist-profile dl.artistern-profile-facts dd::before,
.artistern-public-artist-profile dl.artistern-profile-facts dd::after {
  display: none !important;
  content: none !important;
}

.artistern-profile-section {
  padding-top: 64px !important;
}

.artistern-profile-eyebrow {
  margin: 0 0 18px !important;
  color: var(--ap-gold) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
}

.artistern-profile-statement > div {
  max-width: 66ch;
}

.artistern-profile-statement > div p {
  margin: 0 0 20px !important;
  color: var(--ap-ink) !important;
  font: 400 17px/1.8 Georgia, "Times New Roman", serif !important;
  letter-spacing: 0 !important;
}

.artistern-profile-statement > div p:last-child,
.artistern-profile-bio p:last-child {
  margin-bottom: 0 !important;
}

.artistern-studio-split {
  display: grid;
  grid-template-columns: minmax(0, 42%) minmax(0, 1fr);
  align-items: start;
  gap: 44px;
}

.artistern-studio-split.is-text-only,
.artistern-studio-split.is-image-only {
  grid-template-columns: minmax(0, 1fr);
}

.artistern-studio-primary {
  height: auto;
  overflow: hidden;
  border: 1px solid var(--ap-line);
  background: var(--ap-canvas);
}

.artistern-studio-primary img,
.artistern-studio-gallery img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.artistern-studio-gallery img {
  height: 100%;
}

.artistern-profile-bio {
  max-width: 62ch;
}

.artistern-profile-bio p {
  margin: 0 0 16px !important;
  color: #3b3935 !important;
  font-size: 14px !important;
  line-height: 1.75 !important;
}

.artistern-studio-extra {
  margin-top: 40px !important;
}

.artistern-studio-extra > p {
  margin-bottom: 14px !important;
  color: var(--ap-muted) !important;
  font-size: 9px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
}

.artistern-studio-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 17px;
}

.artistern-studio-gallery figure {
  height: 470px;
  overflow: hidden;
  border: 1px solid var(--ap-line);
  background: var(--ap-canvas);
}

.artistern-profile-cv-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 38px 52px;
}

.artistern-profile-cv-grid section {
  min-width: 0;
}

.artistern-profile-cv-grid h2 {
  margin: 0 0 4px !important;
  padding: 0 0 10px !important;
  border-bottom: 1px solid var(--ap-ink) !important;
  color: var(--ap-ink) !important;
  font: 700 11px/1.3 Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  letter-spacing: .09em !important;
  text-transform: uppercase !important;
}

.artistern-profile-cv-grid ul {
  list-style: none !important;
}

.artistern-profile-cv-grid li {
  padding: 9px 0 !important;
  border-bottom: 1px solid var(--ap-line) !important;
  color: #3b3935;
  font-size: 12px;
  line-height: 1.55;
}

.artistern-profile-cv-grid li:last-child {
  border-bottom: 0 !important;
}

.artistern-profile-links nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.artistern-profile-links a,
.artistern-profile-links a:hover,
.artistern-profile-links a:focus {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 9px;
  padding: 8px 12px !important;
  border: 1px solid var(--ap-line) !important;
  background: var(--ap-paper) !important;
  color: var(--ap-ink) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
}

.artistern-profile-links a:hover,
.artistern-profile-links a:focus {
  border-color: var(--ap-ink) !important;
}

.artistern-profile-links svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.artistern-profile-section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 20px;
  margin-bottom: 20px !important;
}

.artistern-profile-section-head .artistern-profile-eyebrow {
  margin-bottom: 0 !important;
}

.artistern-work-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.artistern-work-filters button,
.artistern-work-filters button:hover,
.artistern-work-filters button:focus {
  min-height: 34px !important;
  margin: 0 !important;
  padding: 6px 11px !important;
  border: 1px solid var(--ap-line) !important;
  outline: 0 !important;
  background: var(--ap-paper) !important;
  color: var(--ap-muted) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  cursor: pointer;
}

.artistern-work-filters button:hover,
.artistern-work-filters button:focus {
  border-color: var(--ap-ink) !important;
  color: var(--ap-ink) !important;
}

.artistern-work-filters button.is-active,
.artistern-work-filters button.is-active:hover,
.artistern-work-filters button.is-active:focus {
  border-color: var(--ap-ink) !important;
  background: var(--ap-ink) !important;
  color: #fff !important;
}

.artistern-public-artist-profile ul.products.artistern-native-products {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 34px 24px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  clear: both !important;
  list-style: none !important;
}

.artistern-public-artist-profile ul.products.artistern-native-products::before,
.artistern-public-artist-profile ul.products.artistern-native-products::after {
  display: none !important;
}

.artistern-public-artist-profile ul.products.artistern-native-products li.product {
  float: none !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.artistern-public-artist-profile ul.products.artistern-native-products li.product.is-filtered-out {
  display: none !important;
}

@media (max-width: 900px) {
  .artistern-profile-head {
    --artistern-avatar-size: 104px;
    --artistern-identity-gap: 22px;
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 22px;
  }

  .artistern-profile-avatar {
    width: 104px;
    height: 104px;
  }

  .artistern-profile-actions {
    grid-column: 1 / -1;
    justify-content: flex-start;
    padding: 0 !important;
  }

  .artistern-profile-main h1 {
    right: 0;
  }

  .artistern-public-artist-profile dl.artistern-profile-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .artistern-public-artist-profile dl.artistern-profile-facts > div:nth-child(3n) {
    border-right: 1px solid var(--ap-line) !important;
  }

  .artistern-public-artist-profile dl.artistern-profile-facts > div:nth-child(2n) {
    border-right: 0 !important;
  }

  .artistern-public-artist-profile ul.products.artistern-native-products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .artistern-public-artist-profile {
    padding-bottom: 56px;
  }

  .artistern-profile-shell {
    width: calc(100% - 40px);
  }

  .artistern-profile-cover {
    height: 200px;
  }

  .artistern-profile-cover::after {
    background: transparent;
  }

  .artistern-profile-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    margin-top: -46px !important;
  }

  .artistern-profile-avatar {
    width: 92px;
    height: 92px;
    border-width: 3px;
    font-size: 28px;
  }

  .artistern-profile-main h1 {
    position: static !important;
    width: fit-content;
    max-width: 100%;
    padding: 0 !important;
    background: transparent !important;
    color: var(--ap-ink) !important;
    font-size: 32px !important;
  }

  .artistern-profile-main {
    margin-top: 30px !important;
    padding: 0 !important;
  }

  .artistern-profile-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .artistern-profile-actions {
    margin-top: 20px !important;
  }

  .artistern-profile-content {
    padding-top: 36px !important;
  }

  .artistern-profile-section {
    padding-top: 52px !important;
  }

  .artistern-studio-split {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

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

  .artistern-profile-cv-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }

  .artistern-profile-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .artistern-work-filters {
    flex-wrap: nowrap;
    width: calc(100% + 36px);
    margin-left: -18px !important;
    padding: 0 18px 5px !important;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .artistern-work-filters::-webkit-scrollbar {
    display: none;
  }

  .artistern-work-filters button {
    flex: 0 0 auto;
  }
}

@media (max-width: 560px) {
  .artistern-profile-head {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    margin-top: -40px !important;
  }

  .artistern-profile-avatar {
    width: 80px;
    height: 80px;
    font-size: 25px;
  }

  .artistern-profile-main h1 {
    font-size: 27px !important;
  }

  .artistern-profile-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .artistern-profile-status {
    max-width: 100%;
  }

  .artistern-profile-actions a {
    flex: 1 1 auto;
  }

  .artistern-public-artist-profile dl.artistern-profile-facts {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .artistern-public-artist-profile dl.artistern-profile-facts > div,
  .artistern-public-artist-profile dl.artistern-profile-facts > div:nth-child(2n),
  .artistern-public-artist-profile dl.artistern-profile-facts > div:nth-child(3n) {
    border-right: 0 !important;
    border-bottom: 1px solid var(--ap-line) !important;
  }

  .artistern-public-artist-profile dl.artistern-profile-facts > div:last-child {
    border-bottom: 0 !important;
  }

  .artistern-profile-statement > div p {
    font-size: 16px !important;
  }

  .artistern-studio-gallery {
    grid-template-columns: minmax(0, 1fr);
  }

  .artistern-public-artist-profile ul.products.artistern-native-products {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 28px !important;
  }
}

@media (max-width: 420px) {
  .artistern-profile-shell {
    width: calc(100% - 32px);
  }

  .artistern-profile-head {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    margin-top: -36px !important;
  }

  .artistern-profile-avatar {
    width: 72px;
    height: 72px;
    font-size: 22px;
  }

  .artistern-profile-main h1 {
    font-size: 24px !important;
  }

  .artistern-profile-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
  }

  .artistern-profile-actions a {
    width: 100%;
  }

  .artistern-profile-content {
    padding-top: 30px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .artistern-public-artist-profile *,
  .artistern-public-artist-profile *::before,
  .artistern-public-artist-profile *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
