.replay-page {
  --replay-gutter: clamp(26px, 5vw, 72px);
  background: var(--cream);
}

.replay-alert {
  position: relative;
  z-index: 120;
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 9px 24px;
  background: var(--coral);
  color: var(--ink);
  gap: 10px;
  font-family: "Geist Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.075em;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
}

.replay-alert-pulse {
  width: 8px;
  height: 8px;
  background: var(--ink);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(5, 5, 5, 0.42);
  animation: replay-pulse 1.8s infinite;
  flex: 0 0 auto;
}

.replay-alert a {
  font-weight: 760;
  text-underline-offset: 3px;
}

.replay-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 4.2vw, 60px) 0 clamp(50px, 6vw, 82px);
  background-color: var(--cream);
  background-image: radial-gradient(rgba(5, 5, 5, 0.075) 0.75px, transparent 0.75px);
  background-size: 8px 8px;
}

.replay-hero::after {
  position: absolute;
  right: 3vw;
  top: 8%;
  width: clamp(70px, 8vw, 120px);
  height: 10px;
  content: "";
  background: var(--coral);
  box-shadow: 0 17px 0 var(--lilac), 0 34px 0 var(--lime);
  transform: rotate(-5deg);
}

.replay-hero-shape {
  position: absolute;
  z-index: 0;
  display: block;
  pointer-events: none;
}

.replay-hero-shape--lime {
  left: -9vw;
  top: 18%;
  width: clamp(160px, 24vw, 380px);
  aspect-ratio: 1;
  border: 1px solid rgba(5, 5, 5, 0.14);
  background: var(--lime);
  border-radius: 50%;
}

.replay-hero-shape--lilac {
  right: -11vw;
  bottom: 8%;
  width: clamp(220px, 32vw, 500px);
  aspect-ratio: 1.35;
  border: 1px solid rgba(5, 5, 5, 0.14);
  background: var(--lilac);
  border-radius: 48% 52% 36% 64% / 52% 32% 68% 48%;
  transform: rotate(9deg);
}

.replay-hero-inner {
  position: relative;
  z-index: 1;
}

.replay-heading {
  width: min(1220px, 100%);
  margin: 0 auto clamp(28px, 3.5vw, 44px);
  text-align: center;
}

.replay-preheadline,
.replay-section-label,
.replay-cta-kicker {
  font-family: "Geist Mono", monospace;
  font-size: 12px;
  font-weight: 720;
  letter-spacing: 0.15em;
  line-height: 1.35;
  text-transform: uppercase;
}

.replay-preheadline {
  display: inline-flex;
  align-items: center;
  padding: 8px 13px;
  margin-bottom: 17px;
  border: 1px solid var(--ink);
  background: var(--lime);
  border-radius: 999px;
  box-shadow: 4px 4px 0 var(--ink);
  transform: rotate(-1.5deg);
}

.replay-heading h1 {
  max-width: 12.8ch;
  margin: 0 auto 18px;
  font-size: clamp(52px, 6.4vw, 98px);
  font-weight: 660;
  letter-spacing: -0.075em;
  line-height: 0.88;
  text-wrap: balance;
}

.replay-subheadline {
  max-width: 860px;
  margin: 0 auto;
  color: #3c3b37;
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.4;
  text-wrap: pretty;
}

.replay-video-stage {
  position: relative;
  overflow: hidden;
  width: min(1180px, 100%);
  margin-inline: auto;
  border: 1px solid #2e2e2b;
  background: #0d0d0d;
  border-radius: clamp(18px, 2.5vw, 34px);
  box-shadow: 16px 18px 0 var(--ink), 0 45px 100px rgba(5, 5, 5, 0.28);
}

.replay-video-chrome {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  padding: 12px 18px;
  border-bottom: 1px solid #292929;
  color: #aaa9a4;
  gap: 16px;
  font-family: "Geist Mono", monospace;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.replay-video-chrome span:first-child {
  display: flex;
  align-items: center;
  gap: 7px;
}

.replay-video-chrome i {
  width: 8px;
  height: 8px;
  background: var(--coral);
  border-radius: 50%;
}

.replay-video-chrome i:nth-child(2) { background: var(--yellow); }
.replay-video-chrome i:nth-child(3) { margin-right: 8px; background: var(--mint); }

.replay-video-stage iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  background: #000;
}

.replay-video-meta {
  display: flex;
  width: min(1180px, 100%);
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  margin-inline: auto;
  color: rgba(5, 5, 5, 0.55);
  gap: 24px;
  font-family: "Geist Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.replay-video-meta a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 9px 14px;
  border: 1px solid var(--ink);
  background: var(--lime);
  border-radius: 999px;
  box-shadow: 3px 3px 0 var(--ink);
  color: var(--ink);
  gap: 8px;
  font-size: 11px;
  font-weight: 780;
  text-decoration: none;
  transition: box-shadow 160ms var(--ease-out), transform 160ms var(--ease-out);
}

.replay-video-meta a:hover {
  box-shadow: 5px 5px 0 var(--coral);
  transform: translate(-1px, -1px);
}

.replay-cta-band {
  position: relative;
  padding: clamp(52px, 7vw, 92px) 0;
  background: var(--paper);
}

.replay-cta-band--top::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: clamp(8px, 1.2vw, 18px);
  content: "";
  background: var(--coral);
}

.replay-cta-panel {
  display: grid;
  align-items: center;
  padding: clamp(30px, 4.8vw, 64px);
  border: 1px solid var(--ink);
  background: var(--lime);
  border-radius: 28px;
  box-shadow: 10px 10px 0 var(--ink);
  gap: clamp(28px, 5vw, 76px);
  grid-template-columns: minmax(0, 1fr) auto;
}

.replay-cta-kicker {
  display: block;
  margin-bottom: 14px;
}

.replay-cta-panel h2,
.replay-final-panel h2 {
  max-width: 16ch;
  margin-bottom: 15px;
  font-size: clamp(38px, 5.5vw, 74px);
  letter-spacing: -0.06em;
  line-height: 0.95;
  text-wrap: pretty;
}

.replay-cta-panel p,
.replay-final-panel p {
  max-width: 64ch;
  margin-bottom: 0;
  color: #343431;
  font-size: clamp(17px, 1.55vw, 20px);
  line-height: 1.55;
}

.replay-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.replay-button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 15px 24px;
  border: 1px solid var(--ink);
  background: var(--ink);
  border-radius: 999px;
  box-shadow: 0 0 0 var(--ink);
  color: #fff;
  gap: 18px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: box-shadow 180ms var(--ease-out), transform 180ms var(--ease-out);
}

button.replay-button {
  font-family: inherit;
}

.replay-button:hover {
  box-shadow: 5px 5px 0 var(--coral);
  transform: translate(-2px, -2px);
}

.replay-button:active {
  box-shadow: none;
  transform: scale(0.98);
}

.replay-button span {
  font-size: 21px;
  transition: transform 180ms var(--ease-out);
}

.replay-button:hover span { transform: translateX(4px); }

.replay-button--member {
  border-color: var(--ink);
  background: var(--paper);
  color: var(--ink);
}

.replay-button--member:hover { box-shadow: 5px 5px 0 var(--lilac); }

