.sp-shell {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sp-movie-layout {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  margin: 1rem 0;
}

.sp-movie-content {
  min-width: 0;
}

.sp-movie-sidebar {
  position: sticky;
  top: 1rem;
  min-width: 0;
}

.sp-site-footer,
.sp-panel,
.sp-grid {
  padding: 1rem 0;
}

.sp-site-header {
  border-bottom: 1px solid rgba(150, 162, 176, 0.18);
  background: #ffffff;
}

.sp-header-alertbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 80;
  border-bottom: 1px solid rgba(22, 28, 35, 0.1);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 24px rgba(22, 18, 14, 0.08);
  opacity: 0;
  transform: translateY(-100%);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

body.sp-has-scrolled .sp-header-alertbar,
body.sp-menu-open .sp-header-alertbar {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

body.sp-has-scrolled {
  padding-top: 3.4rem;
}

body.sp-menu-open {
  padding-top: 0;
}

.sp-header-alertbar-inner,
.sp-alertbar-left,
.sp-alertbar-right,
.sp-header-actions,
.sp-header-shortcuts-inner,
.sp-header-topicbar-inner,
.sp-header-meta-links {
  display: flex;
  align-items: center;
}

.sp-header-alertbar-inner {
  min-height: 3.4rem;
  justify-content: space-between;
  gap: 1rem;
}

.sp-alertbar-left,
.sp-alertbar-right,
.sp-header-actions {
  gap: 0.7rem;
}

.sp-alertbar-center {
  min-width: 0;
  flex: 1;
  padding: 0 1rem;
  color: #1a1d21;
  font-size: 0.98rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sp-alertbar-center a {
  color: #111317;
  text-decoration: none;
}

.sp-alertbar-label {
  color: #a20b08;
  margin-right: 0.4rem;
  text-transform: uppercase;
}

.sp-header-mini-brand {
  display: inline-flex;
  align-items: center;
}

.sp-header-mini-brand-mobile,
.sp-tip-link-mobiletext {
  display: none;
}

.sp-header-mini-brand-wordmark {
  height: 1.8rem;
  width: auto;
  display: block;
}

.sp-header-menu-toggle,
.sp-header-search-toggle,
.sp-header-actionbutton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-width: 3rem;
  min-height: 3rem;
  padding: 0 0.95rem;
  border: 1px solid rgba(27, 31, 36, 0.16);
  background: #fff;
  color: #101317;
  text-decoration: none;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  cursor: pointer;
}

.sp-header-search-toggle,
.sp-header-actionbutton {
  padding: 0;
}

.sp-header-search-toggle span[aria-hidden="true"],
.sp-header-actionbutton span[aria-hidden="true"] {
  font-size: 1.2rem;
  line-height: 1;
}

.sp-menu-icon {
  display: inline-flex;
  flex-direction: column;
  gap: 0.22rem;
}

.sp-menu-icon span {
  display: block;
  width: 0.95rem;
  height: 2px;
  background: currentColor;
}

.sp-tip-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0 1rem;
  border: 1px solid #b81813;
  border-radius: 0.35rem;
  color: #b81813;
  font-size: 0.95rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.sp-tip-link:hover,
.sp-tip-link:focus {
  background: #b81813;
  color: #fff !important;
}

.sp-header-masthead {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  padding: 0.8rem 0 0.3rem;
}

.sp-brand {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  color: #101317;
  text-decoration: none;
}

.sp-brand-wordmark {
  display: block;
  width: auto;
  height: 4rem;
}

.sp-header-actions-home {
  justify-content: flex-end;
}

.sp-header-topicbar {
  border-top: 1px solid rgba(25, 31, 39, 0.12);
  border-bottom: 1px solid rgba(25, 31, 39, 0.12);
}

.sp-header-topicbar-inner {
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
}

.sp-topic-link {
  position: relative;
  padding: 0.82rem 0.78rem;
  color: #14181d;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.sp-topic-link::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 1.1rem;
  background: rgba(25, 31, 39, 0.18);
  transform: translateY(-50%);
}

.sp-topic-link-last::after {
  display: none;
}

.sp-header-shortcuts {
  border-bottom: 1px solid rgba(25, 31, 39, 0.12);
  background: #f1f2ef;
}

.sp-shortcuts-label {
  color: #a20b08;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.sp-header-shortcuts-inner {
  flex-wrap: wrap;
  gap: 0.9rem;
  min-height: 2.9rem;
}

.sp-header-shortcuts-inner a {
  color: #21262d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.98rem;
  font-weight: 700;
  text-decoration: none;
}

.sp-header-shortcuts-inner a:hover,
.sp-header-shortcuts-inner a:focus,
.sp-topic-link:hover,
.sp-topic-link:focus,
.sp-header-actions-home a:hover,
.sp-header-actions-home a:focus,
.sp-alertbar-center a:hover,
.sp-alertbar-center a:focus {
  color: #b81813;
}

.sp-menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.95);
}

.sp-menu-overlay[hidden] {
  display: none;
}

.sp-menu-overlay-shell {
  padding-top: 1.2rem;
  padding-bottom: 2rem;
}

.sp-menu-overlay-top {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2.4rem;
}

.sp-menu-overlay-brand,
.sp-menu-overlay-brand:hover,
.sp-menu-overlay-brand:focus {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0.35rem 0.55rem;
  background: #ffffff;
  color: #fff;
  text-decoration: none;
}

.sp-menu-overlay-wordmark {
  display: block;
  height: 2.85rem;
  width: auto;
  max-width: min(100%, 320px);
  filter: none;
}

.sp-menu-search input {
  width: 100%;
  min-height: 3rem;
  padding: 0 1rem;
  border: 0;
  border-radius: 0.35rem;
  background: #f2f2f2;
  color: #111;
  font: inherit;
}

.sp-menu-overlay-close {
  width: 3rem;
  height: 3rem;
  border: 0;
  border-radius: 999px;
  background: #b81813;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.sp-menu-overlay-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem 2rem;
}

.sp-menu-section h2 {
  margin: 0 0 0.85rem;
  padding-bottom: 0.8rem;
  border-bottom: 2px solid #b81813;
  color: #fff;
  font-size: 1.05rem;
}

