@media all and (min-width: 601px) {

  .navigation .menu>li>ul {
    display: none;
    position: absolute;
    z-index: 999;
    left: -100px;
    top: 30px;
    text-align: left;
    padding: 20px;
    width: 200px;
    background: #fff;
    border: 1px solid #ccc;
    margin: 5px 0;
    overflow: hidden;
  }

  .navigation .menu>li:last-child>ul {
    left: unset;
    right: -12px;
  }

  .navigation .sub-menu .sub-menu {
    display: none;
    position: relative;
    width: 100%;
    padding: 0 0 0 10px;
    margin: 0;
  }

  .preview.video .details {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    height: 100%;
    width: 100%;
  }

  .preview.video .details a {
    display: block;
    width: 100%;
    height: 100%;
    background: url('images/transparent.png') 0 0 repeat;
  }

  .preview.video .title {
    font-size: 16px;
    margin: 0;
    padding-top: 65px;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
    margin: 0px auto;
    color: #005f69;
  }

  section.artists .content {
    position: absolute;
    top: 0;
  }

  section.artists .heading {
    position: absolute;
    top: 260px;
  }

  .list-group {
    border-bottom: 1px solid #ccc;
  }

  .list-group .excerpt {
    display: none;
  }

  .locations {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .locations li {
    display: inline;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px 10px;
    height: 180px;
  }

  .locations li a {
    color: #000;
  }

  .locations .contact {
    position: absolute;
    bottom: 10px;
    left: 0;
    display: block;
    padding: 0 10px;
    width: 100%;
  }

  .locations .contact p {
    font-size: 11px;
  }

  .sidebar-container .preview.video .title {
    padding-top: 52px;
  }

}

/* Orphaned media query removed - was syntax error */



.news-content p {
  margin: 0;
}

/* Header adjustments */
#header {
  min-height: 87px !important;
  height: auto !important;
  padding-bottom: 10px !important;
  position: relative !important;
  border-bottom: none !important;
}

#header-wrapper .search {
  margin-top: 0 !important;
  padding: 6px 0 4px !important;
  border-bottom: none !important;
}

#header-wrapper .search .search-field {
  height: 26px !important;
}

#header-wrapper .navigation .menu>li {
  padding-bottom: 16px !important;
}

#logo h1 {
  margin: 0 !important;
  line-height: 1 !important;
  padding-top: 0px !important;
  padding-bottom: 10px !important;
}

#logo img {
  width: 182px !important;
  display: block !important;
  /* Convert white/cream logo to teal/cyan #005f69 */
  filter: brightness(0) saturate(100%) invert(28%) sepia(31%) saturate(1326%) hue-rotate(139deg) brightness(95%) contrast(101%);
}

.navigation {
  margin-top: 20px !important;
  padding-bottom: 0 !important;
}

#header .navigation::after {
  padding: 10px 16px !important;
  border-radius: 2px !important;
}

.footer--main--image img {
  display: block !important;
  /* Convert white/cream logo to teal/cyan #005f69 */
  filter: brightness(0) saturate(100%) invert(28%) sepia(31%) saturate(1326%) hue-rotate(139deg) brightness(95%) contrast(101%);
}

/* Footer social icons - override old sprite background and show SVG icons */
#menu-social.menu li {
  background: none !important;
  width: auto !important;
  height: auto !important;
  margin: 0 8px !important;
}

#menu-social.menu li a {
  text-indent: 0 !important;
  width: auto !important;
  height: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

#menu-social.menu li a img {
  display: block !important;
  width: 20px !important;
  height: 20px !important;
}

/* Pivot Productions - Artist Page Override */
/* Change from overlay layout to text-below-image layout */

@media all and (min-width:601px) {

  /* Remove absolute positioning for normal document flow */
  .list-group section.artists .content {
    position: static !important;
    top: auto !important;
  }

  .list-group section.artists .heading {
    position: static !important;
    top: auto !important;
    margin-top: 10px;
  }

  /* Make section a flex container to control order - IMPORTANT to override */
  .list-group section.artists {
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
  }

  /* Set proper order - image first, then text */
  .list-group section.artists .content {
    order: 1;
  }

  .list-group section.artists .heading {
    order: 2;
  }

  /* Fix image sizing and crop bottom part (face/smile) */
  .list-group section.artists .content img {
    max-height: 235px;
    width: 100%;
    object-fit: cover;
    object-position: center bottom;
  }

  /* Hide excerpt text */
  .list-group section.artists .excerpt {
    display: none !important;
  }
}

