/* =====================================================
 * SUNDAZE GAZETTE EDITORIAL REDESIGN
 * White newspaper system for homepage, header, footer,
 * article, and tag templates.
 * ===================================================== */

:root {
  --paper-bg: #f8f6f0;
  --paper-surface: #fffdf8;
  --paper-ink: #090909;
  --paper-muted: #55514a;
  --paper-rule: #111;
  --paper-hairline: #d7d1c7;
  --paper-blue: #1e6aa8;
  --paper-ad: #efede8;
}

html { background: var(--paper-bg); }

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--paper-bg);
  color: var(--paper-ink);
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  background: transparent;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 999;
  transform: translateY(-150%);
  border: 1px solid var(--paper-rule);
  padding: 9px 12px;
  background: var(--paper-surface);
  color: var(--paper-ink);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

body:not(:has(.watch-page)) main {
  background: var(--paper-bg);
}

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

.sg-paper-header {
  position: relative;
  z-index: 90;
  width: min(100% - 48px, 1220px);
  margin: 0 auto;
  background: var(--paper-bg);
  color: var(--paper-ink);
  border-bottom: 1px solid var(--paper-rule);
}

.sg-paper-topline {
  min-height: 52px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--paper-rule);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.sg-paper-tools,
.sg-paper-account {
  display: flex;
  align-items: center;
  gap: 24px;
}

.sg-paper-account {
  justify-content: flex-end;
}

.sg-paper-tool {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--paper-ink);
  text-transform: uppercase;
}

.sg-paper-tool svg {
  width: 18px;
  height: 18px;
}

.sg-paper-menu-button span {
  width: 18px;
  height: 2px;
  display: block;
  background: currentColor;
}

.sg-paper-menu-button {
  display: inline-grid;
  grid-template-columns: 18px auto;
  column-gap: 8px;
  row-gap: 3px;
}

.sg-paper-menu-button strong {
  grid-row: 1 / 4;
  grid-column: 2;
  align-self: center;
}

.sg-paper-date {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
}

