/* Chord Jot: restrained product presentation; the shared Studio shell is kept. */
.chord-presentation-page { --cj-blue: #168bf0; }
.chord-presentation-page main { overflow: clip; }
.chord-presentation-page main h1,
.chord-presentation-page main h2,
.chord-presentation-page main h3 { text-wrap: balance; letter-spacing: -.035em; }
.chord-presentation-page main p { text-wrap: pretty; }
.cj-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  align-items: center;
  gap: clamp(32px, 5vw, 72px);
  padding-block: 62px 70px;
}
.chord-presentation-page .cj-hero h1 {
  margin: 14px 0 24px;
  font-size: clamp(34px, 3.65vw, 52px);
  line-height: 1.27;
  font-weight: 700;
}
.cj-title-line { display: block; }
.cj-hero-lead { max-width: 540px; margin: 0 0 28px; font-size: 16px; line-height: 1.95; }
.cj-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.cj-store-button {
  min-width: 190px;
  min-height: 50px;
  padding: 9px 22px;
  border-radius: 999px !important;
  background: var(--studio-ink) !important;
  color: #fff !important;
  box-shadow: none !important;
}
.cj-store-button small { opacity: .65; }
.cj-text-link { padding-block: 5px; color: #555a61; font-size: 13px; border-bottom: 1px solid #bfc1c4; }
.cj-text-link span { padding-left: 5px; }
.cj-screenshot { margin: 0; width: 100%; justify-self: center; }
.cj-screenshot img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  border: 1px solid rgba(32,36,42,.07);
  box-shadow: 0 12px 34px rgba(32,36,42,.06);
}
.cj-screenshot figcaption {
  padding-top: 12px;
  font-size: 11px;
  color: #767b82;
  letter-spacing: .04em;
  text-align: center;
}
.cj-hero-art { max-width: 292px; }
.cj-intro { padding: 50px 0 58px; border-top: 1px solid var(--studio-line); }
.chord-presentation-page .cj-intro h2 { margin: 8px 0 30px; font-size: 30px; line-height: 1.4; }
.cj-intro h2 br { display: none; }
.cj-highlight-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 32px; }
.cj-highlight { border-top: 1px solid var(--studio-line); padding-top: 18px; }
.cj-highlight-number { display: block; margin-bottom: 14px; font-size: 11px; color: #7a8089; font-variant-numeric: tabular-nums; }
.chord-presentation-page .cj-highlight h3 { margin: 0 0 12px; font-size: 20px; line-height: 1.5; letter-spacing: -.02em; }
.cj-highlight p { margin: 0; font-size: 14px; line-height: 1.85; }
.cj-story { padding: 72px 0; }
.cj-story-light { background: #f7f7f9; }
.cj-story-blue { background: var(--studio-paper); }
.cj-story-lilac { background: #f7f7f9; }
.cj-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(38px, 7vw, 100px);
}
.cj-story-copy { max-width: 470px; }
.chord-presentation-page .cj-story-copy h2 { margin: 12px 0 22px; font-size: clamp(30px,3.1vw,42px); font-weight: 660; line-height: 1.38; }
.cj-story-copy > p:not(.eyebrow) { margin: 0; font-size: 16px; line-height: 1.95; }
.cj-story-copy .cj-story-note { margin-top: 20px !important; padding-top: 18px; border-top: 1px solid var(--studio-line); font-size: 13px !important; line-height: 1.9 !important; }
.cj-screen-phone { max-width: 380px; }
.cj-screen-wide { max-width: 340px; }
.cj-screen-library { max-width: 400px; }
.cj-flow { padding: 58px 0; border-bottom: 1px solid var(--studio-line); }
.cj-flow-inner { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; align-items: start; }
.chord-presentation-page .cj-flow h2 { margin: 10px 0 0; font-size: 32px; line-height: 1.4; }
.cj-flow-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--studio-line); }
.cj-flow-list li { min-height: 64px; display: grid; grid-template-columns: 24px 90px 1fr; align-items: center; gap: 14px; border-bottom: 1px solid var(--studio-line); }
.cj-flow-list span { color: #848a91; font-size: 11px; }
.cj-flow-list strong { font-size: 18px; font-weight: 600; }
.cj-flow-list p { margin: 0; font-size: 13px; }
.cj-final { margin-block: 72px; padding: 44px 30px; text-align: center; }
.chord-presentation-page .cj-final h2 { margin: 12px 0 26px; font-size: clamp(32px,3.4vw,44px); line-height: 1.35; }
.cj-final-links { display: flex; justify-content: center; gap: 24px; margin-top: 24px; font-size: 12px; color: #686d74; }
.cj-final-links a { border-bottom: 1px solid #bfc1c4; }
.chord-presentation-page .studio-footer { margin-top: 0; }
.chord-presentation-page .studio-language-switch { flex-shrink: 0; }
.chord-presentation-page main [data-reveal] { opacity: 1; transform: none; }
@media (max-width: 760px) {
  .cj-hero { padding-block: 42px 44px; grid-template-columns: 1fr; gap: 32px; }
  .cj-hero-copy { max-width: 580px; }
  .chord-presentation-page .cj-hero h1 { font-size: clamp(30px,7.8vw,46px); }
  .cj-hero-lead { font-size: 15px; line-height: 1.9; }
  .cj-hero-art { max-width: 258px; }
  .cj-intro { padding-block: 38px 44px; }
  .chord-presentation-page .cj-intro h2 { font-size: 25px; }
  .cj-highlight-grid { grid-template-columns: 1fr; gap: 20px; }
  .cj-highlight-copy { display: grid; grid-template-columns: 28px 1fr; column-gap: 12px; }
  .cj-highlight-number { grid-column: 1; grid-row: 1 / 3; padding-top: 5px; }
  .chord-presentation-page .cj-highlight h3 { grid-column: 2; font-size: 19px; margin-bottom: 8px; }
  .cj-highlight p { grid-column: 2; }
  .cj-story { padding-block: 46px; }
  .cj-story-grid { grid-template-columns: 1fr; gap: 28px; }
  .cj-story-copy { max-width: 560px; }
  .cj-story-grid-reverse .cj-story-copy { order: -1; }
  .chord-presentation-page .cj-story-copy h2 { font-size: 30px; }
  .cj-story-copy > p:not(.eyebrow) { font-size: 15px; }
  .cj-screen-phone { max-width: 354px; }
  .cj-screen-wide { max-width: 300px; }
  .cj-screen-library { max-width: 350px; }
  .cj-flow { padding-block: 44px; }
  .cj-flow-inner { grid-template-columns: 1fr; gap: 26px; }
  .cj-flow-list li { grid-template-columns: 24px 76px 1fr; gap: 10px; }
  .cj-final { margin-block: 36px; padding-inline: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  .chord-presentation-page { scroll-behavior: auto; }
}