.sp-menu-section-links {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.sp-menu-section-links a {
  color: #fff;
  font-size: 0.98rem;
  font-weight: 700;
  text-decoration: none;
}

.sp-menu-section-links a:hover,
.sp-menu-section-links a:focus {
  color: #ff786d;
}

body.sp-menu-open {
  overflow: hidden;
}

.sp-panel {
  background: var(--sp-surface);
  border: 1px solid var(--sp-border);
  border-radius: 0;
  padding: 1rem 1.05rem;
  margin: 0 0 1rem;
  box-shadow: 0 8px 24px rgba(24, 20, 15, 0.04);
  color: #202122;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.sp-panel p,
.sp-panel li,
.sp-panel dd,
.sp-panel dt,
.sp-panel label,
.sp-panel input,
.sp-panel select,
.sp-panel textarea,
.sp-data-table,
.sp-list-table {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #202122;
}

.sp-movie-main {
  min-height: 100%;
}

.sp-movie-layout .sp-panel {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.sp-movie-layout .sp-meta-panel,
.sp-movie-layout .sp-finance-panel,
.sp-movie-layout .sp-profit-panel {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

.sp-movie-summary,
.sp-section-note {
  color: #54595d;
  font-size: 0.9rem;
  line-height: 1.6;
}

.sp-movie-description {
  color: #202122;
  font-size: 1rem;
  line-height: 1.7;
}

.sp-kicker {
  margin: 0 0 0.45rem;
  color: #b81813;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sp-collection-badge {
  display: inline-flex;
  align-items: center;
  margin: 0 0 0.8rem;
  padding: 0.26rem 0.72rem;
  border: 1px solid rgba(184, 24, 19, 0.22);
  background: #fff2f0;
  color: #9c120d;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.sp-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1rem;
}

.sp-chip {
  border: 1px solid var(--sp-border);
  background: #f7f3ec;
  color: #1e1b18;
  border-radius: 999px;
  padding: 0.2rem 0.55rem;
  font-size: 0.64rem;
  font-weight: 700;
  text-decoration: none;
}

.sp-meta-panel,
.sp-profit-panel {
  background: #ffffff;
  border-color: rgba(20, 20, 20, 0.12);
  box-shadow: 0 10px 26px rgba(28, 20, 10, 0.05);
}

.sp-meta-panel h2,
.sp-profit-panel h2,
.sp-meta-panel a,
.sp-profit-panel strong,
.sp-profit-value {
  color: #202122;
}

.sp-meta-heading,
.sp-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.sp-meta-heading h2,
.sp-section-heading h2 {
  margin: 0;
  font-size: 1.02rem;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.sp-section-link {
  color: #b81813;
  font-size: 0.76rem;
  font-weight: 700;
  text-decoration: none;
}

.sp-section-link:hover,
.sp-section-link:focus {
  color: #86120f;
  text-decoration: underline;
}

.sp-section-link-inline {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0 0.85rem;
  border: 1px solid rgba(20, 20, 20, 0.12);
  border-radius: 999px;
  background: #f7f3ec;
}

.sp-meta-pin {
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 999px;
  border: 1px solid rgba(20, 20, 20, 0.12);
  background: #faf7f2;
  color: #b81813;
  font-size: 1.2rem;
  line-height: 1;
}

.sp-meta-table {
  margin-top: 0.9rem;
  border-top: 1px solid rgba(20, 20, 20, 0.12);
}

.sp-meta-poster-wrap {
  margin-top: 0.9rem;
}

.sp-meta-poster {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  box-shadow: none;
  margin: 0 auto;
}

.sp-meta-row {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 0.9rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(20, 20, 20, 0.1);
}

.sp-meta-label {
  color: #54595d;
  font-size: 0.86rem;
  line-height: 1.4;
}

.sp-meta-value {
  display: block;
  text-align: left;
  color: #202122;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.5;
}

.sp-meta-value a {
  color: #0645ad;
  text-decoration: none;
  font-weight: 400;
}

.sp-meta-value > span,
.sp-meta-value > a,
.sp-meta-separator {
  display: inline;
}

.sp-meta-value > .sp-meta-item {
  display: block;
}

.sp-meta-item + .sp-meta-item {
  margin-top: 0.15rem;
}

.sp-meta-separator {
  color: #54595d;
}

.sp-meta-value a:hover,
.sp-meta-value a:focus {
  color: #0b0080;
  text-decoration: underline;
}

.sp-meta-empty {
  color: #72777d;
  font-weight: 400;
}

.sp-meta-summary .sp-meta-value {
  font-size: 0.95rem;
  font-weight: 700;
}

.sp-meta-summary-profit .sp-meta-value {
  color: #65e39f;
}

.sp-meta-summary-loss .sp-meta-value {
  color: #ff8686;
}

.sp-finance-panel {
  background: #ffffff;
  border-color: rgba(20, 20, 20, 0.12);
}

.sp-finance-panel h2,
.sp-finance-panel .sp-section-note {
  color: #202122;
}

.sp-collection-note {
  margin: 0.5rem 0 0;
  color: #9c120d;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.55;
}

.sp-data-table-wrap {
  margin-top: 0.9rem;
  border: 1px solid rgba(20, 20, 20, 0.12);
  border-radius: 0;
  overflow: visible;
}

.sp-data-table {
  width: 100%;
  border-collapse: collapse;
  color: #202122;
  overflow: visible;
}

.sp-data-table th,
.sp-data-table td {
  padding: 0.45rem 0.6rem;
  border-bottom: 1px solid rgba(20, 20, 20, 0.1);
  text-align: left;
  vertical-align: middle;
  font-size: 0.86rem;
}

.sp-data-table thead th {
  color: #54595d;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: #f7f4ee;
}

.sp-data-table tbody tr:last-child td {
  border-bottom: 0;
}

.sp-list-table-wrap {
  margin-top: 0.9rem;
  border: 1px solid rgba(20, 20, 20, 0.12);
  border-radius: 0;
  overflow: auto;
  background: #ffffff;
}

.sp-list-table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
  color: #202122;
}

.sp-list-table th,
.sp-list-table td {
  padding: 0.8rem 0.65rem;
  border-bottom: 1px solid rgba(20, 20, 20, 0.1);
  text-align: left;
  vertical-align: middle;
  font-size: 0.88rem;
}

.sp-list-table thead th {
  color: #54595d;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  background: #f7f4ee;
  white-space: nowrap;
}

.sp-list-table tbody tr:hover {
  background: #faf7f2;
}

.sp-list-table tbody tr:last-child td {
  border-bottom: 0;
}

.sp-list-poster-col {
  width: 56px;
}

.sp-list-poster-link {
  display: inline-block;
}

.sp-list-poster {
  display: block;
  width: 44px;
  height: 64px;
  border-radius: 6px;
  object-fit: cover;
  background: #f2eee8;
}

.sp-list-poster-fallback {
  border: 1px solid rgba(20, 20, 20, 0.12);
}

.sp-list-title-link {
  color: #0645ad;
  text-decoration: none;
  font-size: 0.98rem;
  font-weight: 400;
  line-height: 1.35;
}

.sp-list-title-link:hover,
.sp-list-title-link:focus {
  color: #0b0080;
  text-decoration: underline;
}

.sp-entity-media-wrap {
  margin-bottom: 1rem;
}

.sp-entity-media {
  display: block;
  max-width: 100%;
  border-radius: 10px;
  background: #f2eee8;
}

.sp-entity-headshot {
  width: min(220px, 100%);
  height: auto;
  object-fit: cover;
}

.sp-entity-logo {
  width: min(280px, 100%);
  max-height: 120px;
  padding: 0.9rem;
  object-fit: contain;
  border: 1px solid rgba(20, 20, 20, 0.12);
}

.sp-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
}

.sp-page-link {
  color: #b81813;
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
}

.sp-page-link:hover,
.sp-page-link:focus {
  text-decoration: underline;
}

.sp-page-status {
  color: var(--sp-muted);
  font-size: 0.8rem;
}

.sp-data-section-row td {
  background: #f7f4ee;
  color: #4f4740;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.sp-row-positive td:nth-child(3),
.sp-row-positive td:nth-child(4) {
  color: #65e39f;
  font-weight: 800;
}

.sp-row-negative td:nth-child(3),
.sp-row-negative td:nth-child(4) {
  color: #ff8686;
  font-weight: 800;
}

.sp-tooltip {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  margin-left: 0.25rem;
  z-index: 30;
}

.sp-tooltip-trigger {
  width: 1.35rem;
  height: 1.35rem;
  border: 0;
  border-radius: 999px;
  background: rgba(183, 214, 241, 0.14);
  color: #d9efff;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 700;
}

.sp-tooltip-bubble {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 0.5rem);
  width: min(220px, 70vw);
  padding: 0.7rem 0.8rem;
  border-radius: 12px;
  background: #0f1720;
  color: #e6f0f8;
  font-size: 0.82rem;
  line-height: 1.4;
  border: 1px solid rgba(177, 201, 221, 0.18);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(6px);
  transition: opacity 150ms ease, transform 150ms ease;
  z-index: 50;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.sp-tooltip-line {
  display: block;
}

.sp-tooltip-line + .sp-tooltip-line {
  margin-top: 0.35rem;
}

.sp-tooltip:hover .sp-tooltip-bubble,
.sp-tooltip:focus-within .sp-tooltip-bubble {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.sp-source-inline {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  vertical-align: middle;
  flex-wrap: wrap;
}

.sp-source-value-link {
  color: #17120f;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 0.12em;
  cursor: help;
}

.sp-source-value-tooltip {
  margin-left: 0;
}

.sp-source-value-tooltip .sp-source-value-link {
  display: inline-block;
}

.sp-source-link {
  color: #17120f;
  font-size: 0.68rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.sp-cast-table .sp-cast-name-cell a {
  color: #17120f;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.sp-cast-table .sp-cast-name-cell a:hover,
.sp-cast-table .sp-cast-name-cell a:focus,
.sp-cast-table .sp-source-link:hover,
.sp-cast-table .sp-source-link:focus,
.sp-cast-table .sp-source-value-link:hover,
.sp-cast-table .sp-source-value-link:focus {
  color: #a20b08;
}

.sp-cast-salary-cell {
  white-space: nowrap;
}

.sp-cast-salary-cell .sp-source-inline {
  margin-left: 0;
}

.sp-est-label {
  display: inline-block;
  margin-left: 0.35rem;
  color: #c6d7e5;
  font-size: 0.68rem;
  font-weight: 700;
}

.sp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.sp-related-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
}

.sp-similar-page-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

.sp-card {
  background: #17212a;
  border: 1px solid var(--sp-border);
  border-radius: 8px;
  padding: 0.5rem;
}

.sp-card-poster-link {
  display: block;
  margin: -0.1rem -0.1rem 0.85rem;
}

.sp-card-poster {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.06);
}

.sp-card h3 {
  margin-top: 0;
  margin-bottom: 0.35rem;
  font-size: 0.7rem;
  line-height: 1.35;
}

.sp-card p {
  margin: 0.15rem 0;
  color: var(--sp-muted);
  font-size: 0.63rem;
}

.sp-stat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.75rem;
}

.sp-stat-grid-compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sp-stat-grid div {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.sp-stat-grid strong {
  color: var(--sp-muted);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.sp-stat-grid span {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--sp-ink);
}

.sp-directory-hero h1,
.sp-directory-panel h2 {
  color: #17120f;
}

.sp-directory-stat-grid .sp-panel {
  margin: 0;
  padding: 1rem 1.05rem;
}

.sp-directory-panel {
  margin-top: 1rem;
}

.sp-actor-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 0.85rem;
  margin: 1.1rem 0 1rem;
}

.sp-actor-controls input,
.sp-actor-controls select {
  width: 100%;
  min-height: 3rem;
  padding: 0 0.95rem;
  border: 1px solid rgba(20, 20, 20, 0.14);
  background: #ffffff;
  color: #17120f;
  font: inherit;
}

.sp-actor-controls input:focus,
.sp-actor-controls select:focus {
  outline: 0;
  border-color: #b81813;
  box-shadow: 0 0 0 3px rgba(184, 24, 19, 0.08);
}

.sp-directory-chip-row {
  margin-top: 0.75rem;
}

.sp-directory-chip {
  font-size: 0.82rem;
  line-height: 1.35;
}

.sp-index-table th,
.sp-index-table td {
  white-space: nowrap;
}

.sp-index-table td:first-child,
.sp-index-table th:first-child,
.sp-index-table td:nth-child(2),
.sp-index-table th:nth-child(2) {
  white-space: normal;
}

.sp-actor-rankings-table th,
.sp-actor-rankings-table td {
  white-space: nowrap;
}

.sp-actor-rankings-table td:nth-child(2),
.sp-actor-rankings-table th:nth-child(2) {
  white-space: normal;
  min-width: 150px;
}

.sp-actor-rankings-table td:nth-child(6),
.sp-actor-rankings-table th:nth-child(6),
.sp-actor-rankings-table td:nth-child(7),
.sp-actor-rankings-table th:nth-child(7) {
  min-width: 150px;
}

.sp-eyebrow {
  color: var(--sp-accent-dark);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.sp-profit-panel .sp-eyebrow {
  color: #9fd0ff;
}

.sp-home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(300px, 0.85fr);
  gap: 1rem;
  margin: 1rem 0;
}

.sp-home-feature {
  background:
    radial-gradient(circle at top right, rgba(73, 212, 140, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(38, 51, 63, 0.96) 0%, rgba(24, 33, 43, 0.98) 100%);
  padding: 1.3rem;
}

.sp-home-feature h1 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.05;
}

.sp-home-intro {
  max-width: 58rem;
  color: #cad8e5;
  font-size: 1rem;
  line-height: 1.65;
  margin: 0.95rem 0 1.2rem;
}

.sp-feature-card {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(220px, 0.8fr);
  gap: 1rem;
  align-items: stretch;
}

.sp-feature-copy,
.sp-feature-data,
.sp-editorial-card,
.sp-mini-row {
  background: rgba(15, 22, 30, 0.58);
  border: 1px solid rgba(162, 186, 208, 0.16);
  border-radius: 14px;
}

.sp-feature-copy {
  padding: 1rem 1.05rem;
}

.sp-feature-label {
  margin: 0 0 0.45rem;
  color: #9fb4c8;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.sp-feature-copy h2 {
  margin: 0;
  font-size: 1.55rem;
  line-height: 1.15;
}

.sp-feature-copy p:last-child,
.sp-feature-copy p {
  color: #d6e2ec;
  line-height: 1.65;
}

.sp-feature-data {
  padding: 1rem;
}

.sp-feature-data h3 {
  margin: 0 0 0.7rem;
  font-size: 1.1rem;
}

.sp-feature-data h3 a {
  color: #f4f8fb;
  text-decoration: none;
}

.sp-feature-stats {
  display: grid;
  gap: 0.7rem;
  margin: 0;
}

.sp-feature-stats div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid rgba(162, 186, 208, 0.12);
}

.sp-feature-stats dt {
  color: #9db0c2;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.sp-feature-stats dd {
  margin: 0;
  color: #f2f7fb;
  font-size: 1rem;
  font-weight: 800;
}

.sp-home-rail {
  display: grid;
  gap: 1rem;
  width: 100%;
}

.sp-home-box-office-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.sp-box-office-widget {
  padding: 0;
  overflow: hidden;
  border-radius: 0.45rem;
}

.sp-box-office-widget-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.55rem 0.7rem;
  border-bottom: 1px solid rgba(20, 20, 20, 0.14);
  background: #f7f7f7;
}

.sp-box-office-widget-head h2 {
  margin: 0;
  color: #17120f;
  font-size: 0.95rem;
  line-height: 1.1;
}

.sp-box-office-widget-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.1rem;
  max-width: 52%;
  padding: 0.25rem 0.7rem;
  border: 1px solid rgba(20, 20, 20, 0.28);
  background: #ffffff;
  color: #17120f;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
}

.sp-box-office-widget-chip:hover,
.sp-box-office-widget-chip:focus {
  color: #17120f;
}

.sp-box-office-widget-list {
  display: block;
}

.sp-box-office-widget-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.8rem;
  align-items: center;
  padding: 0.72rem 0.7rem;
  border-bottom: 1px solid rgba(20, 20, 20, 0.12);
  background: #ffffff;
}

