/*
Theme Name: Tattoo Studio
Description: A lightweight child theme for the Kadence theme.
Author: Tattoo Owl Template
Template: kadence
Version: 1.3.7
Text Domain: tattoo-studio
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

.single-artist article.artist .entry-content-wrap {
  position: relative;
  min-height: 483px;
  padding-right: 372px;
}

.single-artist article.artist .entry-header {
  margin: 0 0 22px;
}

.single-artist article.artist .entry-title::before {
  content: "Meet ";
  color: var(--global-palette1);
}

.single-artist article.artist .entry-content {
  display: block;
}

.single-artist article.artist .entry-content > p {
  max-width: 760px;
  margin: 0 0 18px;
}

.single-artist article.artist .entry-content > p:empty {
  display: none;
}

.single-artist article.artist .artist-profile {
  position: absolute;
  top: auto;
  right: 24px;
  bottom: -30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  width: 300px;
  padding: 18px 20px;
  box-sizing: border-box;
  color: var(--global-palette9);
  background: var(--global-palette3);
  border: 1px solid var(--global-palette5);
  border-radius: 16px;
  text-align: center;
}

.single-artist article.artist .artist-profile__media {
  width: min(100%, 170px);
}

.single-artist article.artist .artist-profile__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  box-sizing: border-box;
  object-fit: cover;
  padding: 3px;
  border: 2px solid var(--global-palette1);
  border-radius: 50%;
}

.single-artist article.artist .artist-profile__details {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.single-artist article.artist .artist-profile__name {
  margin: 0;
  color: var(--global-palette9);
  font-family: var(--global-heading-font-family);
  font-size: clamp(1.55rem, 2vw, 1.8rem);
  font-weight: 800;
  line-height: 1.1;
}

.single-artist article.artist .artist-profile__name::after {
  content: "";
  display: block;
  width: 58px;
  height: 1px;
  margin: 10px auto 1px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--global-palette1) 25%,
    var(--global-palette1) 75%,
    transparent
  );
}

.single-artist article.artist .artist-services {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin: 0;
}

.single-artist article.artist .artist-services__label {
  color: var(--global-palette1);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-transform: uppercase;
}

.single-artist article.artist .artist-services__list {
  color: var(--global-palette9);
  font-size: 0.88rem;
  line-height: 1.4;
}

.single-artist article.artist .artist-specialties,
.single-artist article.artist .artist-experience {
  font-size: 0.95rem;
  line-height: 1.45;
}

.single-artist article.artist .artist-specialties__label {
  display: block;
  margin-bottom: 5px;
  color: var(--global-palette1);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-transform: uppercase;
}

.single-artist article.artist .artist-specialties__styles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3px 5px;
  color: var(--global-palette9);
  font-size: 0.8rem;
}

.single-artist article.artist .artist-specialties__style + .artist-specialties__style::before {
  content: "•";
  margin-right: 5px;
  color: var(--global-palette1);
}

.single-artist article.artist .artist-experience {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--global-palette5);
}

.single-artist article.artist .artist-experience::before {
  content: "";
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  background-color: var(--global-palette1);
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M7 3v3m10-3v3M4 9h16M5 5h14a1 1 0 0 1 1 1v14H4V6a1 1 0 0 1 1-1Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.single-artist article.artist .artist-consultation-status {
  margin-top: 4px;
}

.single-artist article.artist .artist-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 5px 10px;
  color: var(--global-palette9);
  background: var(--global-palette1);
  border-radius: 999px;
  font-size: 0.78rem;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.single-artist article.artist .artist-status::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  box-sizing: border-box;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 0.68rem;
  line-height: 1;
}

.single-artist article.artist .artist-social-links {
  margin-top: 2px;
  justify-content: center;
}

.single-artist article.artist .artist-specialties p,
.single-artist article.artist .artist-experience,
.single-artist article.artist .artist-status {
  margin: 0;
}

.single-artist article.artist .artist-social-links a {
  color: var(--global-palette9);
  transition: opacity 0.2s ease;
}

.single-artist article.artist .artist-social-links a:hover {
  opacity: 0.65;
}

.single-artist .artist-work-section {
  margin-top: 70px;
  padding: 42px 48px 48px;
  border-radius: 8px;
}

.single-artist .artist-work-section__heading {
  margin: 0 0 34px;
  text-align: center;
}

.single-artist .artist-work-section__heading::after {
  content: "";
  display: block;
  width: 110px;
  height: 1px;
  margin: 16px auto 0;
  background: linear-gradient(
    90deg,
    transparent,
    var(--global-palette1) 20%,
    var(--global-palette1) 80%,
    transparent
  );
}

.single-artist .artist-work-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 440px));
  justify-content: center;
  gap: 40px;
  max-width: 960px;
  margin: 0 auto;
}

.single-artist .artist-work-card {
  text-align: center;
}

.single-artist .artist-work-card__media {
  overflow: hidden;
  background: var(--global-palette7);
  border-radius: 14px;
}

.single-artist .artist-work-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.single-artist .artist-work-card__title {
  margin: 16px 0 5px;
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  line-height: 1.25;
}

.single-artist .artist-work-card__styles {
  margin: 0;
  color: var(--global-palette1);
  font-size: 1rem;
  font-weight: 600;
}

/* About page: keep publication dates out of the dynamic Artist cards. */
.tattoo-owl-page-about .posted-on {
  display: none;
}

/* About page dynamic Artist directory. */
.tattoo-owl-page-about .kb-row-layout-id20_5397e4-84 > .kt-row-column-wrap {
  max-width: 1180px;
}

