.free-showcase {
  background: #222323;
  color: #f5f5f0;
  padding: clamp(56px, 8vw, 104px) 0;
}
.free-showcase > .container {
  width: min(1260px, calc(100% - 64px));
  margin: 0 auto;
}
.free-showcase-grid { display: block; }
.free-showcase-copy {
  max-width: 68ch;
  margin: 0 auto clamp(26px, 4vw, 42px) 0;
}
.free-showcase-kicker,
.free-showcase-facts,
.free-showcase-copy .free-callout { display: none; }
.free-showcase h2 {
  max-width: 13ch;
  margin: 0 0 16px;
  color: #fff;
  font: 800 clamp(34px, 5vw, 62px)/1.02 var(--font);
  letter-spacing: -.035em;
  text-transform: uppercase;
}
.free-showcase h2 em { color: var(--gold); font-style: normal; }
.free-showcase-copy > p {
  max-width: 58ch;
  margin: 0;
  color: #d1d1cc;
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.65;
}
.free-showcase-media { max-width: none; margin: 0; }
.free-showcase-frame {
  overflow: hidden;
  border: 1px solid #4a4b49;
  border-radius: 12px;
  background: #111212;
  box-shadow: 0 24px 56px rgb(0 0 0 / .34);
}
.free-showcase video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #111212;
  object-fit: contain;
}
.free-showcase figcaption {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 12px;
  color: #bfc0bb;
  font-size: 12px;
  line-height: 1.5;
}
.free-showcase figcaption span:last-child { color: var(--gold); text-align: right; }
.free-video-transcript {
  max-width: 76ch;
  margin-top: 22px;
  border-top: 1px solid #464744;
  color: #d1d1cc;
}
.free-video-transcript summary {
  width: fit-content;
  padding: 14px 0 8px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}
.free-video-transcript p { max-width: 70ch; margin: 0 0 4px; line-height: 1.65; }

/* Hero callouts remain small, factual prompts over the real product image. */
figure:has(> .free-hero-callout) { position: relative; display: grid; grid-template-columns: minmax(0, 1fr); }
figure:has(> .free-hero-callout) > a { grid-area: 1 / 1; min-width: 0; }
figure:has(> .free-hero-callout) > figcaption { grid-area: 2 / 1; }
.free-hero-callout {
  position: relative;
  grid-area: 1 / 1;
  align-self: end;
  justify-self: start;
  left: -16px;
  right: auto;
  margin-bottom: 16px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: calc(100% - 24px);
  padding: 18px 22px;
  color: #20231e;
  background: var(--gold);
  box-shadow: 0 12px 30px rgb(0 0 0 / .32);
  font-size: 11px;
  line-height: 1.35;
  pointer-events: none;
  transform: rotate(-2deg);
}
.free-callout-key {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  min-width: 40px;
  min-height: 40px;
  padding: 8px;
  border: 1px solid #776324;
  color: #20231e;
  font: 700 14px/1 var(--font);
}
.free-hero-callout kbd { padding: 7px 8px; border-radius: 3px; color: #161b1b; background: #fff1b4; font: 800 15px/1 var(--font); }
.free-hero-callout strong { display: block; color: #20231e; font-size: 12px; letter-spacing: .08em; }

@media (max-width: 760px) {
  .free-showcase > .container { width: calc(100% - 40px); }
  .free-showcase { padding: 52px 0 64px; }
  .free-showcase-copy { margin-bottom: 24px; }
  .free-showcase h2 { max-width: 14ch; font-size: clamp(32px, 10vw, 46px); }
  .free-showcase-copy > p { font-size: 16px; }
  .free-showcase figcaption { flex-direction: column; gap: 4px; }
  .free-showcase figcaption span:last-child { text-align: left; }
  .free-hero-callout { left: 8px; margin-bottom: 10px; padding: 10px 12px; gap: 10px; font-size: 10px; }
  .free-hero-callout strong { font-size: 10px; }
  .free-hero-callout .free-callout-key { min-width: 32px; min-height: 32px; font-size: 12px; }
}