.sp-box-office-widget-row h3 {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.25;
  font-weight: 500;
}

.sp-box-office-widget-row h3 a {
  color: #1b64b0;
  text-decoration: none;
}

.sp-box-office-widget-row h3 a:hover,
.sp-box-office-widget-row h3 a:focus {
  color: #0f4f91;
  text-decoration: underline;
}

.sp-box-office-widget-row strong {
  color: #17120f;
  font-size: 0.88rem;
  font-weight: 500;
  white-space: nowrap;
}

.sp-box-office-widget-more {
  padding: 0.72rem 0.7rem 0.78rem;
  background: #ffffff;
}

.sp-box-office-widget-more a {
  color: #1b64b0;
  font-size: 0.86rem;
  font-weight: 600;
  text-decoration: none;
}

.sp-box-office-widget-more a:hover,
.sp-box-office-widget-more a:focus {
  color: #0f4f91;
  text-decoration: underline;
}

.sp-brief-list {
  display: grid;
  gap: 0.75rem;
  margin: 0;
  padding-left: 1.1rem;
  color: #d5e0ea;
}

.sp-brief-list li {
  line-height: 1.5;
}

.sp-home-news-grid,
.sp-home-data-grid {
  display: grid;
  gap: 1rem;
  margin-bottom: 1rem;
}

