.pom-site-header,
.pom-site-header *,
.pom-artist-header,
.pom-artist-header * {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #f7f3ec;
  color: #1f2937;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
}

.pom-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 250, 242, .94);
  border-bottom: 1px solid rgba(17, 24, 39, .08);
  backdrop-filter: blur(16px);
}

.pom-artist-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  padding: 14px max(22px, calc((100vw - 1180px) / 2 + 22px));
  background: rgba(255, 250, 242, .94);
  border-bottom: 1px solid rgba(17, 24, 39, .08);
  backdrop-filter: blur(16px);
}

.pom-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 22px;
}

.pom-brand {
  color: #111827;
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: -.02em;
  text-decoration: none;
}

.pom-artist-brand {
  color: #111827;
  flex: 0 0 auto;
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: -.02em;
  text-decoration: none;
  white-space: nowrap;
}

.pom-nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.pom-artist-nav {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  min-width: 0;
}

.pom-nav-links a,
.pom-nav-cta,
.pom-artist-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #374151;
  font-weight: 800;
  min-height: 40px;
  padding: 9px 13px;
  text-decoration: none;
  transition: background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.pom-nav-links a:hover,
.pom-nav-links a:focus,
.pom-artist-nav a:hover,
.pom-artist-nav a:focus,
.pom-artist-nav a[aria-current="page"] {
  background: #111827;
  color: #fff;
}

.pom-nav-cta {
  background: #111827;
  color: #fff;
  box-shadow: 0 12px 26px rgba(17, 24, 39, .14);
}

.pom-nav-cta:hover,
.pom-nav-cta:focus {
  background: #000;
  color: #fff;
  transform: translateY(-1px);
}

.pom-artist-hero,
.pom-content-section,
.section {
  box-sizing: border-box;
}

.pom-artist-hero {
  max-width: 1180px;
  margin: 28px auto 0;
  border-radius: 34px;
  background:
    radial-gradient(circle at 12% 15%, rgba(245, 158, 11, .25), transparent 30%),
    radial-gradient(circle at 85% 20%, rgba(91, 58, 25, .16), transparent 28%),
    linear-gradient(135deg, #111827 0%, #1f2937 52%, #3b2f1d 100%);
  color: #fff;
  overflow: hidden;
  padding: clamp(42px, 7vw, 86px) clamp(22px, 5vw, 58px);
  box-shadow: 0 28px 80px rgba(17, 24, 39, .22);
}

.pom-artist-directory-hero {
  min-height: 360px;
  display: flex;
  align-items: center;
}

.pom-artist-hero-copy {
  max-width: 760px;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #f4eadb;
  color: #5b3a19;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  margin-bottom: 14px;
  padding: 8px 12px;
  text-transform: uppercase;
}

.pom-artist-hero .eyebrow {
  background: rgba(255, 255, 255, .13);
  color: #fef3c7;
  border: 1px solid rgba(255, 255, 255, .18);
}

.pom-artist-hero h1 {
  color: #fff;
  font-size: clamp(2.25rem, 6vw, 5rem);
  letter-spacing: -.055em;
  line-height: .98;
  margin: 0 0 18px;
}

.pom-artist-hero p {
  color: rgba(255, 255, 255, .88);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  margin: 0 0 12px;
  max-width: 680px;
}

.pom-artist-hero .trust-line {
  color: #fff;
  font-weight: 800;
}

.pom-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.pom-artist-service-switcher {
  display: none;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 22px auto 0;
  max-width: 1180px;
  padding: 0 22px;
  position: sticky;
  top: 78px;
  z-index: 35;
}

.pom-artist-service-switcher a {
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: 22px;
  box-shadow: 0 16px 36px rgba(17, 24, 39, .08);
  color: #111827;
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 15px 16px;
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.pom-artist-service-switcher a:hover,
.pom-artist-service-switcher a:focus {
  background: #111827;
  border-color: #111827;
  color: #fff;
  transform: translateY(-2px);
}

.pom-artist-service-switcher strong {
  font-size: 1rem;
  font-weight: 900;
}

.pom-artist-service-switcher span {
  color: #64748b;
  font-size: .86rem;
  font-weight: 700;
  line-height: 1.35;
}

.pom-artist-service-switcher a:hover span,
.pom-artist-service-switcher a:focus span {
  color: rgba(255, 255, 255, .8);
}

.pom-button,
.pom-card-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #f59e0b;
  color: #111827;
  font-weight: 900;
  min-height: 46px;
  padding: 12px 18px;
  text-decoration: none;
  transition: background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.pom-button:hover,
.pom-button:focus {
  background: #fbbf24;
  color: #111827;
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(245, 158, 11, .25);
}

.pom-content-section {
  max-width: 1180px;
  margin: 42px auto;
  padding: 0 22px;
}

.pom-artist-section {
  box-sizing: border-box;
  max-width: 1180px;
  margin: 42px auto;
  padding: 0 22px;
}

.pom-section-heading {
  max-width: 780px;
  margin: 0 auto 28px;
  text-align: center;
}

.pom-section-heading h2 {
  color: #111827;
  font-size: clamp(1.9rem, 4vw, 3.2rem);
  letter-spacing: -.04em;
  line-height: 1.05;
  margin: 0 0 12px;
}

.pom-section-heading p {
  color: #4b5563;
  margin: 0;
}

.pom-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
  gap: 22px;
}

.pom-artist-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 22px;
  margin-top: 24px;
}

