:root {
  --watch-ink: #11171a;
  --watch-muted: #58666b;
  --watch-line: #b9c7c3;
  --watch-red: #d71920;
  --watch-green: #087e59;
  --watch-blue: #247bb5;
  --watch-gold: #d5a517;
  --watch-paper: #f4f2ed;
  --watch-panel: #ffffff;
  --watch-shadow: 0 18px 44px rgba(16, 31, 27, .11);
}

.watch-guide-page {
  color: var(--watch-ink);
  background:
    radial-gradient(circle at 8% 4%, rgba(8, 126, 89, .08), transparent 28rem),
    var(--watch-paper);
}

.watch-guide-page * {
  box-sizing: border-box;
}

/* The full-footer shell sets every main element to width:100%. This scoped,
   higher-specificity rule restores the Watch Guide's editorial measure. */
.watch-guide-page.mwb-full-footer-page > main.watch-main,
.watch-guide-page > main.watch-main {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto 64px;
}

.watch-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(250px, .55fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  margin-top: 24px;
  padding: clamp(34px, 5vw, 62px);
  border: 1px solid var(--watch-line);
  border-top: 7px solid var(--watch-green);
  background:
    linear-gradient(125deg, rgba(255, 255, 255, .99) 0 62%, rgba(224, 239, 234, .94) 100%),
    var(--watch-panel);
  box-shadow: var(--watch-shadow);
}

.watch-hero h1 {
  max-width: 760px;
  margin: 10px 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(50px, 6vw, 76px);
  line-height: .96;
  letter-spacing: -.035em;
}

.watch-hero p {
  max-width: 720px;
  margin: 0;
  color: var(--watch-muted);
  font-size: 16px;
  line-height: 1.62;
}

.watch-hero-actions {
  display: grid;
  gap: 10px;
  align-self: center;
  width: 100%;
}

.watch-all-reviews {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  width: 100%;
  min-height: 58px;
  padding: 15px 18px;
  border: 1px solid var(--watch-ink);
  color: var(--watch-ink);
  background: #fff;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease;
}

.watch-all-reviews:hover,
.watch-all-reviews:focus-visible {
  color: #fff;
  background: var(--watch-ink);
  transform: translateY(-2px);
}

.watch-all-reviews.is-radar {
  color: #fff;
  border-color: var(--watch-green);
  background: var(--watch-green);
}

.watch-all-reviews.is-radar:hover,
.watch-all-reviews.is-radar:focus-visible {
  border-color: var(--watch-ink);
  background: var(--watch-ink);
}

.watch-controls {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  padding: 10px;
  border: 1px solid var(--watch-line);
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 8px 24px rgba(16, 31, 27, .06);
}