.sp-home-news-grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
}

.sp-home-data-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sp-editorial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 0.9rem;
}

.sp-editorial-card {
  padding: 1rem;
}

.sp-editorial-card h3 {
  margin: 0.15rem 0 0.55rem;
  font-size: 1.05rem;
  line-height: 1.25;
}

.sp-editorial-card p:last-child {
  margin-bottom: 0;
  color: #c9d7e3;
  line-height: 1.6;
}

.sp-mini-list {
  display: grid;
  gap: 0.8rem;
  margin-top: 0.9rem;
}

.sp-mini-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1rem;
}

.sp-mini-row h3 {
  margin: 0 0 0.2rem;
  font-size: 0.98rem;
  line-height: 1.25;
}

.sp-mini-row h3 a {
  color: #f1f6fa;
  text-decoration: none;
}

.sp-mini-row p {
  margin: 0;
  color: #9fb4c7;
  font-size: 0.78rem;
}

.sp-mini-row strong {
  color: #f1f6fa;
  font-size: 1rem;
  white-space: nowrap;
}

.sp-home-data-grid .sp-mini-row {
  border: 1px solid rgba(20, 20, 20, 0.12);
  background: #ffffff;
  border-radius: 1rem;
  box-shadow: none;
}

.sp-home-data-grid .sp-mini-row h3 a {
  color: #17120f;
}

.sp-home-data-grid .sp-mini-row h3 a:hover,
.sp-home-data-grid .sp-mini-row h3 a:focus {
  color: #a20b08;
}

.sp-home-data-grid .sp-mini-row p {
  color: #736b63;
}

.sp-home-data-grid .sp-mini-row strong {
  color: #17120f;
}

.sp-home-rail .sp-mini-row {
  border: 1px solid rgba(20, 20, 20, 0.12);
  background: #ffffff;
  border-radius: 1rem;
  box-shadow: none;
}

.sp-home-rail .sp-mini-row h3 a {
  color: #17120f;
}

.sp-home-rail .sp-mini-row h3 a:hover,
.sp-home-rail .sp-mini-row h3 a:focus {
  color: #a20b08;
}

.sp-home-rail .sp-mini-row p {
  color: #736b63;
}

.sp-home-rail .sp-mini-row strong {
  color: #17120f;
}

.sp-text-profit {
  color: var(--sp-accent);
}