.pom-service-card {
  background: #fff;
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: 26px;
  box-shadow: 0 18px 45px rgba(17, 24, 39, .08);
  overflow: hidden;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.pom-artist-card {
  background: #fff;
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: 26px;
  box-shadow: 0 18px 45px rgba(17, 24, 39, .08);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.pom-service-card:hover,
.pom-service-card:focus-within {
  border-color: rgba(245, 158, 11, .45);
  box-shadow: 0 26px 60px rgba(17, 24, 39, .14);
  transform: translateY(-5px);
}

.pom-artist-card:hover,
.pom-artist-card:focus-within {
  border-color: rgba(245, 158, 11, .45);
  box-shadow: 0 26px 60px rgba(17, 24, 39, .14);
  transform: translateY(-5px);
}

.pom-service-card a {
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
}

.pom-service-card img {
  aspect-ratio: 4 / 3;
  background: #efe7da;
  display: block;
  object-fit: cover;
  width: 100%;
}

.pom-artist-card img {
  aspect-ratio: 4 / 3;
  background: #efe7da;
  display: block;
  object-fit: cover;
  width: 100%;
}

.pom-artist-card > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  padding: 18px;
}

.pom-artist-card h2,
.pom-artist-card h3 {
  color: #111827;
  font-size: 1.18rem;
  letter-spacing: -.02em;
  line-height: 1.2;
  margin: 0;
}

.pom-artist-card p {
  color: #4b5563;
  flex: 1;
  margin: 0;
}

.pom-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  padding: 18px;
}

.pom-card-body h3 {
  color: #111827;
  font-size: 1.18rem;
  letter-spacing: -.02em;
  line-height: 1.2;
  margin: 0;
}

.pom-card-body p {
  color: #4b5563;
  flex: 1;
  margin: 0;
}

.pom-card-link {
  align-self: flex-start;
  background: #111827;
  color: #fff;
  min-height: 38px;
  padding: 9px 13px;
}