.replay-chapters {
  padding: clamp(74px, 9vw, 126px) 0;
  border-top: 1px solid rgba(5, 5, 5, 0.14);
  background: var(--soft);
}

.replay-chapters-heading {
  display: grid;
  align-items: end;
  margin-bottom: clamp(38px, 6vw, 72px);
  gap: 32px;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
}

.replay-section-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  color: #5e5d58;
  gap: 10px;
}

.replay-section-label::before {
  width: 10px;
  height: 10px;
  content: "";
  background: var(--coral);
  border-radius: 50%;
}

.replay-chapters-heading h2 {
  max-width: 14ch;
  margin-bottom: 0;
  font-size: clamp(46px, 6.8vw, 92px);
  letter-spacing: -0.07em;
  line-height: 0.9;
  text-wrap: pretty;
}

.replay-chapters-heading > p {
  max-width: 39ch;
  margin: 0 0 4px auto;
  color: var(--muted);
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.5;
}

.replay-ledger-wrap {
  width: min(1480px, calc(100% - clamp(28px, 4vw, 64px)));
  margin-inline: auto;
}

.replay-value-ledger .replay-chapters-heading {
  align-items: start;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
}

.replay-value-ledger .replay-chapters-heading h2 {
  max-width: 13ch;
}

.replay-software-floor {
  display: grid;
  align-items: center;
  padding: 18px 22px;
  margin-bottom: 22px;
  border: 1px solid var(--ink);
  background: var(--ink);
  box-shadow: 7px 7px 0 var(--coral);
  color: #fff;
  gap: 12px 22px;
  grid-template-columns: auto minmax(240px, 0.9fr) minmax(300px, 1.3fr);
}

.replay-software-floor > span {
  padding: 7px 10px;
  background: var(--lime);
  border-radius: 999px;
  color: var(--ink);
  font-family: "Geist Mono", monospace;
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  white-space: nowrap;
}

.replay-software-floor > strong {
  font-size: clamp(20px, 2vw, 28px);
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.replay-software-floor > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.45;
}

.replay-software-floor em {
  color: var(--lime);
  font-style: normal;
  font-weight: 760;
}

.replay-value-grid {
  display: grid;
  align-items: start;
  gap: 18px;
  grid-template-columns: minmax(310px, 0.76fr) repeat(2, minmax(0, 1fr));
}

.replay-value-column {
  min-width: 0;
}

.replay-value-column--timestamps {
  display: flex;
  align-self: stretch;
  flex-direction: column;
}

.replay-column-head {
  position: sticky;
  z-index: 4;
  top: 0;
  padding: 22px;
  border: 1px solid var(--ink);
  background: var(--coral);
  box-shadow: 6px 6px 0 var(--ink);
}

.replay-column-head--lime { background: var(--lime); }
.replay-column-head--lilac { background: var(--lilac); }