.sp-text-loss {
  color: var(--sp-loss);
}

.sp-review-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

@media (max-width: 980px) {
  .sp-home-hero,
  .sp-home-news-grid,
  .sp-home-data-grid,
  .sp-feature-card,
  .sp-editorial-grid {
    grid-template-columns: 1fr;
  }

  .sp-actor-controls {
    grid-template-columns: 1fr;
  }

  .sp-header-alertbar-inner,
  .sp-header-masthead {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .sp-alertbar-center {
    width: 100%;
    padding: 0;
    order: 3;
    text-align: center;
  }

  .sp-alertbar-left,
  .sp-alertbar-right {
    width: 100%;
    justify-content: space-between;
  }

  .sp-header-actions,
  .sp-header-meta-links,
  .sp-header-topicbar-inner,
  .sp-header-shortcuts-inner {
    justify-content: center;
  }

  .sp-header-meta {
    text-align: center;
  }

  .sp-brand-wordmark {
    height: 3.2rem;
  }

  .sp-menu-overlay-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sp-stat-grid-compact {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .sp-home-feature h1 {
    font-size: 1.8rem;
  }

  .sp-shell {
    width: min(1120px, calc(100% - 1rem));
  }

  .sp-header-alertbar-inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.6rem;
    min-height: auto;
    padding: 0.35rem 0;
  }

  .sp-header-alertbar {
    border-bottom-color: rgba(25, 31, 39, 0.14);
  }

  body.sp-has-scrolled {
    padding-top: 3.8rem;
  }

  .sp-tip-link-desktop,
  .sp-header-meta {
    display: none;
  }

  .sp-alertbar-left,
  .sp-alertbar-right,
  .sp-alertbar-center {
    width: auto;
    padding: 0;
  }

  .sp-alertbar-left {
    justify-content: flex-start;
  }

  .sp-alertbar-center {
    order: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    text-align: center;
  }

  .sp-alertbar-right {
    justify-content: flex-end;
    gap: 0.35rem;
  }

  .sp-alertbar-label,
  .sp-alertbar-center > a:not(.sp-header-mini-brand-mobile):not(.sp-header-mini-brand),
  .sp-alertbar-center > span:not(.sp-alertbar-label) {
    display: none;
  }

  .sp-header-mini-brand {
    display: none;
  }

  .sp-header-mini-brand-mobile {
    display: inline-flex;
  }

  .sp-header-mini-brand-mobile .sp-header-mini-brand-wordmark {
    height: 1.55rem;
    max-width: min(60vw, 220px);
  }

  .sp-header-menu-toggle,
  .sp-header-search-toggle,
  .sp-header-actionbutton,
  .sp-tip-link {
    min-height: 2.5rem;
    min-width: 2.5rem;
    padding: 0 0.7rem;
    font-size: 0.84rem;
  }

  .sp-header-menu-toggle {
    min-width: 2.75rem;
    padding: 0;
  }

  .sp-header-menu-toggle > span:last-child,
  .sp-header-search-toggle,
  .sp-tip-link-desktoptext {
    display: none;
  }

  .sp-tip-link-mobiletext {
    display: inline;
  }

  .sp-tip-link {
    min-width: 4.6rem;
    min-height: 2.25rem;
    padding: 0 0.7rem;
    font-size: 0.72rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .sp-header-masthead {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    justify-items: stretch;
    gap: 0.7rem;
    padding: 0.45rem 0 0.3rem;
  }

  .sp-brand {
    justify-content: flex-start;
  }

  .sp-brand-wordmark {
    max-width: min(58vw, 220px);
    height: auto;
  }

  .sp-header-actions-home {
    width: auto;
    justify-content: flex-end;
    gap: 0.45rem;
  }

  .sp-header-actionbutton {
    min-width: 2.9rem;
    min-height: 2.4rem;
  }

  .sp-header-topicbar {
    display: none;
  }

  .sp-header-topicbar-inner {
    gap: 0;
  }

  .sp-shortcuts-label {
    display: block;
    width: 100%;
    text-align: center;
  }

  .sp-header-shortcuts-inner {
    justify-content: center;
    gap: 0.45rem 0.85rem;
    padding: 0.5rem 0;
    text-align: center;
  }

  .sp-header-shortcuts-inner a {
    font-size: 0.82rem;
  }

  .sp-menu-overlay-top,
  .sp-menu-overlay-grid {
    grid-template-columns: 1fr;
  }

  .sp-menu-overlay-top {
    justify-items: stretch;
  }

  .sp-menu-overlay-brand {
    justify-self: start;
  }

  .sp-menu-overlay-close {
    justify-self: end;
  }
}

.sp-review-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.45rem 0;
  border-bottom: 1px solid rgba(164, 190, 214, 0.14);
  font-size: 0.75rem;
}

.sp-review-row:last-child {
  border-bottom: 0;
}

.sp-review-row strong {
  color: #eef5fb;
}

.sp-text-profit {
  color: var(--sp-accent) !important;
}

.sp-text-loss {
  color: var(--sp-loss) !important;
}

.sp-similar-card {
  background: #ffffff;
  border: 1px solid rgba(20, 20, 20, 0.12);
  border-radius: 14px;
  padding: 0.7rem;
  box-shadow: 0 10px 24px rgba(20, 20, 20, 0.06);
}

.sp-similar-poster-link {
  display: block;
  margin-bottom: 0.65rem;
}

.sp-similar-poster {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 10px;
  background: #ece7df;
}

.sp-similar-card h3 {
  margin: 0 0 0.55rem;
  min-height: 3.3em;
  font-size: 0.98rem;
  line-height: 1.15;
}

.sp-similar-card h3 a {
  color: #17120f;
  text-decoration: none;
}

.sp-similar-card h3 a:hover,
.sp-similar-card h3 a:focus {
  color: #a20b08;
}

.sp-similar-stats {
  border-top: 1px solid rgba(20, 20, 20, 0.1);
  padding-top: 0.55rem;
}

.sp-similar-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.24rem 0;
  font-size: 0.84rem;
}

.sp-similar-row span {
  color: #736b63;
}

.sp-similar-row strong {
  color: #17120f;
}

@media (max-width: 860px) {
  .sp-movie-layout {
    grid-template-columns: 1fr;
  }

  .sp-movie-sidebar {
    position: static;
  }

  .sp-meta-row {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .sp-data-table {
    min-width: 680px;
  }

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

  .sp-list-table {
    min-width: 920px;
  }
}

@media (max-width: 560px) {
  .sp-related-grid,
  .sp-similar-page-grid {
    grid-template-columns: 1fr;
  }
}

.sp-site-footer {
  padding: 2.6rem 0 2.9rem;
  border-top: 0;
  background: #111111;
}

.sp-footer-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.35fr) repeat(3, minmax(140px, 0.7fr));
  gap: 2.6rem;
}