.pom-btn,
.pom-artist-actions a {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  text-decoration: none;
  transition: background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.pom-btn-primary,
.pom-artist-actions a:first-child {
  background: #111827;
  color: #fff;
}

.pom-btn-secondary,
.pom-artist-actions a:nth-child(2) {
  background: #f59e0b;
  color: #111827;
}

.pom-btn:hover,
.pom-btn:focus,
.pom-artist-actions a:hover,
.pom-artist-actions a:focus {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(17, 24, 39, .15);
}

.pom-btn-primary:hover,
.pom-btn-primary:focus,
.pom-artist-actions a:first-child:hover,
.pom-artist-actions a:first-child:focus {
  background: #000;
  color: #fff;
}

.pom-btn-secondary:hover,
.pom-btn-secondary:focus,
.pom-artist-actions a:nth-child(2):hover,
.pom-artist-actions a:nth-child(2):focus {
  background: #fbbf24;
  color: #111827;
}

.pom-artist-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.pom-sticky-actions {
  bottom: 18px;
  display: grid;
  gap: 10px;
  position: fixed;
  right: 18px;
  z-index: 9999;
}

.pom-sticky-actions a {
  align-items: center;
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(28, 35, 30, .22);
  display: inline-flex;
  font-size: .88rem;
  font-weight: 900;
  justify-content: center;
  min-height: 51px;
  min-width: 156px;
  padding: 12px 18px;
  text-decoration: none;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.pom-sticky-actions a:first-child {
  background: #f59e0b;
  color: #111827;
}

.pom-sticky-actions a:nth-child(2) {
  background: #16a34a;
  color: #fff;
}

.pom-sticky-actions a:hover,
.pom-sticky-actions a:focus {
  transform: translateY(-1px);
}

.pom-sticky-actions a:first-child:hover,
.pom-sticky-actions a:first-child:focus {
  background: #fbbf24;
  color: #111827;
}

.pom-sticky-actions a:nth-child(2):hover,
.pom-sticky-actions a:nth-child(2):focus {
  background: #15803d;
  color: #fff;
}

.pom-service-card:hover .pom-card-link,
.pom-service-card:focus-within .pom-card-link {
  background: #f59e0b;
  color: #111827;
}

.pom-site-footer,
.pom-footer,
.pom-artist-footer {
  background: #111827;
  color: rgba(255, 255, 255, .78);
  margin-top: 54px;
  padding: 28px 22px;
  text-align: center;
}

.pom-site-footer p,
.pom-footer p,
.pom-artist-footer p {
  margin: 0;
}

.pom-site-footer a,
.pom-footer a,
.pom-artist-footer a {
  color: #fff;
}

.pom-artist-profile-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
  gap: 24px;
  align-items: stretch;
}

.pom-artist-profile-panel,
.pom-artist-package-card,
.pom-artist-process-card {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, .08);
  padding: 22px;
}

.pom-artist-profile-panel h3,
.pom-artist-package-card h3,
.pom-artist-process-card h3 {
  margin: 0 0 10px;
  color: #111827;
}

.pom-artist-profile-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pom-artist-profile-list li {
  display: grid;
  gap: 4px;
  padding: 14px;
  background: #f8fafc;
  border-radius: 16px;
  color: #334155;
}

.pom-artist-profile-list strong {
  color: #111827;
}

.pom-artist-service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.pom-artist-service-tags span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #f4eadb;
  color: #5b3a19;
  font-weight: 700;
  padding: 9px 13px;
}

.pom-artist-package-grid,
.pom-artist-process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.pom-artist-package-card p,
.pom-artist-process-card p {
  color: #475569;
  margin-bottom: 0;
}

.pom-artist-price-note {
  display: block;
  margin: 24px auto 0;
  padding: 18px 22px;
  border-radius: 18px;
  background: #111827 !important;
  color: #fff !important;
  font-weight: 700;
  line-height: 1.7;
  max-width: 920px;
  text-align: center;
}

.pom-artist-phase3 {
  background: linear-gradient(135deg, #fffaf3 0%, #f8fafc 100%);
}

.pom-artist-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.pom-artist-action-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}

.pom-artist-action-row .primary {
  background: #111827 !important;
  color: #fff !important;
  border-color: #111827;
}

.pom-artist-action-row .secondary {
  background: #fff7ed !important;
  color: #111827 !important;
  border-color: #d6b98c;
  box-shadow: inset 0 0 0 1px rgba(74, 47, 22, .08);
}

.pom-artist-action-row a:hover,
.pom-artist-action-row a:focus {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(17, 24, 39, .14);
}

.pom-artist-action-row .primary:hover,
.pom-artist-action-row .primary:focus {
  background: #000 !important;
  color: #fff !important;
}

.pom-artist-action-row .secondary:hover,
.pom-artist-action-row .secondary:focus {
  background: #f59e0b !important;
  color: #111827 !important;
  border-color: #f59e0b;
}

.pom-artist-highlight-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.pom-artist-highlight-strip span {
  border-radius: 16px;
  background: #111827;
  color: #fff;
  padding: 14px 16px;
  font-weight: 800;
  text-align: center;
}

.pom-artist-note-card {
  border-radius: 22px;
  background: #111827;
  color: #fff;
  padding: 34px 28px;
  margin: 30px auto 0;
  box-shadow: 0 18px 45px rgba(15, 23, 42, .14);
  text-align: center;
  max-width: 920px;
}

.pom-artist-note-card h3,
.pom-artist-note-card p {
  color: #fff !important;
  margin-left: auto;
  margin-right: auto;
}

.pom-artist-note-card p {
  opacity: .88;
  max-width: 720px;
  line-height: 1.75;
  margin-bottom: 0;
}