.replay-column-head > span {
  display: block;
  margin-bottom: 10px;
  font-family: "Geist Mono", monospace;
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.replay-column-head h3 {
  margin: 0 0 10px;
  font-size: clamp(30px, 3vw, 44px);
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.replay-column-head p {
  margin: 0;
  color: #302f2c;
  font-size: 15px;
  line-height: 1.45;
}

.replay-value-column--timestamps .replay-timeline {
  margin-top: 18px;
}

.replay-value-column--timestamps .replay-timeline button {
  min-height: 0;
  align-items: start;
  padding: 18px 10px 18px 0;
  gap: 9px 14px;
  grid-template-columns: minmax(0, 1fr) 44px;
}

.replay-value-column--timestamps .replay-timeline button:hover,
.replay-value-column--timestamps .replay-timeline button.is-active {
  padding-left: 14px;
}

.replay-value-column--timestamps .replay-time {
  grid-column: 1;
  grid-row: 1;
}

.replay-value-column--timestamps .replay-chapter-copy {
  padding-right: 4px;
  grid-column: 1 / -1;
  grid-row: 2;
  font-size: 15px;
}

.replay-value-column--timestamps .replay-play {
  width: 40px;
  height: 40px;
  grid-column: 2;
  grid-row: 1;
}

.replay-timestamp-after {
  position: sticky;
  top: 238px;
  padding: 24px;
  margin-top: 24px;
  border: 1px solid var(--ink);
  background: var(--ink);
  box-shadow: 7px 7px 0 var(--lime);
  color: #fff;
}

.replay-timestamp-after > span {
  display: block;
  margin-bottom: 12px;
  color: var(--lime);
  font-family: "Geist Mono", monospace;
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.replay-timestamp-after > strong {
  display: block;
  margin-bottom: 14px;
  font-size: clamp(25px, 2.3vw, 35px);
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.replay-timestamp-after > p {
  margin: 0;
  color: #c9c8c1;
  font-size: 15px;
  line-height: 1.5;
}

.replay-timestamp-after-actions {
  display: grid;
  margin-top: 20px;
  gap: 10px;
}

.replay-timestamp-after-actions a,
.replay-timestamp-after-actions button {
  display: flex;
  width: 100%;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  padding: 11px 14px;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 999px;
  color: var(--ink);
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  font-weight: 720;
  line-height: 1.15;
  text-align: left;
  text-decoration: none;
}

.replay-timestamp-after-actions button {
  background: var(--lime);
  border-color: var(--lime);
}

.replay-feature-group {
  margin-top: 18px;
  border: 1px solid var(--ink);
  background: #fff;
  box-shadow: 6px 6px 0 var(--ink);
}

.replay-feature-group-head {
  display: flex;
  min-height: 94px;
  align-items: center;
  padding: 18px;
  border-bottom: 1px solid var(--ink);
  background: var(--lime);
  gap: 14px;
}

.replay-feature-group--dark .replay-feature-group-head {
  background: var(--ink);
  color: #fff;
}

.replay-feature-group--coral .replay-feature-group-head { background: var(--coral); }
.replay-feature-group--lilac .replay-feature-group-head { background: var(--lilac); }
.replay-feature-group--media .replay-feature-group-head { background: var(--yellow); }

.replay-feature-group-head > span {
  display: grid;
  width: 45px;
  height: 45px;
  flex: 0 0 45px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: "Geist Mono", monospace;
  font-size: 12px;
  font-weight: 780;
  place-items: center;
}

.replay-feature-group-head small {
  display: block;
  margin-bottom: 5px;
  font-family: "Geist Mono", monospace;
  font-size: 9px;
  font-weight: 730;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.replay-feature-group-head h4 {
  margin: 0;
  font-size: clamp(23px, 2.2vw, 31px);
  letter-spacing: -0.045em;
  line-height: 1;
}

.replay-value-card {
  position: relative;
  padding: 20px;
  border-bottom: 1px solid #d7d4ca;
  background: #fff;
}

.replay-value-card:last-child { border-bottom: 0; }

.replay-value-card::before {
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 20px;
  width: 3px;
  content: "";
  background: var(--coral);
}

.replay-feature-group--dark .replay-value-card::before { background: var(--ink); }
.replay-feature-group--coral .replay-value-card::before { background: #b43b32; }
.replay-feature-group--lilac .replay-value-card::before { background: #7250ce; }
.replay-feature-group--media .replay-value-card::before { background: #b27b00; }

.replay-feature-tag {
  display: block;
  margin-bottom: 8px;
  color: #67655e;
  font-family: "Geist Mono", monospace;
  font-size: 9px;
  font-weight: 760;
  letter-spacing: 0.105em;
  line-height: 1.4;
  text-transform: uppercase;
}

.replay-value-card h5 {
  margin: 0 0 13px;
  font-size: clamp(20px, 1.75vw, 25px);
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.replay-value-card p {
  margin: 0 0 10px;
  color: #44433e;
  font-size: 15px;
  line-height: 1.5;
}

.replay-value-card p > strong {
  display: block;
  margin-bottom: 2px;
  color: #5a5851;
  font-family: "Geist Mono", monospace;
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.replay-value-card .replay-promise {
  padding: 12px;
  margin: 14px 0 0;
  border: 1px solid #c9c5b8;
  background: var(--cream);
  color: var(--ink);
  font-weight: 620;
}

.replay-value-card .replay-promise > strong {
  color: #91451f;
}

.replay-timeline {
  padding: 0;
  margin: 0;
  border-top: 2px solid var(--ink);
  list-style: none;
}

.replay-timeline li {
  --chapter-accent: #b43b32;
  border-bottom: 1px solid #cbc9c2;
}

.replay-timeline li:nth-child(4n + 2) { --chapter-accent: #7250ce; }
.replay-timeline li:nth-child(4n + 3) { --chapter-accent: #3f6e1e; }
.replay-timeline li:nth-child(4n + 4) { --chapter-accent: #91451f; }

.replay-timeline button {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 104px;
  align-items: center;
  padding: 22px 20px 22px 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  gap: clamp(20px, 4vw, 54px);
  grid-template-columns: 120px minmax(0, 1fr) 48px;
  text-align: left;
  transition: background-color 180ms ease, padding 220ms var(--ease-out);
}

.replay-timeline button::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 0;
  content: "";
  background: var(--chapter-accent);
  transform: translateY(-50%);
  transition: height 220ms var(--ease-out);
}

.replay-timeline button:hover,
.replay-timeline button.is-active {
  padding-left: 24px;
  background: #fff;
}

.replay-timeline button:hover::before,
.replay-timeline button.is-active::before { height: 72%; }

.replay-time {
  color: var(--chapter-accent);
  font-family: "Geist Mono", monospace;
  font-size: clamp(14px, 1.2vw, 16px);
  font-weight: 760;
  letter-spacing: 0.04em;
}

.replay-chapter-copy {
  color: #33332f;
  font-size: clamp(16px, 1.55vw, 19px);
  line-height: 1.48;
}

.replay-chapter-copy strong {
  color: var(--ink);
  font-weight: 720;
}

.replay-chapter-copy code {
  padding: 2px 5px;
  background: var(--cream);
  border-radius: 4px;
  color: var(--ink);
  font-family: "Geist Mono", monospace;
  font-size: 0.82em;
}

.replay-play {
  position: relative;
  display: inline-grid;
  width: 43px;
  height: 43px;
  border: 1px solid #b7b5ae;
  border-radius: 50%;
  color: transparent;
  font-size: 0;
  place-items: center;
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms var(--ease-out);
}

.replay-play::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  margin: 0;
  border-bottom: 6px solid transparent;
  border-left: 9px solid var(--ink);
  border-top: 6px solid transparent;
  content: "";
  transform: translate(-42%, -50%);
}

.replay-timeline button:hover .replay-play,
.replay-timeline button.is-active .replay-play {
  border-color: var(--ink);
  background: var(--chapter-accent);
  transform: rotate(-5deg) scale(1.06);
}

.replay-status {
  min-height: 24px;
  margin: 18px 0 0;
  color: var(--muted);
  font-family: "Geist Mono", monospace;
  font-size: 12px;
  text-align: right;
}

.replay-final-cta {
  overflow: hidden;
  padding: clamp(72px, 9vw, 126px) 0;
  background: var(--paper);
}

.replay-final-panel {
  position: relative;
  display: grid;
  overflow: hidden;
  align-items: center;
  padding: clamp(38px, 6.4vw, 88px);
  background: var(--ink);
  border-radius: 34px;
  color: #fff;
  gap: clamp(32px, 7vw, 100px);
  grid-template-columns: minmax(150px, 0.4fr) minmax(0, 1fr);
}

.replay-final-panel::before {
  position: absolute;
  right: -100px;
  top: -130px;
  width: 360px;
  aspect-ratio: 1;
  border: 55px solid var(--lilac);
  border-radius: 50%;
  content: "";
  opacity: 0.28;
}

.replay-final-index {
  position: relative;
  display: inline-flex;
  width: clamp(150px, 18vw, 220px);
  aspect-ratio: 1;
  align-items: center;
  justify-content: center;
  background: var(--coral);
  border-radius: 46% 54% 62% 38% / 54% 35% 65% 46%;
  color: var(--ink);
  font-family: "Geist Mono", monospace;
  font-size: clamp(25px, 3vw, 42px);
  font-weight: 850;
  letter-spacing: -0.07em;
  line-height: 0.82;
  text-align: center;
  transform: rotate(-7deg);
}

.replay-final-panel > div {
  position: relative;
  z-index: 1;
}

.replay-final-panel .replay-cta-kicker { color: var(--lime); }
.replay-final-panel p { color: #bdbdb7; }

.replay-button--light {
  border-color: #fff;
  background: #fff;
  color: var(--ink);
}

.replay-button--light:hover { box-shadow: 5px 5px 0 var(--lime); }

.replay-cta-actions--final {
  justify-content: flex-start;
  margin-top: 30px;
}

.replay-button--member-light {
  border-color: rgba(255, 255, 255, 0.58);
  background: transparent;
  color: #fff;
}

.replay-button--member-light:hover { box-shadow: 5px 5px 0 var(--coral); }

.replay-modal {
  width: min(620px, calc(100% - 32px));
  max-height: calc(100dvh - 32px);
  overflow: auto;
  padding: clamp(30px, 5vw, 52px);
  border: 1px solid var(--ink);
  background: var(--cream);
  border-radius: 28px;
  box-shadow: 12px 14px 0 var(--ink), 0 40px 100px rgba(5, 5, 5, 0.38);
  color: var(--ink);
}

.replay-modal::backdrop {
  background: rgba(5, 5, 5, 0.72);
  backdrop-filter: blur(5px);
}

.replay-modal-close {
  position: absolute;
  right: 18px;
  top: 18px;
  display: grid;
  width: 44px;
  height: 44px;
  border: 1px solid var(--ink);
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  font-size: 27px;
  line-height: 1;
  place-items: center;
}

.replay-modal-kicker {
  display: inline-block;
  padding: 6px 10px;
  margin: 0 0 20px;
  background: var(--coral);
  border-radius: 999px;
  font-family: "Geist Mono", monospace;
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.replay-modal h2 {
  max-width: 9ch;
  margin-bottom: 20px;
  font-size: clamp(42px, 7vw, 68px);
  letter-spacing: -0.065em;
  line-height: 0.9;
}

.replay-modal > p {
  color: #3f3e39;
  font-size: 18px;
  line-height: 1.55;
}

.replay-modal-notice {
  padding: 20px;
  margin: 24px 0 18px;
  border: 1px solid var(--ink);
  background: var(--lime);
  border-radius: 16px;
}

.replay-modal-notice strong {
  display: block;
  margin-bottom: 6px;
  font-family: "Geist Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.replay-modal-notice p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

.replay-modal-confirmation {
  margin-bottom: 0;
  font-size: 14px !important;
}

.replay-modal-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 28px;
  gap: 16px;
}

.replay-modal-back {
  min-height: 48px;
  padding: 10px 8px;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 15px;
  font-weight: 680;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.replay-page .site-footer { background: #fff; }

@keyframes replay-pulse {
  0% { box-shadow: 0 0 0 0 rgba(5, 5, 5, 0.42); }
  65%, 100% { box-shadow: 0 0 0 8px rgba(5, 5, 5, 0); }
}

@media (max-width: 1180px) {
  .replay-value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .replay-value-column--timestamps {
    display: block;
    align-self: start;
    grid-column: 1 / -1;
  }

  .replay-timestamp-after { position: static; }

  .replay-value-column--timestamps .replay-timeline button {
    align-items: center;
    padding: 20px 16px 20px 0;
    gap: 26px;
    grid-template-columns: 110px minmax(0, 1fr) 44px;
  }

  .replay-value-column--timestamps .replay-time,
  .replay-value-column--timestamps .replay-chapter-copy,
  .replay-value-column--timestamps .replay-play {
    grid-column: auto;
    grid-row: auto;
  }

  .replay-value-column--timestamps .replay-chapter-copy { font-size: 16px; }
}

@media (max-width: 900px) {
  .replay-hero::after { top: 8%; }

  .replay-value-ledger .replay-chapters-heading {
    grid-template-columns: 1fr;
  }

  .replay-value-ledger .replay-chapters-heading > p {
    margin-left: 0;
  }

  .replay-software-floor {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .replay-software-floor > p { grid-column: 1 / -1; }

  .replay-cta-panel {
    grid-template-columns: 1fr;
  }

  .replay-cta-panel .replay-button { justify-self: start; }

  .replay-cta-actions { justify-content: flex-start; }

  .replay-chapters-heading {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .replay-chapters-heading > p { margin-left: 0; }

  .replay-final-panel {
    grid-template-columns: 1fr;
  }

  .replay-final-index { width: 145px; }
}

@media (max-width: 720px) {
  .replay-value-grid { grid-template-columns: 1fr; }

  .replay-value-column--timestamps { grid-column: auto; }

  .replay-column-head { position: static; }

  .replay-value-column--timestamps .replay-timeline button {
    min-height: 0;
    align-items: start;
    padding: 20px 4px 20px 0;
    gap: 9px 14px;
    grid-template-columns: minmax(0, 1fr) 44px;
  }

  .replay-value-column--timestamps .replay-timeline button:hover,
  .replay-value-column--timestamps .replay-timeline button.is-active {
    padding-left: 12px;
  }

  .replay-value-column--timestamps .replay-time {
    grid-column: 1;
    grid-row: 1;
  }

  .replay-value-column--timestamps .replay-chapter-copy {
    grid-column: 1 / -1;
    grid-row: 2;
    font-size: 16px;
  }

  .replay-value-column--timestamps .replay-play {
    grid-column: 2;
    grid-row: 1;
  }
}

@media (max-width: 640px) {
  .replay-alert {
    align-items: flex-start;
    padding-inline: 16px;
    font-size: 10px;
  }

  .replay-alert a { display: none; }

  .replay-hero {
    padding: 36px 0 58px;
  }

  .replay-hero::after {
    right: 6vw;
    top: 5%;
    width: 62px;
    height: 7px;
    box-shadow: 0 12px 0 var(--lilac), 0 24px 0 var(--lime);
  }

  .replay-hero-shape--lime {
    left: -30vw;
    top: 28%;
  }

  .replay-hero-shape--lilac {
    right: -35vw;
    bottom: 5%;
  }

  .replay-heading h1 {
    font-size: clamp(45px, 14.5vw, 66px);
    line-height: 0.9;
  }

  .replay-subheadline { font-size: 17px; line-height: 1.42; }

  .replay-video-stage {
    border-radius: 15px;
    box-shadow: 7px 8px 0 var(--ink), 0 22px 60px rgba(5, 5, 5, 0.22);
  }

  .replay-video-chrome {
    min-height: 42px;
    padding: 9px 12px;
    font-size: 8px;
  }

  .replay-video-chrome span:last-child { display: none; }

  .replay-video-meta {
    align-items: flex-end;
    padding-top: 18px;
    gap: 16px;
  }

  .replay-video-meta > span { display: none; }
  .replay-video-meta a { margin-left: auto; }

  .replay-cta-panel {
    border-radius: 20px;
    box-shadow: 6px 6px 0 var(--ink);
  }

  .replay-cta-panel h2,
  .replay-final-panel h2 { font-size: clamp(38px, 12vw, 56px); }

  .replay-button {
    width: 100%;
    min-height: 56px;
    white-space: normal;
  }

  .replay-value-ledger {
    padding-block: 68px;
  }

  .replay-ledger-wrap {
    width: calc(100% - 28px);
  }

  .replay-value-ledger .replay-chapters-heading h2 {
    max-width: 12ch;
    font-size: clamp(43px, 13vw, 60px);
  }

  .replay-software-floor {
    padding: 18px;
    grid-template-columns: 1fr;
  }

  .replay-software-floor > span {
    justify-self: start;
  }

  .replay-software-floor > p { grid-column: auto; }

  .replay-column-head {
    padding: 20px;
    box-shadow: 5px 5px 0 var(--ink);
  }

  .replay-column-head h3 { font-size: 38px; }

  .replay-feature-group { box-shadow: 5px 5px 0 var(--ink); }

  .replay-feature-group-head {
    min-height: 82px;
    padding: 15px;
  }

  .replay-feature-group-head h4 { font-size: 24px; }

  .replay-value-card { padding: 19px 18px; }

  .replay-value-card h5 { font-size: 22px; }

  .replay-value-card p { font-size: 16px; }

  .replay-chapters-heading h2 { font-size: clamp(46px, 13vw, 65px); }

  .replay-timeline button {
    min-height: 0;
    align-items: start;
    padding: 22px 2px;
    gap: 10px 14px;
    grid-template-columns: minmax(0, 1fr) 42px;
  }

  .replay-timeline button:hover,
  .replay-timeline button.is-active { padding-left: 14px; }

  .replay-time {
    grid-column: 1;
    grid-row: 1;
  }

  .replay-chapter-copy {
    grid-column: 1 / -1;
    grid-row: 2;
    padding-right: 5px;
    font-size: 16px;
  }

  .replay-play {
    width: 38px;
    height: 38px;
    grid-column: 2;
    grid-row: 1;
  }

  .replay-status { text-align: left; }

  .replay-final-panel {
    padding: 34px 25px;
    border-radius: 24px;
  }

  .replay-final-index { width: 112px; }

  .replay-modal {
    padding: 54px 22px 28px;
    border-radius: 20px;
    box-shadow: 7px 8px 0 var(--ink), 0 28px 70px rgba(5, 5, 5, 0.38);
  }

  .replay-modal h2 { font-size: 46px; }
  .replay-modal > p { font-size: 16px; }
  .replay-modal-actions { align-items: stretch; flex-direction: column; }
  .replay-modal-back { width: 100%; }
}

@media (max-width: 360px) {
  .replay-heading h1 { font-size: 43px; }
  .replay-preheadline { font-size: 9px; letter-spacing: 0.1em; }
  .replay-cta-panel h2,
  .replay-final-panel h2 { font-size: 38px; }
  .replay-chapters-heading h2 { font-size: 44px; }
}

@media (prefers-reduced-motion: reduce) {
  .replay-alert-pulse { animation: none; }
  .replay-button,
  .replay-button span,
  .replay-timeline button,
  .replay-timeline button::before,
  .replay-play { transition: none; }
}

/* Simple replay offer table */
.replay-value-ledger {
  background: #f7f7f4;
}

.replay-value-ledger .replay-chapters-heading {
  align-items: end;
  margin-bottom: 36px;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
}

.replay-value-ledger .replay-chapters-heading h2 {
  max-width: 15ch;
  font-size: clamp(42px, 5vw, 68px);
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.replay-value-ledger .replay-chapters-heading > p {
  max-width: 45ch;
  font-size: 18px;
}

.replay-value-ledger .replay-software-floor {
  padding: 22px 24px;
  margin-bottom: 18px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 18px;
  box-shadow: none;
  color: var(--ink);
  grid-template-columns: auto minmax(260px, 0.9fr) minmax(320px, 1.1fr);
}

.replay-value-ledger .replay-software-floor > span {
  padding: 0;
  background: transparent;
  border-radius: 0;
  color: #65635d;
}

.replay-value-ledger .replay-software-floor > strong {
  font-size: clamp(20px, 1.8vw, 26px);
}

.replay-value-ledger .replay-software-floor > p {
  color: var(--muted);
}

.replay-value-ledger .replay-software-floor em {
  color: var(--ink);
}

.replay-value-ledger .replay-value-grid {
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.replay-value-ledger .replay-value-column {
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 22px;
}

.replay-value-ledger .replay-value-column--timestamps {
  display: block;
  grid-column: 1 / -1;
}

.replay-value-ledger .replay-column-head,
.replay-value-ledger .replay-column-head--lime,
.replay-value-ledger .replay-column-head--lilac {
  position: static;
  padding: 26px 28px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: #fff;
  box-shadow: none;
}

.replay-value-ledger .replay-column-head > span {
  margin-bottom: 8px;
  color: #65635d;
  font-size: 10px;
  letter-spacing: 0.09em;
}

.replay-value-ledger .replay-column-head h3 {
  margin-bottom: 8px;
  font-size: clamp(30px, 2.8vw, 40px);
  letter-spacing: -0.045em;
  line-height: 1;
}

.replay-value-ledger .replay-column-head p {
  max-width: 58ch;
  color: var(--muted);
  font-size: 15px;
}

.replay-value-ledger .replay-value-column--timestamps .replay-timeline {
  margin: 0;
  border-top: 0;
}

.replay-value-ledger .replay-timeline.is-collapsible:not(.is-expanded) li:nth-child(n + 5) {
  display: none;
}

.replay-value-ledger .replay-timeline li {
  border-bottom: 1px solid var(--line);
}

.replay-value-ledger .replay-value-column--timestamps .replay-timeline button {
  min-height: 88px;
  align-items: center;
  padding: 18px 28px;
  gap: 24px;
  grid-template-columns: 100px minmax(0, 1fr) 44px;
}

.replay-value-ledger .replay-value-column--timestamps .replay-timeline button:hover,
.replay-value-ledger .replay-value-column--timestamps .replay-timeline button.is-active {
  padding-left: 28px;
  background: #f7f7f4;
}

.replay-value-ledger .replay-timeline button::before {
  display: none;
}

.replay-value-ledger .replay-value-column--timestamps .replay-time,
.replay-value-ledger .replay-value-column--timestamps .replay-chapter-copy,
.replay-value-ledger .replay-value-column--timestamps .replay-play {
  grid-column: auto;
  grid-row: auto;
}

.replay-value-ledger .replay-time {
  color: var(--ink);
  font-size: 13px;
}

.replay-value-ledger .replay-value-column--timestamps .replay-chapter-copy {
  padding-right: 0;
  font-size: 15px;
}

.replay-value-ledger .replay-play {
  width: 40px;
  height: 40px;
  background: #fff;
}

.replay-value-ledger .replay-timeline button:hover .replay-play,
.replay-value-ledger .replay-timeline button.is-active .replay-play {
  border-color: var(--ink);
  background: var(--ink);
  transform: none;
}

.replay-value-ledger .replay-timeline button:hover .replay-play::after,
.replay-value-ledger .replay-timeline button.is-active .replay-play::after {
  border-left-color: #fff;
}

.replay-timeline-toggle {
  display: flex;
  width: 100%;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  gap: 10px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 720;
}

.replay-timeline-toggle:hover {
  background: #f7f7f4;
}

.replay-timeline-toggle[hidden] {
  display: none;
}

.replay-value-ledger .replay-status {
  min-height: 0;
  padding: 12px 28px;
  margin: 0;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.replay-value-ledger .replay-status:empty {
  display: none;
}

.replay-value-ledger .replay-timestamp-after {
  position: static;
  padding: 24px 28px 28px;
  margin: 0;
  border: 0;
  background: #fff;
  box-shadow: none;
  color: var(--ink);
}

.replay-value-ledger .replay-timestamp-after > span {
  margin-bottom: 8px;
  color: #65635d;
}

.replay-value-ledger .replay-timestamp-after > strong {
  max-width: 34ch;
  margin-bottom: 10px;
  font-size: clamp(22px, 2vw, 28px);
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.replay-value-ledger .replay-timestamp-after > p {
  max-width: 72ch;
  color: var(--muted);
}

.replay-value-ledger .replay-timestamp-after-actions {
  display: flex;
  flex-wrap: wrap;
  margin-top: 18px;
}

.replay-value-ledger .replay-timestamp-after-actions a,
.replay-value-ledger .replay-timestamp-after-actions button {
  width: auto;
  min-height: 46px;
  justify-content: center;
  padding: 11px 18px;
  border-color: var(--ink);
  background: var(--ink);
  border-radius: 999px;
  color: #fff;
  gap: 12px;
}

.replay-value-ledger .replay-timestamp-after-actions button {
  background: #fff;
  color: var(--ink);
}

.replay-value-ledger .replay-feature-group {
  margin: 0;
  border: 0;
  background: #fff;
  box-shadow: none;
}

.replay-value-ledger .replay-feature-group + .replay-feature-group {
  border-top: 1px solid var(--line);
}

.replay-value-ledger .replay-feature-group-head,
.replay-value-ledger .replay-feature-group--dark .replay-feature-group-head,
.replay-value-ledger .replay-feature-group--coral .replay-feature-group-head,
.replay-value-ledger .replay-feature-group--lilac .replay-feature-group-head,
.replay-value-ledger .replay-feature-group--media .replay-feature-group-head {
  min-height: 0;
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
  background: #f7f7f4;
  color: var(--ink);
  gap: 12px;
}

.replay-value-ledger .replay-feature-group-head > span {
  display: block;
  width: auto;
  height: auto;
  flex: 0 0 auto;
  border: 0;
  border-radius: 0;
  color: #65635d;
  font-size: 10px;
}

.replay-value-ledger .replay-feature-group-head small {
  margin-bottom: 3px;
  color: #65635d;
  font-size: 9px;
}

.replay-value-ledger .replay-feature-group-head h4 {
  font-size: clamp(21px, 1.8vw, 27px);
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.replay-value-ledger .replay-value-card {
  padding: 22px;
  border-bottom: 1px solid var(--line);
}

.replay-value-ledger .replay-value-card::before {
  display: none;
}

.replay-value-ledger .replay-feature-tag {
  margin-bottom: 7px;
  color: #77746d;
  font-size: 9px;
  letter-spacing: 0.075em;
}

.replay-value-ledger .replay-value-card h5 {
  margin-bottom: 14px;
  font-size: clamp(20px, 1.65vw, 24px);
  letter-spacing: -0.032em;
  line-height: 1.12;
}

.replay-value-ledger .replay-value-card p {
  color: #4d4b45;
  font-size: 15px;
  line-height: 1.5;
}

.replay-value-ledger .replay-value-card p > strong {
  color: #65635d;
}

.replay-value-ledger .replay-value-card .replay-promise {
  padding: 12px 0 0;
  margin: 14px 0 0;
  border: 0;
  border-top: 1px solid var(--line);
  background: transparent;
}

.replay-value-ledger .replay-value-card .replay-promise > strong {
  color: #65635d;
}

@media (max-width: 900px) {
  .replay-value-ledger .replay-chapters-heading {
    grid-template-columns: 1fr;
  }

  .replay-value-ledger .replay-chapters-heading > p {
    margin-left: 0;
  }

  .replay-value-ledger .replay-software-floor {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .replay-value-ledger .replay-software-floor > p {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .replay-value-ledger .replay-value-grid {
    grid-template-columns: 1fr;
  }

  .replay-value-ledger .replay-value-column--timestamps {
    grid-column: auto;
  }

  .replay-value-ledger .replay-value-column--timestamps .replay-timeline button {
    min-height: 0;
    align-items: start;
    padding: 18px 20px;
    gap: 8px 14px;
    grid-template-columns: minmax(0, 1fr) 44px;
  }

  .replay-value-ledger .replay-value-column--timestamps .replay-timeline button:hover,
  .replay-value-ledger .replay-value-column--timestamps .replay-timeline button.is-active {
    padding-left: 20px;
  }

  .replay-value-ledger .replay-value-column--timestamps .replay-time {
    grid-column: 1;
    grid-row: 1;
  }

  .replay-value-ledger .replay-value-column--timestamps .replay-chapter-copy {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .replay-value-ledger .replay-value-column--timestamps .replay-play {
    grid-column: 2;
    grid-row: 1;
  }
}

@media (max-width: 640px) {
  .replay-value-ledger {
    padding-block: 60px;
  }

  .replay-value-ledger .replay-chapters-heading h2 {
    font-size: clamp(40px, 12vw, 52px);
  }

  .replay-value-ledger .replay-chapters-heading > p {
    font-size: 16px;
  }

  .replay-value-ledger .replay-software-floor {
    padding: 20px;
    grid-template-columns: 1fr;
  }

  .replay-value-ledger .replay-software-floor > p {
    grid-column: auto;
  }

  .replay-value-ledger .replay-column-head {
    padding: 22px 20px;
  }

  .replay-value-ledger .replay-column-head h3 {
    font-size: 32px;
  }

  .replay-value-ledger .replay-timestamp-after {
    padding: 22px 20px 24px;
  }

  .replay-value-ledger .replay-timestamp-after-actions {
    display: grid;
  }

  .replay-value-ledger .replay-timestamp-after-actions a,
  .replay-value-ledger .replay-timestamp-after-actions button {
    width: 100%;
  }

  .replay-value-ledger .replay-feature-group-head,
  .replay-value-ledger .replay-value-card {
    padding: 19px 18px;
  }

  .replay-value-ledger .replay-value-card p {
    font-size: 16px;
  }
}

/* Direct-response density: match the Pro Max pricing inclusion list. */
.replay-value-ledger {
  padding: 26px 0 64px;
}

.replay-value-ledger .replay-value-grid {
  gap: 14px 18px;
}

.replay-value-ledger .replay-value-column {
  border-color: #cececa;
  border-radius: 14px;
}

.replay-value-ledger .replay-value-column--timestamps .replay-column-head {
  display: flex;
  min-height: 48px;
  align-items: baseline;
  padding: 10px 16px;
  gap: 14px;
}

.replay-value-ledger .replay-value-column--timestamps .replay-column-head h3 {
  flex: 0 0 auto;
  margin: 0;
  font-size: 19px;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.replay-value-ledger .replay-value-column--timestamps .replay-column-head p {
  max-width: none;
  margin: 0;
  font-size: 13px;
  line-height: 1.35;
}

.replay-value-ledger .replay-value-column--timestamps .replay-timeline {
  display: grid;
  padding: 4px 12px;
  gap: 0 18px;
  grid-auto-flow: column;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(14, minmax(48px, auto));
}

.replay-value-ledger .replay-timeline.is-collapsible:not(.is-expanded) {
  grid-template-rows: repeat(2, minmax(48px, auto));
}

.replay-value-ledger .replay-value-column--timestamps .replay-timeline li {
  min-width: 0;
  border: 0;
}

.replay-value-ledger .replay-value-column--timestamps .replay-timeline button {
  min-height: 48px;
  padding: 6px 4px;
  gap: 8px;
  grid-template-columns: 72px minmax(0, 1fr) 28px;
}

.replay-value-ledger .replay-value-column--timestamps .replay-timeline button:hover,
.replay-value-ledger .replay-value-column--timestamps .replay-timeline button.is-active {
  padding-left: 4px;
  background: transparent;
}

.replay-value-ledger .replay-value-column--timestamps .replay-time {
  font-size: 11px;
  letter-spacing: 0.02em;
}

.replay-value-ledger .replay-value-column--timestamps .replay-chapter-copy {
  display: block;
  overflow: visible;
  font-size: 13px;
  line-height: 1.3;
  text-overflow: clip;
  white-space: normal;
}

.replay-value-ledger .replay-play {
  width: 28px;
  height: 28px;
}

.replay-value-ledger .replay-play::after {
  border-bottom-width: 4px;
  border-left-width: 7px;
  border-top-width: 4px;
}

.replay-value-ledger .replay-timeline-toggle {
  min-height: 40px;
  padding: 8px 16px;
  border-bottom: 0;
  border-top: 1px solid var(--line);
  font-size: 13px;
}

.replay-value-ledger .replay-status {
  padding: 7px 16px;
  border-bottom: 0;
  font-size: 11px;
}

.replay-inclusions-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 10px 2px 0;
  gap: 20px;
  grid-column: 1 / -1;
}

.replay-inclusions-heading h2 {
  margin: 0;
  font-size: clamp(25px, 2.4vw, 34px);
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.replay-inclusions-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
}

.replay-value-ledger .replay-value-column--system > .replay-column-head,
.replay-value-ledger .replay-value-column--skills > .replay-column-head {
  min-height: 126px;
  padding: 18px 20px;
}

.replay-value-ledger .replay-value-column--system > .replay-column-head h3,
.replay-value-ledger .replay-value-column--skills > .replay-column-head h3 {
  max-width: 24ch;
  margin-bottom: 7px;
  font-size: clamp(23px, 2vw, 29px);
  line-height: 1.05;
}

.replay-value-ledger .replay-value-column--system > .replay-column-head p,
.replay-value-ledger .replay-value-column--skills > .replay-column-head p {
  max-width: 62ch;
  font-size: 14px;
  line-height: 1.4;
}

.replay-value-ledger .replay-feature-group,
.replay-value-ledger .replay-feature-group + .replay-feature-group {
  padding: 0 14px 10px;
  margin: 0;
  border: 0;
}

.replay-value-ledger .replay-feature-group-head,
.replay-value-ledger .replay-feature-group--dark .replay-feature-group-head,
.replay-value-ledger .replay-feature-group--coral .replay-feature-group-head,
.replay-value-ledger .replay-feature-group--lilac .replay-feature-group-head,
.replay-value-ledger .replay-feature-group--media .replay-feature-group-head {
  min-height: 0;
  padding: 15px 2px 9px;
  border: 0;
  background: #fff;
  gap: 0;
}

.replay-value-ledger .replay-feature-group-head > span {
  display: none;
}

.replay-value-ledger .replay-feature-group-head small {
  margin-bottom: 2px;
  font-size: 8px;
  letter-spacing: 0.08em;
}

.replay-value-ledger .replay-feature-group-head h4 {
  font-size: 18px;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.replay-value-ledger .replay-value-card {
  padding: 0;
  margin: 0 0 7px;
  overflow: hidden;
  border: 0;
  background: #f7f7f4;
  border-radius: 10px;
}

.replay-value-ledger .replay-value-card:last-child {
  margin-bottom: 0;
}

.replay-value-ledger .replay-value-card > h5 {
  position: relative;
  padding: 11px 12px 11px 48px;
  margin: 0;
  font-size: 16px;
  font-weight: 560;
  letter-spacing: -0.015em;
  line-height: 1.3;
}

.replay-value-ledger .replay-value-card > h5::before {
  position: absolute;
  left: 12px;
  top: 50%;
  display: grid;
  width: 24px;
  height: 24px;
  background: var(--ink);
  border-radius: 50%;
  color: #fff;
  content: "✓";
  font-size: 13px;
  font-weight: 760;
  line-height: 1;
  place-items: center;
  transform: translateY(-50%);
}

.replay-value-ledger .replay-value-card > p {
  display: none;
}

.replay-feature-accordion {
  width: 100%;
}

.replay-feature-accordion summary {
  display: grid;
  min-height: 46px;
  align-items: center;
  padding: 8px 11px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 560;
  gap: 10px;
  grid-template-columns: 24px minmax(0, 1fr) 22px;
  line-height: 1.3;
  list-style: none;
}

.replay-feature-accordion summary::-webkit-details-marker {
  display: none;
}

.replay-feature-accordion summary::before {
  display: grid;
  width: 24px;
  height: 24px;
  background: var(--ink);
  border-radius: 50%;
  color: #fff;
  content: "✓";
  font-size: 13px;
  font-weight: 760;
  line-height: 1;
  place-items: center;
}

.replay-feature-accordion summary::after {
  display: grid;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(17, 17, 15, 0.22);
  border-radius: 50%;
  color: var(--ink);
  content: "+";
  font-family: "Geist Mono", monospace;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  place-items: center;
}

.replay-feature-accordion[open] summary::after {
  content: "−";
}

.replay-feature-accordion summary:focus-visible {
  outline: 3px solid var(--ink);
  outline-offset: -3px;
}

.replay-feature-accordion p {
  max-width: 70ch;
  padding: 0 47px 14px;
  margin: 0;
  color: #3d3d39;
  font-size: 14px;
  line-height: 1.5;
}

.replay-feature-accordion[open] p {
  animation: pricing-feature-reveal 180ms var(--ease-out) both;
}

@media (max-width: 720px) {
  .replay-value-ledger {
    padding: 18px 0 48px;
  }

  .replay-value-ledger .replay-value-column--timestamps .replay-column-head {
    display: block;
    min-height: 0;
    padding: 10px 12px;
  }

  .replay-value-ledger .replay-value-column--timestamps .replay-column-head h3 {
    margin-bottom: 2px;
    font-size: 18px;
  }

  .replay-value-ledger .replay-value-column--timestamps .replay-timeline {
    padding: 2px 10px;
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .replay-value-ledger .replay-value-column--timestamps .replay-timeline button,
  .replay-value-ledger .replay-value-column--timestamps .replay-timeline button:hover,
  .replay-value-ledger .replay-value-column--timestamps .replay-timeline button.is-active {
    min-height: 46px;
    padding: 5px 2px;
    gap: 7px;
    grid-template-columns: 66px minmax(0, 1fr) 28px;
  }

  .replay-value-ledger .replay-value-column--timestamps .replay-time,
  .replay-value-ledger .replay-value-column--timestamps .replay-chapter-copy,
  .replay-value-ledger .replay-value-column--timestamps .replay-play {
    grid-column: auto;
    grid-row: auto;
  }

  .replay-inclusions-heading {
    display: block;
    padding-top: 7px;
  }

  .replay-inclusions-heading h2 {
    margin-bottom: 3px;
    font-size: 25px;
  }

  .replay-value-ledger .replay-value-column--system > .replay-column-head,
  .replay-value-ledger .replay-value-column--skills > .replay-column-head {
    min-height: 0;
    padding: 16px 17px;
  }

  .replay-value-ledger .replay-value-column--system > .replay-column-head h3,
  .replay-value-ledger .replay-value-column--skills > .replay-column-head h3 {
    font-size: 23px;
  }

  .replay-value-ledger .replay-feature-group,
  .replay-value-ledger .replay-feature-group + .replay-feature-group {
    padding-inline: 10px;
  }

  .replay-feature-accordion summary {
    font-size: 15px;
  }

  .replay-feature-accordion p {
    padding: 0 44px 13px;
  }
}

/* Replay utility: every timestamp stays readable. */
.replay-value-ledger .replay-value-column--timestamps .replay-timeline button,
.replay-value-ledger .replay-value-column--timestamps .replay-timeline button:hover,
.replay-value-ledger .replay-value-column--timestamps .replay-timeline button.is-active {
  min-height: 58px;
  align-items: start;
  padding-block: 10px;
}

.replay-value-ledger .replay-value-column--timestamps .replay-chapter-copy {
  display: block;
  overflow: visible;
  font-size: 13px;
  line-height: 1.42;
  text-overflow: clip;
  white-space: normal;
}

.replay-value-ledger .replay-value-column--timestamps .replay-time {
  padding-top: 2px;
}

.replay-value-ledger .replay-value-column--timestamps .replay-play {
  align-self: center;
}

/* Pro Max offer explorer: category tabs, feature subtabs, and one clear card. */
.replay-offer-explorer {
  --offer-accent: #dff3aa;
  --offer-soft: #f1f8dc;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #cececa;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 18px 50px rgba(17, 17, 15, 0.07);
  grid-column: 1 / -1;
}

.replay-category-tabs {
  display: grid;
  padding: 10px;
  background: #f0f1f3;
  gap: 8px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.replay-category-tabs button,
.replay-feature-tabs button {
  border: 0;
  color: #626b7c;
  cursor: pointer;
  font: inherit;
}

.replay-category-tabs button {
  display: grid;
  min-height: 54px;
  align-items: center;
  padding: 9px 14px;
  background: transparent;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 720;
  gap: 3px;
  grid-template-columns: 26px minmax(0, 1fr);
  letter-spacing: -0.015em;
  line-height: 1.15;
  text-align: left;
  transition: background-color 160ms var(--ease-out), color 160ms var(--ease-out), box-shadow 160ms var(--ease-out), transform 160ms var(--ease-out);
}

.replay-category-tabs button > span:first-child {
  color: #8b93a0;
  font-family: "Geist Mono", monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.replay-category-tabs button:hover {
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
}

.replay-category-tabs button.is-active {
  background: var(--offer-accent);
  box-shadow: 0 8px 20px rgba(17, 17, 15, 0.12);
  color: var(--ink);
  transform: translateY(-1px);
}

.replay-category-tabs button.is-active > span:first-child {
  color: var(--ink);
}

.replay-category-tabs button:focus-visible,
.replay-feature-tabs button:focus-visible,
.replay-feature-panel:focus-visible {
  outline: 3px solid var(--ink);
  outline-offset: -3px;
}

.replay-subtab-wrap {
  padding: 18px 20px 16px;
  border-top: 1px solid rgba(17, 17, 15, 0.06);
  background: var(--offer-soft);
  transition: background-color 160ms var(--ease-out);
}

.replay-subtab-intro {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 12px;
  gap: 24px;
}

.replay-subtab-intro > span {
  flex: 0 0 auto;
  color: var(--ink);
  font-family: "Geist Mono", monospace;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.replay-subtab-intro p {
  max-width: 78ch;
  margin: 0;
  color: #555c68;
  font-size: 13px;
  line-height: 1.4;
  text-align: right;
}

.replay-feature-tabs {
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

.replay-feature-tabs button {
  display: grid;
  min-height: 44px;
  align-items: center;
  padding: 8px 11px;
  border: 1px solid rgba(17, 17, 15, 0.13);
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  font-size: 12px;
  font-weight: 680;
  gap: 7px;
  grid-template-columns: 22px minmax(0, 1fr);
  line-height: 1.15;
  text-align: left;
  transition: background-color 150ms var(--ease-out), border-color 150ms var(--ease-out), color 150ms var(--ease-out);
}

.replay-feature-tabs button > span:first-child {
  color: #8a8f98;
  font-family: "Geist Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.04em;
}

.replay-feature-tabs button:hover {
  border-color: rgba(17, 17, 15, 0.36);
  color: var(--ink);
}

.replay-feature-tabs button.is-active {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}

.replay-feature-tabs button.is-active > span:first-child {
  color: var(--offer-accent);
}

.replay-feature-panel {
  display: grid;
  min-height: 350px;
  padding: 26px;
  background: #fff;
  gap: 26px;
  grid-template-columns: minmax(0, 1.45fr) minmax(290px, 0.75fr);
}

.replay-feature-panel-main {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 14px 20px;
}

.replay-feature-panel-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  gap: 18px;
}

.replay-feature-panel-meta span {
  color: #35373a;
  font-family: "Geist Mono", monospace;
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0.025em;
  line-height: 1.4;
  text-transform: uppercase;
}

.replay-feature-panel-meta span:last-child {
  flex: 0 0 auto;
}

.replay-feature-panel h3 {
  max-width: 25ch;
  margin: 0 0 20px;
  font-size: clamp(30px, 3vw, 46px);
  letter-spacing: -0.05em;
  line-height: 0.99;
}

.replay-feature-panel-main > p {
  max-width: 72ch;
  margin: 0 0 10px;
  color: #4e5050;
  font-size: clamp(16px, 1.35vw, 18px);
  line-height: 1.5;
}

.replay-feature-payoff {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 3vw, 40px);
  border: 1px solid color-mix(in srgb, var(--offer-accent) 62%, #11110f 10%);
  background: var(--offer-soft);
  border-radius: 22px;
}

.replay-feature-payoff > span {
  margin-bottom: 16px;
  color: #575a5f;
  font-family: "Geist Mono", monospace;
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.replay-feature-payoff p {
  margin: 0;
  color: var(--ink);
  font-size: clamp(22px, 2.15vw, 32px);
  font-weight: 730;
  letter-spacing: -0.035em;
  line-height: 1.13;
}

.replay-feature-payoff strong {
  align-self: flex-start;
  padding-top: 18px;
  margin-top: 24px;
  border-top: 1px solid rgba(17, 17, 15, 0.18);
  color: #55585d;
  font-size: 12px;
  line-height: 1.35;
}

@media (max-width: 920px) {
  .replay-category-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .replay-feature-panel {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .replay-feature-payoff {
    min-height: 240px;
  }
}

@media (max-width: 720px) {
  .replay-value-ledger .replay-value-column--timestamps .replay-timeline button,
  .replay-value-ledger .replay-value-column--timestamps .replay-timeline button:hover,
  .replay-value-ledger .replay-value-column--timestamps .replay-timeline button.is-active {
    min-height: 64px;
    padding-block: 9px;
  }

  .replay-value-ledger .replay-value-column--timestamps .replay-chapter-copy {
    font-size: 13px;
    line-height: 1.4;
  }

  .replay-offer-explorer {
    border-radius: 14px;
  }

  .replay-category-tabs {
    padding: 7px;
    gap: 6px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .replay-category-tabs button {
    min-height: 50px;
    padding: 7px 8px;
    font-size: 11px;
    gap: 2px;
    grid-template-columns: 18px minmax(0, 1fr);
  }

  .replay-category-tabs button > span:first-child {
    font-size: 8px;
  }

  .replay-subtab-wrap {
    padding: 13px 10px 11px;
  }

  .replay-subtab-intro {
    display: block;
    margin-bottom: 10px;
  }

  .replay-subtab-intro p {
    margin-top: 5px;
    font-size: 12px;
    text-align: left;
  }

  .replay-feature-tabs {
    display: flex;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-color: var(--offer-accent) transparent;
    scrollbar-width: thin;
  }

  .replay-feature-tabs button {
    min-width: 150px;
    flex: 0 0 auto;
  }

  .replay-feature-panel {
    padding: 10px;
    gap: 10px;
  }

  .replay-feature-panel-main {
    padding: 18px 12px 16px;
  }

  .replay-feature-panel-meta {
    align-items: flex-start;
    margin-bottom: 12px;
  }

  .replay-feature-panel h3 {
    margin-bottom: 15px;
    font-size: clamp(25px, 7.5vw, 31px);
    line-height: 1.05;
  }

  .replay-feature-panel-main > p {
    font-size: 16px;
  }

  .replay-feature-payoff {
    min-height: 0;
    padding: 24px 20px;
    border-radius: 14px;
  }

  .replay-feature-payoff p {
    font-size: 22px;
  }
}