.tattoo-owl-page-about .kb-posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px 24px;
}

.tattoo-owl-page-about .kb-posts > .kb-post-list-item {
  flex: 0 1 calc(25% - 18px);
  width: calc(25% - 18px);
  max-width: 280px;
}

.tattoo-owl-page-about .kb-posts .loop-entry {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  background: var(--global-palette3);
  border: 1px solid var(--global-palette1);
  border-radius: 9px;
}

.tattoo-owl-page-about .kb-posts .post-thumbnail {
  width: 170px;
  margin: 24px auto 0;
  border-radius: 50%;
}

.tattoo-owl-page-about .kb-posts .post-thumbnail-inner,
.tattoo-owl-page-about .kb-posts .post-thumbnail img {
  width: 170px;
  height: 170px;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
  object-fit: cover;
}

.tattoo-owl-page-about .kb-posts .post-thumbnail-inner {
  border: 1px solid var(--global-palette1);
}

.tattoo-owl-page-about .kb-posts .entry-content-wrap {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 190px;
  padding: 17px 18px 18px;
  text-align: center;
}

.tattoo-owl-page-about .kb-posts .entry-header {
  margin-bottom: 8px;
}

.tattoo-owl-page-about .kb-posts .entry-title {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  line-height: 1.15;
}

.tattoo-owl-page-about .kb-posts .entry-title a {
  color: var(--global-palette8);
}

.tattoo-owl-page-about .kb-posts .entry-summary {
  margin: 7px 0 16px;
  color: var(--global-palette8);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.5;
}

.tattoo-owl-page-about .kb-posts .entry-summary::before {
  display: block;
  margin-bottom: 7px;
  color: var(--global-palette1);
  content: "Specializes In";
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.tattoo-owl-page-about .kb-posts .entry-summary p {
  margin: 0;
}

.tattoo-owl-page-about .kb-posts .entry-footer {
  margin-top: auto;
}

.tattoo-owl-page-about .kb-posts .post-more-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 15px;
  color: var(--global-palette8);
  background: var(--global-palette1);
  border-radius: 2px;
  font-family: var(--global-heading-font-family);
  font-size: 0;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: none;
}

.tattoo-owl-page-about .kb-posts .post-more-link:hover,
.tattoo-owl-page-about .kb-posts .post-more-link:focus {
  color: var(--global-palette8);
  background: var(--global-palette2);
}

.tattoo-owl-page-about .kb-posts .post-more-link::before {
  content: "View Profile";
  font-size: 1rem;
}

.tattoo-owl-page-about .kb-posts .post-more-link .kadence-svg-iconset {
  display: none;
}

@media (max-width: 1024px) {
  .tattoo-owl-page-about .kb-posts > .kb-post-list-item {
    flex-basis: calc(50% - 12px);
    width: calc(50% - 12px);
    max-width: 340px;
  }
}

@media (max-width: 600px) {
  .tattoo-owl-page-about .kb-posts > .kb-post-list-item {
    flex-basis: 100%;
    width: 100%;
    max-width: 360px;
  }
}

.tattoo-owl-page-contact .entry-content-wrap {
  padding-top: 0;
}

/* Dynamic homepage previews reuse the established Artist and Style card systems. */
.tattoo-owl-page-home .home-artists-preview,
.tattoo-owl-page-home .home-styles-preview {
  position: static;
  left: auto;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  transform: none;
}