.pom-artist-note-card .pom-artist-action-row {
  justify-content: center;
  margin-top: 24px;
}

.pom-artist-faq details {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 18px;
  padding: 16px 18px;
  margin-top: 12px;
}

.pom-artist-booking-section {
  background: linear-gradient(135deg, #111827 0%, #1f2937 58%, #3b2f1d 100%) !important;
  color: #fff !important;
  border-radius: 28px;
  padding: clamp(28px, 5vw, 52px);
  margin: 38px auto;
  max-width: 1120px;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .18);
  overflow: hidden;
}

.pom-artist-booking-section,
.pom-artist-booking-section * {
  box-sizing: border-box;
}

.pom-artist-booking-section .section-kicker,
.pom-artist-booking-section h2,
.pom-artist-booking-section p,
.pom-artist-booking-section label {
  color: #fff !important;
}

.pom-artist-booking-section .section-kicker {
  opacity: .78;
}

.pom-artist-booking-intro {
  max-width: 820px;
  margin: 0 auto 28px;
  text-align: center;
}

.pom-artist-booking-intro h2 {
  margin: 8px auto 12px;
  line-height: 1.18;
}

.pom-artist-booking-intro p {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
  line-height: 1.75;
}

.pom-artist-booking-form {
  background: #ffffff !important;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 24px;
  display: block;
  margin: 0 auto;
  max-width: 980px;
  padding: clamp(18px, 3vw, 30px);
  box-shadow: 0 18px 50px rgba(15, 23, 42, .18);
  width: 100%;
}

.pom-artist-booking-form label,
.pom-artist-booking-form .pom-artist-booking-field label {
  color: #111827 !important;
}

.pom-artist-booking-grid,
.pom-artist-booking-form .form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.pom-artist-booking-field,
.pom-artist-booking-form .form-grid > label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  width: 100%;
}

.pom-artist-booking-field.full,
.pom-artist-booking-form .form-grid > label.full {
  grid-column: 1 / -1;
}

.pom-artist-booking-field label,
.pom-artist-booking-form .form-grid > label {
  font-weight: 800;
  font-size: .95rem;
  letter-spacing: .01em;
  color: #111827 !important;
}

.pom-artist-booking-field input,
.pom-artist-booking-field select,
.pom-artist-booking-field textarea,
.pom-artist-booking-form input,
.pom-artist-booking-form select,
.pom-artist-booking-form textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(15, 23, 42, .18);
  border-radius: 16px;
  background: #fff !important;
  color: #111827 !important;
  font: inherit;
  padding: 13px 14px;
  outline: none;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .08);
  -webkit-appearance: none;
  appearance: none;
}

.pom-artist-booking-field select,
.pom-artist-booking-form select {
  background-image: linear-gradient(45deg, transparent 50%, #111827 50%), linear-gradient(135deg, #111827 50%, transparent 50%);
  background-position: calc(100% - 19px) 22px, calc(100% - 13px) 22px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 38px;
}

.pom-artist-booking-field textarea,
.pom-artist-booking-form textarea {
  min-height: 110px;
  resize: vertical;
}

.pom-artist-booking-field input:focus,
.pom-artist-booking-field select:focus,
.pom-artist-booking-field textarea:focus,
.pom-artist-booking-form input:focus,
.pom-artist-booking-form select:focus,
.pom-artist-booking-form textarea:focus {
  border-color: #f59e0b;
  box-shadow: 0 0 0 4px rgba(245, 158, 11, .24);
}

.pom-artist-booking-actions,
.pom-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
}

.pom-artist-booking-actions button,
.pom-artist-booking-actions a,
.pom-form-actions button,
.pom-form-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  padding: 12px 20px;
  border: 1px solid transparent;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.pom-artist-booking-actions button,
.pom-form-actions button {
  background: #f59e0b !important;
  color: #111827 !important;
  box-shadow: 0 14px 30px rgba(245, 158, 11, .28);
}

.pom-artist-booking-actions a,
.pom-form-actions a {
  background: #111827 !important;
  color: #fff !important;
  border-color: #111827;
}

.pom-artist-booking-actions button:hover,
.pom-artist-booking-actions button:focus,
.pom-form-actions button:hover,
.pom-form-actions button:focus {
  background: #fbbf24;
  color: #111827;
}

