/* Public editorial surfaces. Artist studio and admin retain their own theme. */
.editorial-nav-link { display: none; }
.mobile-menu-toggle { place-items: center; }
.mobile-menu-toggle svg { width: 22px; height: 22px; }
.mobile-menu-toggle svg:last-child { display: none; }
.mobile-menu-toggle[aria-expanded="true"] svg:first-child { display: none; }
.mobile-menu-toggle[aria-expanded="true"] svg:last-child { display: block; }
.editorial-site {
  --ink: #fff;
  --deep: #f5f7f6;
  --deep-2: #eef2f0;
  --white: #172023;
  --muted: #596467;
  --line: #dce2e0;
  --gold-soft: #926519;
  --font-display: "DM Sans", sans-serif;
  color: #172023;
  background: #fff;
  font-family: "DM Sans", sans-serif;
  letter-spacing: 0;
}
.editorial-site *, .editorial-site *::before, .editorial-site *::after { letter-spacing: 0; }
.editorial-site .wrap { width: min(1292px, calc(100% - 96px)); }
.editorial-site h1, .editorial-site h2, .editorial-site h3 { font-family: "DM Sans", sans-serif; text-transform: none; overflow-wrap: anywhere; }
.editorial-site h1 { font-size: 36px; line-height: 1.12; }
.editorial-site h2 { font-size: 30px; line-height: 1.25; font-weight: 600; }
.editorial-site h3 { font-size: 19px; line-height: 1.35; }
.editorial-site .site-header { background: #fff; border-bottom: 1px solid var(--line); backdrop-filter: none; }
.editorial-site .nav { height: 76px; gap: 22px; }
.editorial-site .brand { min-width: 0; flex: 0 1 380px; }
.editorial-site .brand img { width: 52px; height: 52px; border-radius: 0; }
.editorial-site .brand b { font-family: "DM Sans", sans-serif; font-size: 16px; }
.editorial-site .brand small { color: var(--muted); font-size: 9px; }
.editorial-site .nav-links { display: flex; gap: 22px; flex: 1 1 auto; justify-content: space-around; }
.editorial-site .mobile-menu-toggle { display: none; }
.editorial-site .nav-links a { color: #172023; font-size: 13px; white-space: nowrap; }
.editorial-site .nav-links .secondary-nav-link { display: none; }
.editorial-site .editorial-nav-link { display: inline; }
.editorial-site .event-cta { background: #111918; color: #fff; border-color: #111918; padding: 13px 22px; white-space: nowrap; min-width: 200px; }
.editorial-site .btn { min-height: 46px; border-radius: 4px; font-size: 14px; font-weight: 600; text-transform: none; padding: 12px 22px; gap: 10px; }
.editorial-site .btn-primary { background: #deb45e; color: #151b1b; border-color: #deb45e; }
.editorial-site .event-cta { background: #111918; color: #fff; border-color: #111918; }
.editorial-site .btn-ghost { background: transparent; color: #172023; border: 1px solid #7d8788; }
.editorial-site .icon-button { border-color: var(--line); color: #172023; background: #f3f5f4; flex-shrink: 0; }
.editorial-site .icon-button:disabled { opacity: .4; cursor: default; }
.editorial-site [hidden] { display: none !important; }
.editorial-site a:focus-visible, .editorial-site button:focus-visible, .editorial-site summary:focus-visible { outline: 3px solid #218378; outline-offset: 4px; }
.editorial-site .section { padding: 52px 0; }
.editorial-site .section.compact { padding: 32px 0; }
.editorial-site .section-head { align-items: center; margin-bottom: 22px; gap: 20px; flex-direction: row; text-align: left; }
.editorial-site .section-head h2 { margin: 0; }
.editorial-site .section-head p { font-size: 15px; }
.editorial-site .section.alt { background: #f5f7f6; }
.editorial-site .global-back-wrap { display: none; }
.editorial-site .page-hero { background: #fff; padding: 48px 0 8px; border: 0; }
.editorial-site .page-hero::before { display: none; }
.editorial-site .page-hero p { font-size: 16px; max-width: 740px; }
.editorial-site .page-hero h1 { margin-bottom: 14px; }
.editorial-site .page-hero .kicker { display: none; }
.editorial-site .accent-gold { color: inherit; }
.editorial-site [data-reveal] { opacity: 1; transform: none; }
.editorial-site .panel, .editorial-site .card, .editorial-site .package-card { background: #fff; color: #172023; box-shadow: none; }
.editorial-site input, .editorial-site select, .editorial-site textarea { color: #172023; background: #fff; border-color: #a8b3b0; color-scheme: light; }
.editorial-site input::placeholder, .editorial-site textarea::placeholder { color: #697573; }
.editorial-site .mobile-menu-toggle span { background: #172023; }
.editorial-site .mobile-menu { background: rgba(17,25,24,.35); }
.editorial-site .mobile-menu-panel { background: #fff; }
.editorial-site .mobile-menu a { color: #172023; }
.editorial-site .site-footer { background: #f5f7f6; color: #172023; padding: 0; }
.editorial-site .footer-tag { padding: 36px 0; gap: 28px; }
.editorial-site .footer-tag h2 { font-size: 28px; line-height: 1.3; }
.editorial-site .footer-tag br { display: none; }
.editorial-site .footer-row { padding: 22px 0; font-size: 12px; flex-wrap: wrap; }
.editorial-site .footer-links { flex-wrap: wrap; row-gap: 12px; }
.editorial-site .editorial-link { display: inline-flex; gap: 12px; align-items: center; color: #926519; font-size: 14px; }
.editorial-site svg { width: 20px; height: 20px; flex-shrink: 0; }

/* Discovery uses real artist media, with category imagery as a fallback. */
.editorial-home .hero { min-height: 400px; height: auto; padding: 76px 0; display: flex; align-items: center; background: #142323; }
.editorial-home .hero-media { opacity: 1; }
.editorial-home .hero-media img { height: 100%; width: 100%; object-fit: cover; object-position: center 40%; }
.editorial-home .hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,16,17,.72), rgba(5,16,17,.06)); pointer-events: none; }
.editorial-home .hero-copy { position: relative; z-index: 1; color: #fff; padding: 0; }
.editorial-home .hero-media img.is-portrait { object-fit: contain; object-position: 75% center; background: #071614; }
.editorial-home .hero-copy h1 { font-size: 48px; max-width: 660px; line-height: 1.08; margin: 0 0 14px; }
.editorial-home .hero-copy > p { font-size: 20px; color: #fff; max-width: 660px; margin-bottom: 20px; }
.editorial-home .hero .eyebrow, .editorial-home .hero-audience-link { display: none; }
.editorial-home .hero .btn-ghost { color: #fff; border-color: transparent; }
.category-filter-bar { border-bottom: 1px solid var(--line); }
.category-filter-bar .wrap { display: flex; gap: 32px; overflow-x: auto; scrollbar-width: thin; }
.category-filter-bar a { padding: 18px 0; white-space: nowrap; font-size: 14px; color: var(--muted); border-bottom: 2px solid transparent; }
.category-filter-bar a.active { color: #172023; border-color: #bd913c; }
.editorial-home #artist-gallery { padding-top: 32px; }
.editorial-roster, .editorial-categories { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px 20px; }
.editorial-artist-tile { position: relative; min-width: 0; }
.editorial-artist-tile > a { display: block; }
.editorial-artist-tile img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 3px; background: #eff3f1 url('../img/gomotion-logo.png') center/80px no-repeat; }
.tile-heading { display: flex; justify-content: space-between; align-items: start; gap: 12px; padding-top: 12px; }
.tile-heading h3 { margin: 0; }
.tile-heading > svg { color: #926519; margin-top: 3px; }
.editorial-artist-tile p, .editorial-category p { font-size: 14px; color: var(--muted); margin: 6px 0 10px; line-height: 1.6; }
.editorial-artist-tile .stage-badge { margin-left: 0; }
.editorial-category img, .editorial-category .category-image { width: 100%; height: auto; aspect-ratio: 4/3; object-fit: cover; border-radius: 3px; background: #eff3f1 url('../img/gomotion-logo.png') center/80px no-repeat; }
.editorial-category .category-image { min-height: 0; padding: 0; margin: 0; }
.editorial-category .category-image::before { filter: none; transform: none; opacity: 1; background-size: 0 0, cover; background-repeat: no-repeat; }
.editorial-category .category-image::after { display: none; }
.editorial-site .cards { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.editorial-site .card.performer-card { border: 0; border-radius: 0; overflow: visible; }
.editorial-site .performer-card .card-body { padding: 16px 0; }
.editorial-site .performer-card > img { height: auto; aspect-ratio: 4/5; object-fit: cover; border-radius: 3px; }
.editorial-site .artist-post { border: 0; border-radius: 3px; background: transparent; }
.editorial-site .post-caption { padding: 14px 0; }
.editorial-site .post-caption a, .editorial-site .post-hashtags a { color: #276c65; }
.editorial-site .post-visual { background: #0e1918; }
.editorial-site .engagement-btn { color: #172023; border-color: var(--line); background: #f3f5f4; }
.editorial-site .engagement-btn.liked { color: #9a343e; }
.editorial-site .sticky-save-bar:not(.visible) { visibility: hidden; }
.editorial-site .verified-mark { background: transparent; color: #805915; }
.editorial-site .verified-mark__label { background: none; -webkit-text-fill-color: currentColor; }
.editorial-artist .artist-cover .verified-mark { color: #efc66d; }
.editorial-artist .artist-cover .stage-pill { color: #fff; background: rgba(0,0,0,.5); }

/* Cinematic artist profile: cover, tab strip, wide gallery and booking dock. */
.editorial-artist { padding-bottom: 104px; }
.editorial-artist .artist-profile { --profile-accent: #926519; }
.editorial-artist .artist-profile.accent-teal { --profile-accent: #23756b; }
.editorial-artist .artist-profile.accent-rose { --profile-accent: #a33f62; }
.editorial-artist .artist-profile.accent-blue { --profile-accent: #3564a3; }
.artist-cover { position: relative; min-height: 490px; display: flex; align-items: center; background: #071614; color: #fff; isolation: isolate; }
.editorial-artist .profile-cover { position: absolute; inset: 0; height: 100%; max-height: none; border-radius: 0; z-index: -2; margin: 0; }
.editorial-artist .profile-cover img { width: 100%; height: 100%; object-fit: cover; object-position: center 36%; }
.editorial-artist .profile-cover img.is-portrait { object-fit: contain; object-position: 75% center; }
.artist-cover::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,13,13,.8), rgba(4,13,13,.1) 75%); z-index: -1; }
.artist-cover-content { padding-top: 54px; padding-bottom: 54px; }
.editorial-artist .artist-cover h1 { font-size: 56px; font-weight: 600; line-height: 1.05; margin: 0; max-width: 730px; }
.editorial-artist .profile-name-row { gap: 16px; align-items: center; max-width: 760px; }
.editorial-artist .profile-location { color: #fff; font-size: 21px; margin: 12px 0 16px; }
.editorial-artist .profile-socials { margin: 0 0 28px; gap: 18px; max-width: 620px; }
.editorial-artist .profile-socials a { color: #fff; display: inline-flex; align-items: center; gap: 8px; font-size: 15px; min-height: 32px; }
.editorial-artist .artist-cover .btn-ghost { color: #fff; border-color: #fff; }
.editorial-artist .artist-cover .stage-badge { background: rgba(0,0,0,.5); }
.profile-tab-bar { border-bottom: 1px solid var(--line); }
.profile-tab-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.editorial-artist .profile-tabs { justify-content: flex-start; border: 0; gap: 40px; flex-wrap: nowrap; overflow: auto; margin: 0; }
.editorial-artist .profile-tabs a { padding: 18px 0; color: var(--muted); font-size: 16px; min-height: 54px; white-space: nowrap; }
.editorial-artist .profile-tabs a.active { color: #172023; border-bottom-color: var(--profile-accent); }
.editorial-artist .profile-share { width: auto; padding: 0 8px; background: transparent; border: 0; gap: 10px; }
.editorial-artist .profile-content { padding-top: 28px; padding-bottom: 28px; scroll-margin-top: 96px; }
.share-status:empty { display: none; }
.gallery-actions { display: flex; gap: 10px; }
.gallery-actions .icon-button { border: 0; border-radius: 50%; }
.stage-gallery .artist-post-grid { display: flex; overflow-x: auto; gap: 20px; scroll-snap-type: x mandatory; scrollbar-width: thin; padding-bottom: 8px; }
.stage-gallery .artist-post { flex: 0 0 calc((100% - 20px) / 2); min-width: 0; margin: 0; scroll-snap-align: start; }
.editorial-artist .stage-gallery .post-visual { aspect-ratio: 4/3; }
.editorial-artist .layout-portrait .stage-gallery .post-visual { aspect-ratio: 4/5; }
.stage-gallery .post-visual img { object-fit: contain; object-position: center; }
.stage-gallery .post-visual video { object-fit: contain; }
.artist-availability { padding: 12px 0 40px; }
.artist-availability details { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); scroll-margin-top: 92px; }
.artist-availability summary { cursor: pointer; display: flex; justify-content: space-between; align-items: center; padding: 22px 0; font-size: 18px; font-weight: 600; list-style: none; }
.artist-availability summary::-webkit-details-marker { display: none; }
.artist-availability summary span { display: inline-flex; gap: 12px; align-items: center; }
.availability-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; padding: 12px 0 30px; }
.editorial-artist .live-availability { display: flex; flex-wrap: wrap; align-items: flex-end; gap: 12px; }
.editorial-artist .live-availability label { flex: 1 1 140px; min-width: 0; }
.editorial-artist .live-availability input { min-width: 0; width: 100%; }
.editorial-artist .availability-result { flex-basis: 100%; }
.editorial-artist .availability-calendar { background: #f7f9f8; border-color: var(--line); padding: 20px; margin: 0; }
.editorial-artist .availability-calendar h3 { font-size: 18px; }
.editorial-artist .availability-day { min-height: 38px; }
.editorial-artist .availability-day.available { color: #226b52; }
.editorial-artist .availability-day.on_hold { color: #954f28; }
.editorial-artist .availability-day.booked, .editorial-artist .availability-day.unavailable { color: #9d333b; }
.editorial-artist .availability-day.past:not(.today) { opacity: .7; }
.editorial-artist .profile-about { gap: 52px; padding: 16px 0; }
.editorial-artist .profile-details { background: transparent; border: 0; padding: 0; }
.artist-booking-dock { position: fixed; bottom: 0; left: 0; right: 0; z-index: 60; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -4px 16px rgba(15,30,25,.06); padding: 22px 0 max(22px, env(safe-area-inset-bottom)); }
.booking-dock-inner { display: flex; align-items: center; gap: 18px; }
.dock-identity { flex: 1 1 auto; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.dock-identity b { font-size: 23px; line-height: 1.2; overflow-wrap: anywhere; }
.dock-identity span { font-size: 14px; color: var(--muted); }
.artist-booking-dock .btn { flex-shrink: 0; }
.artist-booking-dock .cart-toggle { width: 178px; }
.artist-booking-dock .btn-primary { min-height: 56px; }
.artist-booking-dock .dock-dates, .artist-booking-dock .dock-message { border-left: 1px solid var(--line); border-radius: 0; padding-left: 24px; padding-right: 24px; }

@media (max-width: 1190px) {
  .editorial-site .wrap { width: calc(100% - 56px); }
  .editorial-site .nav-links { gap: 16px; }
  .editorial-site .brand small { display: none; }
  .editorial-site .nav { gap: 18px; }
  .editorial-site .brand { flex-basis: 280px; }
  .editorial-site .event-cta { min-width: 150px; }
  .booking-dock-inner { gap: 10px; }
  .artist-booking-dock .btn { padding: 12px 14px; }
  .artist-booking-dock .dock-dates, .artist-booking-dock .dock-message { padding-left: 14px; padding-right: 14px; }
}
@media (max-width: 1000px) {
  .editorial-site .nav-links, .editorial-site .event-cta { display: none; }
  .editorial-site .mobile-menu-toggle { display: grid; }
  .editorial-site .brand small { display: block; }
  .editorial-site .brand { flex: 1 1 auto; }
  .editorial-roster, .editorial-categories, .editorial-site .cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dock-identity { display: none; }
  .booking-dock-inner { justify-content: center; }
  .editorial-artist .profile-about, .availability-layout { gap: 28px; }
}
@media (max-width: 600px) {
  .editorial-site .wrap { width: calc(100% - 36px); }
  .editorial-site .nav { height: 70px; }
  .editorial-site .brand img { width: 43px; height: 43px; }
  .editorial-site .brand b { font-size: 14px; }
  .editorial-site .brand small { font-size: 8px; max-width: 230px; }
  .editorial-site h1 { font-size: 32px; }
  .editorial-site h2 { font-size: 25px; }
  .editorial-site h3 { font-size: 17px; }
  .editorial-site .btn { padding: 12px 14px; font-size: 13px; }
  .editorial-site .section { padding: 32px 0; }
  .editorial-site .section-head { flex-wrap: wrap; gap: 12px; }
  .editorial-site .page-hero { padding: 32px 0 8px; }
  .editorial-home .hero { min-height: 390px; padding: 50px 0; }
  .editorial-home .hero-copy h1 { font-size: 36px; }
  .editorial-home .hero-copy > p { font-size: 17px; }
  .editorial-home .hero .actions { flex-wrap: wrap; gap: 8px; }
  .category-filter-bar .wrap { gap: 26px; }
  .editorial-roster, .editorial-categories { gap: 28px 14px; }
  .editorial-artist-tile p, .editorial-category p { font-size: 13px; }
  .editorial-category p { display: none; }
  .editorial-site .footer-tag { align-items: flex-start; }
  .editorial-site .footer-tag h2 { font-size: 24px; }
  .editorial-artist { padding-bottom: 145px; }
  .artist-cover { min-height: 360px; align-items: flex-end; }
  .artist-cover::after { background: linear-gradient(0deg, rgba(4,13,13,.85), rgba(4,13,13,.03)); }
  .editorial-artist .profile-cover img { object-position: center 30%; }
  .editorial-artist .profile-cover img.is-portrait { object-position: center; }
  .artist-cover-content { padding: 28px 0; }
  .editorial-artist .artist-cover h1 { font-size: 40px; max-width: 100%; }
  .editorial-artist .profile-name-row { gap: 8px; }
  .editorial-artist .profile-location { font-size: 17px; margin: 10px 0; }
  .editorial-artist .profile-socials { margin-bottom: 14px; gap: 12px; }
  .editorial-artist .profile-socials a { font-size: 13px; }
  .editorial-artist .profile-tabs { gap: 23px; }
  .editorial-artist .profile-tabs a { font-size: 14px; }
  .editorial-artist .profile-share { width: 36px; min-width: 36px; padding: 0; }
  .editorial-artist .profile-share span { display: none; }
  .editorial-artist .profile-content { padding-top: 22px; }
  .stage-gallery .artist-post { flex-basis: 88%; }
  .editorial-artist .stage-gallery .post-visual { aspect-ratio: 4/5; }
  .editorial-artist .profile-about, .availability-layout { grid-template-columns: 1fr; }
  .artist-booking-dock { padding: 10px 0 max(10px, env(safe-area-inset-bottom)); }
  .booking-dock-inner { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 6px 10px; }
  .artist-booking-dock .btn { min-width: 0; font-size: 12px; padding: 10px 6px; gap: 6px; }
  .artist-booking-dock .cart-toggle { width: 100%; }
  .artist-booking-dock .btn-primary { min-height: 46px; }
  .artist-booking-dock .dock-dates, .artist-booking-dock .dock-message { border: 0; min-height: 36px; padding: 6px; }
  .artist-booking-dock form { position: absolute; right: 18px; bottom: 142px; }
}
@media (prefers-reduced-motion: reduce) {
  .editorial-site *, .editorial-site *::before, .editorial-site *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