/* Artist detail page layout adjustments */
.artist-detail-page::after {
  content: '';
  display: block;
  clear: both;
}

.artist-detail-main {
  float: left;
}

.artist-detail-sidebar {
  float: left;
}

.artist-detail-page .entry-header .title {
  font-family: 'NantesWeb-Bold', Times, serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.1;
  margin: 6px 0 18px;
}

.artist-portrait {
  margin-bottom: 24px;
}

.artist-portrait-frame {
  position: relative;
  width: 100%;
  background: #0b1416;
}

.artist-portrait-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.artist-detail-main .entry-content {
  font-family: 'untitled-sans-web-regular', sans-serif;
  color: #3a3a3a;
  font-size: 15px;
  line-height: 1.8;
}

.artist-detail-sidebar .intro {
  text-align: center;
  margin-bottom: 24px;
}

.artist-detail-sidebar .title {
  font-family: 'NantesWeb-Bold', Times, serif;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 10px 0;
  color: #005f69;
}

.artist-detail-sidebar .divider {
  width: 36px;
  height: 1px;
  background: #ccc;
  margin: 0 auto;
}

#header::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 1px;
  background: #f5f5f5;
}

.artist-detail-page {
  padding-top: 32px !important;
}

.artist-detail-main .entry-header {
  margin-bottom: 32px !important;
}

.artist-detail-main .entry-header-inner {
  padding: 0 4%;
}

.artist-detail-main .entry-header-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 14px;
}

.artist-detail-main .entry-header-row .title {
  font-family: 'NantesWeb-Bold', Times, serif;
  font-size: 40px !important;
  font-weight: 400 !important;
  letter-spacing: 0.04em !important;
  text-transform: none !important;
  color: #005f69 !important;
  margin: 0 !important;
}

.artist-detail-main .entry-header-row .role {
  font-family: 'untitled-sans-web-regular', sans-serif;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: none;
  color: #3f4f52;
  text-align: right;
}

.artist-detail-main .entry-header-bar {
  position: relative;
  height: 14px;
  margin-bottom: 16px;
}

.artist-detail-main .entry-header-bar .bar-line {
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  height: 1px;
  background: #d9d9d9;
}

.artist-detail-main .entry-header-meta {
  display: flex;
  justify-content: flex-end;
}

.artist-detail-main .artist-social-inline {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: flex-end;
}

.artist-detail-main .artist-social-inline a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
}

.artist-detail-main .artist-social-inline img {
  height: 18px;
  width: auto;
  display: block;
}

.artist-detail-main .entry-content p {
  font-family: 'untitled-sans-web-regular', sans-serif;
  font-size: 13px;
  line-height: 21px;
  color: #333;
  margin: 18px 4%;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: auto;
}

.artist-detail-main .entry-content strong {
  font-family: 'untitled-sans-web-regular', sans-serif;
  font-weight: 600;
  color: #005f69;
}

.artist-detail-main .entry-content a {
  color: #005f69;
}

.artist-detail-sidebar .intro .title {
  font-family: 'NantesWeb-Bold', Times, serif;
  font-size: 24px;
  letter-spacing: 0.12em;
  text-transform: none !important;
  color: #005f69;
  margin: 8px 0;
}

.artist-detail-sidebar .divider {
  background: #d9d9d9;
  height: 1px;
  width: 48px;
}

.artist-work-card .grid_4 {
  float: none;
  width: 100%;
}

.artist-work-card .work-card-link .preview.video {
  margin: 0 !important;
}

.work-card-link {
  display: block;
  width: 293px;
  margin: 0 auto;
}

.work-card-link .details {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 18px 16px 14px;
  background: rgba(255, 255, 255, 0.92);
  display: block !important;
  transform: translateY(100%);
  transition: transform 200ms ease;
  text-align: left;
}