.pom-artist-booking-actions a:hover,
.pom-artist-booking-actions a:focus,
.pom-form-actions a:hover,
.pom-form-actions a:focus {
  background: #374151 !important;
  color: #fff !important;
}

.pom-artist-booking-note {
  margin: 16px auto 0;
  color: #475569 !important;
  font-size: .95rem;
  max-width: 720px;
  text-align: center;
}

.pom-artist-mobile-booking {
  position: fixed;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 80;
  display: none;
  grid-template-columns: 1fr auto;
  gap: 10px;
  padding: 10px;
  border-radius: 999px;
  background: rgba(17, 24, 39, .94);
  box-shadow: 0 18px 45px rgba(15, 23, 42, .28);
  backdrop-filter: blur(10px);
}

.pom-artist-mobile-booking a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 900;
  text-decoration: none;
}

.pom-artist-mobile-booking .primary {
  background: #f59e0b;
  color: #111827;
}

.pom-artist-mobile-booking .secondary {
  background: #fff;
  color: #111827;
}

.pom-artist-sticky-contact {
  align-items: stretch;
  background: transparent;
  border: 0;
  border-radius: 0;
  bottom: 18px;
  box-shadow: none;
  display: grid;
  gap: 10px;
  padding: 0;
  position: fixed;
  right: 18px;
  z-index: 9999;
}

.pom-artist-sticky-contact ~ .pom-floating-actions {
  display: none !important;
}

body:has(.pom-artist-menu-toggle) .pom-game-navigator {
  display: none !important;
}

.pom-artist-sticky-contact a {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(28, 35, 30, .22);
  display: inline-flex;
  font-size: .88rem;
  font-weight: 900;
  justify-content: center;
  min-height: 51px;
  min-width: 156px;
  padding: 12px 18px;
  text-decoration: none !important;
  transition: background .2s ease, color .2s ease, transform .2s ease, padding .2s ease;
}

.pom-artist-sticky-call {
  background: #f59e0b;
  color: #111827;
}

.pom-artist-sticky-whatsapp {
  background: #16a34a;
  color: #fff;
}

.pom-artist-sticky-contact a:hover,
.pom-artist-sticky-contact a:focus {
  transform: translateY(-1px);
}

.pom-artist-sticky-call:hover,
.pom-artist-sticky-call:focus {
  background: #fbbf24;
  color: #111827;
}

.pom-artist-sticky-whatsapp:hover,
.pom-artist-sticky-whatsapp:focus {
  background: #15803d;
  color: #fff;
}

body.pom-artist-nav-open {
  overflow: hidden;
}