.tattoo-owl-page-home .home-artists-preview,
.tattoo-owl-page-home .home-styles-preview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.tattoo-owl-page-home .home-styles-preview {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tattoo-owl-page-home .wp-block-group:has(.home-styles-preview) h2 {
  font-size: 32px !important;
}

.tattoo-owl-page-home .wp-block-group:has(.home-styles-preview) .wp-block-buttons .wp-block-button__link {
  padding: 8px 16px;
  font-size: 15px;
}

.tattoo-owl-page-home .home-artists-preview .artist-directory-card,
.tattoo-owl-page-home .home-artists-preview .artist-directory-card__content {
  color: var(--global-palette9);
  background: var(--global-palette3);
}

.tattoo-owl-page-home .home-artists-preview .artist-directory-card__name,
.tattoo-owl-page-home .home-artists-preview .artist-directory-card__styles {
  color: var(--global-palette9);
}

.tattoo-owl-page-home .home-artists-preview .artist-directory-card__content {
  min-height: 96px;
  padding: 14px 18px 16px;
  border-top: 1px solid var(--global-palette1);
  justify-content: center;
}

.tattoo-owl-page-home .home-artists-preview .artist-directory-card__name {
  font-size: 23px;
  line-height: 1.1;
}

.tattoo-owl-page-home .home-artists-preview .artist-directory-card__name::after {
  display: none;
}

.tattoo-owl-page-home .home-artists-preview .artist-directory-card__styles {
  margin: 8px 0 0;
  color: var(--global-palette8);
  font-size: 13.5px;
  line-height: 1.35;
}

.tattoo-owl-page-home .home-artists-preview .artist-directory-card__placeholder {
  color: var(--global-palette9);
  background: var(--global-palette4);
}

/* Buyer-editable Kadence intro for the Home Featured Artists section. */
.tattoo-owl-page-home .wp-block-group:has(.home-artists-intro) {
  padding-top: 64px !important;
  background: color-mix(in srgb, var(--global-palette5) 76%, var(--global-palette8) 24%) !important;
}

.tattoo-owl-page-home .home-artists-intro {
  width: 100%;
  max-width: 1052px;
  margin: 0 auto 18px;
}

.tattoo-owl-page-home .home-artists-intro > .kt-row-column-wrap {
  display: block;
  text-align: center;
}

.tattoo-owl-page-home .home-artists-intro__eyebrow {
  margin: 0 0 10px;
  text-align: center;
}

.tattoo-owl-page-home .home-artists-intro__rule {
  width: 48px;
  height: 2px;
  margin: 0 auto 17px;
  background: var(--global-palette1);
  border: 0;
}

.tattoo-owl-page-home .home-artists-intro .wp-block-kadence-advancedheading {
  max-width: 920px;
  margin: 0 auto;
  font-size: 38px;
  line-height: 1.08;
  text-align: center;
}

.tattoo-owl-page-home .home-artists-intro__copy {
  max-width: 720px;
  margin: 18px auto 0;
  line-height: 1.65;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .tattoo-owl-page-home .home-artists-intro {
    max-width: 820px;
  }
}

@media (max-width: 767px) {
  .tattoo-owl-page-home .wp-block-group:has(.home-artists-intro) {
    padding-top: 52px !important;
  }

  .tattoo-owl-page-home .home-artists-intro {
    margin-bottom: 18px;
  }

  .tattoo-owl-page-home .home-artists-intro .wp-block-kadence-advancedheading {
    font-size: 32px;
  }

  .tattoo-owl-page-home .home-artists-intro__copy {
    max-width: 620px;
    margin: 16px auto 0;
  }
}

.tattoo-owl-page-home .home-styles-preview .tattoo-style-card__content {
  min-height: 140px;
  padding: 20px 22px;
}

.tattoo-owl-page-home .home-styles-preview .tattoo-style-card,
.tattoo-owl-page-home .home-styles-preview .tattoo-style-card__content {
  color: var(--global-palette9);
  background: var(--global-palette3);
}

.tattoo-owl-page-home .home-styles-preview .tattoo-style-card__title {
  color: var(--global-palette9);
  font-size: 24px;
  line-height: 1.1;
}

.tattoo-owl-page-home .home-styles-preview .tattoo-style-card__title::after {
  margin-top: 10px;
}

.tattoo-owl-page-home .home-styles-preview .tattoo-style-card__action {
  width: auto;
  margin-top: 14px;
  padding: 11px 22px;
  align-self: center;
  font-size: 13.5px;
}

.tattoo-owl-page-home .home-styles-preview .tattoo-style-card__placeholder {
  color: var(--global-palette9);
  background: var(--global-palette4);
}

/* Home Work: natural-aspect-ratio masonry gallery with interaction-only details. */
.tattoo-owl-page-home .home-work-grid {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  columns: 3;
  column-gap: 14px;
}

.tattoo-owl-page-home .home-work-card {
  display: block;
  margin: 0 0 14px;
  break-inside: avoid;
}

.tattoo-owl-page-home .home-work-card__trigger {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  color: var(--global-palette9);
  background: var(--global-palette3);
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  text-align: left;
}

.tattoo-owl-page-home .home-work-card__image {
  display: block;
  width: 100%;
  height: auto;
}

.tattoo-owl-page-home .home-work-card__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 4px;
  padding: clamp(18px, 2.5vw, 30px);
  color: var(--global-palette9);
  background: rgb(0 0 0 / 54%);
  opacity: 0;
  transition: opacity 180ms ease;
  pointer-events: none;
}

.tattoo-owl-page-home .home-work-card__styles,
.tattoo-owl-page-home .home-work-card__artist {
  display: block;
  margin: 0;
  color: inherit;
}

.tattoo-owl-page-home .home-work-card__styles {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.tattoo-owl-page-home .home-work-card__artist {
  font-family: var(--global-heading-font-family);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.2;
}

@media (hover: hover) and (pointer: fine) {
  .tattoo-owl-page-home .home-work-card__trigger:hover .home-work-card__overlay {
    opacity: 1;
  }
}

.tattoo-owl-page-home .home-work-card.is-active .home-work-card__overlay,
.tattoo-owl-page-home .home-work-card__trigger:focus-visible .home-work-card__overlay {
  opacity: 1;
}

.tattoo-owl-page-home .home-work-card__trigger:focus-visible {
  outline: 3px solid var(--global-palette1);
  outline-offset: 3px;
}

@media (max-width: 900px) {
  .tattoo-owl-page-home .home-artists-preview,
  .tattoo-owl-page-home .home-styles-preview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tattoo-owl-page-home .home-work-grid {
    columns: 2;
  }

  .tattoo-owl-page-home .home-styles-preview .tattoo-style-card__title {
    font-size: 22px;
  }
}

@media (max-width: 600px) {
  .tattoo-owl-page-home .home-artists-preview,
  .tattoo-owl-page-home .home-styles-preview {
    grid-template-columns: minmax(0, 1fr);
  }

  .tattoo-owl-page-home .home-work-grid {
    columns: 1;
  }

  .tattoo-owl-page-home .home-styles-preview .tattoo-style-card__title {
    font-size: 21px;
  }
}

/* About page: editorial Inside Tattoo Owl feature cards. */
.inside-owl-editorial {
  overflow: hidden;
}

.inside-owl-editorial > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: clamp(40px, 7vw, 110px);
  align-items: end;
}

.inside-owl-editorial > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > h2 {
  grid-column: 1;
  margin: 0;
  font-size: clamp(2.3rem, 5vw, 4.4rem);
  line-height: 1;
  text-transform: uppercase;
}

