.conversation-journey { max-width: 1180px; margin: 100px auto 0; padding: 0 24px; color: var(--ink, #0d0d0b); }
.cj-heading { max-width: 740px; margin-bottom: 30px; }
.cj-kicker { display: flex; gap: 12px; align-items: center; color: var(--olive-ink, #5d6420); font-size: 14px; font-weight: 500; margin: 0 0 16px; }
.cj-kicker span { font-size: 12px; color: #66665f; font-weight: 400; border: 1px solid #deded7; border-radius: 99px; padding: 3px 9px; }
.cj-heading h2 { font-size: clamp(28px, 3.1vw, 40px); line-height: 1.15; letter-spacing: -.025em; font-weight: 500; margin: 0; }
.cj-heading > p:last-child { margin: 16px 0 0; font-size: 17px; line-height: 1.6; max-width: 62ch; color: var(--gray, #61615c); }
.cj-tabs { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid #e4e4de; margin-bottom: 28px; }
.cj-tabs[hidden], .cj-stage[hidden] { display: none; }
.cj-tabs button { display: flex; gap: 12px; align-items: center; font: inherit; font-size: 16px; font-weight: 500; text-align: left; color: #66665f; padding: 16px 4px; border: 0; border-bottom: 2px solid transparent; margin-bottom: -1px; background: transparent; cursor: pointer; }
.cj-tabs button span { font-size: 12px; color: #77776f; font-variant-numeric: tabular-nums; }
.cj-tabs button[aria-selected="true"] { color: var(--ink, #0d0d0b); border-bottom-color: var(--olive, #6f7826); }
.cj-tabs button:focus-visible, .cj-stage:focus-visible, .cj-bottom summary:focus-visible { outline: 2px solid var(--olive, #6f7826); outline-offset: 5px; }
.cj-stage { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(30px, 5vw, 72px); align-items: center; padding: 12px 0 28px; }
.cj-stage + .cj-stage { border-top: 1px solid #e4e4de; padding-top: 28px; }
.cj-tabs:not([hidden]) ~ .cj-stage { border-top: 0; padding-top: 12px; }
.cj-stage-label { font-size: 13px; color: var(--olive-ink, #5d6420); margin: 0 0 14px; }
.cj-copy :is(h2, h3) { font-size: clamp(24px, 2.7vw, 32px); line-height: 1.2; letter-spacing: -.025em; font-weight: 500; margin: 0 0 18px; max-width: 19ch; }
.cj-copy > p:last-child { font-size: 16px; line-height: 1.7; color: var(--gray, #61615c); margin: 0; max-width: 46ch; }
.cj-work { padding: clamp(22px, 3vw, 36px); background: #f7f7f3; border: 1px solid #e5e5de; border-radius: 22px; }
.cj-role { display: flex; gap: 10px; align-items: center; font-size: 13px; font-weight: 500; color: var(--brick, #a24f4f); margin: 0 0 24px; }
.cj-role img { width: 28px; height: 28px; object-fit: contain; flex-shrink: 0; }
.cj-work :is(h3, h4) { font-size: 18px; font-weight: 500; line-height: 1.4; margin: 0 0 18px; letter-spacing: -.015em; }
.cj-work ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.cj-work li { display: flex; gap: 10px; font-size: 14px; line-height: 1.5; }
.cj-work li::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--olive, #6f7826); flex-shrink: 0; margin-top: 8px; }
.cj-output { margin: 24px 0 0; padding-top: 18px; border-top: 1px solid #ddded3; color: #66665f; font-size: 13px; line-height: 1.6; }
.cj-bottom { border-top: 1px solid #e4e4de; padding-top: 22px; }
.cj-bottom details { font-size: 13px; line-height: 1.65; max-width: 300px; }
.cj-bottom summary { cursor: pointer; text-underline-offset: 4px; text-decoration: underline; }
.cj-bottom details p { margin: 12px 0 0; color: #66665f; }
.cj-product-link { margin: 20px 0 0; font-size: 14px; }
.cj-product-link .tlink::after { content: none; }
@media (max-width: 700px) {
  .conversation-journey { margin-top: 68px; padding: 0 18px; }
  .cj-heading > p:last-child { font-size: 16px; }
  .cj-stage { grid-template-columns: 1fr; gap: 24px; }
  .cj-copy :is(h2, h3) { max-width: 24ch; margin-bottom: 12px; }
  .cj-copy > p:last-child { max-width: none; }
  .cj-tabs button { gap: 8px; padding: 14px 2px; font-size: 15px; }
  .cj-bottom details { max-width: none; }
}