body.pom-artist-nav-open .pom-artist-sticky-contact {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.pom-artist-directory-menu {
  background: #fffaf2;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 28px;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
  margin: 42px auto;
  max-width: 1180px;
  padding: 30px;
}

.pom-artist-directory-menu h2 {
  color: #171717;
  font-size: clamp(1.6rem, 2.5vw, 2.3rem);
  margin: 0 0 8px;
}

.pom-artist-directory-menu p {
  color: #4b5563;
  margin: 0 0 20px;
}

.pom-artist-directory-links {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.pom-artist-directory-links a {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 999px;
  color: #1f2937;
  display: flex;
  font-weight: 700;
  justify-content: center;
  min-height: 44px;
  padding: 10px 14px;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.pom-artist-directory-links a:hover,
.pom-artist-directory-links a:focus {
  background: #111827;
  color: #ffffff;
  transform: translateY(-2px);
}

.pom-artist-side-layout {
  display: block;
  margin: 42px auto;
  max-width: 1180px;
  padding: 0 22px;
}

.pom-artist-side-main {
  min-width: 0;
}

.pom-artist-side-main > .section:first-child {
  margin-top: 0;
}

.pom-artist-menu-toggle {
  align-items: center;
  background: #111827;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 0;
  border-radius: 0 999px 999px 0;
  box-shadow: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 900;
  gap: 8px;
  left: 0;
  letter-spacing: 0.01em;
  min-height: 52px;
  padding: 12px 18px 12px 14px;
  position: fixed;
  text-decoration: none;
  top: 50%;
  transform: translateY(-50%);
  transition: background 0.2s ease, color 0.2s ease, padding 0.2s ease;
  z-index: 82;
}

.pom-artist-menu-toggle::before {
  content: "☰";
  font-size: 1rem;
  line-height: 1;
}

.pom-artist-menu-toggle:hover,
.pom-artist-menu-toggle:focus {
  background: #fbbf24;
  color: #111827;
  padding-right: 24px;
}

.pom-artist-side-layout .pom-artist-directory-menu,
.pom-artist-directory-menu.pom-artist-side-menu {
  background: #111827;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  bottom: 22px;
  box-shadow: none;
  left: 18px;
  margin: 0;
  max-height: none;
  max-width: none;
  opacity: 0;
  overflow: auto;
  padding: 20px;
  pointer-events: none;
  position: fixed;
  top: 92px;
  transform: translateX(calc(-100% - 40px));
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
  visibility: hidden;
  width: min(340px, calc(100vw - 36px));
  z-index: 1201;
}

.pom-artist-side-layout.is-open .pom-artist-directory-menu,
.pom-artist-directory-menu.pom-artist-side-menu.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
  visibility: visible;
}

.pom-artist-menu-close {
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  float: right;
  font-size: 1.25rem;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  line-height: 1;
  margin: 0 0 10px 12px;
  width: 38px;
}

.pom-artist-menu-close:hover,
.pom-artist-menu-close:focus {
  background: #fbbf24;
  color: #111827;
}

.pom-artist-side-layout .pom-artist-directory-menu h2,
.pom-artist-directory-menu.pom-artist-side-menu h2 {
  color: #ffffff;
  font-size: 1.2rem;
  margin-bottom: 6px;
}

.pom-artist-side-layout .pom-artist-directory-menu p,
.pom-artist-directory-menu.pom-artist-side-menu p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  line-height: 1.45;
  margin-bottom: 16px;
}

.pom-artist-side-layout .pom-artist-directory-links,
.pom-artist-directory-menu.pom-artist-side-menu .pom-artist-directory-links {
  grid-template-columns: 1fr;
}

.pom-artist-side-layout .pom-artist-directory-links a,
.pom-artist-directory-menu.pom-artist-side-menu .pom-artist-directory-links a {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  color: #ffffff;
  justify-content: flex-start;
  min-height: 0;
  padding: 10px 12px;
  text-align: left;
}

.pom-artist-side-layout .pom-artist-directory-links a:hover,
.pom-artist-side-layout .pom-artist-directory-links a:focus,
.pom-artist-side-layout .pom-artist-directory-links a[aria-current="page"],
.pom-artist-directory-menu.pom-artist-side-menu .pom-artist-directory-links a:hover,
.pom-artist-directory-menu.pom-artist-side-menu .pom-artist-directory-links a:focus,
.pom-artist-directory-menu.pom-artist-side-menu .pom-artist-directory-links a[aria-current="page"] {
  background: #fbbf24;
  color: #111827;
  transform: none;
}

@media (max-width: 1000px) {
  .pom-site-header .pom-nav-links,
  .pom-site-header .pom-header-cta,
  .pom-site-header .pom-nav-cta {
    display: none;
  }

  .pom-site-header .pom-menu-button {
    display: inline-grid;
    place-items: center;
  }

  .pom-site-header.menu-open .pom-nav {
    flex-wrap: wrap;
  }

  .pom-site-header.menu-open .pom-nav-links {
    order: 4;
    width: 100%;
    display: grid;
    gap: 0;
    padding: 8px 0 16px;
  }

  .pom-site-header.menu-open .pom-nav-links a {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid rgba(17, 24, 39, .12);
  }
}

@media (max-width: 760px) {
  .pom-artist-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding: 12px 14px;
  }

  .pom-artist-nav {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
    width: 100%;
    flex-wrap: nowrap;
  }

  .pom-artist-nav::-webkit-scrollbar {
    display: none;
  }

  .pom-artist-nav a {
    flex: 0 0 auto;
    min-height: 38px;
    padding: 8px 12px;
    white-space: nowrap;
  }

  .pom-nav {
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 12px 16px;
  }

  .pom-site-header.menu-open .pom-nav {
    align-items: flex-start;
  }

  .pom-site-header.menu-open .pom-nav-links {
    justify-content: flex-start;
  }

  .pom-site-header.menu-open .pom-nav-cta {
    width: 100%;
  }

  .pom-artist-hero {
    border-radius: 24px;
    margin: 18px 14px 0;
  }

  .pom-artist-service-switcher {
    grid-template-columns: 1fr;
    margin: 16px 14px 0;
    padding: 0;
    position: static;
  }

  .pom-card-grid {
    grid-template-columns: 1fr;
  }

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

  .pom-artist-booking-section {
    border-radius: 22px;
    margin: 28px 0;
    padding: 22px 14px;
  }

  .pom-artist-booking-form {
    border-radius: 20px;
    padding: 16px;
  }

  .pom-artist-booking-grid,
  .pom-artist-booking-form .form-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .pom-artist-booking-actions,
  .pom-form-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .pom-artist-booking-actions button,
  .pom-artist-booking-actions a,
  .pom-form-actions button,
  .pom-form-actions a {
    width: 100%;
  }

  .pom-artist-mobile-booking {
    display: grid;
  }

  .pom-artist-sticky-contact {
    bottom: 12px;
    grid-template-columns: 1fr 1fr;
    left: 12px;
    right: 12px;
    z-index: 9998;
  }

  .pom-artist-sticky-contact a {
    font-size: .8rem;
    min-height: 50px;
    min-width: 0;
    padding: 10px 12px;
  }

  .pom-sticky-actions {
    bottom: 12px;
    grid-template-columns: 1fr 1fr;
    left: 12px;
    right: 12px;
    z-index: 9998;
  }

  .pom-sticky-actions a {
    font-size: .8rem;
    min-height: 50px;
    min-width: 0;
    padding: 10px 12px;
  }

  body {
    padding-bottom: 88px;
  }

  .pom-artist-side-layout {
    margin: 28px auto;
    padding: 0 14px;
  }

  .pom-artist-menu-toggle {
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    bottom: 92px;
    left: 12px;
    min-height: 48px;
    max-width: calc(100vw - 24px);
    padding: 10px 14px;
    top: auto;
    transform: none;
    z-index: 9999;
  }

  .pom-artist-menu-toggle:hover,
  .pom-artist-menu-toggle:focus {
    padding-right: 14px;
  }

  .pom-artist-side-layout .pom-artist-directory-menu,
  .pom-artist-directory-menu.pom-artist-side-menu {
    border-radius: 22px 22px 0 0;
    bottom: 0;
    left: 12px;
    max-height: min(72vh, 620px);
    padding: 18px 16px 118px;
    top: auto;
    transform: translateY(calc(100% + 32px));
    width: calc(100vw - 24px);
  }

  .pom-artist-side-layout.is-open .pom-artist-directory-menu,
  .pom-artist-directory-menu.pom-artist-side-menu.is-open {
    transform: translateY(0);
  }
}