.work-card-link .details.is-visible {
  transform: translateY(0);
}

.work-card-link .details .title {
  margin: 0;
  font-family: 'NantesWeb-Bold', Times, serif;
  font-size: 16px;
  color: #005f69;
  letter-spacing: 0;
}

.work-card-link .details .subtitle {
  display: block;
  margin-top: 6px;
  font-family: 'untitled-sans-web-regular', sans-serif;
  font-size: 13px;
  color: #7f8a8c;
}

.service-details {
  padding-top: 56px !important;
}

.service-details__sidebar {
  font-family: 'untitled-sans-web-regular', sans-serif;
  padding-top: 40px !important;
}

.service-details__heading {
  font-family: 'NantesWeb-Bold', Times, serif !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  letter-spacing: 1.75px !important;
  text-transform: none !important;
  color: #005f69 !important;
  text-align: center !important;
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}

.service-details__menu ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
}

.service-details__menu li {
  margin-bottom: 0 !important;
  font-family: 'untitled-sans-web-regular', sans-serif !important;
  font-size: 16px !important;
  line-height: 22px !important;
  font-weight: 400 !important;
  text-align: center !important;
}

.service-details__menu a {
  font-family: 'untitled-sans-web-regular', sans-serif !important;
  font-size: 16px !important;
  line-height: 22px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  color: rgb(153, 153, 153) !important;
  text-align: center !important;
  display: block !important;
}

.service-details__menu li.is-active a {
  color: rgb(51, 51, 51) !important;
}

.service-details__content {
  font-family: 'untitled-sans-web-regular', sans-serif;
}

.service-details__hero {
  width: 100%;
  height: 420px;
  overflow: hidden;
  background: #000;
  margin-bottom: 36px;
}

.service-details__hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.service-details__header {
  display: block !important;
  margin-bottom: 24px;
}

.service-details__header .title {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  font: 400 28px/30px 'NantesWeb-Bold', Times, serif;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.0625em;
  color: #005f69;
  font-family: 'NantesWeb-Bold', Times, serif;
  margin: 30px 0 18px 0;
  text-align: left;
  text-transform: uppercase;
}

.service-details__body p {
  font-family: 'untitled-sans-web-regular', Times, serif;
  font-size: 13px;
  line-height: 21px;
  font-weight: 400;
  color: rgb(51, 51, 51);
  margin-bottom: 14px;
  -webkit-font-smoothing: antialiased;
}

.service-details__body a {
  color: #005f69;
  font-weight: 600;
}

.preview.video.loaded .details {
  display: block !important;
}

.preview.video.loaded {
  border: none !important;
}

.service-details__hero-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #0b1416 0%, #1f2e32 100%);
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-family: 'untitled-sans-web-regular', sans-serif;
  font-size: 12px;
}

.service-details__body .service-section {
  margin-bottom: 28px;
}