.sp-footer-brandmark {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.sp-footer-brandmark-img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.sp-footer-brand h2,
.sp-footer-brand h3,
.sp-footer-column h3 {
  margin: 0 0 1rem;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sp-footer-brand .sp-footer-brandmark h2 {
  margin-bottom: 0.25rem;
  font-size: 1.4rem;
  letter-spacing: 0;
  text-transform: none;
}

.sp-footer-column p,
.sp-footer-column a,
.sp-footer-brand p,
.sp-footer-brand a,
.sp-footer-brand small {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  line-height: 1.7;
  text-decoration: none;
}

.sp-footer-column a:hover,
.sp-footer-column a:focus,
.sp-footer-brand a:hover,
.sp-footer-brand a:focus {
  color: #ffffff;
  text-decoration: underline;
}

.sp-footer-subscribe-block {
  margin-top: 1.9rem;
}

.sp-footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1rem;
}

.sp-footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 999px;
  background: #ffffff;
  color: #111111;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
  border: 1px solid rgba(17, 17, 17, 0.12);
}

.sp-footer-follow {
  margin-top: 1.9rem;
}

.sp-footer-socials a:hover,
.sp-footer-socials a:focus {
  background: #111111;
  color: #ffffff;
  text-decoration: none;
}

.sp-footer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0 1rem;
  margin-top: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #ffffff !important;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.sp-footer-cta:hover,
.sp-footer-cta:focus {
  border-color: #ffffff;
  background: #ffffff;
  color: #111111 !important;
  text-decoration: none;
}

.sp-footer-signup {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0;
  margin: 1rem 0 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #1a1a1a;
}

.sp-footer-signup input {
  min-width: 0;
  min-height: 2.5rem;
  padding: 0 0.9rem;
  border: 0;
  background: transparent;
  color: #ffffff;
  font: inherit;
}

.sp-footer-signup input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.sp-footer-signup button {
  min-width: 2.4rem;
  min-height: 2.5rem;
  border: 0;
  background: #4062ff;
  color: #ffffff;
  font: inherit;
  font-size: 1rem;
  cursor: pointer;
}

.sp-footer-form-notice {
  margin: 0.7rem 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.84rem;
  line-height: 1.55;
}

.sp-footer-form-notice-success {
  color: #7bf0ae;
}

.sp-footer-form-notice-error {
  color: #ff9b9b;
}

.sp-footer-subheading {
  margin-top: 1.8rem !important;
}

.sp-footer-meta {
  margin-top: 1.6rem;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.82rem;
}

.sp-tip-page-hero {
  margin-top: 1rem;
}

.sp-tip-page-hero-premium {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 1.2rem;
  padding: 1.2rem 1.3rem;
  background: #ffffff;
}

.sp-tip-hero-copy h1,
.sp-tip-hero-note h2 {
  color: #17120f;
}

.sp-tip-hero-note {
  align-self: start;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(20, 20, 20, 0.12);
  background: #ffffff;
}

.sp-tip-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1rem;
}

.sp-tip-badge {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0 0.85rem;
  border: 1px solid rgba(20, 20, 20, 0.12);
  background: #ffffff;
  color: #17120f;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.sp-tip-badge:hover,
.sp-tip-badge:focus {
  border-color: #b81813;
  color: #b81813;
}

.sp-tip-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 1rem;
  margin: 1rem 0;
  align-items: start;
}

.sp-tip-form-panel,
.sp-tip-sidebar-panel {
  margin: 0;
}

.sp-tip-form-panel,
.sp-tip-sidebar-panel,
.sp-tip-page-hero,
.sp-tip-hero-note {
  box-shadow: none;
}

.sp-contact-form-premium {
  margin-top: 0.75rem;
}

.sp-contact-form {
  display: grid;
  gap: 0.75rem;
  margin-top: 0.7rem;
}

.sp-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.sp-contact-form label {
  display: grid;
  gap: 0.35rem;
}

.sp-contact-form label span {
  color: #5d554e;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.sp-contact-form input,
.sp-contact-form select,
.sp-contact-form textarea {
  width: 100%;
  min-width: 0;
  padding: 0.82rem 0.9rem;
  border: 1px solid rgba(20, 20, 20, 0.14);
  background: #ffffff;
  color: #17120f;
  font: inherit;
}

.sp-contact-form textarea {
  resize: vertical;
  min-height: 9rem;
}

.sp-contact-form input:focus,
.sp-contact-form select:focus,
.sp-contact-form textarea:focus {
  outline: 0;
  border-color: #b81813;
  box-shadow: 0 0 0 3px rgba(184, 24, 19, 0.08);
}

.sp-form-actions {
  display: flex;
  justify-content: flex-start;
}

.sp-form-grid-captcha {
  align-items: end;
}

.sp-captcha-note {
  padding: 0.9rem 1rem;
  border: 1px solid rgba(20, 20, 20, 0.12);
  background: #ffffff;
  color: #5d554e;
}

.sp-captcha-note strong {
  display: block;
  margin-bottom: 0.25rem;
  color: #17120f;
}

.sp-captcha-note p {
  margin: 0;
  line-height: 1.55;
}

.sp-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.sp-form-submit {
  cursor: pointer;
}

.sp-form-submit-premium {
  border-color: #17120f;
  background: #17120f;
  color: #ffffff !important;
}

.sp-form-submit-premium:hover,
.sp-form-submit-premium:focus {
  border-color: #b81813;
  background: #b81813;
  color: #ffffff !important;
}

.sp-form-notice {
  margin: 0 0 0.9rem;
  padding: 0.85rem 1rem;
  border-left: 4px solid #b81813;
  background: #f8f1ef;
  color: #17120f;
}

.sp-form-notice-success {
  border-left-color: #2f8f5b;
  background: #eef8f2;
}

.sp-form-notice-error {
  border-left-color: #b81813;
  background: #fbefee;
}

.sp-tip-sidebar-panel .sp-mini-list {
  display: grid;
  gap: 0.8rem;
}

.sp-tip-sidebar-panel .sp-mini-row {
  margin: 0;
  padding: 1rem 1rem 1.05rem;
  border: 1px solid rgba(20, 20, 20, 0.12);
  background: #ffffff;
}

.sp-tip-sidebar-panel .sp-mini-row h3 {
  margin: 0 0 0.35rem;
  color: #17120f;
  font-size: 1rem;
}

.sp-tip-sidebar-panel .sp-mini-row p {
  margin: 0;
  color: #5d554e;
  font-size: 0.95rem;
  line-height: 1.5;
}

.sp-tip-email a {
  color: #b81813;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}

.sp-tip-email a:hover,
.sp-tip-email a:focus {
  text-decoration: underline;
}

.sp-news-archive-hero {
  margin-top: 1rem;
}

.sp-news-archive-list {
  display: grid;
}

.sp-news-archive-row {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) 320px;
  gap: 1.35rem;
  padding: 1.45rem 0;
  border-top: 1px solid rgba(20, 20, 20, 0.14);
  align-items: start;
}

.sp-news-archive-row:first-child {
  border-top: 0;
  padding-top: 0.4rem;
}

.sp-news-archive-kicker {
  margin: 0 0 0.55rem;
  color: #a20b08;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sp-news-archive-row h2 {
  margin: 0;
  max-width: 20ch;
  font-size: clamp(1.7rem, 3.2vw, 2.7rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.sp-news-archive-row h2 a {
  color: #a20b08;
  text-decoration: none;
}

.sp-news-archive-row h2 a:hover,
.sp-news-archive-row h2 a:focus {
  color: #7d0806;
}

.sp-news-archive-excerpt {
  max-width: 44rem;
  margin: 0.7rem 0 0;
  color: #5d554e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.98rem;
  line-height: 1.55;
}

.sp-news-archive-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem 1.1rem;
  margin-top: 0.95rem;
  color: #5d554e;
  font-size: 0.88rem;
}

.sp-news-archive-meta strong {
  color: #a20b08;
}

.sp-news-archive-thumb-link {
  display: block;
  align-self: start;
  width: 320px;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #ece7df;
}

.sp-news-archive-thumb {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #ece7df;
}

.sp-search-hero {
  margin-top: 1rem;
}

.sp-search-grid,
.sp-post-body-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr);
  gap: 1.25rem;
  margin-bottom: 1rem;
}

