.example-page { width: min(1040px, 100%); }
.example-head { padding: clamp(64px, 10vw, 110px) 0 70px; }
.example-head h1 { font-size: clamp(58px, 10vw, 106px); }
.future-dek { max-width: 800px; margin: 30px 0 0; color: var(--muted); font-size: clamp(19px, 2.5vw, 27px); font-weight: 750; line-height: 1.35; }
.future-path { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 32px; }
.future-path > div { position: relative; display: grid; grid-template-columns: 34px minmax(0, 1fr); column-gap: 10px; align-items: center; min-width: 0; padding: 11px 12px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper-light); }
.future-path > div:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; top: 50%; right: -25px; width: 34px; transform: translateY(-50%); color: var(--coral); font-size: 21px; font-weight: 900; text-align: center; }
.path-icon { display: grid; grid-row: 1 / span 2; grid-column: 1; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--forest); color: white; font-size: 17px; font-weight: 900; }
.future-path strong, .future-path small { display: block; }
.future-path strong, .future-path small { grid-column: 2; }
.future-path strong { align-self: end; font-size: 16px; line-height: 1.15; }
.future-path small { align-self: start; margin-top: 5px; color: var(--muted); font-size: 12px; line-height: 1.35; }
.path-stakes { margin: 10px 0 0; padding-top: 10px; border-top: 1px solid var(--line); color: var(--muted); font-size: 16px; text-align: center; }
.path-stakes strong { color: var(--coral); }
.topic-map-benefit { margin-top: 7px; }
.sorter-line { max-width: 780px; margin: 34px 0 0; color: var(--coral); font-size: clamp(22px, 3vw, 34px); font-weight: 950; line-height: 1.18; letter-spacing: -.035em; }
.sorter-explainer { max-width: 800px; margin: 13px 0 0; color: var(--ink); font-size: clamp(17px, 2vw, 21px); line-height: 1.45; }
.not-you { margin: 12px 0 0; color: var(--muted); font-size: 16px; font-weight: 800; }
.example-page > section { padding: 74px 0; border-top: 1px solid var(--line); }
.transform-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.transform-head h2 { max-width: 720px; margin-bottom: 0; }
.transformer { --split: 50%; position: relative; height: min(620px, 68vw); min-height: 460px; overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: var(--paper-light); }
.bubble-panel, .json-panel { position: absolute; inset: 0; }
.bubble-stage { position: absolute; inset: 0; overflow: hidden; background: #f8f2e8; }
.bubble-stage img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.json-panel { clip-path: inset(0 0 0 var(--split)); background: var(--forest); color: white; }
.json-content { display: flex; flex-direction: column; width: 50%; height: 100%; margin-left: 50%; padding: clamp(24px, 4vw, 42px); overflow: hidden; }
.panel-label { display: block; color: var(--gold); font-size: 12px; font-weight: 950; letter-spacing: .15em; }
.map-count { margin-top: 7px; color: rgba(255,255,255,.64); font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.bubble-label { position: absolute; top: 22px; left: 24px; padding: 7px 10px; border-radius: 999px; background: var(--paper-light); color: var(--coral); }
.json-content pre { flex: 1; min-height: 0; margin: 18px 0 0; padding: 0 12px 0 0; overflow: auto; background: transparent; font-size: clamp(10px, 1.2vw, 13px); line-height: 1.58; white-space: pre; scrollbar-color: var(--gold) rgba(255,255,255,.12); }
.split-line { position: absolute; z-index: 3; top: 0; bottom: 0; left: var(--split); width: 3px; transform: translateX(-50%); background: white; box-shadow: 0 0 0 1px rgba(21,36,31,.18); pointer-events: none; }
.split-line i { position: absolute; top: 50%; left: 50%; display: grid; width: 48px; height: 48px; place-items: center; transform: translate(-50%,-50%); border: 2px solid var(--ink); border-radius: 50%; background: var(--gold); color: var(--ink); font: 900 20px/1 Arial, sans-serif; }
.slider-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.map-slider { position: absolute; z-index: 4; inset: 0; width: 100%; height: 100%; margin: 0; cursor: ew-resize; opacity: 0; }
.notes-line { margin: 18px 0 0 auto; color: var(--forest); font-size: 18px; font-weight: 950; text-align: right; }
.ask-section { display: grid; grid-template-columns: minmax(240px, .7fr) minmax(0, 1.3fr); gap: clamp(34px, 7vw, 84px); align-items: start; }
.ask-section h2 { margin-bottom: 0; }
.ask-section h2 em { color: var(--forest); font-style: normal; }
.prompt-card { overflow: hidden; border: 1px solid color-mix(in srgb, var(--ink) 22%, transparent); border-radius: 22px; background: var(--paper-light); box-shadow: 0 16px 40px rgba(21,36,31,.08); }
.prompt-file { display: flex; align-items: center; gap: 12px; margin: 18px 18px 0; padding: 12px 14px; border: 1px solid var(--line); border-radius: 13px; background: white; }
.prompt-file > span:first-child { display: grid; flex: 0 0 38px; height: 38px; place-items: center; border-radius: 9px; background: var(--forest); color: white; font: 900 13px/1 monospace; }
.prompt-file strong, .prompt-file small { display: block; overflow-wrap: anywhere; }
.prompt-file strong { font-size: 14px; }
.prompt-file small { margin-top: 3px; color: var(--muted); font-size: 11px; }
.example-prompt { margin: 0; padding: clamp(24px, 4vw, 36px); color: var(--ink); font-size: clamp(20px, 2.6vw, 28px); line-height: 1.35; }
.answer-section { display: grid; grid-template-columns: minmax(240px, .7fr) minmax(0, 1.3fr); gap: clamp(34px, 7vw, 84px); }
.answer-card { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--paper-light); }
.answer-card p { display: grid; grid-template-columns: 92px 1fr; gap: 20px; margin: 0; padding: 20px 22px; border-bottom: 1px solid var(--line); }
.answer-card p:last-child { border-bottom: 0; }
.answer-card small { color: var(--coral); padding-top: 3px; }
.answer-card strong { font-size: 17px; line-height: 1.42; }
.example-page > .short-close { padding-bottom: 110px; }
.short-close h2 { max-width: 900px; }
.closing-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; font-weight: 900; }
.response-link { padding: 11px 15px; border: 1px solid var(--forest); border-radius: 999px; color: var(--forest); text-decoration: none; }

@media (max-width: 800px) {
  .transform-head { display: block; }
  .ask-section, .answer-section { grid-template-columns: 1fr; gap: 30px; }
  .transformer { height: 560px; }
  .json-content { width: 56%; margin-left: 44%; padding: 24px 16px 24px 24px; }
  .json-content pre { font-size: 10px; line-height: 1.55; }
}

@media (max-width: 700px) {
  .future-path { grid-template-columns: 1fr; gap: 13px; }
  .future-path > div:nth-child(n) { grid-column: 1; grid-row: auto; }
  .future-path > div:not(:last-child)::after { content: "↓"; top: auto; right: 50%; bottom: -21px; left: auto; transform: translateX(50%); }
  .path-stakes { text-align: left; }
}

@media (max-width: 520px) {
  .transformer { min-height: 520px; }
  .bubble-stage img { object-position: 50% 50%; }
  .json-content pre { font-size: 9px; line-height: 1.55; }
  .answer-card p { grid-template-columns: 1fr; gap: 5px; }
  .notes-line { text-align: left; }
  .closing-actions { align-items: flex-start; flex-direction: column; }
}