.inside-owl-editorial > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > p {
  grid-column: 2;
  max-width: 520px;
  margin: 0 0 5px;
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  line-height: 1.7;
}

.inside-owl-editorial > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-kadence-rowlayout {
  position: relative;
  grid-column: 1 / -1;
  margin-top: clamp(34px, 4vw, 48px);
  padding: 44px 0 34px;
  isolation: isolate;
}

.inside-owl-editorial > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-kadence-rowlayout::before {
  position: absolute;
  z-index: 0;
  top: 36%;
  right: -60px;
  bottom: 0;
  left: -60px;
  background: var(--global-palette1);
  content: "";
}

.inside-owl-editorial > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-kadence-rowlayout > .kt-row-column-wrap {
  column-gap: clamp(28px, 3vw, 42px);
  align-items: start;
}

.inside-owl-editorial > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-kadence-rowlayout > .kt-row-column-wrap > .wp-block-kadence-column {
  position: relative;
  z-index: 1;
}

.inside-owl-editorial > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-kadence-rowlayout > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col {
  height: auto;
  overflow: hidden;
  padding: 0 !important;
  background: var(--global-palette8);
  border: 1px solid color-mix(in srgb, var(--global-palette1) 45%, transparent);
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(23, 23, 23, 0.1);
}

.inside-owl-editorial .wp-block-kadence-image figure,
.inside-owl-editorial .wp-block-kadence-image .kb-is-ratio-image {
  width: 100%;
  margin: 0;
  border-radius: 0;
}

.inside-owl-editorial .wp-block-kadence-image .kb-is-ratio-image {
  height: 0 !important;
  padding-bottom: 125% !important;
}

.inside-owl-editorial .wp-block-kadence-image img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
}

.inside-owl-editorial .wp-block-kadence-image + .wp-block-kadence-rowlayout > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col {
  min-height: 0;
  padding: 22px 28px 24px;
}

.inside-owl-editorial .wp-block-kadence-image + .wp-block-kadence-rowlayout h5 {
  margin: 0 0 12px;
  color: var(--global-palette1);
  text-transform: uppercase;
}

.inside-owl-editorial .wp-block-kadence-image + .wp-block-kadence-rowlayout p {
  margin: 0;
  color: var(--global-palette4);
  line-height: 1.65;
}

.inside-owl-editorial > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-kadence-rowlayout > .kt-row-column-wrap > .wp-block-kadence-column:nth-child(2) {
  transform: translateY(-42px);
}

@media (max-width: 1024px) {
  .inside-owl-editorial > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-kadence-rowlayout > .kt-row-column-wrap > .wp-block-kadence-column:nth-child(2) {
    transform: none;
  }
}

@media (max-width: 767px) {
  .inside-owl-editorial > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 22px;
  }

  .inside-owl-editorial > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > h2,
  .inside-owl-editorial > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > p,
  .inside-owl-editorial > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-kadence-rowlayout {
    grid-column: 1;
  }

  .inside-owl-editorial > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-kadence-rowlayout {
    margin-top: 24px;
    padding: 28px 0;
  }

  .inside-owl-editorial > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-kadence-rowlayout::before {
    top: 90px;
    right: -24px;
    left: -24px;
  }
}

@media (max-width: 1024px) {
  .single-artist article.artist .entry-content-wrap {
    min-height: 0;
    padding-right: 0;
  }

  .single-artist article.artist .artist-profile {
    position: static;
    width: min(100%, 300px);
    margin: 24px auto 0;
  }

  .single-artist .artist-work-section {
    margin-top: 32px;
  }
}

@media (max-width: 768px) {
  .single-artist article.artist .entry-content-wrap {
    min-height: 0;
    padding-right: 0;
  }

  .single-artist article.artist .entry-header {
    margin-bottom: 18px;
  }

  .single-artist article.artist .artist-profile {
    position: static;
    width: min(100%, 300px);
    margin: 24px auto 0;
  }

  .single-artist article.artist .artist-profile__media {
    width: min(100%, 160px);
  }

  .single-artist .artist-work-section {
    margin-top: 32px;
    padding: 32px 24px 36px;
  }

  .single-artist .artist-work-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
    max-width: 440px;
  }
}

/* Dynamic Art Styles directory and shared taxonomy archive. */
.tattoo-styles-page {
  background: var(--global-palette8);
}

.tattoo-styles-cta,
.tattoo-style-shell {
  width: min(100% - 48px, 1280px);
  margin-inline: auto;
}

.tattoo-styles-hero {
  display: block;
  color: var(--global-palette9);
  background: var(--global-palette4);
}

.tattoo-styles-hero > .kt-row-column-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: clamp(48px, 8vw, 120px);
  width: min(calc(100% - 48px), 1280px);
  margin-inline: auto;
  align-items: end;
  padding: clamp(16px, 2vw, 24px) 0 clamp(24px, 3vw, 40px);
}

