/**
 * BWW Design System — split from bww-ui.css
 * See /home/bway/design-system/MASTER.md
 */

/* ── People profile pages (/people/) ─────────────────────────────────────── */
.people-page section[id] {
  scroll-margin-top: 120px;
}
.people-page .message-board-header {
  background: linear-gradient(135deg, #161616 0%, #2a2a2a 100%);
  border-radius: var(--bww-radius-lg);
  border-left: 4px solid var(--bww-red);
  padding: var(--bww-space-3) var(--bww-space-5);
  margin-top: var(--bww-space-2);
  margin-bottom: var(--bww-space-3);
}
.people-page .message-board-header h1 {
  margin: 0;
  color: var(--bww-white);
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-weight: 700;
  line-height: 1.25;
  text-transform: none;
}
.people-page .message-board-header p {
  color: rgba(255, 255, 255, 0.78);
  font-size: var(--bww-text-sm);
}
.people-page .indivual-person .article-header,
.people-page .article-header.indivual-person {
  background: var(--bww-surface-muted);
  border: 1px solid var(--bww-surface-border);
  border-radius: var(--bww-radius-lg);
  padding: var(--bww-space-3);
  margin-top: 0;
}
/* Profile header only — gallery photo & other no-header people layouts keep pt-20 */
main.inner-page.people-page > .container:has(> .article-header.indivual-person) {
  padding-top: 0;
}
.people-page .indivual-person h1 {
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 700;
  color: var(--bww-text);
  text-transform: none;
}
.people-page .indivual-person .view-all a {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  background: var(--bww-red);
  color: var(--bww-white);
  border-radius: var(--bww-radius-sm);
  font-size: var(--bww-text-xs);
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.people-page .indivual-person .view-all a:after {
  display: none;
  content: none;
}
.people-page .indivual-person .view-all a:hover {
  background: #8a0119;
  color: var(--bww-white);
}
.people-page .indivual-person nav a {
  max-width: none;
  margin-right: 0;
  margin-bottom: 6px;
  border-radius: var(--bww-radius-sm);
  font-size: 12px;
  font-weight: 600;
  transition: background 0.15s, color 0.15s;
}
.people-page .indivual-person nav.flex-sm-row {
  flex-wrap: wrap;
  gap: 6px;
}
.people-page .indivual-person nav a:hover,
.people-page .indivual-person nav a[aria-current="page"] {
  background: var(--bww-red);
  color: var(--bww-white);
}
.people-page .section-tittle:not(:has(.y-color)) {
  position: relative;
  margin: var(--bww-space-4) 0 var(--bww-space-3);
  padding: var(--bww-space-2) var(--bww-space-4);
  border: none;
  border-left: 4px solid var(--bww-red);
  border-radius: var(--bww-radius-lg);
  background: linear-gradient(135deg, #161616 0%, #2a2a2a 100%) !important;
  height: auto !important;
  overflow: visible;
}
.people-page .section-tittle:not(:has(.y-color)) .h3,
.people-page .section-tittle:not(:has(.y-color)) h2,
.people-page .section-tittle:not(:has(.y-color)) h3,
.people-page .section-tittle:not(:has(.y-color)) h2.h3,
.people-page .indivual-person .section-tittle .h3,
.people-page .indivual-person .section-tittle h2,
.people-page .bio-area .section-tittle h2,
.people-page .bio-area .section-tittle .h3,
.people-page .related-story .section-tittle h2,
.people-page .photos-slider .section-tittle h2,
.people-page .stage-credit .section-tittle h2,
.people-page .ques-row .section-tittle h2,
.people-page .carward-movies .section-tittle h2,
.people-page .award-nomination .section-tittle h2 {
  position: static !important;
  display: block;
  margin: 0 !important;
  margin-left: 0 !important;
  padding: 0 !important;
  height: auto !important;
  min-height: 0;
  background: transparent !important;
  color: #ffffff !important;
  font-size: var(--bww-text-sm) !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border: none !important;
  border-radius: 0;
  line-height: 1.3 !important;
  top: auto !important;
}
.photos-slider .carousel {
  position: relative;
}
.photos-slider .carousel-inner {
  position: relative;
}
.photos-slider .carousel-control-prev,
.photos-slider .carousel-control-next {
  position: absolute;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  opacity: 1;
  z-index: 2;
}
.photos-slider .carousel-control-prev {
  left: 8px;
}
.photos-slider .carousel-control-next {
  right: 8px;
}
.photos-slider .carousel-control-prev-icon,
.photos-slider .carousel-control-next-icon {
  width: 24px;
  height: 24px;
}
.people-page .section-tittle:not(:has(.y-color)) h2:before,
.people-page .section-tittle:not(:has(.y-color)) h3:before,
.people-page .section-tittle:not(:has(.y-color)) .h3:before,
.people-page .section-tittle:not(:has(.y-color)) h2:after,
.people-page .section-tittle:not(:has(.y-color)) .h3:after,
.people-page .section-tittle:not(:has(.y-color)) h3:after,
.people-page .bio-area .section-tittle h3:after,
.people-page .photos-slider .section-tittle h3:after,
.people-page .stage-credit .section-tittle h3:after,
.people-page .related-story .section-tittle h3:after,
.people-page .ques-row .section-tittle h3:after,
.people-page .carward-movies .section-tittle h3:after,
.people-page .award-nomination .section-tittle h3:after {
  display: none !important;
  content: none !important;
}
.people-page .article-header.indivual-person {
  position: relative;
  text-align: left;
}
.people-page .article-header.indivual-person > .row {
  align-items: flex-start;
}
.people-page .indivual-person .col-lg-3 img {
  width: 200px;
  height: auto;
  max-width: 100%;
}
.people-page .indivual-person h1 {
  margin-bottom: var(--bww-space-2);
  padding-right: 160px;
}
.people-page .indivual-person .col-lg-9 > p.text-start {
  margin-top: 0;
  margin-bottom: var(--bww-space-1);
  line-height: 1.35;
  font-size: var(--bww-text-sm);
}
.people-page .latest-news-block {
  margin: var(--bww-space-2) 0;
  font-size: var(--bww-text-sm);
  line-height: 1.4;
  text-align: left;
}
.people-page .latest-news-block__heading {
  margin: 0 0 var(--bww-space-1);
  font-size: var(--bww-text-base);
  font-weight: 700;
  color: var(--bww-text);
}
.people-page .latest-news-block__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.people-page .latest-news-block__list li {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: var(--bww-space-2) 0;
  border-bottom: 1px solid var(--bww-surface-border);
}
.people-page .latest-news-block__list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.people-page .latest-news-block__list a {
  color: var(--bww-text);
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
  display: block;
}
.people-page .latest-news-block__list a:hover {
  color: var(--bww-red);
}
.people-page .latest-news-block__date {
  display: block;
  font-size: var(--bww-text-xs);
  color: var(--bww-text-muted);
}
.people-page .latest-news-block__more {
  margin-top: var(--bww-space-1);
  text-align: right;
}
.people-page .latest-news-block__more a {
  font-size: var(--bww-text-xs);
  color: var(--bww-red);
  text-decoration: none;
}
.people-page .latest-news-block__more a:hover {
  text-decoration: underline;
}
:root[data-bww-theme="dark"] .people-page .latest-news-block__heading {
  color: #e8e8e8;
}
:root[data-bww-theme="dark"] .people-page .latest-news-block__list a {
  color: #f0f0f0;
}
:root[data-bww-theme="dark"] .people-page .latest-news-block__list a:hover {
  color: #ff7a8a;
}
:root[data-bww-theme="dark"] .people-page .latest-news-block__date {
  color: #a0a0a0;
}
:root[data-bww-theme="dark"] .people-page .latest-news-block__more a {
  color: #ff7a8a;
}
:root[data-bww-theme="dark"] .people-page .latest-news-block__list li {
  border-bottom-color: #3a3a3a;
}
:root[data-bww-theme="dark"] .people-page .latest-news-block a {
  color: #f0f0f0;
}
:root[data-bww-theme="dark"] .people-page .latest-news-block a:hover {
  color: #ff7a8a;
}
:root[data-bww-theme="dark"] .people-page .latest-news-block strong {
  color: #e8e8e8 !important;
}
/* People news listing (/people/news/{slug}) */
.people-page .related-story .single-story {
  padding: var(--bww-space-3) 0;
  border-bottom: 1px solid var(--bww-surface-border);
}
.people-page .related-story .single-story:last-of-type {
  border-bottom: none;
}
.people-page .related-story .right-cap a {
  color: var(--bww-text);
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
}
.people-page .related-story .right-cap a:hover {
  color: var(--bww-red);
}
.people-page .related-story .byline,
.people-page .related-story .byline strong {
  color: var(--bww-text-muted);
  font-size: var(--bww-text-sm);
  font-weight: 400;
}
.people-page .related-story .story-desc,
.people-page .related-story .story-desc strong {
  color: var(--bww-text);
  font-size: var(--bww-text-sm);
  line-height: 1.5;
}
:root[data-bww-theme="dark"] .people-page .related-story .right-cap a {
  color: #f0f0f0;
}
:root[data-bww-theme="dark"] .people-page .related-story .right-cap a:hover {
  color: #ff7a8a;
}
:root[data-bww-theme="dark"] .people-page .related-story .byline,
:root[data-bww-theme="dark"] .people-page .related-story .byline strong {
  color: #a0a0a0;
}
:root[data-bww-theme="dark"] .people-page .related-story .story-desc,
:root[data-bww-theme="dark"] .people-page .related-story .story-desc strong {
  color: #e8e8e8;
}
:root[data-bww-theme="dark"] .people-page .related-story .single-story {
  border-bottom-color: #3a3a3a;
}
.people-page .indivual-person nav.flex-sm-row {
  margin-top: var(--bww-space-2) !important;
}
.people-page .people-alert-signup-wrap--footer {
  margin-top: var(--bww-space-3);
  padding-top: 0;
  border-top: none;
}
.people-page .container + .container.pt-20 {
  padding-top: 10px !important;
  margin-top: 0 !important;
}
.people-page .container.pt-20 > .row > .most-popular.l-side,
.people-page .container.pt-20 > .row > .r-side {
  margin-top: 0 !important;
}
.people-page .people-alert-signup-wrap--footer .people-alert-signup {
  margin-top: 0;
}
.people-page .people-alert-signup--footer {
  padding: var(--bww-space-3) var(--bww-space-4);
  background: linear-gradient(135deg, #161616 0%, #2a2a2a 100%);
  border-radius: var(--bww-radius-lg);
  border-left: 4px solid var(--bww-red);
}
.people-page .people-alert-signup--footer .people-alert-signup__copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.people-page .people-alert-signup--footer .people-alert-signup__label {
  font-size: var(--bww-text-base);
  font-weight: 700;
  color: var(--bww-white);
  line-height: 1.25;
}
.people-page .people-alert-signup--footer .people-alert-signup__hint {
  margin: 0;
  font-size: var(--bww-text-sm);
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.4;
}
.people-page .people-alert-signup--footer .people-alert-signup__fields {
  gap: var(--bww-space-2);
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .people-page .people-alert-signup--footer .people-alert-signup__form {
    flex-direction: column;
    align-items: stretch;
    gap: var(--bww-space-3);
  }
  .people-page .people-alert-signup--footer .people-alert-signup__copy {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
  }
  .people-page .people-alert-signup--footer .people-alert-signup__fields {
    flex: 1 1 auto;
    width: 100%;
    max-width: none;
  }
}
@media (min-width: 992px) {
  .people-page .people-alert-signup--footer .people-alert-signup__form {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: var(--bww-space-4);
  }
  .people-page .people-alert-signup--footer .people-alert-signup__copy {
    flex: 1 1 auto;
    min-width: 0;
  }
  .people-page .people-alert-signup--footer .people-alert-signup__fields {
    flex: 0 1 420px;
    flex-direction: row;
    align-items: stretch;
  }
  .people-page .people-alert-signup--footer .people-alert-signup__fields .bww-input {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
  }
  .people-page .people-alert-signup--footer .people-alert-signup__fields .bww-btn {
    flex: 0 0 auto;
    width: auto;
    min-width: 108px;
    white-space: nowrap;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .people-page .people-alert-signup--footer .people-alert-signup__fields {
    flex-direction: row;
    align-items: stretch;
  }
  .people-page .people-alert-signup--footer .people-alert-signup__fields .bww-input {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
  }
  .people-page .people-alert-signup--footer .people-alert-signup__fields .bww-btn {
    flex: 0 0 auto;
    width: auto;
    min-width: 108px;
    white-space: nowrap;
  }
}
@media (max-width: 767.98px) {
  .people-page .people-alert-signup--footer {
    text-align: center;
  }
  .people-page .people-alert-signup--footer .people-alert-signup__copy {
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .people-page .indivual-person h1 {
    padding-right: 0;
  }
  .people-page .indivual-person .col-lg-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: var(--bww-space-3);
  }
  .people-page .indivual-person .col-lg-3 img {
    width: min(280px, 88vw);
    max-width: 280px;
    height: auto;
    border-radius: var(--bww-radius-md);
  }
  .people-page .indivual-person h1,
  .people-page .indivual-person h2.weight-700 {
    text-align: center !important;
  }
  .people-page .latest-news-block {
    margin-top: var(--bww-space-3);
  }
  .people-page .latest-news-block__heading {
    text-align: center;
    font-size: var(--bww-text-sm);
    letter-spacing: 0.02em;
    color: var(--bww-text-muted);
  }
  :root[data-bww-theme="dark"] .people-page .latest-news-block__heading {
    color: #c8c8c8;
  }
  .people-page .latest-news-block__more {
    text-align: center;
  }
  .people-page .indivual-person nav.flex-sm-row {
    align-items: center;
  }
  .people-page .indivual-person nav a.text-start {
    text-align: center;
  }
  .people-page .indivual-person .view-all {
    position: static;
    margin-bottom: var(--bww-space-2);
    text-align: center;
  }
}
.people-page .indivual-person .view-all {
  position: absolute;
  top: var(--bww-space-3);
  right: var(--bww-space-4);
  z-index: 1;
}
.people-page .stage-credit .stage-title1 {
  margin-top: 0;
}
.people-page .stage-credit,
.people-page .stage-credit .stage-credit-row,
.people-page .stage-credit .stage-title1,
.people-page .stage-credit .stage-title1 a,
.people-page .stage-credit .stage-title1-right,
.people-page .stage-credit .stage-text,
.people-page .stage-credit .stage-text2,
.people-page .carward-movies [style*="background-color"],
.people-page .carward-tv [style*="background-color"] {
  font-family: inherit;
  line-height: 1.45;
}
.people-page .stage-credit .stage-title1 a,
.people-page .stage-credit .stage-title1 .stage-credit__title {
  font-size: var(--bww-text-lg);
  font-weight: 700;
  color: var(--bww-text);
  text-decoration: none;
}
.people-page .stage-credit .stage-title1 a:hover {
  color: var(--bww-red);
}
.people-page .stage-credit .stage-title1-right,
.people-page .stage-credit .stage-text {
  font-size: var(--bww-text-sm) !important;
  color: var(--bww-text-muted);
  font-weight: 400;
}
.people-page .stage-credit .stage-text2 {
  font-size: var(--bww-text-base) !important;
  font-weight: 400;
  color: var(--bww-text);
}
.people-page .carward-movies .stage-credit__title,
.people-page .carward-tv .stage-credit__title,
.people-page .award-nomination .stage-credit__title {
  font-size: var(--bww-text-lg);
  font-weight: 700;
  color: var(--bww-text);
}
.people-page .stage-credit .stage-uncredited {
  color: var(--bww-text-muted);
  font-style: italic;
}
.people-page .stage-credit .stage-title1 img {
  position: relative;
}
.people-page .stage-credit .stage-credit-row {
  padding: var(--bww-space-3) var(--bww-space-4);
}
.people-page .stage-credit .stage-title1,
.people-page .stage-credit .stage-title1-right,
.people-page .stage-credit .stage-text,
.people-page .stage-credit .stage-text2 {
  margin-bottom: var(--bww-space-1);
}
.people-page .stage-credit .stage-text2:last-child {
  margin-bottom: 0;
}
.people-page .stage-credit .section-tittle {
  margin-bottom: var(--bww-space-2);
}
:root[data-bww-theme="dark"] .people-page .stage-credit .stage-title1 a,
:root[data-bww-theme="dark"] .people-page .stage-credit .stage-title1 .stage-credit__title,
:root[data-bww-theme="dark"] .people-page .carward-movies .stage-credit__title,
:root[data-bww-theme="dark"] .people-page .carward-tv .stage-credit__title,
:root[data-bww-theme="dark"] .people-page .award-nomination .stage-credit__title,
:root[data-bww-theme="dark"] .people-page .stage-credit .bww-text-link {
  color: #f0f0f0;
}
:root[data-bww-theme="dark"] .people-page .stage-credit .stage-title1 a:hover,
:root[data-bww-theme="dark"] .people-page .stage-credit .bww-text-link:hover {
  color: #ff7a8a;
}
:root[data-bww-theme="dark"] .people-page .stage-credit .stage-title1-right,
:root[data-bww-theme="dark"] .people-page .stage-credit .stage-text,
:root[data-bww-theme="dark"] .people-page .stage-credit .stage-uncredited {
  color: #a0a0a0 !important;
}
:root[data-bww-theme="dark"] .people-page .stage-credit .stage-text2 {
  color: #e8e8e8 !important;
}
:root[data-bww-theme="dark"] .people-page .char-table td,
:root[data-bww-theme="dark"] .people-page .char-table td a {
  color: #e8e8e8;
}
:root[data-bww-theme="dark"] .people-page .char-table td a:hover {
  color: #ff7a8a;
}
.people-page .people-page__video-feed .single-story {
  display: flex !important;
  align-items: flex-start;
  gap: var(--bww-space-3);
  margin-bottom: var(--bww-space-4);
  padding-bottom: var(--bww-space-4);
  border-bottom: 1px solid var(--bww-surface-border);
}
.people-page .people-page__video-feed .single-story:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.people-page .people-page__video-feed .left-img {
  flex: 0 0 160px;
  width: 160px;
  max-width: 160px;
}
.people-page .people-page__video-feed .left-img a {
  display: block;
  line-height: 0;
}
.people-page .people-page__video-feed .left-img img {
  display: block;
  width: 160px;
  height: 90px;
  max-width: none;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: var(--bww-radius-sm);
  margin-right: 0;
}
.people-page .people-page__video-feed .right-cap {
  flex: 1 1 auto;
  min-width: 0;
  margin-left: 0;
}
.people-page .people-page__video-feed .right-cap a {
  color: var(--bww-text);
  font-weight: 700;
  font-size: var(--bww-text-base);
  line-height: 1.35;
  text-decoration: none;
}
.people-page .people-page__video-feed .right-cap a:hover {
  color: var(--bww-red);
}
.people-page .people-page__video-feed .byline {
  display: block;
  margin-top: var(--bww-space-1);
  font-size: var(--bww-text-xs);
  color: var(--bww-text-muted);
  line-height: 1.4;
}
.people-page .people-page__video-feed .story-desc {
  margin: var(--bww-space-2) 0 0;
  font-size: var(--bww-text-sm);
  line-height: 1.5;
  color: var(--bww-text);
}
.people-page .people-page__video-feed .story-desc img {
  display: none;
}
.people-page .people-page__video-feed .bww-feed-ad-slot {
  flex: 0 0 100%;
  width: 100%;
}
.people-page .people-page__video-feed-pagination {
  margin-top: var(--bww-space-4);
}

:root[data-bww-theme="dark"] .people-page .people-page__video-feed .right-cap a {
  color: #f0f0f0;
}
:root[data-bww-theme="dark"] .people-page .people-page__video-feed .right-cap a:hover {
  color: #ff7a8a;
}
:root[data-bww-theme="dark"] .people-page .people-page__video-feed .byline,
:root[data-bww-theme="dark"] .people-page .people-page__video-feed .byline strong {
  color: #a8a8a8;
}
:root[data-bww-theme="dark"] .people-page .people-page__video-feed .story-desc,
:root[data-bww-theme="dark"] .people-page .people-page__video-feed .story-desc strong {
  color: #c8c8c8;
}
:root[data-bww-theme="dark"] .people-page .people-page__video-feed .single-story {
  border-bottom-color: #3a3a3a;
}

/* People gallery photo detail (/people/galleryphoto.php) */
:root[data-bww-theme="dark"] .people-page .photo-figure figcaption {
  background: #1a1a1a;
  border: 1px solid #3a3a3a;
  border-radius: var(--bww-radius-sm);
  padding: var(--bww-space-3) var(--bww-space-4);
}
:root[data-bww-theme="dark"] .people-page h1.gallery-caption {
  color: #f0f0f0;
  background: transparent;
}
:root[data-bww-theme="dark"] .people-page h1.gallery-caption a {
  color: #ff7a8a;
}
:root[data-bww-theme="dark"] .people-page .photo-content {
  color: #e8e8e8;
}
:root[data-bww-theme="dark"] .people-page .photo-content strong {
  color: #f0f0f0;
}
:root[data-bww-theme="dark"] .people-page .photo-content a {
  color: #ff7a8a;
}
:root[data-bww-theme="dark"] .people-page .photos-box-text,
:root[data-bww-theme="dark"] .people-page .photos-box-text a {
  color: #e8e8e8;
}
:root[data-bww-theme="dark"] .people-page .photos-box-text a:hover {
  color: #ff7a8a;
}
:root[data-bww-theme="dark"] .people-page .photo-content h3.title-20 {
  color: #f0f0f0;
}
:root[data-bww-theme="dark"] .people-page .manage-tags {
  border-top-color: #3a3a3a;
  color: #e8e8e8;
}

@media (max-width: 767.98px) {
  .people-page .people-page__video-feed .single-story {
    flex-direction: column;
  }
  .people-page .people-page__video-feed .left-img {
    flex: 0 0 auto;
    width: 100%;
    max-width: none;
  }
  .people-page .people-page__video-feed .left-img img {
    width: 100%;
    height: auto;
    max-height: none;
    aspect-ratio: 16 / 9;
    margin: 0 0 var(--bww-space-2);
  }
  .people-page .people-page__video-feed .right-cap {
    margin-left: 0;
  }
}
.people-page .latest-news-block strong {
  font-size: var(--bww-text-lg) !important;
  font-weight: 700;
  color: var(--bww-text) !important;
}
.people-page .latest-news-block a {
  color: var(--bww-text);
  text-decoration: none;
}
.people-page .latest-news-block a:hover {
  color: var(--bww-red);
}
.people-page .latest-news-block hr {
  border-color: var(--bww-surface-border);
  margin: var(--bww-space-2) 0;
}
.people-page .char-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: var(--bww-space-4);
}
.people-page .char-table th {
  background: linear-gradient(135deg, #161616 0%, #2a2a2a 100%);
  color: var(--bww-white);
  padding: var(--bww-space-2) var(--bww-space-3);
  text-align: left;
  font-size: var(--bww-text-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.people-page .char-table td {
  padding: var(--bww-space-2) var(--bww-space-3);
  border-bottom: 1px solid var(--bww-surface-border);
  font-size: var(--bww-text-sm);
  vertical-align: middle;
}
.people-page .char-table tbody tr:hover td {
  background: var(--bww-surface-muted);
}
.people-page .char-table a {
  color: var(--bww-table-link, var(--bww-red));
  text-decoration: none;
}
.people-page .char-table a:hover {
  text-decoration: underline;
}
.people-page .bww-people-section-ad {
  margin: var(--bww-space-5) 0;
  text-align: center;
  overflow: hidden;
  min-width: 0;
  max-width: 100%;
}
.people-page .bww-people-section-ad .mv_slot_target_mobile,
.people-page .bww-people-section-ad .mv_slot_target_desktop {
  margin: 0 auto;
  max-width: 100%;
}
.people-page .char-section-header {
  font-weight: 700;
  font-size: var(--bww-text-lg);
  margin: var(--bww-space-5) 0 var(--bww-space-3);
  padding-bottom: var(--bww-space-2);
  border-bottom: 2px solid var(--bww-red);
  color: var(--bww-text);
}
.people-page .char-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--bww-space-3);
  margin-bottom: var(--bww-space-4);
}
.people-page .char-photo-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--bww-radius-md);
  border: 1px solid var(--bww-surface-border);
  box-shadow: var(--bww-shadow-sm, 0 1px 4px rgba(0, 0, 0, 0.08));
  transition: transform 0.2s, box-shadow 0.2s;
  background: var(--bww-surface);
}
.people-page .char-photo-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
.people-page .char-photo-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}
.people-page .char-photo-card .photo-caption {
  padding: var(--bww-space-2) var(--bww-space-3);
  font-size: var(--bww-text-xs);
  line-height: 1.3;
  color: var(--bww-text);
  background: var(--bww-surface);
}
.people-page .char-photo-card a {
  text-decoration: none;
  color: inherit;
}
@media (max-width: 767px) {
  .people-page .indivual-person p,
  .people-page .indivual-person h1 {
    text-align: left;
  }
  .people-page .indivual-person nav a {
    max-width: 100%;
  }
  .people-page .char-photo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .people-page .char-photo-card img {
    height: 140px;
  }
}
@media (min-width: 768px) {
  .people-page .indivual-person nav a {
    max-width: 95px;
    margin-bottom: 4px;
  }
}

/* ── Person alert signup (/people/) ─────────────────────────────────────── */
.people-page .people-alert-signup-wrap--hidden {
  display: none;
}
.people-page .article-header.indivual-person .people-alert-signup span {
  margin-left: 0;
}
.people-page .people-alert-signup {
  margin-top: var(--bww-space-3);
}
.people-page .people-alert-signup__form {
  display: flex;
  flex-direction: column;
  gap: var(--bww-space-2);
  margin: 0;
}
.people-page .people-alert-signup__copy {
  display: flex;
  flex-direction: column;
  gap: var(--bww-space-1);
}
.people-page .people-alert-signup__label {
  display: block;
  margin: 0;
  font-size: var(--bww-text-sm);
  font-weight: 700;
  color: var(--bww-text);
  line-height: 1.3;
}
.people-page .people-alert-signup__hint {
  margin: 0;
  font-size: var(--bww-text-xs);
  color: var(--bww-text-muted);
  line-height: 1.45;
}
.people-page .people-alert-signup__fields {
  display: flex;
  flex-direction: column;
  gap: var(--bww-space-2);
}
.people-page .people-alert-signup__fields .bww-input {
  width: 100%;
  min-width: 0;
}
.people-page .people-alert-signup__fields .bww-btn {
  width: 100%;
}
.people-page .people-alert-signup--sidebar {
  padding: var(--bww-space-3);
  background: var(--bww-surface-muted);
  border: 1px solid var(--bww-surface-border);
  border-radius: var(--bww-radius-md);
}
.people-page .people-alert-signup--block {
  padding: var(--bww-space-4);
  background: linear-gradient(135deg, #161616 0%, #2a2a2a 100%);
  border-radius: var(--bww-radius-lg);
  border-left: 4px solid var(--bww-red);
}
.people-page .people-alert-signup--block .people-alert-signup__copy {
  text-align: center;
}
.people-page .people-alert-signup--block .people-alert-signup__label {
  font-size: var(--bww-text-base);
  color: var(--bww-white);
  text-align: center;
}
.people-page .people-alert-signup--block .people-alert-signup__hint {
  color: rgba(255, 255, 255, 0.78);
  text-align: center;
}
.people-page .people-alert-signup--block .people-alert-signup__fields {
  max-width: 420px;
  margin: 0 auto;
}
@media (min-width: 480px) {
  .people-page .people-alert-signup--block .people-alert-signup__fields {
    flex-direction: row;
    align-items: stretch;
    max-width: 520px;
  }
  .people-page .people-alert-signup--block .people-alert-signup__fields .bww-input {
    flex: 1 1 auto;
    width: auto;
  }
  .people-page .people-alert-signup--block .people-alert-signup__fields .bww-btn {
    flex: 0 0 auto;
    width: auto;
    min-width: 108px;
  }
}
.people-page .people-alert-signup__eyebrow {
  display: inline-block;
  margin: 0;
  padding: 2px 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.4;
  color: var(--bww-white);
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
}
.people-page .people-alert-signup__tease {
  font-weight: 600;
  color: var(--bww-white);
  display: inline;
  white-space: normal;
  margin: 0;
}
.people-page .people-alert-signup__hint .people-alert-signup__tease {
  display: inline;
}
.people-page .people-alert-signup-wrap--header {
  margin-top: var(--bww-space-3);
}
.people-page .people-alert-signup-wrap--header .people-alert-signup {
  margin-top: 0;
}
.people-page .people-alert-signup--header {
  padding: var(--bww-space-4);
  background: linear-gradient(135deg, #8f0118 0%, var(--bww-red) 52%, #d41432 100%);
  border-radius: var(--bww-radius-lg);
  box-shadow: 0 10px 28px rgba(178, 2, 35, 0.22);
}
.people-page .people-alert-signup--header .people-alert-signup__copy {
  text-align: left;
  gap: var(--bww-space-2);
}
.people-page .people-alert-signup--header .people-alert-signup__label {
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  color: var(--bww-white);
  line-height: 1.25;
}
.people-page .people-alert-signup--header .people-alert-signup__hint {
  color: rgba(255, 255, 255, 0.9);
  font-size: var(--bww-text-sm);
  line-height: 1.45;
  max-width: 38rem;
}
.people-page .people-alert-signup--header .people-alert-signup__fields {
  max-width: none;
  margin: 0;
}
.people-page .people-alert-signup--header .people-alert-signup__fields .bww-input {
  background: var(--bww-white);
  border-color: transparent;
}
.people-page .people-alert-signup--header .people-alert-signup__fields .bww-btn {
  background: #161616;
  border-color: #161616;
  color: var(--bww-white);
}
.people-page .people-alert-signup--header .people-alert-signup__fields .bww-btn:hover,
.people-page .people-alert-signup--header .people-alert-signup__fields .bww-btn:focus-visible {
  background: #000;
  border-color: #000;
  color: var(--bww-white);
}
@media (min-width: 992px) {
  .people-page .people-alert-signup--header .people-alert-signup__form {
    flex-direction: row;
    align-items: center;
    gap: var(--bww-space-4);
  }
  .people-page .people-alert-signup--header .people-alert-signup__copy {
    flex: 1 1 auto;
    min-width: 0;
  }
  .people-page .people-alert-signup--header .people-alert-signup__fields {
    flex: 0 1 360px;
    flex-direction: row;
    align-items: stretch;
  }
  .people-page .people-alert-signup--header .people-alert-signup__fields .bww-input {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
  }
  .people-page .people-alert-signup--header .people-alert-signup__fields .bww-btn {
    flex: 0 0 auto;
    width: auto;
    min-width: 118px;
    white-space: nowrap;
  }
}
.people-page .people-alert-signup--block .people-alert-signup__copy,
.people-page .people-alert-signup--footer .people-alert-signup__copy {
  gap: var(--bww-space-2);
}
.people-page .people-alert-signup--footer .people-alert-signup__eyebrow {
  align-self: flex-start;
}

/* ── Author pages (/author/{slug}) ───────────────────────────────────────── */
.author-page .bww-page-hero {
  margin-bottom: 0;
}
.author-page .bww-page-hero + .container.pt-20 {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.author-page .bww-author-alert-subscribe,
.article-page .bww-author-alert-subscribe,
.author-page .bww-author-contact {
  margin: 24px 0 16px;
  padding: 20px;
  border: 1px solid var(--bww-surface-border);
  border-bottom: 2px solid var(--bww-surface-border);
  border-radius: var(--bww-radius-md);
  background: var(--bww-surface-muted);
  clear: both;
}
.author-page .bww-author-alert-title,
.article-page .bww-author-alert-title,
.author-page .bww-author-contact-title {
  margin: 0 0 14px;
  font-size: 16px;
  font-weight: 700;
  color: var(--bww-text);
  line-height: 1.35;
}
.author-page .bww-author-alert-fields,
.article-page .bww-author-alert-fields {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 10px;
}
.author-page .bww-author-alert-email,
.article-page .bww-author-alert-email {
  flex: 1 1 180px;
  min-width: 0;
  height: 40px;
  margin: 0;
  padding: 0 12px;
  font-size: 14px;
  border: 1px solid var(--bww-surface-border);
  border-radius: var(--bww-radius-md);
  box-sizing: border-box;
  background: var(--bww-surface);
  color: var(--bww-text);
}
.author-page .bww-author-alert-btn,
.article-page .bww-author-alert-btn {
  flex: 0 0 auto;
  height: 40px;
  padding: 0 22px;
  background: var(--bww-red);
  color: var(--bww-white);
  border: none;
  border-radius: var(--bww-radius-md);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}
.author-page .bww-author-alert-btn:hover,
.article-page .bww-author-alert-btn:hover {
  background: #90011c;
}
.author-page .bww-author-contact-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.author-page .bww-author-contact-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--bww-surface-border);
  border-radius: var(--bww-radius-md);
  background: var(--bww-surface);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.author-page .bww-author-contact-links a:hover {
  border-color: var(--bww-red);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
.author-page .bww-author-contact-links img {
  width: 24px;
  height: 24px;
  display: block;
}
.author-page .bww-author-bio-wrap {
  overflow: hidden;
  margin-bottom: 8px;
}
.author-page .bww-author-bio-text {
  font-size: 14px;
  line-height: 1.43;
  font-weight: normal;
  color: var(--bww-text);
}
.author-page .bww-author-bio-text a {
  color: var(--bww-red);
  text-decoration: underline;
}
.author-page .bww-author-bio-text a:hover {
  color: var(--bww-red-dark, #90011c);
}
.author-page .bww-author-bio-wrap::after {
  content: "";
  display: table;
  clear: both;
}
.author-page .bww-author-learn-more {
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid var(--bww-surface-border);
  clear: both;
}
.author-page .bww-author-learn-more .section-tittle {
  margin-bottom: 16px;
}
.author-page .bww-author-learn-more h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--bww-text);
  margin: 20px 0 8px;
}

.author-page .bww-author-popular-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--bww-space-4);
}
.author-page .bww-author-popular-card__media {
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: var(--bww-radius-sm);
  margin-bottom: var(--bww-space-2);
}
.author-page .bww-author-popular-card__thumb {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.author-page .bww-author-popular-card__title {
  margin: 0 0 var(--bww-space-1);
  font-size: var(--bww-text-sm);
  font-weight: 700;
  line-height: 1.35;
}
.author-page .bww-author-popular-card__title a {
  color: var(--bww-text);
  text-decoration: none;
}
.author-page .bww-author-popular-card__title a:hover {
  color: var(--bww-red);
}
.author-page .bww-author-popular-card .bww-card__meta {
  margin: 0;
  font-size: var(--bww-text-xs);
  color: var(--bww-text-muted);
}

.author-page .bww-listings-section {
  margin-top: 0;
}
.author-page .bww-card--feed {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  padding: var(--bww-space-4) 0;
}
.author-page .bww-card--feed:hover {
  box-shadow: none;
}
.author-page .bww-card--feed .bww-card__inner {
  display: flex;
  gap: var(--bww-space-4);
  align-items: flex-start;
}
.author-page .bww-card--feed .bww-card__thumb {
  width: 110px;
  height: 110px;
  object-fit: cover;
  object-position: top center;
  border-radius: var(--bww-radius-sm);
  flex-shrink: 0;
}
.author-page .bww-card--feed .bww-card__meta {
  font-size: var(--bww-text-xs);
  color: var(--bww-text-muted);
  margin: 0 0 var(--bww-space-2);
}
.author-page .bww-card--feed .bww-card__snippet {
  font-size: var(--bww-text-sm);
  color: var(--bww-text-muted);
  line-height: 1.5;
  margin: 0;
}
.author-page .bww-card--feed .bww-card__title--category {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 var(--bww-space-2);
}
.author-page .bww-card--feed .bww-card__title--category a {
  color: var(--bww-text);
  text-decoration: none;
}
.author-page .bww-card--feed .bww-card__title--category a:hover {
  color: var(--bww-red);
}
.author-page .bww-pagination-nav {
  margin-top: var(--bww-space-2);
}

@media (max-width: 767px) {
  .author-page .bww-author-popular-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--bww-space-3);
  }
  .author-page .bww-card--feed .bww-card__thumb {
    width: 96px;
    height: 96px;
  }
  .author-page .bww-card--feed {
    padding: var(--bww-space-3) 0;
  }
  .author-page .bww-card-list--feed .bww-card--feed .bww-card__title--category {
    font-size: 15px;
    line-height: 1.35;
  }
  .author-page .bww-card-list--feed .bww-card--feed .bww-card__snippet {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .author-page .bww-author-alert-fields,
  .article-page .bww-author-alert-fields {
    flex-direction: column;
  }
  .author-page .bww-author-alert-btn,
  .article-page .bww-author-alert-btn {
    width: 100%;
  }
}

:root[data-bww-theme="dark"] .author-page .bww-author-bio-text {
  color: #e8e8e8;
}
:root[data-bww-theme="dark"] .author-page .bww-author-bio-text a {
  color: #ff7a8a;
}
:root[data-bww-theme="dark"] .author-page .bww-author-alert-subscribe,
:root[data-bww-theme="dark"] .article-page .bww-author-alert-subscribe,
:root[data-bww-theme="dark"] .author-page .bww-author-contact {
  background: #1a1a1a;
  border-color: #3a3a3a;
}
:root[data-bww-theme="dark"] .author-page .bww-author-alert-title,
:root[data-bww-theme="dark"] .article-page .bww-author-alert-title,
:root[data-bww-theme="dark"] .author-page .bww-author-contact-title {
  color: #f0f0f0;
}
:root[data-bww-theme="dark"] .author-page .bww-author-alert-email,
:root[data-bww-theme="dark"] .article-page .bww-author-alert-email {
  background: #242424;
  border-color: #3a3a3a;
  color: #e8e8e8;
}
:root[data-bww-theme="dark"] .author-page .bww-author-alert-email::placeholder,
:root[data-bww-theme="dark"] .article-page .bww-author-alert-email::placeholder {
  color: #888;
}
:root[data-bww-theme="dark"] .author-page .bww-author-contact-links a {
  background: #242424;
  border-color: #3a3a3a;
}
:root[data-bww-theme="dark"] .author-page .bww-author-learn-more {
  border-top-color: #3a3a3a;
}
:root[data-bww-theme="dark"] .author-page .bww-author-learn-more h3 {
  color: #f0f0f0;
}
:root[data-bww-theme="dark"] .author-page .bww-author-learn-more,
:root[data-bww-theme="dark"] .author-page .bww-author-learn-more p,
:root[data-bww-theme="dark"] .author-page .bww-author-learn-more li {
  color: #e8e8e8;
}
:root[data-bww-theme="dark"] .author-page .bww-card--feed .bww-card__title--category a {
  color: #f0f0f0;
}
:root[data-bww-theme="dark"] .author-page .bww-card--feed .bww-card__title--category a:hover {
  color: #ff7a8a;
}
:root[data-bww-theme="dark"] .author-page .bww-card--feed .bww-card__meta,
:root[data-bww-theme="dark"] .author-page .bww-card--feed .bww-card__snippet {
  color: #b0b0b0;
}
:root[data-bww-theme="dark"] .author-page .bww-card--feed .bww-card__meta,
:root[data-bww-theme="dark"] .author-page .bww-card--feed .bww-card__snippet,
:root[data-bww-theme="dark"] .author-page .bww-author-popular-card .bww-card__meta {
  color: #b0b0b0;
}
:root[data-bww-theme="dark"] .author-page .bww-author-popular-card__title a {
  color: #f0f0f0;
}
:root[data-bww-theme="dark"] .author-page .bww-author-popular-card__title a:hover {
  color: #ff7a8a;
}
:root[data-bww-theme="dark"] .author-page .bww-pagination-nav__status {
  color: #b0b0b0;
}

/* ── gallery-person (migrated from /css/gallery-person.css) ── */
.people-page .gallery-card {
	margin-bottom: 20px;
	border: 1px solid #eee;
	border-radius: 5px;
	overflow: hidden;
	transition: box-shadow 0.2s ease;
	background: #fff;
}
.people-page .gallery-card:hover {
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.people-page .gallery-card-img {
	overflow: hidden;
	aspect-ratio: 4/3;
}
.people-page .gallery-thumb {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
	transition: transform 0.3s ease;
	display: block;
}
.people-page .gallery-card:hover .gallery-thumb {
	transform: scale(1.05);
}
.people-page .gallery-card-body {
	padding: 10px 12px;
}
.people-page .gallery-card-body h3 {
	font-size: 13pt;
	font-weight: 900;
	line-height: 23px;
	margin: 0 0 4px;
}
.people-page .gallery-card-body p,
.people-page .gallery-card-body span {
	font-size: 0.9em;
	margin: 2px 0;
	color: #555;
}
.people-page .gallery-card-body a {
	color: #c01b1d;
}
.people-page .gallery-toolbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
	flex-wrap: wrap;
	gap: 10px;
}
.people-page .gallery-toolbar .photo-count {
	font-size: 14px;
	color: #666;
}
.people-page .gallery-toolbar select {
	padding: 6px 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
}
.people-page .gallery-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	flex-wrap: wrap;
	padding: 10px 0;
}
.people-page .gallery-pagination a,
.people-page .gallery-pagination .first-page {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	padding: 0 12px;
	border: 1px solid #ddd;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.15s ease;
}
.people-page .gallery-pagination a.pagination {
	color: #333;
	background: #fff;
}
.people-page .gallery-pagination a.pagination:hover {
	background: #f5f5f5;
	border-color: #bbb;
}
.people-page .gallery-pagination a.prev-page,
.people-page .gallery-pagination a.next-page {
	color: #fff;
	background: #b20223;
	border-color: #b20223;
}
.people-page .gallery-pagination a.prev-page:hover,
.people-page .gallery-pagination a.next-page:hover {
	background: #8e011b;
	border-color: #8e011b;
}
.people-page .gallery-pagination .first-page {
	color: #fff;
	background: #333;
	border-color: #333;
}
.people-page .gallery-pagination .first-page strong {
	font-weight: 700;
}