.service-details__body .service-section h2 {
  font-family: 'NantesWeb-Bold', Times, serif;
  font-size: 20px;
  font-weight: 400;
  color: #005f69;
  margin: 24px 0 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.service-details__body .service-section p+p {
  margin-left: 0;
}

.service-details__body .service-section h2+p {
  margin-left: 0;
}

.service-page-title {
  font-family: 'NantesWeb-Bold', Times, serif;
  font-size: 20px;
  font-weight: 400;
  color: #005f69;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 0 16px 0;
}

.other-work-section {
  margin: 60px auto 0;
}

.other-work-section .intro {
  width: 100%;
}

.other-work-section .intro .title {
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.other-work-card .preview.video {
  border: 1px solid #dfe6e7;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.other-work-card .preview.video:hover,
.other-work-card .preview.video:focus-within {
  border-color: #99c5c9;
  box-shadow: 0 8px 18px rgba(0, 54, 60, 0.15);
}

.other-work-card .title {
  font-family: 'NantesWeb-Bold', Times, serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #005f69;
}

.other-work-card .subtitle {
  display: block;
  font-family: 'untitled-sans-web-regular', sans-serif;
  font-size: 13px;
  color: #666;
  margin-top: 4px;
  letter-spacing: 0.04em;
}

.reel-social {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 24px;
}

.reel-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #d5e1e3;
  background: #fff;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.reel-social-link:hover,
.reel-social-link:focus {
  border-color: #005f69;
  background-color: #f2f7f8;
}

.reel-social-link img {
  width: 18px;
  height: auto;
  display: block;
}

/* Sound Services Grid Layout */
.sound-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 20px;
  margin-top: 0;
}

.sound-service-card {
  display: block;
}

.sound-service-card__image {
  width: 100%;
  height: 180px;
  overflow: hidden;
  background: #000;
  margin-bottom: 18px;
}

.sound-service-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sound-service-card__content {
  padding: 0;
}

.sound-service-card__title {
  font-family: 'NantesWeb-Bold', Times, serif;
  font-size: 22px;
  font-weight: 400;
  color: #005f69;
  margin: 0 0 12px 0;
  letter-spacing: 0.02em;
  line-height: 1.3;
}

.sound-service-card__description {
  font-family: 'untitled-sans-web-regular', Times, serif;
  font-size: 13px;
  line-height: 21px;
  font-weight: 400;
  color: rgb(51, 51, 51);
  margin: 0;
  -webkit-font-smoothing: antialiased;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Work and Reels page spacing */
.site-content {
  padding-top: 24px !important;
}

/* Reel title separator */
.videos .entry-content .title {
  padding-bottom: 20px !important;
  border-bottom: 1px solid #e5e5e5 !important;
  margin-bottom: 20px !important;
}

/* Hide reel descriptions */
.videos .entry-content p {
  display: none !important;
}

/* Reel title link hover */
.videos .entry-content .title a:hover {
  opacity: 0.8;
}

/* Reel detail page spacing */
.reel-detail-page {
  padding-top: 24px !important;
}

/* Fix Artists page layout issues - MUST match Pivot Productions exactly */

/* Design tokens for visual consistency - MUST match Pivot Productions exactly */
:root {
  --card-width: 234.6px;
  /* MUST match Pivot Productions exactly */
  --card-image-height: 263.8px;
  /* MUST match Pivot Productions exactly */
  --card-total-height: 360px;
  /* MUST match Pivot Productions exactly */
  --grid-gutter: 1%;
  /* MUST match Pivot Productions exactly */
  --font-nantes: "NantesWeb-Bold", Times, serif;
  /* MUST match Pivot Productions exactly */
  --font-untitled: "untitled-sans-web-regular", sans-serif;
  /* MUST match Pivot Productions exactly */
}

/* Ensure artist image containers have exact dimensions - MUST match Pivot Productions exactly */
.artists .content div:first-child {
  width: var(--card-width) !important;
  height: var(--card-image-height) !important;
  min-width: var(--card-width) !important;
  min-height: var(--card-image-height) !important;
  max-width: var(--card-width) !important;
  max-height: var(--card-image-height) !important;
  overflow: hidden !important;
  position: relative !important;
  margin: 0 auto !important;
}

.artists .content img {
  width: var(--card-width) !important;
  height: var(--card-image-height) !important;
  min-width: var(--card-width) !important;
  min-height: var(--card-image-height) !important;
  max-width: var(--card-width) !important;
  max-height: var(--card-image-height) !important;
  object-fit: cover !important;
  display: block !important;
}

/* Ensure artist cards have proper height - MUST match Pivot Productions exactly */
.list-group section.artists {
  height: var(--card-total-height) !important;
  margin-top: 40px !important;
}

/* Remove excessive top spacing on Artists h1 - MUST match Pivot Productions exactly */
.page-artists-page #content {
  margin-bottom: 0;
}

.page-artists-page .entry-header {
  margin-bottom: 0;
  min-height: 0;
  padding-bottom: 0;
}

.page-artists-page .page-title {
  margin-bottom: 0;
  margin-top: 0;
}

/* Add spacing between artist category sections - MUST match Pivot Productions exactly */

/* Reduce margin after section intro/divider - MUST match Pivot Productions exactly */
.page-artists-page .intro {
  margin-bottom: 15px !important;
  margin-top: 0 !important;
}

.list-group .intro {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: var(--card-total-height) !important;
}

.list-group .intro .divider {
  width: 36px !important;
  height: 1px !important;
  background: #ccc !important;
  border: 0 !important;
  margin: 12px auto !important;
  display: block !important;
}

/* Ensure proper grid clearing for 4-column layout - MUST match Pivot Productions exactly */
.list-group section.artists:nth-child(4n+1) {
  clear: left;
}

/* Add bottom border to ALL sections EXCEPT the last one - MUST match Pivot Productions exactly */
.list-group {
  border-bottom: 1px solid #ccc !important;
}

/* Add spacing after the last artist card before the border - MUST match Pivot Productions exactly */
.list-group section.artists:last-of-type {
  margin-bottom: 60px;
}

/* Fix spacing between artist image and name - MUST match Pivot Productions exactly */
.page-artists-page .artists .title {
  margin-top: 10px !important;
}

/* Fix spacing between artist role subtitle and next artist card - MUST match Pivot Productions exactly */
.page-artists-page .artists .subtitle {
  padding-top: 2px;
  margin-bottom: 0;
}

/* Increase gap between artist cards vertically - MUST match Pivot Productions exactly */
.list-group section.artists {
  margin-top: 40px !important;
}

/* Grid system - MUST match Pivot Productions 960.gs exactly */
.container_12 .grid_3,
.site-content .grid_3 {
  width: 23.0% !important;
  /* MUST match Pivot Productions exactly */
  margin-left: var(--grid-gutter) !important;
  margin-right: var(--grid-gutter) !important;
}

/* MUST match Pivot Productions responsive breakpoints exactly */
@media all and (max-width: 600px) {

  .container_12 .grid_3,
  .site-content .grid_3 {
    width: 100% !important;
    /* MUST match Pivot Productions exactly */
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/* Dropdown menu hover trigger - CRITICAL for navigation dropdowns */
@media all and (min-width: 601px) {
  .navigation .menu>li:hover>ul {
    display: block !important;
  }

  #menu-primary>li.menu-item-has-children::after {
    content: '\25BC';
    font-size: 8px;
    margin-left: 5px;
  }
}

/* Ensure dropdowns work on all pages */
.navigation .menu>li.menu-item-has-children {
  position: relative;
}

@media (max-width: 768px) {
  .about-clients-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding: 0 16px;
  }

  .about-artists-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    padding: 0 16px;
  }
}

/* ----------------------------------------------------------------
  Artists Pages
---------------------------------------------------------------- */
.page-artists-page a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.artist .title {
  font: 400 28px/30px 'Playfair Display', serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 0;
}

.artist .subtitle {
  font: 400 16px/26px 'Playfair Display', serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  color: #666;
  margin-top: 0;
}

.artist .contact .title {
  font: 400 13px/18px 'Playfair Display', serif;
  font-weight: 700;
}

.artist .contact .subtitle {
  font: 700 13px/18px 'Figtree', sans-serif;
  font-weight: 700;
}

.page-artists-page .artists .title {
  font: 400 16px/17px 'Playfair Display', serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 0;
  margin-top: 20px;
  letter-spacing: 0;
  color: #005f69;
}

.page-artists-page .artists .subtitle {
  font: 400 13px/17px 'Figtree', sans-serif;
  color: #666;
}

.page-artists-page .entry-header {
  border-bottom: none;
}

/* Restore bio text on Artist Detail page */
.artist-detail-page .entry-content p {
  display: block !important;
  margin-bottom: 20px;
  font-family: 'Figtree', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}





/* Artist Detail Page Mobile Refinements */
@media only screen and (max-width: 768px) {

  /* Single column for work items on mobile */
  .artist-detail-sidebar {
    display: block;
    padding: 0 20px;
  }

  .artist-detail-sidebar .intro {
    padding: 0 0 20px 0;
  }

  .artist-detail-sidebar .artist-work-card {
    width: 100% !important;
    padding: 0;
    box-sizing: border-box;
    float: none !important;
    margin-bottom: 20px;
  }

  .artist-work-card .work-card-link .preview {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16/9;
  }

  /* Font Consistency */
  .artist-detail-main .entry-header-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .artist-detail-main .entry-header-row .title {
    font-family: 'NantesWeb-Bold', Times, serif !important;
    font-size: 28px !important;
    white-space: nowrap;
    letter-spacing: 0.02em !important;
  }

  .artist-detail-main .entry-header-row .role {
    font-family: 'untitled-sans-web-regular', sans-serif !important;
    font-size: 14px;
    letter-spacing: 0.05em;
    white-space: nowrap;
    text-align: left;
  }

  /* Ensure Bio Text Visibility */
  .artist-detail-main {
    width: 100% !important;
    height: auto !important;
    float: none !important;
    display: block !important;
    overflow: visible !important;
  }

  .artist-detail-page .entry-content {
    display: block !important;
    padding: 0 20px;
    height: auto !important;
    overflow: visible !important;
  }

  .artist-detail-page .entry-content p {
    display: block !important;
    font-family: 'Figtree', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;
    visibility: visible !important;
    opacity: 1 !important;
  }

  /* Other Work Section - 2 Column Grid */

  .other-work-card .preview {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16/9;
  }

  /* Typography Fixes for Other Work */
  .other-work-card .title {
    font-family: 'Playfair Display', serif !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    letter-spacing: 1px !important;
    margin-top: 10px !important;
    line-height: 1.2 !important;
  }

  .other-work-card .subtitle {
    font-family: 'Figtree', sans-serif !important;
    text-transform: uppercase !important;
    font-size: 11px !important;
    letter-spacing: 1px !important;
    margin-top: 4px !important;
  }

  /* Ensure "Other Work" header is centered and styled */
  .other-work-section .intro .title {
    text-align: center;
    font-family: 'Playfair Display', serif !important;
    text-transform: uppercase !important;
    font-size: 20px !important;
    letter-spacing: 2px !important;
    color: #005f69 !important;
  }

  /* Force visibility of Main Artist Info (Header + Bio) */
  .artist-detail-main .entry-header,
  .artist-detail-main .entry-content {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  /* Ensure correct stacking order on mobile */
  .artist-detail-page {
    display: flex;
    flex-direction: column;
  }

  .artist-detail-main {
    order: 1;
  }

  .artist-detail-sidebar {
    order: 2;
  }

  .other-work-section {
    order: 3;
  }
}

.page-artists-page .artists .subtitle {
  display: block;
  width: auto;
  padding-top: 2px;
}

/* Removed duplicate empty ruleset: .single-artists .entry-header */



/* ----------------------------------------------------------------
  Videos
---------------------------------------------------------------- */

.videos .artist {
  width: 241px;
  margin: 0 auto;
}

article.videos {
  margin-bottom: 85px;
}

article.videos .entry-header .title {
  margin-right: 50px;
  margin-bottom: 0;
}

.single-videos .artist .title {
  font: 400 16px/17px 'Playfair Display', serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 0;
  letter-spacing: 0.025em;
  color: #005f69;
}

.single-videos .entry-header,
.single-videos .entry-content {
  margin-left: 25px;
  margin-right: 25px;
}

article.videos .entry-header .subtitle,
.single-videos .entry-header .subtitle,
.single-videos .artist .subtitle {
  font-size: 13px;
  font-family: 'Figtree', sans-serif;
  color: #999;
  font-style: normal;
}

.single-videos article.videos {
  overflow: visible;
}

/* ----------------------------------------------------------------
  My Reel
---------------------------------------------------------------- */
.credits {
  padding: 0;
  margin: 0;
  text-align: left;
  list-style: none;
  font-weight: 700;
  font-family: 'Figtree', sans-serif;
  font-weight: 700;
}

.credits span {
  font-weight: normal;
  font-style: italic;
}

/* ----------------------------------------------------------------
  Services Page Sidebar
---------------------------------------------------------------- */
.service-details__menu ul {
  padding-left: 0;
  list-style: none;
  width: 100%;
  line-height: 22px;
  margin: 0;
}

.service-details__menu li {
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Figtree', sans-serif;
  list-style: none;
  padding-left: 0;
  margin-bottom: 5px;
}

.service-details__menu li a {
  color: #999;
  text-decoration: none;
}

.service-details__menu li.is-active a,
.service-details__menu li a:hover {
  color: #000;
}

.service-details__heading {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
  color: #005f69;
}

.service-details__header .title {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  margin-bottom: 20px;
}

.service-details__body p {
  font-family: 'Figtree', sans-serif;
  font-size: 13px;
  line-height: 21px;
  color: #333;
  margin-bottom: 14px;
}

.service-details__body h2 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 20px;
  color: #005f69;
  margin-top: 30px;
  margin-bottom: 15px;
}

/* Other Work Section - Artist Detail */
.other-work-section {
  padding: 40px 20px;
  clear: both;
}

.other-work-header {
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.other-work-header .divider {
  width: 36px;
  height: 1px;
  background: #ccc;
}

.other-work-header .title {
  font-family: 'NantesWeb-Bold', Times, serif;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #005f69;
  margin: 0;
}

.other-work-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.other-work-card {
  background: #fff;
  position: relative;
  overflow: hidden;
}

.other-work-link {
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
  height: 100%;
}

.other-work-thumb {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #111;
  overflow: hidden;
}

.other-work-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
}

.other-work-card:hover .other-work-thumb img {
  opacity: 0.15;
}

.other-work-details {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px;
  background: rgba(255, 255, 255, 0.92);
  transform: translateY(100%);
  transition: transform 0.2s ease;
  text-align: left;
}

.other-work-card:hover .other-work-details {
  transform: translateY(0);
}

.other-work-title {
  font-family: 'NantesWeb-Bold', Times, serif;
  font-size: 16px;
  color: #005f69;
  margin: 0 0 6px 0;
}

.other-work-company {
  font-family: 'untitled-sans-web-regular', sans-serif;
  font-size: 13px;
  color: #7f8a8c;
}

.load-more-container {
  text-align: center;
  margin-top: 30px;
}

.load-more-btn {
  background: #005f69;
  color: #fff;
  border: none;
  padding: 12px 32px;
  font-family: 'NantesWeb-Bold', Times, serif;
  font-size: 14px;
  cursor: pointer;
  border-radius: 4px;
  transition: background 0.2s ease;
}

.load-more-btn:hover {
  background: #004a52;
}

@media (max-width: 768px) {
  .other-work-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .other-work-section {
    padding: 30px 16px;
  }

  .other-work-title {
    font-size: 12px;
  }

  .other-work-company {
    font-size: 11px;
  }
}

/* ----------------------------------------------------------------
  PROGRESSIVE PAGE REVEAL - Content Only (Header/Footer stay static in SPA)
---------------------------------------------------------------- */

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Only animate page content - NOT header/footer (they're persistent) */
.intro,
.content-area:not(:has([role="dialog"])) {
  animation: fadeInUp 0.4s ease-out forwards;
}

/* ----------------------------------------------------------------
   NAVIGATION DROPDOWN HOVER FIX
   Makes dropdown stay visible when moving mouse to submenu items
---------------------------------------------------------------- */
@media (min-width: 601px) {
  .navigation .menu>li.menu-item-has-children>ul {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }

  .navigation .menu>li.menu-item-has-children:hover>ul {
    opacity: 1;
    visibility: visible;
  }

  /* Extend the hover area so menu doesn't disappear too quickly */
  .navigation .menu>li.menu-item-has-children {
    padding-bottom: 20px;
    margin-bottom: -15px;
  }

  .navigation .menu>li.menu-item-has-children>ul {
    margin-top: 0;
    padding-top: 10px;
  }
}

/* ----------------------------------------------------------------
   OTHER WORK CARDS HOVER EFFECT
   Matching WorkCard hover behavior on artist detail page
---------------------------------------------------------------- */
.other-work-card {
  position: relative;
  overflow: hidden;
}

.other-work-thumb {
  position: relative;
  overflow: hidden;
}

.other-work-thumb img {
  transition: opacity 0.3s ease;
}

.other-work-card:hover .other-work-thumb img {
  opacity: 0.15;
}

.other-work-details {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px;
  background: transparent;
  transform: translateY(100%);
  transition: transform 0.2s ease;
}

.other-work-card:hover .other-work-details {
  transform: translateY(0);
}

.other-work-card .other-work-title,
.other-work-card .other-work-company {
  color: #005f69;
}