:root {
  --planner-green: #094a28;
  --planner-green-dark: #05351d;
  --planner-silver: #a0a0a0;
  --planner-paper: #f7f7f4;
  --planner-ink: #111713;
  --planner-muted: #59645e;
  --planner-line: #d4dad6;
  --planner-white: #ffffff;
}

html { scroll-behavior: smooth; }
body { background: #edf1ee; color: var(--planner-ink); }
.planner-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.planner-mast {
  background: var(--planner-green-dark);
  color: var(--planner-white);
  overflow: hidden;
}
.planner-mast-grid {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(460px, 1.2fr);
  align-items: stretch;
  min-height: 560px;
}
.planner-mast-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px 56px 64px 0;
}
.planner-kicker {
  color: #d7ded9;
  font-size: .875rem;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.planner-mast h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.4rem, 7vw, 6.8rem);
  line-height: .9;
  margin: 14px 0 22px;
  max-width: 620px;
}
.planner-mast p {
  color: #e6ebe8;
  font-size: 1.12rem;
  line-height: 1.65;
  margin: 0;
  max-width: 610px;
}
.planner-mast-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.planner-mast-links a {
  border: 1px solid #ffffff70;
  border-radius: 999px;
  color: #fff;
  font-size: .875rem;
  font-weight: 850;
  padding: 9px 13px;
  text-decoration: none;
}
.planner-mast-links a:hover,
.planner-mast-links a:focus-visible { background: #fff; color: var(--planner-green-dark); }
.planner-cover {
  align-self: stretch;
  background: #151a17;
  margin: 0;
  min-height: 520px;
  overflow: hidden;
  position: relative;
}
.planner-cover img { height: 100%; object-fit: contain; width: 100%; }
.planner-cover figcaption {
  background: linear-gradient(transparent, #000c);
  bottom: 0;
  color: #fff;
  font-size: .875rem;
  font-weight: 750;
  left: 0;
  padding: 64px 24px 18px;
  position: absolute;
  right: 0;
}

.privacy-bar { background: var(--planner-silver); color: #07160e; }
.privacy-bar .planner-shell {
  align-items: center;
  display: flex;
  gap: 18px;
  min-height: 58px;
  padding-block: 10px;
}
.privacy-bar strong {
  flex: none;
  font-size: .75rem;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.privacy-bar span { font-size: .92rem; font-weight: 650; line-height: 1.45; }

.planner-main { padding: 42px 0 72px; }
.planner-intro {
  align-items: center;
  background: #fff;
  border: 1px solid var(--planner-line);
  display: grid;
  gap: 36px;
  grid-template-columns: 1fr auto;
  margin-bottom: 34px;
  padding: 30px;
}
.planner-intro h2,
.month-copy h2,
.related h2 { font-family: Georgia, "Times New Roman", serif; }
.planner-intro h2 { font-size: clamp(1.9rem, 4vw, 3rem); margin: 0 0 10px; }
.planner-intro p { color: var(--planner-muted); font-size: 1rem; line-height: 1.65; margin: 0; max-width: 720px; }
.season-numbers { display: grid; gap: 1px; grid-template-columns: repeat(3, minmax(100px, 1fr)); background: var(--planner-line); }
.season-number { background: var(--planner-paper); min-width: 112px; padding: 18px; text-align: center; }
.season-number b { color: var(--planner-green); display: block; font: 800 2rem/1 Georgia, serif; }
.season-number span { display: block; font-size: .75rem; font-weight: 850; letter-spacing: .08em; margin-top: 7px; text-transform: uppercase; }

.month-jump {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(5, 1fr);
  margin: 0 0 34px;
}
.month-jump a {
  background: var(--planner-green);
  color: #fff;
  display: block;
  font-size: .875rem;
  font-weight: 900;
  letter-spacing: .12em;
  padding: 13px 12px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.month-jump a:hover,
.month-jump a:focus-visible { background: var(--planner-green-dark); }

.month-list { display: grid; gap: 28px; }
.month-card {
  background: #fff;
  border: 1px solid var(--planner-line);
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr);
  min-height: 430px;
  overflow: hidden;
}
.month-card.reverse { grid-template-columns: minmax(300px, .55fr) minmax(0, 1.45fr); }
.month-card.reverse .month-image { order: 2; }
.month-card.reverse .month-copy { order: 1; }
.month-image { background: #171b18; margin: 0; }
.month-image a { align-items: center; display: flex; height: 100%; }
.month-image img { height: auto; object-fit: contain; width: 100%; }
.month-image figcaption { clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
.month-copy { display: flex; flex-direction: column; justify-content: center; padding: 38px; position: relative; }
.month-copy::before {
  background: var(--planner-green);
  color: #fff;
  content: attr(data-tab);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .14em;
  padding: 8px 11px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
}
.month-card.reverse .month-copy::before { left: 0; right: auto; }
.month-copy .month-year { color: var(--planner-green); font-size: .8rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.month-copy h2 { font-size: clamp(2rem, 4vw, 3.15rem); line-height: 1; margin: 8px 0 18px; }
.month-copy p { color: var(--planner-muted); font-size: 1rem; line-height: 1.65; margin: 0 0 17px; }
.score-list { border-top: 1px solid var(--planner-line); display: grid; margin-top: 7px; }
.score-list a,
.score-list span {
  align-items: center;
  border-bottom: 1px solid var(--planner-line);
  display: grid;
  font-size: .88rem;
  gap: 10px;
  grid-template-columns: 54px 1fr auto;
  padding: 10px 0;
  text-decoration: none;
}
.score-list a:hover strong,
.score-list a:focus-visible strong { color: var(--planner-green); text-decoration: underline; }
.score-list time { color: var(--planner-muted); font-size: .8rem; font-weight: 800; }
.score-list b { font-size: .875rem; }
.score-list .win { color: var(--planner-green); }
.score-list .loss { color: #8a2c22; }
.quiet-month { border-left: 4px solid var(--planner-silver); padding-left: 16px; }

.related {
  background: var(--planner-green-dark);
  color: #fff;
  margin-top: 34px;
  padding: 34px;
}
.related h2 { font-size: 2.25rem; margin: 0 0 8px; }
.related > p { color: #dce4df; line-height: 1.6; margin: 0; }
.related-grid { display: grid; gap: 10px; grid-template-columns: repeat(4, 1fr); margin-top: 24px; }
.related-grid a {
  border: 1px solid #ffffff42;
  color: #fff;
  display: flex;
  flex-direction: column;
  min-height: 112px;
  padding: 18px;
  text-decoration: none;
}
.related-grid a:hover,
.related-grid a:focus-visible { background: #fff; color: var(--planner-green-dark); }
.related-grid strong { font-size: 1rem; }
.related-grid span { font-size: .875rem; line-height: 1.45; margin-top: 7px; opacity: .78; }

.planner-note { color: var(--planner-muted); font-size: .875rem; line-height: 1.6; margin: 24px 0 0; }

@media (max-width: 920px) {
  .planner-mast-grid { grid-template-columns: 1fr; }
  .planner-mast-copy { padding: 54px 0; }
  .planner-cover { min-height: 420px; }
  .planner-intro { grid-template-columns: 1fr; }
  .month-card,
  .month-card.reverse { grid-template-columns: 1fr; }
  .month-card.reverse .month-image,
  .month-card.reverse .month-copy { order: initial; }
  .month-image { aspect-ratio: 4 / 3; }
  .month-card.reverse .month-copy::before { left: auto; right: 0; }
  .related-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .planner-shell { width: min(100% - 28px, 1180px); }
  .planner-mast-copy { padding: 42px 0; }
  .planner-mast h1 { font-size: clamp(3rem, 17vw, 4.8rem); }
  .planner-cover { min-height: 300px; }
  .privacy-bar .planner-shell { align-items: flex-start; flex-direction: column; gap: 4px; padding-block: 12px; }
  .planner-main { padding-top: 24px; }
  .planner-intro { padding: 22px; }
  .season-numbers { grid-template-columns: 1fr; width: 100%; }
  .month-jump { grid-template-columns: repeat(3, 1fr); }
  .month-copy { padding: 46px 22px 24px; }
  .month-image { aspect-ratio: 4 / 3; }
  .score-list a,
  .score-list span { grid-template-columns: 48px 1fr; }
  .score-list b { grid-column: 2; }
  .related { padding: 25px 21px; }
  .related-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
