/* Two optional ways to explore sit beneath the illustrated product loop. */
.real-demo,.interactive-sample{border:1px solid var(--border);border-radius:20px;background:var(--white);color:var(--ink);scroll-margin-top:0}
.interactive-sample{margin-top:12px}
.real-demo>summary,.interactive-sample>summary{display:flex;align-items:center;gap:20px;min-height:72px;padding:18px 24px;list-style:none;cursor:pointer;font-size:15px;font-weight:500;border-radius:20px;transition:background-color 220ms ease}
.real-demo>summary:hover,.interactive-sample>summary:hover{background:var(--frost)}
.real-demo>summary::-webkit-details-marker,.interactive-sample>summary::-webkit-details-marker{display:none}
.real-demo>summary::marker,.interactive-sample>summary::marker{content:''}
.disclosure-title{display:flex;align-items:center;gap:12px}
.disclosure-title>svg{width:18px;height:18px;fill:var(--ink);stroke:none}
.disclosure-toggle{flex:0 0 18px;width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.5;transition:transform 280ms cubic-bezier(.2,.7,.25,1);margin-left:auto}
.real-demo[open]>summary>.disclosure-toggle,.interactive-sample[open]>summary>.disclosure-toggle{transform:rotate(45deg)}
.sample-disclosure-note{margin-left:auto;color:var(--muted);font-size:12px;font-weight:400}
.sample-disclosure-note+.disclosure-toggle{margin-left:0}
.real-demo-content,.interactive-sample-content{padding:0 12px 12px}
.product-desk.video-desk{background:var(--white);border-color:var(--border);border-radius:16px}
.video-heading-row{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 28px;border-bottom:1px solid var(--border)}
.video-heading-row h2{font-size:24px;font-weight:500;line-height:1.2;letter-spacing:-.035em}
.video-heading-row p{margin-top:6px;font-size:13px;color:var(--muted)}
.video-recording-label{display:inline-flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:8px;color:var(--muted);font-size:11px;line-height:1.5}
.video-recording-mark{width:8px;height:8px;background:var(--teal);border-radius:50%}
.video-runtime:empty{display:none}.video-runtime:not(:empty)::before{content:'· '}
.video-stage{position:relative;width:100%;isolation:isolate;background:#080b16;aspect-ratio:8/5}
.walkthrough-video{display:block;width:100%;height:auto;aspect-ratio:8/5;object-fit:contain}
.video-play-overlay{position:absolute;inset:0 0 44px;display:grid;place-items:center;pointer-events:none}
.video-play-button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:52px;padding:13px 22px;border:1px solid transparent;border-radius:999px;color:var(--ink);background:var(--action);font-size:14px;font-weight:500;line-height:24px;pointer-events:auto;box-shadow:0 8px 32px rgba(0,0,0,.15);transition:background-color 240ms ease,transform 220ms cubic-bezier(.2,.7,.25,1)}
.video-play-button svg{width:19px;height:19px;fill:currentColor;stroke:none}.video-play-button:hover{background:#78d9dd}.video-play-button:active{transform:scale(.98)}.video-play-button:focus-visible{outline-color:#fff;outline-offset:5px}
.video-chapters{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px;padding:12px 16px 0;border-top:1px solid var(--border)}
.video-chapters button{min-width:0;min-height:62px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:4px;padding:10px 12px;color:var(--ink);background:transparent;border:0;border-radius:10px;text-align:left;font-size:12px;line-height:1.4;transition:background-color 240ms ease,color 240ms ease}
.video-chapters button:hover{background:var(--frost)}.video-chapters button[aria-current="true"]{background:#e9f9f9;color:var(--teal)}.video-chapter-time{color:var(--muted);font-size:10px;font-variant-numeric:tabular-nums}
.video-recording-note{padding:18px 28px 24px;color:var(--muted);font-size:12px;line-height:1.5}
.video-error{position:absolute;inset:0;z-index:2;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:20px;padding:28px;color:#fff;background:#080b16;text-align:center;font-size:16px}
.video-error>div{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:12px 24px}.video-error button{min-height:44px;padding:10px 18px;border:0;border-radius:999px;background:var(--action);color:var(--ink);font-size:13px}.video-error a{display:inline-flex;align-items:center;gap:12px;min-height:44px;font-size:12px;text-decoration:underline;text-underline-offset:4px}.video-play-overlay[hidden],.video-error[hidden],.video-chapters[hidden]{display:none}
.interactive-sample-content>.sample-desk{border-color:var(--border);border-radius:16px}
@media(max-width:760px){.real-demo,.interactive-sample{border-radius:16px}.real-demo>summary,.interactive-sample>summary{min-height:68px;padding:16px;font-size:14px;gap:12px;border-radius:16px;justify-content:space-between}.sample-disclosure-note{display:none}.real-demo-content,.interactive-sample-content{padding:0 6px 6px}.video-heading-row{display:block;padding:22px 18px}.video-heading-row h2{font-size:21px}.video-heading-row p{font-size:12px}.video-recording-label{justify-content:flex-start;margin-top:12px;font-size:10px}.video-play-overlay{bottom:38px}.video-play-button{min-height:46px;padding:10px 18px;gap:8px;font-size:12px}.video-play-button svg{width:17px;height:17px}.video-chapters{grid-template-columns:repeat(4,minmax(0,1fr));gap:4px;padding:10px 8px 0}.video-chapters button{min-height:56px;padding:8px 6px;font-size:11px}.video-chapter-time{font-size:9px}.video-recording-note{padding:16px 18px 22px;font-size:11px}.video-error{padding:16px;gap:8px;font-size:12px}.video-error>div{gap:4px 16px}.video-error button,.video-error a{font-size:11px}}
@media(max-width:380px){.real-demo>summary,.interactive-sample>summary{font-size:13px;padding:16px 12px;gap:8px}.disclosure-title{gap:8px}.video-chapters button{font-size:10px}.video-play-button{font-size:11px;padding-inline:14px}.video-heading-row{padding:20px 16px}.video-heading-row h2{font-size:20px}.video-recording-note{padding-inline:16px}}
