/* Cedar Irons finale: stakes and the Clubhouse Oracle. */
.finale-hero .page-hero__title { max-width: 1050px; }
.finale-hero .page-hero__lede { max-width: 950px; }
.finale-date { color: var(--red); font-weight: 700; letter-spacing: .09em; text-transform: uppercase; font-size: 13px; margin: 18px 0 0; }
.finale-section { padding: 28px 0 0; scroll-margin-top: 90px; }
.finale-heading { font-family: var(--font-display); font-size: clamp(28px, 4vw, 40px); line-height: 1.15; color: var(--green-deepest); margin: 6px 0 12px; }
.finale-intro { font-size: 17px; line-height: 1.65; max-width: 900px; margin: 0 0 20px; }
.finale-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.finale-card { border: 1px solid var(--rule); border-top: 4px solid var(--green-deep); border-radius: 8px; padding: 23px; background: var(--cream-soft); }
.finale-card--chase { border-top-color: var(--red); }
.finale-label { display: block; text-transform: uppercase; letter-spacing: .12em; font-size: 11px; font-weight: 700; color: var(--green-deep); }
.finale-card h3 { font: 600 27px/1.15 var(--font-display); margin: 12px 0; color: var(--green-deepest); }
.finale-card p { font-size: 15px; line-height: 1.6; margin: 0; }
.finale-card p + p { margin-top: 12px; }
.finale-note { font-size: 13px; line-height: 1.6; color: var(--muted); margin: 16px 0 0; }
.finale-note a, .finale-card a, .oracle-panel a { text-decoration: underline; text-underline-offset: 3px; }
.oracle-panel { background: var(--green-deepest); color: #f5f3eb; padding: clamp(22px, 4vw, 40px); border-radius: 12px; }
.oracle-panel .finale-label { color: #bed5c4; }
.oracle-panel .finale-heading { color: #fff; }
.oracle-panel .finale-intro { color: #e2e7de; }
.oracle-panel .finale-note { color: #c0ccc0; }
.oracle-panel a { color: inherit; }
.oracle-picks { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin: 24px 0; }
.oracle-pick { border-top: 1px solid #526252; padding-top: 16px; }
.oracle-pick h3 { font: 600 25px/1.2 var(--font-display); color: #fff; margin: 10px 0; }
.oracle-percent { font: 600 46px/1.1 var(--font-display); color: #cfe8d8; margin: 12px 0; }
.oracle-pick p { line-height: 1.6; font-size: 14px; margin: 8px 0; }
.oracle-table-wrap { overflow-x: auto; margin-top: 18px; }
.oracle-table { border-collapse: collapse; width: 100%; font-size: 14px; }
.oracle-table th, .oracle-table td { padding: 12px 8px; border-bottom: 1px solid #465247; text-align: right; font-variant-numeric: tabular-nums; }
.oracle-table th { font-size: 11px; text-transform: uppercase; letter-spacing: .06em; color: #cfe8d8; }
.oracle-table th:first-child, .oracle-table td:first-child { text-align: left; }
.oracle-table td:first-child { font-weight: 600; }
.oracle-details { border-top: 1px solid #526252; margin-top: 24px; padding-top: 18px; }
.oracle-details summary { cursor: pointer; font-weight: 700; line-height: 1.5; }
.oracle-details p, .oracle-details li { font-size: 14px; line-height: 1.65; }
.oracle-duel { border-top: 1px solid #526252; margin-top: 24px; padding-top: 22px; }
.oracle-duel h3 { font: 600 27px/1.2 var(--font-display); margin: 0 0 10px; color: white; }
.oracle-duel p { font-size: 14px; line-height: 1.6; }
.oracle-duel__controls { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px; margin: 20px 0; }
.oracle-duel label { font-size: 12px; color: #cfe8d8; font-weight: 600; }
.oracle-duel select { width: 100%; display: block; margin-top: 8px; padding: 12px; border: 1px solid #69786b; border-radius: 5px; background: white; color: var(--ink); font: inherit; font-size: 16px; }
.oracle-duel__result { font: 600 23px/1.4 var(--font-display); color: #fff; }
.oracle-duel__bar { height: 9px; background: #657966; border-radius: 5px; overflow: hidden; margin: 14px 0; }
.oracle-duel__bar span { display: block; height: 100%; background: #cfe8d8; }
.finale-group-note { font-size: 13px; font-weight: 400; color: var(--muted); line-height: 1.55; margin-top: 7px; }
@media (max-width: 960px) {
  .finale-hero + .stat-strip .stat-strip__inner { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .finale-hero + .stat-strip .stat-strip__item { min-width: 0; padding: 0 8px; }
}
@media (max-width: 720px) {
  .finale-hero + .stat-strip .stat-strip__num { font-size: clamp(23px, 7vw, 32px); }
  .finale-grid, .oracle-picks, .oracle-duel__controls { grid-template-columns: 1fr; }
  .finale-section { padding-top: 22px; }
  .finale-card { padding: 20px; }
  .finale-intro { font-size: 15.5px; }
  .oracle-picks { gap: 18px; }
  .oracle-percent { font-size: 38px; }
  .oracle-table { font-size: 12px; }
  .oracle-table th, .oracle-table td { padding: 10px 5px; }
}