.sp-search-row {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(20, 20, 20, 0.1);
}

.sp-search-row:last-child {
  border-bottom: 0;
}

.sp-search-results-list {
  display: grid;
  gap: 0;
}

.sp-search-thumb-link {
  display: block;
}

.sp-search-thumb {
  width: 84px;
  aspect-ratio: 2 / 3;
  display: block;
  object-fit: cover;
  border-radius: 10px;
  background: #ece7df;
  box-shadow: 0 8px 20px rgba(20, 20, 20, 0.08);
}

.sp-search-thumb-fallback {
  background: linear-gradient(180deg, #ece6dd 0%, #d7d0c5 100%);
}

.sp-search-copy {
  min-width: 0;
}

.sp-search-row h3,
.sp-post-sidebar h2 {
  margin: 0 0 0.35rem;
}

.sp-search-row h3 a,
.sp-post-sidebar h2 a,
.sp-editorial-card h3 a {
  color: #16120f;
  text-decoration: none;
}

.sp-search-row h3 a:hover,
.sp-search-row h3 a:focus,
.sp-post-sidebar h2 a:hover,
.sp-post-sidebar h2 a:focus,
.sp-editorial-card h3 a:hover,
.sp-editorial-card h3 a:focus {
  color: #a20b08;
  text-decoration: underline;
}

.sp-search-meta-line {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.8rem;
  margin: 0 0 0.75rem;
  color: #6c655e;
  font-size: 0.92rem;
  line-height: 1.4;
}

.sp-search-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem 1rem;
  margin: 0;
}

.sp-search-stats div {
  display: grid;
  gap: 0.15rem;
}

.sp-search-stats dt {
  color: #7a726b;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.sp-search-stats dd {
  margin: 0;
  color: #16120f;
  font-size: 0.98rem;
  font-weight: 700;
}

.sp-search-editorial-row {
  padding: 0.95rem 0;
  border-bottom: 1px solid rgba(20, 20, 20, 0.1);
}

.sp-search-editorial-row:last-child {
  border-bottom: 0;
}

.sp-search-editorial-row h3 {
  margin: 0 0 0.35rem;
}

.sp-search-editorial-row h3 a {
  color: #16120f;
  text-decoration: none;
}

.sp-search-editorial-row h3 a:hover,
.sp-search-editorial-row h3 a:focus {
  color: #a20b08;
  text-decoration: underline;
}

.sp-search-excerpt {
  margin: 0;
  color: #4f4942;
  font-size: 0.96rem;
  line-height: 1.55;
}

.sp-post-layout {
  margin: 1rem 0 2rem;
}

.sp-post-hero {
  padding: 0.3rem 0 1.4rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgba(20, 20, 20, 0.14);
}

.sp-post-hero-copy {
  width: 100%;
  max-width: none;
}

.sp-post-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
  color: #ad110d;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sp-post-breadcrumbs a,
.sp-post-breadcrumbs span {
  color: inherit;
  text-decoration: none;
}

.sp-post-hero h1 {
  margin: 0;
  max-width: none;
  color: #0f0f10;
  font-size: clamp(2.45rem, 4vw, 3.9rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.sp-post-author-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

.sp-post-author-stub {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  border: 4px solid #a20b08;
  background: #ffffff;
  color: #17120f;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
}

.sp-post-author-stub::before,
.sp-post-author-stub::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 8px;
  height: 16px;
  margin-top: -8px;
  border-radius: 999px;
  background: #ffffff;
}

.sp-post-author-stub::before {
  left: -4px;
}

.sp-post-author-stub::after {
  right: -4px;
}

.sp-post-author-stub-glyph {
  position: relative;
  z-index: 1;
}

.sp-post-author-copy p {
  margin: 0;
}

.sp-post-author-name {
  color: #141414;
  font-size: 1.05rem;
}

.sp-post-author-name strong {
  color: #a20b08;
}

.sp-post-meta {
  margin-top: 0.2rem !important;
  color: #5f5750;
  font-size: 1rem;
}

.sp-post-standfirst {
  max-width: 56rem;
  margin: 1.4rem 0 0;
  color: #403933;
  font-size: 1.22rem;
  line-height: 1.7;
}

.sp-post-main-column {
  min-width: 0;
}

.sp-post-media-band {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 1.2rem;
  align-items: start;
  margin-bottom: 1.6rem;
}

.sp-post-share-rail {
  position: sticky;
  top: 7rem;
}

.sp-post-share-label {
  display: block;
  margin-bottom: 0.7rem;
  color: #5f5750;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sp-post-share-icons {
  display: grid;
  gap: 0.7rem;
}

.sp-post-share-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border: 1px solid rgba(20, 20, 20, 0.18);
  border-radius: 999px;
  color: #141414;
  background: #ffffff;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
}