.pom-artist-faq summary {
  cursor: pointer;
  color: #111827;
  font-weight: 800;
}

.pom-artist-faq p {
  margin: 10px 0 0;
  color: #475569;
}

@media (max-width: 780px) {
  .pom-artist-profile-layout {
    grid-template-columns: 1fr;
  }
}

/* Long-form SEO content blocks for artist profile pages */
.pom-artist-seo-depth {
  background: #fff;
}

.pom-artist-seo-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: clamp(22px, 4vw, 40px);
  align-items: center;
  margin-top: 26px;
}

.pom-artist-seo-image {
  margin: 0;
  border-radius: 28px;
  overflow: hidden;
  background: #f8fafc;
  box-shadow: 0 20px 55px rgba(15, 23, 42, 0.1);
}

.pom-artist-seo-image img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 430px;
  object-fit: cover;
}

.pom-artist-seo-image figcaption {
  padding: 14px 16px;
  color: #475569;
  font-size: 0.94rem;
  background: #fff;
}

.pom-artist-copy-block {
  margin-top: 28px;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  background: #f8fafc;
}

.pom-artist-copy-block h3,
.pom-artist-seo-grid h3 {
  color: #111827;
}

.pom-artist-copy-block p,
.pom-artist-seo-grid p {
  color: #475569;
  line-height: 1.78;
}

.pom-artist-seo-list {
  margin: 18px 0 0;
  padding-left: 20px;
  color: #334155;
  line-height: 1.75;
}

.pom-artist-seo-list li + li {
  margin-top: 8px;
}

.pom-artist-seo-faq {
  background: #fff;
}

@media (max-width: 860px) {
  .pom-artist-seo-grid {
    grid-template-columns: 1fr;
  }

  .pom-artist-seo-image img {
    max-height: 360px;
  }
}