.tattoo-styles-eyebrow,
.tattoo-style-eyebrow {
  margin: 0 0 18px;
  color: var(--global-palette1);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.tattoo-styles-hero h1,
.tattoo-styles-hero h2 {
  max-width: 760px;
  margin: 0;
  color: var(--global-palette9);
  font-size: clamp(4rem, 9vw, 8rem);
  line-height: 0.88;
  text-transform: uppercase;
}

.tattoo-styles-hero__aside {
  padding: 14px 0 14px 30px;
  border-left: 2px solid var(--global-palette1);
}

.tattoo-styles-hero__aside strong {
  display: block;
  margin-bottom: 14px;
  color: var(--global-palette9);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tattoo-styles-hero__aside p {
  margin: 0;
  color: var(--global-palette9);
}

.tattoo-styles-grid {
  position: relative;
  left: 50%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  width: min(calc(100vw - 48px), 1280px);
  margin: 0 auto clamp(64px, 8vw, 110px);
  transform: translateX(-50%);
}

.tattoo-style-card {
  height: 100%;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--global-palette5);
  border-radius: 8px;
  background: var(--global-palette8);
  box-shadow: 0 10px 24px color-mix(in srgb, var(--global-palette3) 14%, transparent);
}

.tattoo-style-card__link {
  display: flex;
  height: 100%;
  color: var(--global-palette3);
  text-decoration: none;
  flex-direction: column;
}

.tattoo-style-card__link:focus-visible {
  outline: 3px solid var(--global-palette1);
  outline-offset: -3px;
}

.tattoo-style-card__media {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--global-palette4);
}

.tattoo-style-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 180ms ease;
}

.tattoo-style-card__link:hover .tattoo-style-card__image {
  transform: scale(1.02);
}

.tattoo-style-card__placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  color: var(--global-palette5);
  background: var(--global-palette4);
  place-items: center;
}

.tattoo-style-card__placeholder span {
  display: grid;
  width: 74px;
  aspect-ratio: 1;
  border: 1px solid var(--global-palette5);
  border-radius: 50%;
  place-items: center;
}

.tattoo-style-card__content {
  display: flex;
  min-height: 0;
  padding: 22px 22px 20px;
  border-top: 1px solid var(--global-palette3);
  flex: 1;
  flex-direction: column;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), inset 0 -14px 28px rgba(0, 0, 0, 0.06);
  text-align: center;
}

/* Art Styles and Piercings directories: match the Home dark-card treatment. */
.tattoo-styles-page .tattoo-style-card,
.tattoo-styles-page .tattoo-style-card__content {
  color: var(--global-palette9);
  background: var(--global-palette3);
}

.tattoo-styles-page .tattoo-style-card__link,
.tattoo-styles-page .tattoo-style-card__title,
.tattoo-styles-page .tattoo-style-card__description {
  color: var(--global-palette9);
}

/* Piercings page: reuse the Art Styles card and responsive grid system. */
.piercings-page .piercings-page-content {
  background: var(--global-palette8);
}

.piercings-page .piercings-intro,
.piercings-page .piercing-group-heading {
  width: min(100% - 48px, 1280px);
  margin-inline: auto;
}

.piercings-page .piercings-intro {
  width: 100%;
  max-width: none;
  padding: clamp(24px, 3vw, 40px) max(24px, calc((100vw - 1280px) / 2)) clamp(26px, 3.5vw, 44px);
  color: var(--global-palette9);
  background: var(--global-palette4);
}