.sp-post-share-icons a:hover,
.sp-post-share-icons a:focus {
  color: #a20b08;
  border-color: rgba(162, 11, 8, 0.5);
}

.sp-post-featured-media {
  margin: 0;
}

.sp-post-featured-image {
  display: block;
  width: 100%;
  height: auto;
  background: #ece7df;
}

.sp-post-featured-caption {
  margin-top: 0.45rem;
  color: #6d645c;
  font-size: 0.82rem;
  line-height: 1.45;
}

.sp-post-related-note {
  margin-top: 1rem;
  color: #5f5750;
  font-size: 0.95rem;
}

.sp-post-related-note a {
  color: #17120f;
  text-decoration: none;
}

.sp-post-related-note a:hover,
.sp-post-related-note a:focus {
  text-decoration: underline;
}

.sp-post-body {
  font-size: 1.08rem;
  line-height: 1.9;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #17120f;
}

.sp-post-body h2,
.sp-post-body h3,
.sp-post-body h4 {
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.sp-post-body h2 {
  margin-top: 2rem;
  font-size: 1.6rem;
}

.sp-post-body a {
  color: #a20b08;
}

.sp-post-body a:hover,
.sp-post-body a:focus {
  color: #6f0806;
}

.sp-post-body p:first-child {
  margin-top: 0;
  font-size: 1.12em;
}

.sp-post-sidebar {
  position: relative;
}

.sp-post-sidebar-stack {
  display: grid;
  gap: 1rem;
  align-self: start;
}

.sp-post-sidebar .sp-section-heading {
  margin-bottom: 0.85rem;
}

.sp-post-sidebar .sp-section-heading h2 {
  color: #17120f;
}

.sp-post-sidebar.sp-box-office-widget {
  padding: 0;
}

.sp-post-sidebar .sp-box-office-widget-chip {
  max-width: 46%;
}

.sp-post-sidebar .sp-box-office-widget-row p {
  margin: 0.18rem 0 0;
  color: var(--sp-muted);
  font-size: 0.82rem;
}

.sp-post-sidebar .sp-mini-row h3 {
  font-size: 1rem;
  line-height: 1.2;
}

.sp-post-sidebar .sp-mini-row p {
  margin: 0.2rem 0 0;
  color: var(--sp-muted);
  font-size: 0.88rem;
}

.sp-post-sidebar .sp-mini-list {
  display: grid;
  gap: 0.75rem;
}

.sp-post-sidebar .sp-mini-row {
  border: 0;
  border-radius: 1rem;
  background: #80848a;
  padding: 1rem 1.1rem;
}

.sp-post-sidebar .sp-mini-row h3 a {
  color: #ffffff;
}

.sp-post-sidebar .sp-mini-row p {
  color: rgba(255, 255, 255, 0.82);
}

.sp-post-sidebar-news {
  padding-top: 0.8rem;
}

.sp-post-sidebar-news .sp-section-heading h2 {
  color: #a20b08;
  font-size: 1.1rem;
}

.sp-post-sidebar-news .sp-mini-list {
  gap: 0;
}

.sp-mini-row-news {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  gap: 0.8rem;
  align-items: start;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 1rem 0 !important;
  border-bottom: 1px solid rgba(20, 20, 20, 0.14) !important;
}

.sp-mini-row-news:first-child {
  padding-top: 0.2rem !important;
}

.sp-mini-row-news:last-child {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.sp-news-thumb-link {
  display: block;
}

.sp-news-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #ece7df;
}

.sp-post-sidebar-news .sp-mini-row-news h3 {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.08;
}

.sp-post-sidebar-news .sp-mini-row-news h3 a {
  color: #141414;
}

.sp-post-sidebar-news .sp-mini-row-news p {
  margin-top: 0.25rem;
  color: #736b63;
  font-size: 0.8rem;
}

.sp-directory-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.sp-editorial-thumb-link {
  display: block;
  margin: -1rem -1rem 0.85rem;
}

.sp-editorial-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 14px 14px 0 0;
}

.sp-home-top-grid,
.sp-box-office-sources {
  display: grid;
  gap: 1rem;
  margin: 1rem 0;
}

.sp-home-top-grid {
  grid-template-columns: minmax(0, 1fr);
}

.sp-home-top-grid > .sp-home-box-office-grid {
  width: 100%;
}

.sp-box-office-sources {
  grid-template-columns: 1fr;
}

.sp-box-office-toggle {
  display: inline-flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.sp-box-office-tab {
  min-height: 2.4rem;
  padding: 0 1rem;
  border: 1px solid rgba(162, 186, 208, 0.18);
  border-radius: 999px;
  background: rgba(21, 31, 40, 0.75);
  color: #d7e8f5;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 800;
  cursor: pointer;
}

.sp-box-office-tab.is-active {
  background: linear-gradient(180deg, #55e39a 0%, #32bf74 100%);
  color: #071118;
  border-color: rgba(74, 213, 141, 0.42);
}

.sp-box-office-pane {
  display: none;
}

.sp-box-office-pane.is-active {
  display: grid;
}

@media (max-width: 980px) {
  .sp-home-top-grid,
  .sp-search-grid,
  .sp-post-body-wrap,
  .sp-footer-grid,
  .sp-directory-grid {
    grid-template-columns: 1fr;
  }

  .sp-home-box-office-grid {
    grid-template-columns: 1fr;
  }

  .sp-box-office-widget-chip {
    max-width: 60%;
    font-size: 0.78rem;
  }

  .sp-footer-brandmark {
    flex-direction: column;
  }

  .sp-post-hero h1 {
    font-size: clamp(2.6rem, 9vw, 3.7rem);
  }

  .sp-post-media-band {
    grid-template-columns: 1fr;
  }

  .sp-post-share-rail {
    position: static;
  }

  .sp-post-share-icons {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 640px) {
  .sp-search-row {
    grid-template-columns: 1fr;
  }

  .sp-search-thumb {
    width: 92px;
  }

  .sp-search-stats {
    grid-template-columns: 1fr 1fr;
  }

  .sp-post-author-row {
    align-items: flex-start;
  }

  .sp-form-grid {
    grid-template-columns: 1fr;
  }

  .sp-tip-page-hero-premium,
  .sp-tip-layout {
    grid-template-columns: 1fr;
  }

  .sp-news-archive-row {
    grid-template-columns: 1fr;
  }

  .sp-news-archive-row h2 {
    max-width: none;
    font-size: clamp(1.8rem, 9vw, 2.5rem);
  }
}