.watch-tracker-bridge {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  gap: 20px 30px;
  align-items: center;
  margin-top: 20px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid #287890;
  border-radius: 22px;
  color: #f5fcff;
  background: linear-gradient(120deg, #102838, #143b52 68%, #115962);
  box-shadow: var(--watch-shadow);
}

.watch-tracker-bridge > * { min-width: 0; }
.watch-tracker-kicker { color: #8de8e7; font-size: 12px; font-weight: 900; letter-spacing: .09em; }
.watch-tracker-bridge h2 { margin: 7px 0 10px; color: #fff; font-size: clamp(25px, 3vw, 36px); line-height: 1.1; }
.watch-tracker-bridge p { margin: 0; color: #d6e6ec; font-size: 14px; line-height: 1.55; }
.watch-tracker-actions { display: grid; gap: 12px; }
.watch-tracker-open {
  display: flex; align-items: center; justify-content: space-between; gap: 15px;
  min-height: 56px; padding: 16px 18px; border: 2px solid #8de8e7; border-radius: 12px;
  color: #092b38; background: #8de8e7; font-weight: 900; line-height: 1.25; text-decoration: none;
  transition: color .18s ease, background .18s ease, border-color .18s ease;
}
.watch-tracker-open > span { min-width: 0; overflow-wrap: anywhere; }
.watch-tracker-open:hover, .watch-tracker-open:focus-visible { color: #092b38; background: #fff; border-color: #fff; }
.watch-tracker-bridge .watch-tracker-status { font-size: 12px; overflow-wrap: anywhere; }
.watch-tracker-bridge[data-tracker-state="stale"] .watch-tracker-status,
.watch-tracker-bridge[data-tracker-state="error"] .watch-tracker-status,
.watch-tracker-bridge[data-tracker-state="partial"] .watch-tracker-status,
.watch-tracker-bridge[data-tracker-state="unknown"] .watch-tracker-status { color: #ffe1a2; }
.watch-tracker-retry { justify-self: start; min-height: 40px; padding: 8px 13px; border: 1px solid #94b8c9; border-radius: 9px; color: #fff; background: #173a4a; font: inherit; font-size: 12px; font-weight: 800; cursor: pointer; }
.watch-tracker-retry:hover, .watch-tracker-retry:focus-visible { color: #0f2c39; background: #fff; border-color: #fff; }
.watch-tracker-retry:disabled { cursor: wait; opacity: .7; }
.watch-tracker-credit { grid-column: 1 / -1; color: #bed1db; font-size: 11px; }
.watch-tracker-credit a { color: #d7fbff; text-decoration: underline; text-underline-offset: 3px; }
.watch-tracker-credit a:hover, .watch-tracker-credit a:focus-visible { color: #fff; }
.watch-tracker-open:focus-visible, .watch-tracker-retry:focus-visible, .watch-tracker-credit a:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }

.watch-controls > div {
  display: flex;
  gap: 8px;
}

.watch-controls button {
  min-height: 42px;
  padding: 9px 17px;
  border: 1px solid #9eaaa7;
  border-radius: 999px;
  color: var(--watch-ink);
  background: #fff;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  transition: color .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.watch-controls button:hover,
.watch-controls button:focus-visible {
  border-color: var(--watch-green);
  box-shadow: 0 0 0 3px rgba(8, 126, 89, .12);
}

.watch-controls button[aria-pressed="true"] {
  color: #fff;
  border-color: var(--watch-green);
  background: var(--watch-green);
}

.watch-pick {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(330px, .8fr);
  min-height: 480px;
  margin-top: 16px;
  overflow: hidden;
  color: #fff;
  border: 1px solid #233136;
  background: #10171a;
  box-shadow: var(--watch-shadow);
}

.watch-pick-media {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  background: #172125;
}

.watch-pick-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.watch-pick-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 54%, #10171a 100%);
  pointer-events: none;
}

.watch-pick-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(30px, 4vw, 46px);
}

.watch-pick-copy h2 {
  margin: 10px 0 14px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4vw, 48px);
  line-height: 1;
  letter-spacing: -.025em;
}

.watch-pick-copy p {
  margin: 0;
  color: #d0d9dc;
  font-size: 15px;
  line-height: 1.62;
}

.watch-signals {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 20px 0;
}

.watch-signals span {
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 13px;
  border-top: 3px solid var(--watch-green);
  background: #202a2e;
}

.watch-signals span:last-child {
  border-color: var(--watch-blue);
}

.watch-signals span.is-pending {
  border-color: var(--watch-gold);
}

.watch-signals b {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
}

.watch-signals small {
  overflow-wrap: anywhere;
  color: #c1cccf;
  font-size: 9px;
  font-weight: 900;
  line-height: 1.35;
}

.watch-pick-copy > a {
  width: fit-content;
  min-height: 46px;
  padding: 13px 17px;
  color: var(--watch-ink);
  background: #fff;
  font-weight: 900;
  text-decoration: none;
  transition: color .18s ease, background .18s ease;
}

.watch-pick-copy > a:hover,
.watch-pick-copy > a:focus-visible {
  color: #fff;
  background: var(--watch-green);
}

.watch-grid-section {
  margin-top: 24px;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid var(--watch-line);
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 12px 32px rgba(16, 31, 27, .07);
}

.watch-grid-section > header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: end;
  padding-bottom: 16px;
  border-bottom: 3px solid var(--watch-ink);
}

.watch-grid-section h2,
.watch-schedule h2 {
  margin: 6px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(31px, 3.6vw, 42px);
  line-height: 1.03;
  letter-spacing: -.025em;
}

.watch-grid-section > header > strong {
  display: grid;
  place-items: center;
  min-width: 50px;
  min-height: 50px;
  padding: 8px;
  border: 2px solid var(--watch-green);
  border-radius: 999px;
  color: #fff;
  background: var(--watch-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  line-height: 1;
}

.watch-status {
  margin: 16px 0 0;
  padding: 12px 14px;
  border: 1px solid #d4bf72;
  color: #4d5356;
  background: #fff7d9;
  font-size: 13px;
  font-weight: 750;
}

.watch-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.watch-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #b8c3c0;
  border-top: 5px solid var(--watch-green);
  background: #fff;
  box-shadow: 0 8px 20px rgba(16, 31, 27, .06);
  transition: transform .2s ease, box-shadow .2s ease;
}

.watch-card.is-preview {
  border-top-color: var(--watch-gold);
}

.watch-card:hover,
.watch-card:focus-within {
  box-shadow: 0 16px 30px rgba(16, 31, 27, .12);
  transform: translateY(-3px);
}

.watch-card-media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #1b2428;
}

.watch-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
}

.watch-card:hover .watch-card-media img,
.watch-card:focus-within .watch-card-media img {
  transform: scale(1.025);
}

.watch-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px;
}

.watch-card-body > small {
  color: var(--watch-red);
  font-size: 9px;
  font-weight: 950;
  line-height: 1.35;
}

.watch-card h3 {
  margin: 8px 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  line-height: 1.05;
}

.watch-card h3 a {
  color: inherit;
  text-decoration: none;
}

.watch-card p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: var(--watch-muted);
  font-size: 13px;
  line-height: 1.52;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.watch-card footer {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: end;
  margin-top: auto;
  padding-top: 18px;
}

.watch-card footer strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
}

.watch-card footer a {
  color: var(--watch-green);
  font-size: 11px;
  font-weight: 900;
}

.watch-schedule {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(360px, 1.22fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
  margin-top: 24px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid #d4c68f;
  border-top: 6px solid var(--watch-red);
  background:
    linear-gradient(120deg, rgba(255, 247, 219, .98), rgba(255, 255, 255, .95)),
    #fff2cf;
  box-shadow: 0 12px 32px rgba(58, 42, 8, .07);
}

.watch-schedule p {
  max-width: 520px;
  margin: 12px 0 0;
  color: #5e5745;
  line-height: 1.5;
}

.watch-schedule nav {
  display: grid;
  gap: 10px;
}

.watch-schedule a {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-height: 70px;
  padding: 15px 16px;
  border: 1px solid #c7b983;
  color: var(--watch-ink);
  background: #fff;
  text-decoration: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.watch-schedule a:hover,
.watch-schedule a:focus-visible {
  border-color: var(--watch-red);
  box-shadow: inset 5px 0 var(--watch-red);
  transform: translateX(2px);
}

.watch-schedule a span {
  color: #465055;
  font-size: 12px;
  line-height: 1.35;
}

@media (max-width: 900px) {
  .watch-pick,
  .watch-schedule {
    grid-template-columns: 1fr;
  }

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

  .watch-pick-media::after {
    background: linear-gradient(0deg, #10171a 0, transparent 50%);
  }
}

@media (max-width: 760px) {
  .watch-tracker-bridge { grid-template-columns: minmax(0, 1fr); gap: 18px; border-radius: 16px; }
  .watch-guide-page.mwb-full-footer-page > main.watch-main,
  .watch-guide-page > main.watch-main {
    width: min(1180px, calc(100% - 24px));
    margin-bottom: 44px;
  }

  .watch-hero {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-top: 14px;
    padding: 30px 22px;
    border-top-width: 5px;
  }

  .watch-hero h1 {
    margin-bottom: 14px;
    font-size: clamp(40px, 12vw, 52px);
  }

  .watch-hero p {
    font-size: 15px;
  }

  .watch-hero-actions,
  .watch-all-reviews {
    width: 100%;
  }

  .watch-controls {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .watch-controls::-webkit-scrollbar {
    display: none;
  }

  .watch-controls > div {
    flex: 0 0 auto;
  }

  .watch-pick-media {
    min-height: 270px;
  }

  .watch-pick-copy {
    padding: 27px 20px;
  }

  .watch-pick-copy h2 {
    font-size: 36px;
  }

  .watch-pick-copy p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }

  .watch-grid-section {
    padding: 20px 16px;
  }

  .watch-grid-section > header {
    gap: 12px;
    align-items: start;
  }

  .watch-grid-section h2,
  .watch-schedule h2 {
    font-size: clamp(29px, 9vw, 38px);
  }

  .watch-grid-section > header > strong {
    min-width: 44px;
    min-height: 44px;
    font-size: 20px;
  }

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

  .watch-schedule {
    padding: 26px 18px;
  }
}

@media (max-width: 390px) {
  .watch-controls button {
    padding-inline: 14px;
  }

  .watch-signals {
    grid-template-columns: 1fr;
  }

  .watch-schedule a {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .watch-schedule a > span {
    grid-column: 1 / -1;
    grid-row: 2;
  }
}

@media (prefers-reduced-motion: reduce) {
  .watch-tracker-open { transition: none; }
  .watch-all-reviews,
  .watch-card,
  .watch-card-media img,
  .watch-pick-copy > a,
  .watch-schedule a {
    transition: none;
  }
}