.piercings-page .piercings-intro__eyebrow {
  margin: 0 0 18px;
  color: var(--global-palette9);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.piercings-page .piercings-intro h1,
.piercings-page .piercings-intro h2 {
  max-width: 860px;
  margin: 0;
  color: var(--global-palette9);
  font-size: clamp(3.375rem, 5.5vw, 5.25rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.piercings-page .piercings-intro__copy {
  max-width: 720px;
  margin: 20px 0 0;
  color: var(--global-palette9);
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  line-height: 1.7;
}

.piercings-page .piercing-group-heading {
  margin-bottom: 24px;
  color: var(--global-palette3);
  font-size: clamp(2rem, 4vw, 3.2rem);
  text-transform: uppercase;
}

.piercings-page .piercing-types-grid {
  left: auto;
  transform: none;
  margin-bottom: clamp(52px, 7vw, 88px);
}

.piercings-page .piercing-artists-section {
  width: min(calc(90% - 48px), 1152px);
  margin: 0 auto;
  padding: 0 0 clamp(58px, 7vw, 92px);
}

.piercings-page .piercing-artists-section h2 {
  margin: 0 0 28px;
  color: var(--global-palette3);
  font-size: clamp(2rem, 4vw, 3.2rem);
  text-transform: uppercase;
}

.piercings-page .piercing-artists-grid {
  justify-content: start;
}

.piercings-page .piercing-artists-empty {
  color: var(--global-palette4);
}

@media (max-width: 560px) {
  .piercings-page .piercing-group-heading,
  .piercings-page .piercing-artists-section {
    width: min(calc(100vw - 32px), 1280px);
  }

  .piercings-page .piercings-intro {
    width: 100%;
    padding: 22px 16px 28px;
  }

  .piercings-page .piercings-intro h1,
  .piercings-page .piercings-intro h2 {
    font-size: clamp(2.5rem, 11vw, 3rem);
  }
}

.tattoo-style-card__title {
  margin: 0;
  color: inherit;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.05;
  text-transform: uppercase;
}

@media (min-width: 801px) {
  .tattoo-style-card__title {
    position: relative;
    top: 3px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: calc(2.1em + 16px);
  }

  .tattoo-styles-grid .tattoo-style-card__description {
    position: relative;
    top: 2px;
  }
}

.tattoo-style-card__title::after {
  display: block;
  width: 34px;
  margin-top: 14px;
  margin-inline: auto;
  border-top: 2px solid var(--global-palette1);
  content: "";
}

.tattoo-styles-grid .tattoo-style-card__description {
  margin: 13px 0 20px;
  color: inherit;
  font-size: calc(1em - 2px);
  line-height: 1.4;
}

.tattoo-style-card__action {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: auto;
  padding: 11px 16px;
  color: var(--global-palette9);
  background: var(--global-palette1);
  border: 1px solid var(--global-palette1);
  border-radius: 4px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.tattoo-style-card__link:hover .tattoo-style-card__action,
.tattoo-style-card__link:focus-visible .tattoo-style-card__action {
  color: var(--global-palette9);
  background: var(--global-palette3);
  border-color: var(--global-palette3);
}

.tattoo-styles-empty {
  width: min(100% - 48px, 1280px);
  margin: 0 auto 80px;
  padding: 28px;
  color: var(--global-palette9);
  background: var(--global-palette4);
  border-left: 4px solid var(--global-palette1);
}

.tattoo-styles-cta {
  display: block;
}

.tattoo-styles-cta > .kt-row-column-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: center;
  margin-bottom: clamp(64px, 8vw, 110px);
  padding: clamp(36px, 5vw, 64px);
  color: var(--global-palette9);
  background: var(--global-palette1);
  border-radius: 8px;
}

.tattoo-styles-cta h2,
.tattoo-styles-cta p {
  color: inherit;
}

.tattoo-styles-cta h2 {
  margin: 0 0 12px;
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.tattoo-styles-cta p {
  max-width: 720px;
  margin: 0;
}

.tattoo-style-archive {
  color: var(--global-palette4);
  background: var(--global-palette8);
}

.tattoo-style-hero {
  padding: clamp(36px, 5vw, 68px) 0 clamp(52px, 7vw, 92px);
  background: var(--global-palette8);
}

.tattoo-style-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.75fr);
  gap: clamp(44px, 7vw, 100px);
  align-items: start;
}

.tattoo-style-hero h1 {
  margin: 0;
  color: var(--global-palette3);
  font-size: clamp(3.5rem, 8vw, 7rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.tattoo-style-hero__description {
  max-width: 720px;
  margin: 26px 0 0;
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
  line-height: 1.7;
}

.tattoo-style-hero__media {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 10px;
  background: var(--global-palette4);
}

.tattoo-style-hero__media img,
.tattoo-style-work-card__media img,
.tattoo-style-artist-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tattoo-style-section {
  padding: clamp(58px, 7vw, 96px) 0;
}

.tattoo-style-section h2 {
  margin: 0 0 38px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  text-transform: uppercase;
}

.tattoo-style-section--light {
  color: var(--global-palette3);
  background: var(--global-palette8);
  border-top: 1px solid var(--global-palette5);
}

.piercing-type-empty {
  max-width: 760px;
  padding: 26px 28px;
  color: var(--global-palette4);
  background: color-mix(in srgb, var(--global-palette8) 88%, var(--global-palette5) 12%);
  border-left: 3px solid var(--global-palette1);
  border-radius: 6px;
}

.piercing-type-empty p {
  margin: 0;
  line-height: 1.7;
}

.tattoo-style-section--dark {
  color: var(--global-palette9);
  background: var(--global-palette4);
}

.tattoo-style-section--dark h2 {
  color: var(--global-palette9);
}

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

.tattoo-style-work-card__media {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 8px;
  background: var(--global-palette4);
}

.tattoo-style-work-card__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: clamp(18px, 2.5vw, 30px);
  color: var(--global-palette9);
  background: rgb(0 0 0 / 54%);
  opacity: 0;
  transition: opacity 180ms ease;
  pointer-events: none;
}

.tattoo-style-work-card__artist {
  color: inherit;
  font-family: var(--global-heading-font-family);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.2;
}

@media (hover: hover) and (pointer: fine) {
  .tattoo-style-work-card:hover .tattoo-style-work-card__overlay {
    opacity: 1;
  }
}

.tattoo-style-work-card h3 {
  margin: 15px 0 0;
  color: var(--global-palette3);
}

.tattoo-style-artists-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.tattoo-style-artist-card {
  display: block;
  padding: 18px;
  color: var(--global-palette9);
  background: var(--global-palette3);
  border: 1px solid var(--global-palette1);
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
}

.tattoo-style-artist-card:focus-visible {
  outline: 3px solid var(--global-palette1);
  outline-offset: 4px;
}

.tattoo-style-artist-card__media {
  display: block;
  width: min(100%, 180px);
  margin: 0 auto 16px;
  aspect-ratio: 1;
  overflow: hidden;
  border: 2px solid var(--global-palette1);
  border-radius: 50%;
  background: var(--global-palette4);
}

.tattoo-style-artist-card__name {
  color: var(--global-palette9);
  font-size: 1.25rem;
  font-weight: 700;
}

.tattoo-style-cta {
  padding: clamp(52px, 7vw, 90px) 0;
  color: var(--global-palette9);
  background: var(--global-palette1);
}

.tattoo-style-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: center;
}

.tattoo-style-cta h2,
.tattoo-style-cta p {
  color: inherit;
}

.tattoo-style-cta h2 {
  margin: 0 0 12px;
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.tattoo-style-cta p {
  max-width: 700px;
  margin: 0;
}

@media (max-width: 1199px) {
  .tattoo-styles-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1100px) {
  .tattoo-style-artists-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1199px) {
  body.tattoo-owl-page-art-styles #primary {
    margin-top: 0;
  }

  body.tattoo-owl-page-art-styles .entry-content-wrap {
    padding-top: 0;
  }

  .tattoo-styles-hero > .kt-row-column-wrap {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    width: 100%;
    justify-items: center;
    align-items: center;
    padding: 48px 24px 38px;
    text-align: center;
  }

  .tattoo-styles-hero h1,
  .tattoo-styles-hero h2 {
    margin-inline: auto;
  }

  .tattoo-styles-hero__aside {
    width: min(100%, 720px);
    max-width: 720px;
    padding: 12px 0 12px 20px;
  }
}

@media (max-width: 800px) {
  .tattoo-styles-hero,
  .tattoo-style-hero__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .tattoo-styles-hero > .kt-row-column-wrap,
  .tattoo-styles-cta > .kt-row-column-wrap,
  .tattoo-style-cta__inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .tattoo-styles-grid,
  .tattoo-style-work-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tattoo-styles-hero__aside {
    max-width: 620px;
  }
}

@media (max-width: 560px) {
  .tattoo-styles-cta,
  .tattoo-style-shell,
  .tattoo-styles-grid,
  .tattoo-styles-empty {
    width: min(calc(100vw - 32px), 1280px);
  }

  .tattoo-styles-hero > .kt-row-column-wrap {
    width: 100%;
    gap: 20px;
    padding: 32px 20px 28px;
  }

  .tattoo-styles-hero__aside {
    margin-top: 0;
    padding: 10px 0 10px 18px;
  }

  .tattoo-styles-grid,
  .tattoo-style-work-grid,
  .tattoo-style-artists-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .tattoo-style-card__content {
    min-height: 0;
  }
}

/* Dynamic Artists directory. */
.artists-directory-page {
  background: var(--global-palette8);
}

.artists-directory-hero > .kt-row-column-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: clamp(48px, 8vw, 120px);
  width: min(calc(100% - 48px), 1280px);
  margin-inline: auto;
  align-items: end;
  padding: clamp(48px, 6vw, 88px) 0 clamp(36px, 5vw, 64px);
}

.artists-directory-eyebrow {
  margin: 0 0 18px;
  color: var(--global-palette1);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.artists-directory-hero h1,
.artists-directory-hero h2 {
  max-width: 760px;
  margin: 0;
  color: var(--global-palette3);
  font-size: clamp(3.7rem, 8vw, 7.4rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.artists-directory-hero__aside {
  padding: 14px 0 14px 30px;
  color: var(--global-palette4);
  border-left: 2px solid var(--global-palette1);
}

.artists-directory-hero__aside p {
  margin: 0;
  color: inherit;
}

.artists-directory-grid {
  position: relative;
  left: 50%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  width: min(calc(100vw - 48px), 1200px);
  margin: 0 auto clamp(64px, 8vw, 110px);
  transform: translateX(-50%);
}

.artist-directory-card {
  height: 100%;
  min-width: 0;
  overflow: hidden;
  background: var(--global-palette8);
  border: 1px solid var(--global-palette5);
  border-radius: 8px;
  box-shadow: 0 10px 24px color-mix(in srgb, var(--global-palette3) 14%, transparent);
}

.artist-directory-card__link {
  display: flex;
  height: 100%;
  color: var(--global-palette3);
  text-decoration: none;
  flex-direction: column;
}

.artist-directory-card__link:focus-visible {
  outline: 3px solid var(--global-palette1);
  outline-offset: -3px;
}

.artist-directory-card__media {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--global-palette4);
}

.artist-directory-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.artist-directory-card__placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  color: var(--global-palette5);
  background: var(--global-palette4);
  place-items: center;
}

.artist-directory-card__placeholder span {
  display: grid;
  width: 84px;
  aspect-ratio: 1;
  border: 1px solid var(--global-palette5);
  border-radius: 50%;
  place-items: center;
}

.artist-directory-card__content {
  display: flex;
  min-height: 230px;
  padding: 26px 26px 24px;
  flex: 1;
  flex-direction: column;
  color: var(--global-palette3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), inset 0 -14px 28px rgba(0, 0, 0, 0.06);
  text-align: center;
}

.artist-directory-card__name {
  margin: 0;
  color: var(--global-palette3);
  font-size: clamp(1.55rem, 2.5vw, 2rem);
  line-height: 1.1;
  text-transform: uppercase;
}

.artist-directory-card__name::after {
  display: block;
  width: 36px;
  margin: 15px auto 0;
  border-top: 2px solid var(--global-palette1);
  content: "";
}

.artists-directory-grid .artist-directory-card__styles {
  margin: 18px 0 0;
  color: var(--global-palette4);
  line-height: 1.5;
}

.artists-directory-grid .artist-directory-card__status {
  margin: 15px 0 22px;
  color: var(--global-palette1);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.artists-directory-grid .artist-directory-card__status.is-closed {
  color: var(--global-palette5);
}

.artist-directory-card__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: auto;
  padding: 12px 18px;
  color: var(--global-palette9);
  background: var(--global-palette1);
  border: 1px solid var(--global-palette1);
  border-radius: 4px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.artist-directory-card__link:hover .artist-directory-card__action,
.artist-directory-card__link:focus-visible .artist-directory-card__action {
  color: var(--global-palette9);
  background: var(--global-palette3);
  border-color: var(--global-palette3);
}

.artists-directory-empty {
  width: min(100% - 48px, 1200px);
  margin: 0 auto 80px;
  padding: 28px;
  color: var(--global-palette9);
  background: var(--global-palette4);
  border-left: 4px solid var(--global-palette1);
}

/* Buyer-selectable Tattoo Owl card color system. */
body.tattoo-owl-cards-dark .artist-profile,
body.tattoo-owl-cards-dark .home-artists-preview .artist-directory-card,
body.tattoo-owl-cards-dark .home-artists-preview .artist-directory-card__content,
body.tattoo-owl-cards-dark .home-styles-preview .tattoo-style-card,
body.tattoo-owl-cards-dark .home-styles-preview .tattoo-style-card__content,
body.tattoo-owl-cards-dark .artist-directory-card,
body.tattoo-owl-cards-dark .artist-directory-card__content,
body.tattoo-owl-cards-dark .tattoo-style-card,
body.tattoo-owl-cards-dark .tattoo-style-card__content,
body.tattoo-owl-cards-dark .tattoo-style-artist-card,
body.tattoo-owl-cards-dark .kb-posts .loop-entry {
  color: var(--global-palette9);
  background: var(--global-palette3);
}

body.tattoo-owl-cards-dark .artist-profile__name,
body.tattoo-owl-cards-dark .artist-services__list,
body.tattoo-owl-cards-dark .artist-specialties__styles,
body.tattoo-owl-cards-dark .artist-social-links a,
body.tattoo-owl-cards-dark .artist-directory-card__link,
body.tattoo-owl-cards-dark .artist-directory-card__name,
body.tattoo-owl-cards-dark .artist-directory-card__styles,
body.tattoo-owl-cards-dark .tattoo-style-card__link,
body.tattoo-owl-cards-dark .tattoo-style-card__title,
body.tattoo-owl-cards-dark .tattoo-style-card__description,
body.tattoo-owl-cards-dark .tattoo-style-artist-card__name,
body.tattoo-owl-cards-dark .kb-posts .entry-title a,
body.tattoo-owl-cards-dark .kb-posts .entry-summary {
  color: var(--global-palette9);
}

body.tattoo-owl-cards-light .artist-profile,
body.tattoo-owl-cards-light .home-artists-preview .artist-directory-card,
body.tattoo-owl-cards-light .home-artists-preview .artist-directory-card__content,
body.tattoo-owl-cards-light .home-styles-preview .tattoo-style-card,
body.tattoo-owl-cards-light .home-styles-preview .tattoo-style-card__content,
body.tattoo-owl-cards-light .artist-directory-card,
body.tattoo-owl-cards-light .artist-directory-card__content,
body.tattoo-owl-cards-light .tattoo-style-card,
body.tattoo-owl-cards-light .tattoo-style-card__content,
body.tattoo-owl-cards-light .tattoo-style-artist-card,
body.tattoo-owl-cards-light .kb-posts .loop-entry {
  color: var(--global-palette3);
  background: var(--global-palette8);
  border-color: var(--global-palette5);
}

body.tattoo-owl-cards-light .artist-profile__name,
body.tattoo-owl-cards-light .artist-services__list,
body.tattoo-owl-cards-light .artist-specialties__styles,
body.tattoo-owl-cards-light .artist-directory-card__link,
body.tattoo-owl-cards-light .artist-directory-card__name,
body.tattoo-owl-cards-light .artist-directory-card__styles,
body.tattoo-owl-cards-light .tattoo-style-card__link,
body.tattoo-owl-cards-light .tattoo-style-card__title,
body.tattoo-owl-cards-light .tattoo-style-card__description,
body.tattoo-owl-cards-light .tattoo-style-artist-card__name,
body.tattoo-owl-cards-light .kb-posts .entry-title a,
body.tattoo-owl-cards-light .kb-posts .entry-summary {
  color: var(--global-palette3);
}

body.tattoo-owl-cards-light .home-artists-preview .artist-directory-card__name,
body.tattoo-owl-cards-light .home-artists-preview .artist-directory-card__styles,
body.tattoo-owl-cards-light .home-styles-preview .tattoo-style-card__title,
body.tattoo-owl-cards-light .home-styles-preview .tattoo-style-card__description {
  color: var(--global-palette3);
}

body.tattoo-owl-cards-light .artist-social-links a,
body.tattoo-owl-cards-light .artist-experience {
  color: var(--global-palette4);
}

body.tattoo-owl-cards-light.single-artist article.artist .artist-profile {
  color: var(--global-palette3);
  background: var(--global-palette8);
  border-color: var(--global-palette5);
}

body.tattoo-owl-cards-light.single-artist article.artist .artist-profile__name,
body.tattoo-owl-cards-light.single-artist article.artist .artist-services__list,
body.tattoo-owl-cards-light.single-artist article.artist .artist-specialties__styles {
  color: var(--global-palette3);
}

body.tattoo-owl-cards-light.single-artist article.artist .artist-social-links a,
body.tattoo-owl-cards-light.single-artist article.artist .artist-experience {
  color: var(--global-palette4);
}

@media (max-width: 1199px) {
  body.tattoo-owl-page-artists #primary {
    margin-top: 0;
  }

  body.tattoo-owl-page-artists .entry-content-wrap {
    padding-top: 0;
  }

  .artists-directory-hero > .kt-row-column-wrap {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    justify-items: center;
    align-items: center;
    padding: 48px 24px 38px;
    text-align: center;
  }

  .artists-directory-eyebrow {
    margin-bottom: 12px;
  }

  .artists-directory-hero h1,
  .artists-directory-hero h2 {
    margin-inline: auto;
  }

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

  .artists-directory-hero__aside {
    max-width: 720px;
    padding: 0;
    border-left: 0;
  }
}

@media (max-width: 600px) {
  .artists-directory-grid,
  .artists-directory-empty {
    width: min(calc(100vw - 32px), 1200px);
  }

  .artists-directory-hero > .kt-row-column-wrap {
    width: 100%;
    gap: 20px;
    padding: 32px 20px 28px;
  }

  .artists-directory-hero__aside {
    margin-top: 0;
    padding: 0;
    border-left: 0;
  }

  .artists-directory-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
