:root {
  --ink: #1c1c1c;
  --yellow: #ffe500;
  --paper: #f3f3f1;
}

* { box-sizing: border-box; }
body {
  margin: 0;
  min-height: 100vh;
  background: #c8c8c8;
  color: var(--ink);
  font-family: "Oswald", "Arial Narrow", sans-serif;
}
.stage {
  width: min(720px, calc(100vw - 24px));
  margin: 24px auto 40px;
}
.poster {
  position: relative;
  background: var(--paper);
  padding: 26px 28px 22px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
h1, h2, p { margin: 0; }
h2 { text-transform: uppercase; font-weight: 700; line-height: 0.92; }

.mast {
  border-bottom: 2px solid var(--ink);
  padding: 8px 132px 10px 0;
}
.mast h1 {
  font-family: "Anton", Impact, sans-serif;
  font-size: 52px;
  font-weight: 400;
  letter-spacing: 0.4px;
  line-height: 0.85;
  white-space: nowrap;
}
.steps-rail {
  position: absolute;
  top: 18px;
  right: 14px;
  display: flex;
  align-items: flex-start;
  gap: 2px;
}
.steps-stack { display: flex; flex-direction: column; align-items: center; }
.steps-word, .steps-num {
  margin: 0;
  color: var(--yellow);
  font-family: "Anton", Impact, sans-serif;
  writing-mode: vertical-rl;
  line-height: 0.85;
}
.steps-word { font-size: 32px; height: 86px; }
.steps-num { font-size: 34px; height: 132px; margin-top: 4px; }
.steps-note {
  writing-mode: vertical-rl;
  height: 230px;
  margin: 8px 0 0;
  font-family: "Libre Baskerville", Georgia, serif;
  font-style: italic;
  font-size: 11px;
  line-height: 1.15;
}
.goods { padding-right: 118px; }

.goods {
  display: grid;
  grid-template-columns: 168px 168px 1fr;
  align-items: center;
  gap: 12px;
  border-bottom: 2px solid var(--ink);
  padding-bottom: 14px;
}
.goods h2 { font-size: 30px; }
.foods {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 10px;
  justify-items: center;
}
.dot {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--yellow);
  display: grid;
  place-items: center;
  overflow: hidden;
}
.dot svg { width: 48px; height: 48px; }
.goods ul {
  margin: 0;
  padding-left: 18px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.45;
}

.split {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 18px;
  align-items: start;
}
.bars {
  display: flex;
  align-items: flex-end;
  gap: 14px;
  height: 148px;
  padding-left: 2px;
}
.col {
  width: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.col i {
  display: block;
  width: 16px;
  background: var(--yellow);
}
.col span {
  margin-top: 4px;
  height: 72px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.3px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.hot-copy {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 8px;
}
.hot-copy h2 { font-size: 26px; width: 118px; flex: none; }
.hot-copy p, .play-copy .note, .modes p, .eat-head p, .between p, .days span {
  font-family: "Libre Baskerville", Georgia, serif;
  font-style: italic;
  font-weight: 400;
}
.hot-copy p { font-size: 12px; line-height: 1.25; width: 130px; margin-top: 4px; }

.play { display: flex; gap: 8px; align-items: flex-start; }
.play-copy h2 { font-size: 26px; }
.play-copy ol {
  margin: 10px 0 8px;
  padding-left: 18px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}
.play-copy .note { font-size: 12px; }
.pie { width: 188px; height: 188px; flex: none; }
.pie text {
  font-family: "Anton", Impact, sans-serif;
  font-size: 26px;
  fill: var(--ink);
}

.lower {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 16px;
  align-items: start;
}
.row {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 32px;
}
.row b { width: 78px; font-size: 20px; letter-spacing: 0.4px; }
.row i { display: block; height: 22px; background: var(--yellow); }
.modes p { margin-top: 6px; font-size: 12px; }

.eat {
  background: var(--yellow);
  padding: 12px 12px 10px;
}
.eat-head { display: flex; align-items: flex-start; gap: 10px; }
.eat-head h2 { font-size: 22px; width: 132px; flex: none; line-height: 0.95; }
.eat-head p { font-size: 12px; line-height: 1.25; width: 130px; margin-top: 2px; }
.ranks {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 4px;
}
.rank { width: 36px; display: flex; flex-direction: column; align-items: center; }
.stars { display: flex; flex-direction: column-reverse; align-items: center; gap: 1px; min-height: 62px; }
.stars svg { width: 11px; height: 11px; display: block; }
.rank span {
  margin-top: 3px;
  height: 78px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.2px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.week { position: relative; margin-top: 4px; }
.week h2 {
  position: absolute;
  left: 8px;
  top: 0;
  font-size: 22px;
  width: 210px;
  z-index: 1;
}
.week svg { display: block; width: 100%; height: 168px; }
.days {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 18px;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  pointer-events: none;
}

.times {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 8px;
  margin-top: -6px;
}
.clock {
  font-family: "Anton", Impact, sans-serif;
  font-size: 58px;
  letter-spacing: 0.5px;
  line-height: 0.9;
  white-space: nowrap;
}
.between { text-align: center; }
.between p { font-size: 13px; line-height: 1.25; }
.between svg { width: 132px; height: 16px; margin-top: 2px; }

@media (max-width: 720px) {
  .mast h1 { font-size: 34px; }
  .clock { font-size: 36px; }
  .goods { grid-template-columns: 120px 1fr; }
  .goods ul { grid-column: 2; }
  .split, .lower { grid-template-columns: 1fr; }
}