.sg-paper-subscribe,
.sg-paper-signin {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.sg-paper-subscribe {
  border: 1px solid var(--paper-ink);
  padding: 10px 18px;
  background: var(--paper-ink);
  color: #fff;
}

.sg-paper-signin {
  color: var(--paper-ink);
}

.sg-paper-masthead {
  display: grid;
  place-items: center;
  min-height: 130px;
  border-bottom: 1px solid var(--paper-rule);
}

.sg-paper-logo {
  display: block;
  width: min(760px, 72vw);
}

.sg-paper-logo picture,
.sg-paper-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.sg-paper-logo-mobile {
  display: none;
}

.sg-paper-region {
  min-height: 50px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid var(--paper-rule);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

.sg-paper-region nav {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.sg-paper-region nav a + a::before {
  content: "|";
  margin-right: 16px;
  color: var(--paper-ink);
}

.sg-paper-weather {
  justify-self: end;
}

.sg-paper-nav {
  min-height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(18px, 2.8vw, 38px);
  border-bottom: 1px solid var(--paper-rule);
  color: var(--paper-ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.sg-paper-nav a:hover {
  color: var(--paper-blue);
}

.sg-breaking-bar {
  min-height: 50px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  border-bottom: 1px solid var(--paper-hairline);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.sg-breaking-bar strong {
  padding: 10px 18px;
  background: var(--paper-ink);
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.sg-breaking-bar a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sg-breaking-bar span,
.sg-paper-meta,
.sg-paper-card time,
.sg-news-list time {
  color: var(--paper-muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

.sg-home-paper,
.sg-tag-paper,
.sg-related-paper {
  width: min(100% - 48px, 1220px);
  margin: 0 auto;
}

.sg-ad-slot {
  display: grid;
  place-items: center;
  min-height: 90px;
  border: 1px solid #ece8df;
  background: linear-gradient(135deg, #f4f2ed, #e9e6df);
  color: #6d675f;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  text-transform: uppercase;
}

.sg-ad-slot span {
  font-size: 10px;
  letter-spacing: .08em;
}

.sg-ad-slot strong {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .08em;
}

.sg-ad-leaderboard,
.sg-ad-inline {
  width: min(728px, calc(100% - 48px));
  min-height: 90px;
  margin: 28px auto;
}

.sg-ad-sidebar {
  min-height: 250px;
}

.sg-ad-footer {
  min-height: 120px;
  margin-bottom: 34px;
}

.sg-home-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) 292px;
  gap: 28px;
  padding-top: 20px;
}

.sg-lead-story {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, .82fr);
  gap: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--paper-hairline);
}

.sg-lead-media,
.sg-paper-card-media,
.sg-section-media,
.sg-tag-lead-media,
.sg-article-feature-image {
  display: block;
  overflow: hidden;
  background: #ece7dc;
}

.sg-lead-media img,
.sg-paper-card-media img,
.sg-section-media img,
.sg-tag-lead-media img,
.sg-article-feature-image img,
.sg-watch-feature img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sg-lead-media {
  min-height: 450px;
}

.sg-lead-copy {
  align-self: center;
}

.sg-paper-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--paper-blue);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.sg-lead-copy h2,
.sg-section-feature h3,
.sg-tag-lead h2,
.sg-article-header h1 {
  margin: 0;
  color: var(--paper-ink);
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 800;
  letter-spacing: 0;
}

.sg-lead-copy h2 {
  font-size: clamp(34px, 4.1vw, 56px);
  line-height: .98;
}

.sg-lead-copy p,
.sg-section-feature p,
.sg-tag-lead p,
.sg-article-header p {
  color: #222;
  font-size: 18px;
  line-height: 1.55;
}

.sg-paper-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.sg-home-sidebar {
  display: grid;
  align-content: start;
  gap: 18px;
}

.sg-trending-box,
.sg-newsletter-box,
.sg-category-block {
  border: 1px solid var(--paper-hairline);
  background: var(--paper-surface);
  padding: 18px;
}

.sg-trending-box h2,
.sg-newsletter-box h2,
.sg-section-heading h2,
.sg-category-block h2 {
  margin: 0;
  color: var(--paper-ink);
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 800;
}

.sg-trending-box h2 {
  padding-bottom: 8px;
  border-bottom: 3px double var(--paper-rule);
  font-size: 25px;
}

.sg-trending-box ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: trending;
}

.sg-trending-box li {
  counter-increment: trending;
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  padding: 15px 0;
  border-bottom: 1px solid var(--paper-hairline);
}

.sg-trending-box li::before {
  content: counter(trending);
  color: #555;
  font-size: 22px;
}

.sg-trending-box a {
  font-weight: 800;
  line-height: 1.2;
}

.sg-trending-box span {
  grid-column: 2;
  color: var(--paper-muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.sg-newsletter-box h2 {
  font-size: 25px;
  line-height: 1.02;
}

.sg-newsletter-box p {
  color: #222;
  font-size: 15px;
  line-height: 1.45;
}

.sg-newsletter-box form {
  display: grid;
  gap: 10px;
}

.sg-newsletter-box input {
  width: 100%;
  border: 1px solid var(--paper-hairline);
  padding: 13px;
  background: #fff;
  color: var(--paper-ink);
}

.sg-newsletter-box button {
  border: 1px solid var(--paper-ink);
  padding: 13px;
  background: var(--paper-ink);
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

.sg-newsletter-box small {
  display: block;
  margin-top: 14px;
  color: var(--paper-muted);
  text-align: center;
}

.sg-card-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 24px 0 34px;
}

.sg-paper-card {
  min-width: 0;
}

.sg-paper-card-media {
  aspect-ratio: 1.45 / 1;
  margin-bottom: 12px;
}

.sg-paper-card h3 {
  margin: 0 0 10px;
  color: var(--paper-ink);
  font-size: 20px;
  line-height: 1.12;
}

.sg-mid-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(220px, .75fr) minmax(280px, .95fr);
  gap: 26px;
  margin-top: 26px;
}

.sg-section-heading {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.sg-section-heading::after {
  content: "";
  height: 2px;
  background: var(--paper-rule);
}

.sg-section-heading h2 {
  font-size: 25px;
}

.sg-section-media {
  aspect-ratio: 1.55 / 1;
  margin-bottom: 16px;
}

.sg-section-feature h3 {
  font-size: 30px;
  line-height: 1.08;
}

.sg-news-list {
  display: grid;
  gap: 0;
  border-left: 1px solid var(--paper-hairline);
  border-right: 1px solid var(--paper-hairline);
  padding: 0 16px;
}

.sg-news-list article {
  display: grid;
  grid-template-columns: 1fr 112px;
  gap: 14px;
  padding: 0 0 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--paper-hairline);
}

.sg-news-list h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.22;
}

.sg-news-list img {
  grid-row: span 2;
  width: 112px;
  height: 84px;
  object-fit: cover;
}

.sg-watch-module {
  border-left: 1px solid var(--paper-hairline);
  padding-left: 24px;
}

.sg-watch-heading {
  grid-template-columns: auto 1fr auto;
}

.sg-watch-heading a {
  color: var(--paper-muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.sg-watch-feature {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #111;
}

.sg-watch-feature span {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 999px;
  color: #fff;
  font-size: 26px;
}

.sg-watch-list {
  display: grid;
  gap: 12px;
  margin: 14px 0 24px;
}

.sg-watch-list a {
  display: grid;
  grid-template-columns: 76px 1fr auto;
  gap: 12px;
  align-items: center;
}

.sg-watch-list img {
  width: 76px;
  height: 52px;
  object-fit: cover;
}

.sg-watch-list strong {
  font-size: 14px;
  line-height: 1.2;
}

.sg-watch-list span {
  color: var(--paper-muted);
  font-size: 12px;
}

.sg-category-sections {
  margin-top: 42px;
}

.sg-category-sections {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 54px;
}

.sg-category-block h2 {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--paper-rule);
  font-size: 24px;
}

.sg-category-block a {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid var(--paper-hairline);
  font-weight: 800;
}

.sg-home-category-sections {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
}

.sg-home-category-block {
  min-width: 0;
}

.sg-category-block-head h2 {
  margin: 0;
}

.sg-category-block-head h2 a,
.sg-category-block-head h2 span {
  display: block;
  padding: 0 0 10px;
  border-bottom: 1px solid var(--paper-rule);
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 24px;
  font-weight: 800;
}

.sg-category-story-list {
  display: grid;
}

.sg-category-story-list article {
  min-width: 0;
  padding: 13px 0;
  border-bottom: 1px solid var(--paper-hairline);
}

.sg-category-story-list h3 {
  margin: 6px 0 6px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 17px;
  line-height: 1.16;
}

.sg-category-story-list a {
  display: inline;
  padding: 0;
  border-bottom: 0;
}

.sg-category-story-list time {
  color: var(--paper-muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.sg-article-paper,
.sg-tag-header,
.sg-tag-paper {
  width: min(100% - 48px, 1120px);
  margin: 0 auto;
}

.sg-article-header,
.sg-tag-header {
  max-width: 860px;
  margin: 40px auto 24px;
  text-align: center;
}

.sg-article-header h1,
.sg-tag-header h1 {
  margin: 0;
  color: var(--paper-ink);
  font-size: clamp(42px, 6vw, 76px);
  line-height: .96;
}

.sg-article-header p,
.sg-tag-header p {
  color: #222;
  font-size: 21px;
  line-height: 1.45;
}

.sg-article-header .sg-paper-meta,
.sg-tag-header .sg-paper-meta {
  justify-content: center;
}

.sg-article-feature-image {
  max-width: 960px;
  margin: 0 auto 24px;
}

.sg-article-feature-image img {
  max-height: 620px;
}

.sg-article-feature-image figcaption {
  padding-top: 8px;
  color: var(--paper-muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.sg-ad-article {
  width: min(728px, 100%);
  margin: 26px auto;
}

.sg-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 760px) 280px;
  gap: 54px;
  align-items: start;
  margin: 0 auto 54px;
}

.sg-article-body {
  min-width: 0;
  color: var(--paper-ink);
  font-size: 20px;
  line-height: 1.78;
}

.sg-article-body > * {
  max-width: 760px;
}

.sg-article-body p,
.sg-article-body li {
  color: var(--paper-ink);
}

.sg-article-body a {
  color: var(--paper-blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sg-article-body h2,
.sg-article-body h3 {
  color: var(--paper-ink);
  line-height: 1.12;
}

.sg-article-body blockquote {
  border-left: 3px solid var(--paper-rule);
  margin-left: 0;
  padding-left: 24px;
  color: var(--paper-ink);
}

.sg-article-rail {
  position: sticky;
  top: 18px;
  display: grid;
  gap: 22px;
}

.sg-article-tags {
  max-width: 960px;
  margin: 0 auto 48px;
  padding-top: 18px;
  border-top: 1px solid var(--paper-rule);
  font-family: Arial, Helvetica, sans-serif;
}

.sg-article-tags span {
  margin-right: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.sg-article-tags a {
  display: inline-block;
  margin: 0 8px 8px 0;
  border: 1px solid var(--paper-hairline);
  padding: 7px 10px;
}

.sg-related-paper {
  margin-bottom: 54px;
}

.sg-tag-header {
  border-bottom: 3px double var(--paper-rule);
  padding-bottom: 28px;
}

.sg-tag-count {
  width: min(100% - 48px, 1220px);
  margin: 18px auto 0;
}

.sg-tag-lead {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 30px;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid var(--paper-hairline);
}

.sg-tag-lead-media {
  aspect-ratio: 1.65 / 1;
}

.sg-tag-lead h2 {
  margin: 0;
  color: var(--paper-ink);
  font-size: clamp(32px, 4.6vw, 54px);
  line-height: 1;
}

.sg-tag-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-bottom: 54px;
}

.sg-empty-state {
  max-width: 680px;
  margin: 54px auto;
  border: 1px solid var(--paper-hairline);
  padding: 34px;
  background: var(--paper-surface);
  color: var(--paper-ink);
  text-align: center;
}

.sg-empty-state h2,
.sg-empty-state p {
  color: var(--paper-ink);
}

.sg-paper-footer {
  width: min(100% - 48px, 1220px);
  margin: 0 auto;
  padding: 34px 0 54px;
  border-top: 3px double var(--paper-rule);
  background: var(--paper-bg);
  color: var(--paper-ink);
}

.sg-paper-footer-main {
  display: grid;
  grid-template-columns: minmax(280px, 1.5fr) repeat(3, 1fr);
  gap: 30px;
}

.sg-paper-footer-brand img {
  width: min(360px, 100%);
  height: auto;
}

.sg-paper-footer p,
.sg-paper-footer small {
  color: var(--paper-muted);
  font-size: 14px;
}

.sg-paper-footer nav {
  display: grid;
  align-content: start;
  gap: 9px;
  font-family: Arial, Helvetica, sans-serif;
}

.sg-paper-footer h4 {
  margin: 0 0 6px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
}

.sg-paper-footer a,
.sg-paper-footer nav span {
  color: var(--paper-ink);
  font-size: 13px;
  font-weight: 800;
}

@media (max-width: 1080px) {
  .sg-paper-header,
  .sg-home-paper,
  .sg-tag-paper,
  .sg-tag-header,
  .sg-related-paper,
  .sg-article-paper,
  .sg-paper-footer {
    width: min(100% - 24px, 1220px);
  }

  .sg-paper-topline {
    grid-template-columns: 1fr auto;
    min-height: 46px;
  }

  .sg-paper-date {
    display: none;
  }

  .sg-paper-account {
    gap: 12px;
  }

  .sg-paper-signin {
    display: none;
  }

  .sg-paper-masthead {
    min-height: 70px;
  }

  .sg-paper-logo {
    width: auto;
    justify-self: stretch;
  }

  .sg-paper-logo-full {
    display: none !important;
  }

  .sg-paper-logo-mobile {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--paper-ink);
    font-size: clamp(23px, 6vw, 31px);
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
  }

  .sg-paper-logo-mobile img {
    width: 48px;
    height: 48px;
    object-fit: contain;
  }

  .sg-paper-region {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 10px 0;
    text-align: center;
  }

  .sg-paper-weather {
    display: none;
  }

  .sg-paper-nav {
    position: absolute;
    top: 46px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border: 1px solid var(--paper-rule);
    background: var(--paper-surface);
  }

  .sg-paper-nav.is-open {
    display: flex;
  }

  .sg-paper-nav a {
    padding: 13px 16px;
    border-bottom: 1px solid var(--paper-hairline);
  }

  .sg-breaking-bar {
    grid-template-columns: auto 1fr;
  }

  .sg-breaking-bar span {
    display: none;
  }

  .sg-home-grid,
  .sg-lead-story,
  .sg-mid-layout,
  .sg-tag-lead,
  .sg-article-layout,
  .sg-paper-footer-main {
    grid-template-columns: 1fr;
  }

  .sg-home-sidebar {
    grid-template-columns: 1fr 1fr;
  }

  .sg-card-row,
  .sg-tag-grid,
  .sg-category-sections {
    grid-template-columns: repeat(2, 1fr);
  }

  .sg-home-category-sections {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sg-watch-module {
    border-left: 0;
    padding-left: 0;
  }

  .sg-article-rail {
    position: static;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  .sg-paper-tools strong,
  .sg-paper-region nav,
  .sg-paper-subscribe {
    display: none;
  }

  .sg-paper-topline {
    grid-template-columns: auto 1fr;
  }

  .sg-paper-account {
    justify-content: end;
  }

  .sg-paper-logo-mobile span {
    max-width: calc(100vw - 104px);
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .sg-home-sidebar,
  .sg-card-row,
  .sg-tag-grid,
  .sg-category-sections,
  .sg-article-rail {
    grid-template-columns: 1fr;
  }

  .sg-home-category-sections {
    grid-template-columns: 1fr;
  }

  .sg-lead-media {
    min-height: 260px;
  }

  .sg-lead-copy h2,
  .sg-article-header h1,
  .sg-tag-header h1 {
    font-size: 36px;
  }

  .sg-mid-layout {
    gap: 34px;
  }

  .sg-news-list {
    border-left: 0;
    border-right: 0;
    padding: 0;
  }
}

/* V3 mobile/public QA refinements: denser newspaper rhythm, calmer ads, tighter mobile lead. */
.sg-paper-header {
  border-bottom-color: #222;
}

.sg-paper-topline {
  min-height: 46px;
  border-bottom-color: #222;
  font-size: 11px;
  font-weight: 750;
}

.sg-paper-tools,
.sg-paper-account {
  gap: 20px;
}

.sg-paper-subscribe {
  padding: 9px 16px;
}

.sg-paper-masthead {
  min-height: 108px;
  border-bottom-color: #222;
}

.sg-paper-logo {
  width: min(590px, 58vw);
}

.sg-paper-region {
  min-height: 42px;
  border-bottom-color: #222;
  font-size: 12px;
}

.sg-paper-nav {
  min-height: 40px;
  gap: clamp(16px, 2.4vw, 31px);
  border-bottom-color: #222;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .02em;
}

.sg-breaking-bar {
  min-height: 43px;
  gap: 18px;
  border-bottom-color: #222;
  font-size: 13px;
}

.sg-breaking-bar strong {
  padding: 9px 16px;
  font-size: 11px;
}

.sg-home-grid {
  grid-template-columns: minmax(0, 1fr) 292px;
  gap: 22px;
  padding-top: 18px;
  align-items: start;
}

.sg-lead-story {
  grid-column: 1;
  grid-template-columns: minmax(0, 1.18fr) minmax(260px, .72fr);
  gap: 24px;
  padding-bottom: 22px;
}

.sg-lead-media {
  min-height: 330px;
  height: 360px;
}

.sg-lead-copy {
  align-self: start;
  padding-top: 14px;
  max-width: 460px;
}

.sg-lead-copy h2 {
  font-size: clamp(28px, 2.5vw, 34px);
  line-height: 1.06;
  max-width: 12em;
}

.sg-lead-copy p {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.48;
}

.sg-home-sidebar {
  grid-column: 2;
  grid-row: 1 / span 4;
  align-content: start;
  gap: 14px;
}

.sg-trending-box,
.sg-newsletter-box,
.sg-category-block {
  padding: 16px;
}

.sg-trending-box h2,
.sg-newsletter-box h2 {
  font-size: 23px;
}

.sg-trending-box li {
  padding: 12px 0;
}

.sg-card-row {
  grid-column: 1;
  gap: 18px;
  margin: 2px 0 10px;
}

.sg-card-row-primary,
.sg-card-row-secondary {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sg-paper-card-media {
  margin-bottom: 10px;
}

.sg-paper-card h3 {
  font-size: 18px;
}

.sg-ad-slot {
  background: #f2f0eb;
  color: #777168;
}

.sg-ad-leaderboard {
  grid-column: 1;
  min-height: 72px;
  margin: 4px auto 8px;
}

.sg-ad-inline {
  grid-column: 1;
  min-height: 84px;
  margin: 14px auto 24px;
}

.sg-ad-feed {
  grid-column: 1;
  min-height: 74px;
  margin: 2px auto 12px;
  width: min(100%, 728px);
}

.sg-ad-footer {
  min-height: 88px;
  margin-bottom: 28px;
  border-style: dashed;
  background: transparent;
}

.sg-south-florida-placeholder {
  width: 100%;
  height: 100%;
  min-height: inherit;
  background:
    linear-gradient(180deg, rgba(3,15,24,.03), rgba(3,15,24,.18)),
    url("../images/south-florida-editorial-fallback.svg") center/cover;
}

.sg-article-body .sg-ad-article {
  margin: 34px 0;
}

.kg-width-wide,
.kg-width-full {
  clear: both;
}

.kg-width-wide {
  width: min(100vw - 48px, 1080px);
  margin-left: 50%;
  transform: translateX(-50%);
}

.kg-width-full {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
}

.kg-gallery-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.kg-gallery-row {
  display: flex;
  gap: 10px;
}

.kg-gallery-image {
  flex: 1 1 0;
}

.kg-gallery-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kg-bookmark-card {
  display: block;
  border: 1px solid var(--paper-hairline);
  background: var(--paper-surface);
}

.kg-bookmark-container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 32%);
  color: var(--paper-ink);
}

.kg-bookmark-content {
  display: grid;
  gap: 8px;
  padding: 18px;
}

.kg-bookmark-title {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.15;
}

.kg-bookmark-description {
  color: var(--paper-muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.kg-bookmark-metadata {
  display: flex;
  min-width: 0;
  gap: 8px;
  align-items: center;
  color: var(--paper-muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.kg-bookmark-icon {
  width: 18px;
  height: 18px;
}

.kg-bookmark-author,
.kg-bookmark-publisher {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.kg-bookmark-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1080px) {
  .sg-home-grid,
  .sg-lead-story,
  .sg-mid-layout,
  .sg-tag-lead,
  .sg-article-layout,
  .sg-paper-footer-main {
    grid-template-columns: 1fr;
  }

  .sg-home-sidebar {
    grid-column: auto;
    grid-row: auto;
    grid-template-columns: 1fr 1fr;
  }

  .sg-card-row,
  .sg-ad-leaderboard,
  .sg-ad-inline,
  .sg-ad-feed {
    grid-column: auto;
  }

  .sg-paper-logo {
    width: auto;
  }

  .sg-paper-masthead {
    min-height: 68px;
  }

  .sg-paper-logo-mobile {
    align-items: center;
    gap: 10px;
  }

  .sg-paper-logo-mobile img {
    width: 52px;
    height: 52px;
    transform: translateY(1px);
  }

  .sg-lead-copy {
    max-width: none;
    padding-top: 0;
  }

  .sg-lead-copy h2 {
    max-width: 100%;
  }
}

@media (max-width: 680px) {
  .sg-paper-tools strong {
    display: inline;
    font-size: 10px;
  }

  .sg-paper-tool {
    gap: 6px;
  }

  .sg-paper-topline {
    min-height: 42px;
  }

  .sg-paper-masthead {
    min-height: 66px;
  }

  .sg-paper-logo-mobile {
    font-size: clamp(22px, 6vw, 27px);
  }

  .sg-paper-logo-mobile img {
    width: 50px;
    height: 50px;
  }

  .sg-paper-region {
    padding: 8px 0;
  }

  .sg-breaking-bar {
    min-height: 39px;
    gap: 12px;
  }

  .sg-breaking-bar strong {
    padding: 8px 12px;
  }

  .sg-breaking-bar a {
    min-width: 0;
    font-size: 12px;
  }

  .sg-lead-media {
    min-height: 0;
    height: auto;
    aspect-ratio: 1.32 / 1;
  }

  .sg-lead-copy h2 {
    font-size: 28px;
    line-height: 1.04;
  }

  .sg-lead-copy p {
    font-size: 16px;
  }

  .sg-card-row {
    margin-top: 16px;
  }

  .sg-home-sidebar {
    display: grid;
    grid-template-columns: 1fr;
  }

  .sg-trending-box,
  .sg-newsletter-box,
  .sg-home-sidebar .sg-ad-sidebar {
    width: 100%;
  }

  .sg-ad-leaderboard {
    min-height: 58px;
    margin: 8px auto 12px;
  }

  .sg-ad-inline {
    min-height: 68px;
  }

  .sg-ad-feed {
    min-height: 62px;
    margin: 0 auto 10px;
  }
}

/* Final QA blockers: shared category color system, responsive ad units, and complete light newspaper footer. */
:root {
  --sg-kicker-ink: #0a5f85;
  --sg-kicker-bg: #eef5f7;
  --sg-kicker-rule: #b8d3dc;
  --sg-breaking-bg: #111;
  --sg-breaking-ink: #fff;
}

.sg-paper-kicker,
.wvc-category,
.sg-article-tags span {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border: 1px solid var(--sg-kicker-rule);
  background: var(--sg-kicker-bg);
  color: var(--sg-kicker-ink);
  padding: 3px 6px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.sg-paper-kicker:visited,
.sg-paper-kicker:hover {
  color: var(--sg-kicker-ink);
}

.sg-breaking-label,
.sg-breaking-bar strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--sg-breaking-bg);
  color: var(--sg-breaking-ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .05em;
  line-height: 1;
  text-transform: uppercase;
}

.sg-ad-slot {
  width: 100%;
}

.sg-ad-leaderboard,
.sg-ad-inline,
.sg-ad-feed {
  max-width: 728px;
}

.sg-paper-footer {
  border-top: 3px double #222;
  padding-top: 28px;
}

.sg-paper-footer-main {
  border-top: 1px solid var(--paper-hairline);
  padding-top: 28px;
}

.sg-paper-footer-brand p {
  max-width: 420px;
  margin: 14px 0 18px;
}

.sg-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-family: Arial, Helvetica, sans-serif;
}

.sg-footer-social a {
  border: 1px solid var(--paper-hairline);
  padding: 7px 9px;
  background: transparent;
  color: var(--paper-ink);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.sg-paper-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 30px;
  border-top: 1px solid var(--paper-hairline);
  padding-top: 16px;
  color: var(--paper-muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.sg-paper-region nav {
  flex-wrap: wrap;
}

.sg-paper-region nav span,
.sg-paper-nav span[data-section] {
  color: #6f6a62;
  cursor: default;
}

.sg-paper-nav {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  justify-content: stretch;
  flex-wrap: nowrap;
  gap: 18px;
  min-height: 42px;
  padding: 6px 0;
  line-height: 1.1;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .015em;
}

.sg-paper-nav a,
.sg-paper-nav span[data-section] {
  white-space: nowrap;
}

.sg-nav-main {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 1.75vw, 24px);
  overflow: hidden;
}

.sg-nav-main a,
.sg-nav-main span[data-section] {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
}

.sg-paper-nav span[data-section] {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .015em;
  text-transform: uppercase;
}

.sg-watch-nav-cta {
  justify-self: end;
  align-self: center;
  border: 1px solid #a9231f;
  padding: 8px 12px;
  background: #b62420;
  color: #fff !important;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.watch-page {
  width: min(100% - 48px, 1220px);
  margin: 0 auto;
  background: var(--paper-bg);
  color: var(--paper-ink);
}

.watch-hero {
  min-height: 360px;
  display: grid;
  align-items: end;
  margin-top: 22px;
  border-top: 3px double var(--paper-rule);
  border-bottom: 1px solid var(--paper-rule);
  background:
    linear-gradient(180deg, rgba(248, 246, 240, .2), rgba(248, 246, 240, .92)),
    var(--hero);
  background-position: center;
  background-size: cover;
}

.watch-hero-copy {
  max-width: 760px;
  padding: 34px 0;
}

.kicker,
.tv-label,
.whp-pill {
  color: var(--paper-blue);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.watch-hero h1,
.watch-row h2,
.whp-title,
.babb-feature-copy h2 {
  margin: 0;
  color: var(--paper-ink);
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 800;
  letter-spacing: 0;
}

.watch-hero h1 {
  font-size: clamp(58px, 12vw, 126px);
  line-height: .9;
}

.watch-hero p,
.watch-row p,
.whp-dek,
.babb-feature-copy p {
  color: #222;
  font-size: 18px;
  line-height: 1.55;
}

.watch-row,
.watch-now-playing,
.babb-feature,
.watch-worlds {
  border-bottom: 1px solid var(--paper-hairline);
  padding: 28px 0;
}

.row-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
  margin-bottom: 18px;
}

.row-head a,
.tv-promo-cta,
.play-link {
  color: var(--paper-blue);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.poster-grid,
.show-rail,
.video-grid,
.watch-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.show-card,
.tv-card,
.wvc,
.watch-category-card {
  display: grid;
  gap: 10px;
  border: 1px solid var(--paper-hairline);
  background: var(--paper-surface);
  padding: 12px;
  color: var(--paper-ink);
}

.show-card .ph,
.tv-card-media,
.wvc-thumb,
.wvc-thumb-placeholder {
  min-height: 220px;
  background:
    linear-gradient(180deg, rgba(248,246,240,.08), rgba(9,9,9,.18)),
    url("../images/south-florida-editorial-fallback.svg") center/cover;
}

.show-card strong,
.tv-card h4,
.wvc h3 {
  color: var(--paper-ink);
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 22px;
  line-height: 1.08;
}

.watch-now-playing,
.babb-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr);
  gap: 24px;
}

.whp-frame,
.whp-frame-json,
.whp-frame-loading,
.babb-player,
.babb-player-facade {
  min-height: 320px;
  border: 1px solid var(--paper-rule);
  background: #111;
  color: #fff;
}

@media (max-width: 680px) {
  .sg-card-row,
  .sg-card-row-primary,
  .sg-card-row-secondary,
  .sg-tag-grid,
  .sg-category-sections {
    grid-template-columns: 1fr !important;
    gap: 24px;
  }

  .sg-paper-card-media {
    aspect-ratio: 1.48 / 1;
  }

  .sg-ad-leaderboard,
  .sg-ad-inline,
  .sg-ad-feed {
    width: 100%;
    max-width: 320px;
    min-height: 64px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 12px;
  }

  .sg-ad-leaderboard strong::after,
  .sg-ad-inline strong::after,
  .sg-ad-feed strong::after {
    content: " / Mobile";
  }

  .sg-ad-leaderboard strong,
  .sg-ad-inline strong,
  .sg-ad-feed strong {
    font-size: 11px;
  }

  .sg-paper-footer-main {
    gap: 24px;
  }

  .sg-paper-footer-brand img {
    width: min(260px, 100%);
  }

  .sg-paper-footer-bottom {
    display: grid;
  }

  .sg-paper-nav {
    display: none;
    align-items: flex-start;
    padding: 0;
  }

  .sg-paper-nav.is-open {
    display: block;
  }

  .sg-nav-main {
    display: grid;
    gap: 0;
    overflow: visible;
  }

  .sg-paper-nav a,
  .sg-paper-nav span[data-section],
  .sg-watch-nav-cta {
    display: block;
    padding: 13px 16px;
    border-bottom: 1px solid var(--paper-hairline);
  }

  .sg-watch-nav-cta {
    margin: 12px 16px;
    border-bottom: 1px solid #a9231f;
    text-align: center;
  }

  .watch-page {
    width: min(100% - 20px, 1220px);
  }

  .watch-hero {
    min-height: 260px;
    margin-top: 12px;
  }

  .watch-hero-copy {
    padding: 24px 0;
  }

  .watch-hero h1 {
    font-size: 58px;
  }

  .row-head,
  .watch-now-playing,
  .babb-feature {
    display: grid;
    grid-template-columns: 1fr;
  }

  .poster-grid,
  .show-rail,
  .video-grid,
  .watch-category-grid {
    grid-template-columns: 1fr;
  }

  .show-card .ph,
  .tv-card-media,
  .wvc-thumb,
  .wvc-thumb-placeholder {
    min-height: 180px;
  }
}

/* V3 mobile/public cache hardening: keep every public template on the light paper system. */
:root {
  color-scheme: light;
}

html,
body {
  background: var(--paper-bg);
  color: var(--paper-ink);
}

.sg-paper-header,
.sg-paper-footer,
.sg-home-paper,
.sg-tag-paper,
.sg-tag-header,
.sg-related-paper,
.sg-article-paper {
  background: var(--paper-bg);
  color: var(--paper-ink);
}

.sg-paper-logo img,
.sg-paper-logo-mobile img,
.sg-paper-footer img {
  background: transparent;
}

@media (max-width: 680px) {
  .sg-paper-header,
  .sg-paper-footer,
  .sg-home-paper,
  .sg-tag-paper,
  .sg-tag-header,
  .sg-related-paper,
  .sg-article-paper {
    width: min(100% - 20px, 1220px);
  }

  .sg-paper-topline {
    grid-template-columns: auto 1fr;
    gap: 12px;
  }

  .sg-paper-tools {
    min-width: 0;
    gap: 10px;
  }

  .sg-paper-account {
    min-width: 0;
  }

  .sg-paper-tool strong,
  .sg-paper-signin {
    display: none;
  }

  .sg-paper-subscribe {
    display: inline-flex;
    max-width: 38vw;
    overflow: hidden;
    padding: 8px 10px;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sg-paper-masthead {
    min-height: 64px;
  }

  .sg-paper-logo-mobile {
    max-width: 100%;
    font-size: clamp(20px, 5.7vw, 25px);
  }

  .sg-paper-logo-mobile span {
    max-width: calc(100vw - 92px);
  }

  .sg-paper-logo-mobile img {
    width: 44px;
    height: 44px;
  }

  .sg-paper-nav {
    top: 42px;
    z-index: 100;
    box-shadow: 0 18px 36px rgba(17, 17, 17, .12);
  }

  .sg-breaking-bar {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .sg-home-grid,
  .sg-mid-layout,
  .sg-article-layout,
  .sg-tag-lead {
    gap: 26px;
  }

  .sg-paper-card,
  .sg-section-feature,
  .sg-news-list article {
    min-width: 0;
  }

  .sg-paper-card h3,
  .sg-section-feature h3,
  .sg-news-list h3 {
    overflow-wrap: anywhere;
  }

  .sg-ad-sidebar,
  .sg-ad-article,
  .sg-ad-footer {
    min-height: 64px;
    padding: 10px 12px;
  }

  .sg-paper-footer {
    padding-bottom: 28px;
  }

  .kg-width-wide,
  .kg-width-full {
    width: calc(100vw - 20px);
  }

  .kg-gallery-row,
  .kg-bookmark-container {
    display: grid;
    grid-template-columns: 1fr;
  }
}

/* V3.0.2 mobile polish: compact masthead, lighter alert bar, fixed placeholders, full footer links. */
.ph {
  position: relative;
  display: block;
  width: 100%;
  min-height: 180px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(248, 246, 240, .04), rgba(9, 9, 9, .14)),
    url("../images/south-florida-editorial-fallback.svg") center/cover no-repeat;
}

.ph::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(17, 17, 17, .08);
  pointer-events: none;
}

.ph-mark {
  display: none;
}

.sg-paper-footer nav {
  align-content: start;
}

@media (max-width: 680px) {
  .sg-paper-header {
    width: min(100% - 16px, 1220px);
  }

  .sg-paper-topline {
    min-height: 36px;
    gap: 8px;
    border-bottom-width: 1px;
  }

  .sg-paper-tools,
  .sg-paper-account {
    gap: 8px;
  }

  .sg-paper-tool {
    width: 34px;
    height: 34px;
    justify-content: center;
  }

  .sg-paper-tool svg {
    width: 20px;
    height: 20px;
  }

  .sg-paper-menu-button {
    grid-template-columns: 1fr;
    place-items: center;
    row-gap: 4px;
  }

  .sg-paper-menu-button span {
    width: 22px;
    height: 2px;
  }

  .sg-paper-menu-button strong {
    display: none;
  }

  .sg-paper-subscribe {
    min-height: 34px;
    max-width: none;
    padding: 7px 12px;
    font-size: 10px;
    letter-spacing: .04em;
  }

  .sg-paper-masthead {
    min-height: 58px;
    padding: 6px 0 8px;
  }

  .sg-paper-logo {
    justify-self: center;
  }

  .sg-paper-logo-mobile {
    justify-content: center;
    gap: 9px;
    font-size: clamp(19px, 5.25vw, 23px);
  }

  .sg-paper-logo-mobile img {
    width: 38px;
    height: 38px;
  }

  .sg-paper-logo-mobile span {
    max-width: calc(100vw - 88px);
  }

  .sg-paper-region {
    min-height: 30px;
    padding: 5px 0;
    font-size: 11px;
    line-height: 1.2;
  }

  .sg-paper-nav {
    top: 36px;
  }

  .sg-breaking-bar {
    min-height: 31px;
    gap: 8px;
    border-bottom-width: 2px;
    font-size: 11px;
  }

  .sg-breaking-label,
  .sg-breaking-bar strong {
    min-height: 24px;
    padding: 6px 8px;
    font-size: 9px;
    letter-spacing: .04em;
  }

  .sg-breaking-bar a {
    font-size: 11px;
    line-height: 1.2;
  }

  .sg-home-grid {
    padding-top: 12px;
  }

  .sg-card-row,
  .sg-card-row-primary,
  .sg-card-row-secondary,
  .sg-tag-grid,
  .sg-category-sections {
    grid-template-columns: 1fr !important;
  }

  .sg-ad-leaderboard,
  .sg-ad-inline,
  .sg-ad-feed,
  .sg-ad-sidebar,
  .sg-ad-article,
  .sg-ad-footer {
    width: 100%;
    max-width: 320px;
    min-height: 56px;
    padding: 9px 10px;
  }

  .sg-paper-footer {
    width: min(100% - 20px, 1220px);
    padding-top: 22px;
  }

  .sg-paper-footer-main {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .sg-paper-footer nav {
    gap: 9px;
  }

  .sg-paper-footer a,
  .sg-paper-footer nav span {
    font-size: 14px;
  }

  .sg-footer-social {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sg-footer-social a {
    text-align: center;
  }
}

/* V3.0.4 final structure: longer editorial nav, separate regions, Watch CTA preserved. */
.sg-paper-nav {
  gap: 12px;
}

.sg-nav-main {
  gap: clamp(8px, 1.15vw, 16px);
}

.sg-paper-nav a,
.sg-paper-nav span[data-section],
.sg-watch-nav-cta {
  font-size: 10px;
}

.sg-watch-nav-cta {
  flex: 0 0 auto;
}

@media (max-width: 1080px) {
  .sg-paper-nav a,
  .sg-paper-nav span[data-section],
  .sg-watch-nav-cta {
    font-size: 12px;
  }
}

/* V3.0.5 polish: quieter mobile announcement bar. */
@media (max-width: 680px) {
  .sg-breaking-bar {
    min-height: 26px;
    gap: 7px;
    padding: 3px 0;
    border-bottom-width: 1px;
  }

  .sg-breaking-label,
  .sg-breaking-bar strong {
    min-height: 20px;
    padding: 4px 7px;
    font-size: 8px;
    letter-spacing: .035em;
  }

  .sg-breaking-bar a {
    display: block;
    min-width: 0;
    overflow: hidden;
    color: #2f2f2f;
    font-size: 10px;
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

/* V3.0.6 controlled refinement: simplified IA, premium ticker, image-backed explore cards. */
.sg-watch-nav-cta span {
  color: rgba(255,255,255,.72);
}

.sg-home-ticker {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  margin: 0 0 18px;
  border-top: 1px solid var(--paper-hairline);
  border-bottom: 1px solid var(--paper-hairline);
  background: #fff;
  overflow: hidden;
}

.sg-home-ticker > strong {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border-right: 1px solid var(--paper-rule);
  padding: 0 14px;
  background: var(--paper-ink);
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.sg-home-ticker-window {
  min-width: 0;
  overflow: hidden;
}

.sg-home-ticker-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 28px;
  animation: sgHomeTicker 62s linear infinite;
}

.sg-home-ticker:hover .sg-home-ticker-track {
  animation-play-state: paused;
}

.sg-home-ticker-track a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: max-content;
  color: var(--paper-ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1;
}

.sg-home-ticker-track a::after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--paper-rule);
}

.sg-home-ticker-track span {
  color: var(--paper-blue);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

@keyframes sgHomeTicker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.babb-feature-home {
  width: min(100% - 48px, 1220px);
  margin: 44px auto 0;
}

.sg-home-category-sections {
  grid-template-columns: 1fr;
  gap: 42px;
  margin-top: 46px;
}

.sg-home-feature-section {
  border-top: 1px solid var(--paper-rule);
  padding-top: 18px;
}

.sg-home-feature-section .sg-category-block-head h2 a,
.sg-home-feature-section .sg-category-block-head h2 span {
  border-bottom: 0;
  padding-bottom: 0;
}

.sg-home-feature-lead {
  display: grid;
  grid-template-columns: minmax(280px, .92fr) minmax(0, 1fr);
  gap: clamp(20px, 3vw, 36px);
  align-items: center;
  margin-top: 14px;
}

.sg-home-feature-media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 1px solid var(--paper-hairline);
  background: #ece7dc;
}

.sg-home-feature-media img,
.sg-home-feature-media .sg-placeholder-image,
.sg-home-feature-media .sg-placeholder,
.sg-home-feature-media .ph {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sg-home-feature-copy h3 {
  margin: 10px 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: clamp(28px, 3vw, 44px);
  line-height: .98;
}

.sg-home-feature-copy p {
  max-width: 56ch;
  color: var(--paper-muted);
  font-size: 16px;
  line-height: 1.45;
}

.sg-home-feature-copy time,
.sg-home-feature-links time {
  color: var(--paper-muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.sg-home-feature-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--paper-hairline);
}

.sg-home-feature-links article {
  min-width: 0;
}

.sg-home-feature-links h4 {
  margin: 0 0 6px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 17px;
  line-height: 1.16;
}

@media (max-width: 900px) {
  .sg-home-ticker {
    margin-bottom: 14px;
  }

  .sg-home-ticker-track {
    gap: 20px;
    animation-duration: 48s;
  }

  .sg-home-ticker-track a {
    max-width: 78vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sg-home-feature-lead,
  .sg-home-feature-links {
    grid-template-columns: 1fr;
  }

  .babb-feature-home {
    width: min(100% - 20px, 1220px);
  }
}

/* V3.0.6 controlled header spacing polish. */
.sg-paper-region nav {
  gap: 0;
}

.sg-paper-region nav > * {
  display: inline-flex;
  align-items: center;
}

.sg-paper-region nav > * + *::before {
  content: "|";
  margin: 0 16px;
  color: var(--paper-ink);
  font-weight: 400;
}

.sg-paper-region nav a + a::before {
  content: none;
  margin-right: 0;
}

.sg-paper-nav {
  display: grid;
  grid-template-columns: minmax(96px, 1fr) auto minmax(150px, 1fr);
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  min-height: 46px;
  padding: 7px 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .02em;
}

.sg-nav-main {
  grid-column: 2;
  justify-content: center;
  gap: clamp(14px, 1.6vw, 25px);
}

.sg-paper-nav a,
.sg-paper-nav span[data-section] {
  font-size: 12px;
  line-height: 1.15;
}

.sg-paper-nav span[data-section] {
  font-size: 12px;
  font-weight: 650;
}

.sg-watch-nav-cta {
  grid-column: 3;
  justify-self: end;
  padding: 8px 13px;
  font-size: 11px;
}

@media (max-width: 1080px) {
  .sg-paper-nav {
    grid-template-columns: minmax(24px, 1fr) auto minmax(120px, 1fr);
  }

  .sg-nav-main {
    gap: clamp(10px, 1.2vw, 16px);
  }

  .sg-paper-nav a,
  .sg-paper-nav span[data-section] {
    font-size: 11px;
  }
}

@media (max-width: 900px) {
  .sg-paper-nav,
  .sg-paper-nav.is-open {
    grid-template-columns: 1fr;
  }

  .sg-nav-main,
  .sg-watch-nav-cta {
    grid-column: auto;
  }

  .sg-paper-region nav > * + *::before {
    margin: 0 12px;
  }
}

/* V3.0.6 regional row explicit divider fix. */
.sg-paper-region nav {
  gap: 13px;
  align-items: center;
}

.sg-paper-region nav > * + *::before,
.sg-paper-region nav a + a::before {
  content: none;
  margin: 0;
}

.sg-region-divider {
  color: var(--paper-ink);
  font-weight: 400;
}

/* ============================================================
   V3.0.6 controlled preview - homepage editorial lanes.
   Four image-backed .sg-paper-card cards per lane (Business & Policy,
   Creators & AI Tech, Food & Places, Events). Count classes keep short
   lanes balanced instead of leaving empty grid tracks; the partial falls
   back to latest posts so a lane never renders empty boxes.
   ============================================================ */
.sg-home-lane-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 16px;
}

.sg-home-lane-row.lane-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sg-home-lane-row.lane-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 760px;
}

.sg-home-lane-row.lane-1 {
  grid-template-columns: minmax(0, 460px);
}

.sg-home-lane-card {
  min-width: 0;
}

@media (max-width: 900px) {
  .sg-home-lane-row,
  .sg-home-lane-row.lane-1,
  .sg-home-lane-row.lane-2,
  .sg-home-lane-row.lane-3,
  .sg-home-lane-row.lane-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
  }
}

@media (max-width: 560px) {
  .sg-home-lane-row,
  .sg-home-lane-row.lane-1,
  .sg-home-lane-row.lane-2,
  .sg-home-lane-row.lane-3,
  .sg-home-lane-row.lane-4 {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   V3.0.6 controlled preview - FIX 1: remove Ghost native announcement bar.
   The gold/yellow bar at the very top is Ghost's built-in Announcement Bar
   (Admin > Settings > Announcement bar), injected into #announcement-bar-root
   above the theme. It is not theme markup, so we hide it here. Header now
   starts cleanly at the .sg-paper-topline utility row. No replacement banner.
   ============================================================ */
#announcement-bar-root,
.gh-announcement-bar,
.gh-announcement-bar-wrapper,
.gh-announcement-bar-content {
  display: none !important;
}

/* ============================================================
   V3.0.6 controlled preview - FIX 3: Build a Better Broward Sundaze TV feature band.
   Colored band (scoped to .babb-feature-home), top/bottom dividers, video card LEFT +
   copy RIGHT. Overrides only .babb-* ; the /watch/ hero player (.whp-frame*) is NOT
   touched and the /watch/ instance keeps a plain (non-band) layout. Click-to-play
   (youtube-nocookie, no autoplay) and the data-babb-playlist hooks are preserved.
   ============================================================ */
.babb-feature {
  display: block;
}

.babb-feature-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: center;
  width: 100%;
}

/* Homepage instance = branded colored band */
.babb-feature-home {
  width: 100%;
  margin: 44px 0;
  padding: clamp(34px, 4.4vw, 60px) clamp(22px, 4vw, 56px);
  background: linear-gradient(180deg, #123843 0%, #0d2730 100%);
  border-top: 3px solid #e6a93f;
  border-bottom: 3px solid #e6a93f;
  color: #fff;
}

.babb-feature-home .babb-feature-inner {
  width: min(100%, 1180px);
  margin: 0 auto;
}

.babb-feature-copy {
  min-width: 0;
  align-self: center;
}

.babb-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.babb-feature-home .babb-eyebrow { color: #e6a93f; }
.babb-feature-home .babb-feature-copy h2 { color: #fff; }
.babb-feature-home .babb-feature-copy h3 { color: #fff; }
.babb-feature-home .babb-feature-copy p { color: rgba(255, 255, 255, .82); }

.babb-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 22px;
  margin-top: 24px;
}

.babb-watch-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 0;
  padding: 14px 26px;
  background: #e6a93f;
  color: #11262e;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.babb-watch-btn span { transition: transform .15s ease; }
.babb-watch-btn:hover span { transform: translateX(3px); }

.babb-secondary-link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.babb-feature-home .babb-secondary-link { color: rgba(255, 255, 255, .78); }

.babb-feature-media {
  min-width: 0;
  align-self: center;
}

/* dark 16:9 media card - overrides the old min-height:320px black box */
.babb-player {
  min-height: 0;
  border: 0;
  background: transparent;
}

.babb-player-facade {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 6px;
  background: #0a0a0c;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .34);
}

.babb-player-thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.babb-player-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 8, 10, .04) 0%, rgba(8, 8, 10, .14) 55%, rgba(8, 8, 10, .5) 100%);
}

.babb-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .94);
  color: #0d0d0f;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .4);
  transition: transform .18s ease, background .18s ease;
}

.babb-play-button svg { width: 23px; height: 23px; margin-left: 3px; }
.babb-player-facade:hover .babb-play-button { transform: translate(-50%, -50%) scale(1.06); background: #fff; }
.babb-player-facade:focus-visible { outline: 3px solid #e6a93f; outline-offset: 3px; }

.babb-player.is-playing { aspect-ratio: 16 / 9; }

.babb-iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  border: 0;
  border-radius: 6px;
}

.babb-media-caption {
  display: block;
  margin-top: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.4;
}

.babb-feature-home .babb-media-caption { color: rgba(255, 255, 255, .74); }
.babb-media-caption strong { margin-right: 6px; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.babb-feature-home .babb-media-caption strong { color: #e6a93f; }

@media (max-width: 900px) {
  .babb-feature-inner { grid-template-columns: 1fr; align-items: start; gap: 22px; }
  .babb-feature-home { margin: 32px 0; padding: 30px 20px; }
  .babb-play-button { width: 54px; height: 54px; }
}

/* ============================================================
   V3.0.6 controlled preview - FIX 4: premium SEO/GEO About page (/about/).
   Scoped .sg-about-* selectors only - no homepage / nav / logo / Watch impact.
   ============================================================ */
.sg-about {
  display: block;
  width: min(100% - 48px, 1080px);
  margin: 0 auto;
  padding-bottom: 64px;
}

.sg-about-hero {
  padding: clamp(36px, 5vw, 64px) 0 32px;
  border-bottom: 1px solid var(--paper-hairline);
}

.sg-about-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--paper-blue);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.sg-about-hero h1 {
  margin: 0 0 20px;
  max-width: 20ch;
  color: var(--paper-ink);
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 800;
  font-size: clamp(32px, 4.8vw, 58px);
  line-height: 1.03;
}

.sg-about-lede {
  max-width: 64ch;
  margin: 0;
  color: var(--paper-muted);
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: clamp(17px, 1.9vw, 21px);
  line-height: 1.5;
}

.sg-about-section {
  padding: clamp(28px, 3.5vw, 40px) 0;
  border-bottom: 1px solid var(--paper-hairline);
}

.sg-about-section > h2,
.sg-about-cta > h2 {
  margin: 0 0 16px;
  color: var(--paper-ink);
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 800;
  font-size: clamp(23px, 2.6vw, 32px);
}

.sg-about-text {
  max-width: 70ch;
  margin: 0;
  color: var(--paper-muted);
  font-size: 17px;
  line-height: 1.55;
}

.sg-about-lanes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 8px;
}

.sg-about-lane {
  border: 1px solid var(--paper-hairline);
  background: var(--paper-surface);
  padding: 22px 22px 24px;
}

.sg-about-lane-num {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--paper-blue);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
}

.sg-about-lane h3 {
  margin: 0 0 8px;
  color: var(--paper-ink);
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 21px;
  line-height: 1.1;
}

.sg-about-lane p {
  margin: 0;
  color: var(--paper-muted);
  font-size: 15px;
  line-height: 1.5;
}

.sg-about-areas {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 8px;
}

.sg-about-area {
  border-top: 3px solid var(--paper-ink);
  padding-top: 14px;
}

.sg-about-area strong {
  display: block;
  margin-bottom: 6px;
  color: var(--paper-ink);
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
}

.sg-about-area span {
  color: var(--paper-muted);
  font-size: 14px;
  line-height: 1.5;
}

.sg-about-tv {
  margin: 40px 0;
  padding: clamp(30px, 4vw, 48px);
  background: linear-gradient(180deg, #123843 0%, #0d2730 100%);
  border-top: 3px solid #e6a93f;
  border-bottom: 3px solid #e6a93f;
  color: #fff;
}

.sg-about-eyebrow-gold { color: #e6a93f; }

.sg-about-tv h2 {
  margin: 0 0 12px;
  color: #fff;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 800;
  font-size: clamp(23px, 2.6vw, 32px);
}

.sg-about-tv p {
  max-width: 64ch;
  margin: 0 0 22px;
  color: rgba(255, 255, 255, .82);
  font-size: 17px;
  line-height: 1.55;
}

.sg-about-cta { padding: 40px 0 0; }

.sg-about-cta-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 18px;
  margin-top: 18px;
}

.sg-about-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 24px;
  border: 1px solid var(--paper-ink);
  background: var(--paper-ink);
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.sg-about-btn-ghost {
  background: transparent;
  color: var(--paper-ink);
}

.sg-about-tv .sg-about-btn {
  border-color: #e6a93f;
  background: #e6a93f;
  color: #11262e;
}

.sg-about-link {
  color: var(--paper-blue);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.sg-about-fineprint {
  margin: 26px 0 0;
  color: var(--paper-muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

.sg-about-fineprint a { color: var(--paper-blue); }

@media (max-width: 760px) {
  .sg-about-lanes,
  .sg-about-areas {
    grid-template-columns: 1fr;
  }
  .sg-about-hero h1 { max-width: none; }
}

/* ============================================================
   V3.0.6 controlled preview - FIX 5: /watch/ streaming-network redesign.
   Dark media surface scoped under .watch-page (header/footer stay white). All
   watch-rotator.js hooks, approved:true filtering, youtube-nocookie click-to-play,
   and watch-playlists.json are unchanged - template + CSS only.
   ============================================================ */
.watch-page {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 0 clamp(48px, 6vw, 88px);
  background: #0d1a20;
  color: #fff;
}

.watch-page .watch-hero2-inner,
.watch-page .watch-flagship,
.watch-page .poster-row,
.watch-page .watch-worlds {
  width: min(100% - 48px, 1280px);
  margin-left: auto;
  margin-right: auto;
}

/* 1. Hero */
.watch-hero2 {
  background:
    radial-gradient(120% 120% at 85% 0%, rgba(230, 169, 63, .10), transparent 60%),
    linear-gradient(180deg, #102530 0%, #0d1a20 100%);
  border-bottom: 1px solid rgba(255, 255, 255, .10);
}
.watch-hero2-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: center;
  padding: clamp(34px, 5vw, 64px) 0;
}
.watch-hero2-copy { min-width: 0; }
.watch-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: #e6a93f;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.watch-hero2-copy h1 {
  margin: 0 0 18px;
  color: #fff;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 800;
  font-size: clamp(44px, 7vw, 88px);
  line-height: .96;
}
.watch-hero2-dek {
  max-width: 52ch;
  margin: 0;
  color: rgba(255, 255, 255, .76);
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 1.55;
}
.watch-hero2-actions { display: flex; flex-wrap: wrap; gap: 12px 16px; margin-top: 26px; }
.watch-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 24px;
  border: 1px solid #e6a93f;
  background: #e6a93f;
  color: #11242c;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.watch-btn-ghost { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .34); }
.watch-btn-ghost:hover { border-color: #e6a93f; color: #e6a93f; }
.watch-hero2-stage { min-width: 0; }

/* 2. Featured player (.whp-*) */
.watch-page .watch-hero-player { width: 100%; }
.watch-page .whp-frame,
.watch-page .whp-frame-json,
.watch-page .whp-frame-loading {
  position: relative;
  display: block;
  width: 100%;
  min-height: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: #07080a;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 22px 50px rgba(0, 0, 0, .45);
}
.watch-page .whp-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.watch-page .whp-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(7, 8, 10, .10) 0%, rgba(7, 8, 10, .32) 45%, rgba(7, 8, 10, .82) 100%);
}
.watch-page .whp-corner-label {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  padding: 6px 10px; border-radius: 3px;
  background: rgba(13, 26, 32, .72); color: #fff;
  font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
}
.watch-page .whp-text { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: clamp(18px, 3vw, 32px); }
.watch-page .whp-pill { display: inline-block; margin-bottom: 8px; color: #e6a93f; }
.watch-page .whp-title {
  margin: 0 0 6px; color: #fff;
  font-family: Georgia, "Times New Roman", Times, serif; font-weight: 800;
  font-size: clamp(20px, 2.6vw, 30px); line-height: 1.05;
}
.watch-page .whp-dek { margin: 0; color: rgba(255, 255, 255, .78); font-size: 15px; line-height: 1.4; }
.watch-page .whp-cta { display: inline-flex; align-items: center; gap: 10px; margin-top: 16px; }
.watch-page .whp-cta-label { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.watch-page .whp-cta-icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: rgba(255, 255, 255, .94); color: #0d1a20; }
.watch-page .whp-cta-icon svg { width: 18px; height: 18px; margin-left: 2px; }
.watch-page .whp-frame:hover .whp-cta-icon { background: #e6a93f; }
.watch-page .whp-progress { position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: rgba(255, 255, 255, .18); z-index: 3; }
.watch-page .whp-progress-bar { height: 100%; background: #e6a93f; }
.watch-page .whp-iframe,
.watch-page .wvc-iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.watch-page .whp-frame:focus-visible,
.watch-page .wvc-thumb:focus-visible { outline: 3px solid #e6a93f; outline-offset: 3px; }

/* 3. Flagship (Build a Better Broward) on the dark surface */
.watch-flagship { padding: clamp(28px, 4vw, 48px) 0; border-bottom: 1px solid rgba(255, 255, 255, .10); }
.watch-page .babb-feature { padding: 0; border: 0; }
.watch-page .babb-feature-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, 1fr);
  gap: clamp(22px, 3.5vw, 44px);
  align-items: center;
  width: 100%;
}
.watch-page .babb-eyebrow { color: #e6a93f; }
.watch-page .babb-feature-copy h2,
.watch-page .babb-feature-copy h3 { color: #fff; }
.watch-page .babb-feature-copy p { color: rgba(255, 255, 255, .76); }
.watch-page .babb-series-summary,
.watch-page .babb-episode-list { margin-top: 16px; }
.watch-page .babb-episode-list h4 a { color: #fff; }
.watch-page .babb-watch-btn { background: #e6a93f; color: #11242c; border: 0; }
.watch-page .babb-secondary-link { color: rgba(255, 255, 255, .78); }
.watch-page .babb-media-caption { color: rgba(255, 255, 255, .7); }
.watch-page .babb-media-caption strong { color: #e6a93f; }

/* shared row heads */
.watch-page .watch-row,
.watch-page .watch-worlds { border-bottom: 1px solid rgba(255, 255, 255, .10); padding: clamp(26px, 3.4vw, 42px) 0; }
.watch-page .row-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 18px; margin-bottom: 18px; }
.watch-page .kicker,
.watch-page .whp-pill { color: #e6a93f; }
.watch-page .watch-row h2,
.watch-page .watch-worlds-title {
  margin: 0; color: #fff;
  font-family: Georgia, "Times New Roman", Times, serif; font-weight: 800;
  font-size: clamp(22px, 2.6vw, 30px);
}
.watch-page .watch-worlds-title { margin-bottom: 6px; }
.watch-page .row-head a { color: #e6a93f; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: 800; text-transform: uppercase; }

/* 3b. Featured Shows: poster tiles */
.watch-page .show-rail { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; }
.watch-page .show-card { display: block; border: 0; background: transparent; padding: 0; color: #fff; }
.watch-page .show-card-media {
  position: relative; aspect-ratio: 2 / 3; overflow: hidden; border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, .12); background: #16262e;
}
.watch-page .show-card-media .ph { position: absolute; inset: 0; min-height: 0; z-index: 0; }
.watch-page .show-card-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }
.watch-page .show-card-overlay-name {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
  padding: 12px 12px 14px;
  background: linear-gradient(180deg, transparent, rgba(7, 8, 10, .85));
  color: #fff; font-family: Georgia, "Times New Roman", Times, serif; font-weight: 800; font-size: 15px; line-height: 1.1;
}
.watch-page .show-card-text { padding: 10px 2px 0; }
.watch-page .show-card-text h4 { margin: 0 0 4px; color: #fff; font-family: Georgia, "Times New Roman", Times, serif; font-size: 15px; line-height: 1.12; }
.watch-page .show-card-text p { margin: 0; color: rgba(255, 255, 255, .6); font-size: 12.5px; line-height: 1.4; }
.watch-page .show-card:hover .show-card-media { border-color: #e6a93f; }

/* 4. Category rails: horizontal scroll of playable video cards */
.watch-page .watch-category-rail { border-bottom: 1px solid rgba(255, 255, 255, .08); padding: 22px 0; }
.watch-page .watch-category-rail .row-head h2 { font-size: clamp(18px, 2vw, 24px); }
.watch-page .watch-category-hero { display: none !important; }
.watch-page .watch-category-grid {
  display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch; padding-bottom: 10px; scrollbar-width: thin;
}
.watch-page .watch-category-grid > .wvc { flex: 0 0 clamp(240px, 24vw, 304px); scroll-snap-align: start; }
.watch-page .wvc { display: block; border: 1px solid rgba(255, 255, 255, .10); border-radius: 8px; overflow: hidden; background: #16262e; padding: 0; color: #fff; text-decoration: none; }
.watch-page .wvc-thumb { position: relative; display: block; width: 100%; aspect-ratio: 16 / 9; min-height: 0; overflow: hidden; background: #07080a; cursor: pointer; }
.watch-page .wvc-thumb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.watch-page .wvc-thumb-placeholder { position: absolute; inset: 0; min-height: 0; }
.watch-page .wvc-play {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  display: grid; place-items: center; width: 50px; height: 50px; border-radius: 50%;
  background: rgba(255, 255, 255, .92); color: #0d1a20; box-shadow: 0 4px 14px rgba(0, 0, 0, .4);
  transition: transform .15s ease, background .15s ease;
}
.watch-page .wvc-play svg { width: 18px; height: 18px; margin-left: 2px; }
.watch-page .wvc-thumb:hover .wvc-play { transform: translate(-50%, -50%) scale(1.08); background: #e6a93f; }
.watch-page .wvc-duration-pill { position: absolute; right: 8px; bottom: 8px; padding: 3px 7px; border-radius: 3px; background: rgba(7, 8, 10, .82); color: #fff; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: 700; }
.watch-page .wvc-body { padding: 12px 13px 14px; }
.watch-page .wvc-creator { display: flex; align-items: center; gap: 8px; margin-bottom: 6px; }
.watch-page .wvc-creator img { width: 24px; height: 24px; border-radius: 50%; object-fit: cover; }
.watch-page .wvc-creator-name,
.watch-page .wvc-category { color: #e6a93f; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.watch-page .wvc-title { margin: 6px 0 8px; color: #fff; font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; line-height: 1.18; }
.watch-page .wvc-meta { display: flex; flex-wrap: wrap; gap: 4px 10px; color: rgba(255, 255, 255, .5); font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.watch-page .wvc-link { display: inline-block; margin-top: 10px; color: #e6a93f; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.watch-page .wvc-disclosure { margin: 8px 0 0; color: rgba(255, 255, 255, .4); font-size: 11px; line-height: 1.4; }

/* empty rails self-hide (JS sets [hidden]); ensure hidden beats display:flex/grid */
.watch-page [hidden] { display: none !important; }
.watch-page .watch-category-empty { display: none !important; }

/* responsive */
@media (max-width: 1024px) {
  .watch-page .show-rail { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 860px) {
  .watch-hero2-inner,
  .watch-page .babb-feature-inner { grid-template-columns: 1fr; }
  .watch-hero2-inner { gap: 22px; padding: 28px 0; }
}
@media (max-width: 620px) {
  .watch-page .show-rail { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .watch-page .watch-category-grid > .wvc { flex-basis: 78vw; }
}

/* reduced motion */
@media (prefers-reduced-motion: reduce) {
  .watch-page .wvc-play,
  .watch-page .watch-btn span { transition: none; }
  .watch-page .watch-category-grid { scroll-behavior: auto; }
}

/* V3.0.6 SEO/GEO launch readiness: trust links, contrast, heading order, focus. */
.sg-paper-footer h2 {
  margin: 0 0 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--ink);
}

.sg-paper-footer a:focus-visible,
.sg-paper-footer button:focus-visible,
.sg-paper-header a:focus-visible,
.sg-paper-header button:focus-visible,
.watch-page a:focus-visible,
.watch-page button:focus-visible,
.sg-about a:focus-visible {
  outline: 3px solid #007a7a;
  outline-offset: 3px;
}

.watch-page .watch-hero2-dek,
.watch-page .whp-dek,
.watch-page .babb-feature-copy p,
.watch-page .babb-secondary-link,
.watch-page .babb-media-caption,
.watch-page .show-card-text p,
.watch-page .wvc-meta,
.watch-page .wvc-disclosure {
  color: rgba(255, 255, 255, .82);
}

.watch-page .wvc-creator-name,
.watch-page .wvc-category,
.watch-page .kicker,
.watch-page .whp-pill,
.watch-page .row-head a,
.watch-page .babb-eyebrow,
.watch-page .babb-media-caption strong {
  color: #f2c766;
}

.watch-btn-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, .72);
}

.sg-about-lane-num,
.sg-about-eyebrow,
.sg-about-eyebrow-gold {
  color: #8a5a00;
}

.sg-about-text,
.sg-about-lane p,
.sg-about-area span,
.sg-about-tv p,
.sg-about-fineprint {
  color: #4a4f55;
}

/* V3.0.6 static/legal page editorial polish. Scoped to page templates only. */
.sg-static-page {
  width: min(100% - 48px, 1120px);
  margin: 0 auto;
  padding: 34px 0 0;
}

.sg-static-hero {
  margin: 0 auto 34px;
  padding: 48px 0 30px;
  border-top: 1px solid var(--paper-rule);
  border-bottom: 1px solid var(--paper-hairline);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, .82), rgba(248, 246, 240, .92));
}

.sg-static-hero .container,
.sg-static-body .container-narrow,
.sg-static-page .container-narrow {
  width: min(100%, 760px);
  margin-inline: auto;
  padding-inline: 0;
}

.sg-static-hero .kicker {
  display: inline-flex;
  margin: 0 0 14px;
  color: #7b4d00;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .11em;
  line-height: 1.2;
  text-transform: uppercase;
}

.sg-static-hero h1 {
  max-width: 820px;
  margin: 0;
  color: var(--paper-ink);
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: clamp(42px, 6vw, 76px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: .96;
}

.sg-static-hero p,
.sg-static-hero .dek {
  max-width: 700px;
  margin: 18px 0 0;
  color: #3f3b35;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: clamp(18px, 2.2vw, 23px);
  line-height: 1.45;
}

.sg-static-body {
  padding: 8px 0 54px;
}

.sg-static-content {
  color: #191714;
  font-size: 19px;
  line-height: 1.76;
}

.sg-static-content > *:first-child {
  margin-top: 0;
}

.sg-static-content h2,
.sg-static-content h3,
.sg-static-content h4 {
  color: var(--paper-ink);
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 800;
  letter-spacing: 0;
}

.sg-static-content h2 {
  margin: 48px 0 14px;
  padding-top: 24px;
  border-top: 1px solid var(--paper-hairline);
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.08;
}

.sg-static-content h3 {
  margin: 30px 0 10px;
  font-size: clamp(21px, 2.4vw, 27px);
  line-height: 1.16;
}

.sg-static-content h4 {
  margin: 24px 0 8px;
  font-size: 20px;
  line-height: 1.2;
}

.sg-static-content p {
  margin: 0 0 21px;
}

.sg-static-content p,
.sg-static-content li {
  color: #2f2b25;
}

.sg-static-content a {
  color: #005f73;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: .18em;
}

.sg-static-content a:hover {
  color: #003f4d;
}

.sg-static-content ul,
.sg-static-content ol {
  margin: 20px 0 28px;
  padding-left: 1.25em;
}

.sg-static-content li {
  margin: 10px 0;
  padding-left: .25em;
}

.sg-static-content li::marker {
  color: #7b4d00;
  font-weight: 800;
}

.sg-static-content strong {
  color: var(--paper-ink);
}

.sg-static-content blockquote {
  margin: 34px 0;
  padding: 22px 0 22px 24px;
  border-left: 3px solid var(--paper-rule);
  color: #36312b;
  font-size: 22px;
  line-height: 1.45;
}

.sg-static-content hr {
  height: 1px;
  margin: 42px 0;
  border: 0;
  background: var(--paper-hairline);
}

.sg-static-page .page-feature-image {
  margin-bottom: 34px !important;
}

.sg-static-page .page-feature-image img {
  border-radius: 0 !important;
  border: 1px solid var(--paper-hairline);
}

.sg-static-page .article-tags {
  width: min(100%, 760px);
  margin: 0 auto 42px;
  padding-top: 18px;
  border-top: 1px solid var(--paper-hairline);
}

.sg-static-module {
  padding: 44px 0 34px !important;
}

.sg-static-module-tight {
  padding-top: 10px !important;
  padding-bottom: 46px !important;
}

.sg-static-page + .newsletter-module,
.sg-about + .newsletter-module {
  padding: 48px 0 70px !important;
  border-top: 1px solid var(--paper-hairline);
}

.sg-static-page + .newsletter-module .newsletter-inner,
.sg-about + .newsletter-module .newsletter-inner {
  box-shadow: none;
}

.sg-static-page a:focus-visible {
  outline: 3px solid #007a7a;
  outline-offset: 3px;
}

@media (max-width: 760px) {
  .sg-static-page {
    width: min(100% - 28px, 1120px);
    padding-top: 22px;
  }

  .sg-static-hero {
    margin-bottom: 24px;
    padding: 32px 0 24px;
  }

  .sg-static-hero h1 {
    font-size: clamp(36px, 12vw, 52px);
    line-height: 1;
  }

  .sg-static-hero p,
  .sg-static-hero .dek {
    font-size: 18px;
  }

  .sg-static-content {
    font-size: 17px;
    line-height: 1.7;
  }

  .sg-static-content h2 {
    margin-top: 38px;
    padding-top: 20px;
  }

  .sg-static-content ul,
  .sg-static-content ol {
    padding-left: 1.1em;
  }

  .sg-static-page + .newsletter-module,
  .sg-about + .newsletter-module {
    padding: 36px 0 52px !important;
  }
}

/* Launch blocker fix: keep mobile newspaper nav collapsed until the menu button opens it. */
@media (max-width: 900px) {
  .sg-paper-nav.nav-primary {
    display: none;
  }

  .sg-paper-nav.nav-primary.is-open {
    display: block;
  }
}
