/* Industry examples share the marketing Silver palette and the nav's width. */
.homepage-concept-eight .c8-work-story { background: #eef1f4; padding-top: 90px; color: #202630; }
.c8-work-story .c8-work-wrap { width: min(80rem, 100%); padding-inline: 24px; margin-inline: auto; }
.c8-work-story .c8-work-intro { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 70px; margin-bottom: 36px; }
.c8-work-story .c8-work-intro h2 { font-size: clamp(36px,4vw,56px); letter-spacing: -.05em; line-height: 1.06; }
.c8-work-story .c8-work-intro p { color: #66717d; max-width: 460px; line-height: 1.7; font-size: 17px; }
.c8-work-story .c8-industry-options { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; }
.c8-work-story .c8-industry-options button { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 62px; padding: 16px 18px; background: #ffffff80; border: 1px solid #d8dfe6; border-radius: 12px; text-align: left; font-size: 14px; transition: background .18s,color .18s; }
.c8-work-story .c8-industry-options button > span { color: #89929c; }
.c8-work-story .c8-industry-options button:hover { background: #fff; }
.c8-work-story .c8-industry-options button[aria-pressed=true] { background: #202630; color: #fff; border-color: #202630; }
.c8-work-story .c8-industry-options button[aria-pressed=true] > span { color: #c0cad7; }
.c8-work-story .c8-picker-more { display: flex; align-items: start; gap: 26px; flex-wrap: wrap; margin-top: 21px; }
.c8-work-story .c8-picker-more details { flex: 0 1 auto; }
.c8-work-story .c8-picker-more details[open] { flex-basis: 100%; }
.c8-work-story .c8-picker-more summary { width: fit-content; display: flex; justify-content: start; gap: 10px; font-size: 13px; color: #596674; }
.c8-work-story .c8-picker-more summary > span { font-size: 16px; transform: none; }
.c8-work-story .c8-picker-more .c8-industry-options { margin-top: 18px; }
.c8-work-story #c8-work-form { max-width: 720px; margin-top: 18px; padding: 24px; background: #fff; border: 1px solid #d8dfe6; border-radius: 14px; }
.c8-work-story #c8-work-form label { display: block; font-size: 13px; margin-bottom: 10px; }
.c8-work-story #c8-work-form > div { display: flex; gap: 10px; }
.c8-work-story #c8-work-form input { min-width: 0; flex: 1; border: 1px solid #d0d9e2; border-radius: 8px; padding: 12px; font-size: 14px; }
.c8-work-story #c8-work-form button { background: #202630; color: #fff; border: 0; border-radius: 8px; padding: 12px 18px; font-size: 13px; }
.c8-work-story #c8-work-form button:disabled { opacity: .5; cursor: wait; }
.c8-work-story #c8-work-form p { font-size: 12px; color: #687583; margin-top: 10px; }
.c8-work-story .c8-story-choice { display: flex; align-items: center; gap: 18px; padding: 28px 0; margin-top: 28px; border-top: 1px solid #d4dde5; }
.c8-work-story #c8-choice-label { font-size: 12px; color: #697683; padding-right: 18px; border-right: 1px solid #cbd5df; }
.c8-work-story #c8-choice-title { font-size: 15px; font-weight: 500; }
.c8-work-story .c8-story-choice a { margin-left: auto; display: flex; gap: 18px; white-space: nowrap; font-size: 13px; color: #202630; }
.c8-work-story .c8-work-track { height: 245svh; position: relative; margin-top: 24px; }
.c8-work-story .c8-work-stage { position: sticky; top: calc(var(--nav,92px) + 12px); height: calc(100svh - var(--nav,92px) - 30px); min-height: 560px; display: flex; flex-direction: column; padding-top: 10px; padding-bottom: 12px; }
.c8-work-story .c8-story-top { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.c8-work-story .c8-story-top > a { font-size: 11px; color: #73808e; white-space: nowrap; }
.c8-work-story .c8-story-tabs { display: flex; gap: 5px; padding: 4px; border-radius: 30px; background: #dfe5eb; }
.c8-work-story .c8-story-tabs button { border: 0; background: transparent; border-radius: 30px; padding: 9px 17px; font-size: 12px; color: #677583; }
.c8-work-story .c8-story-tabs button[aria-pressed=true] { background: #fff; color: #202630; box-shadow: 0 2px 5px #263b5010; }
.c8-work-story .c8-story-heading { text-align: center; margin: 24px auto 20px; max-width: 780px; min-height: 96px; }
.c8-work-story .c8-story-heading h3 { font-size: clamp(27px,2.7vw,38px); letter-spacing: -.04em; line-height: 1.15; }
.c8-work-story .c8-story-heading p { font-size: 15px; color: #647281; line-height: 1.6; margin-top: 12px; }
.c8-work-story .c8-work-demo { min-height: 0; flex: 1; position: relative; isolation: isolate; }
.c8-work-story .c8-story-agent { position: absolute; z-index: 2; left: 50%; top: 14%; width: min(740px,90%); transform: translateX(-50%); border-radius: 18px; background: #fff; box-shadow: 0 18px 60px -24px #253c5250; border: 1px solid #d1dbe4; transition: none; }
.c8-work-story .c8-story-agent-head { display: flex; gap: 13px; align-items: center; padding: 16px 22px; border-bottom: 1px solid #e8edf1; }
.c8-work-story .c8-story-agent-head > span { display: flex; gap: 8px; }
.c8-work-story .c8-story-agent-head img { width: 18px; height: 18px; }
.c8-work-story .c8-story-agent-head strong { font-size: 12px; font-weight: 500; }
.c8-work-story .c8-story-agent-head small { margin-left: auto; font-size: 10px; color: #718070; }
.c8-work-story .c8-story-request { display: flex; align-items: end; gap: 16px; padding: 26px; }
.c8-work-story #c8-story-request { font-size: 21px; line-height: 1.55; letter-spacing: -.015em; }
.c8-work-story .c8-story-request > span { display: grid; place-items: center; flex: 0 0 32px; height: 32px; border-radius: 50%; background: #202630; color: #fff; }
.c8-work-story .c8-story-agent-result { display: none; align-items: center; gap: 10px; padding: 0 20px 14px; font-size: 11px; color: #526459; }
.c8-work-story .c8-story-agent-result p { flex: 1; }
.c8-work-story .c8-story-agent-result button { border: 0; padding: 5px 0; background: transparent; font-size: 11px; color: #283e55; }
.c8-work-story .c8-story-workspace { position: absolute; inset: 164px 0 0; z-index: 1; background: #fff; border: 1px solid #ced8e2; border-radius: 14px; box-shadow: 0 20px 40px -25px #30475d40; overflow: hidden; opacity: var(--workspace,0); transform: translateY(calc((1 - var(--workspace,0))*60px)) scale(calc(.96 + var(--workspace,0)*.04)); display: flex; flex-direction: column; }
.c8-work-story .c8-story-window-bar { display: flex; align-items: center; gap: 18px; padding: 12px 18px; border-bottom: 1px solid #e6ebef; flex-shrink: 0; }
.c8-work-story .c8-story-window-bar > img { width: 85px; height: auto; }
.c8-work-story #c8-story-tool { font-size: 11px; color: #697785; border-left: 1px solid #dce3e9; padding-left: 17px; }
.c8-work-story .c8-story-members { display: flex; align-items: center; margin-left: auto; }
.c8-work-story .c8-story-members img { width: 25px; height: 25px; border: 2px solid #fff; border-radius: 50%; margin-left: -7px; }
.c8-work-story .c8-story-members span { margin-left: 8px; font-size: 10px; color: #768392; }
.c8-work-story .c8-story-workspace-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 13px 18px 10px; flex-shrink: 0; }
.c8-work-story .c8-story-workspace-head h4 { font-size: 14px; margin: 0; font-weight: 550; }
.c8-work-story #c8-workspace-status { font-size: 10px; color: #607667; }
.c8-work-story .c8-story-records { min-height: 0; flex: 1; overflow: auto; padding: 4px 18px 14px; }
.c8-work-story .c8-story-records[data-kind=gallery] { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 12px; align-content: start; grid-auto-rows: max-content; align-items: start; }
.c8-work-story .c8-review-card { min-width: 0; border: 1px solid #e0e6eb; border-radius: 9px; overflow: hidden; background: #fff; }
.c8-work-story .c8-review-card img { width: 100%; height: clamp(100px,20vh,210px); object-fit: cover; }
.c8-work-story .c8-review-card > strong { display: block; padding: 8px 9px 0; font-size: 10px; font-weight: 500; }
.c8-work-story .c8-review-actions { display: flex; padding: 7px; gap: 5px; }
.c8-work-story .c8-review-actions button { flex: 1; background: #edf2ef; border: 0; border-radius: 4px; padding: 5px; font-size: 9px; color: #436551; }
.c8-work-story .c8-review-actions button + button { background: #f2f3f5; color: #657181; }
.c8-work-story .c8-review-card[data-decision=approved] { border-color: #739785; }
.c8-work-story .c8-review-card[data-decision=changes] { border-color: #b9996d; }
.c8-work-story .c8-story-records[data-kind=board] { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 13px; }
.c8-work-story .c8-board-column { border-radius: 8px; padding: 10px; background: #f0f3f6; }
.c8-work-story .c8-board-column > strong { display: block; font-size: 10px; font-weight: 500; margin-bottom: 10px; color: #677785; }
.c8-work-story .c8-board-card { padding: 13px; background: #fff; border: 1px solid #e0e6ec; border-radius: 7px; font-size: 12px; margin-bottom: 9px; }
.c8-work-story .c8-board-card small { display: block; margin-top: 10px; color: #84919d; font-size: 10px; }
.c8-work-story .c8-story-feedback { display: flex; flex-shrink: 0; align-items: center; gap: 12px; margin: 0 18px 12px; padding: 10px 13px; background: #eef3f7; border-radius: 8px; }
.c8-work-story .c8-feedback-person { display: grid; place-items: center; background: #dce5ed; border-radius: 50%; width: 28px; height: 28px; flex-shrink: 0; font-size: 11px; }
.c8-work-story .c8-story-feedback strong { font-size: 10px; font-weight: 500; }
.c8-work-story .c8-story-feedback p { font-size: 11px; color: #536574; }
.c8-work-story .c8-feedback-saved { margin-left: auto; color: #718478; font-size: 9px; white-space: nowrap; }
.c8-work-story .c8-story-team { position: absolute; inset: auto 0 0; display: flex; align-items: center; gap: 14px; background: #202630; color: #fff; padding: 15px 20px; border-radius: 12px; opacity: var(--team,0); transform: translateY(calc((1 - var(--team,0))*18px)); }
.c8-work-story .c8-story-team > img { width: 24px; height: 24px; filter: brightness(0) invert(1); }
.c8-work-story .c8-story-team strong { font-size: 11px; font-weight: 500; }
.c8-work-story .c8-story-team p { font-size: 12px; color: #c4ced8; margin-top: 3px; }
.c8-work-story .c8-story-team > span { margin-left: auto; flex-shrink: 0; font-size: 10px; color: #99a9b9; border-left: 1px solid #47515e; padding-left: 20px; }
.c8-work-story .c8-story-foot { display: flex; justify-content: space-between; align-items: center; gap: 14px; padding-top: 12px; }
.c8-work-story .c8-story-foot p { font-size: 10px; color: #7c8996; }
.c8-work-story .c8-story-foot button { background: transparent; border: 0; padding: 4px 0; font-size: 11px; color: #3c5265; }
.c8-work-story .c8-story-screenshot { width: 100%; height: 100%; object-fit: contain; }
@media (max-width: 960px) {
 .c8-work-story .c8-work-intro { gap: 30px; }
 .c8-work-story .c8-industry-options { grid-template-columns: repeat(3,minmax(0,1fr)); }
 .c8-work-story .c8-story-records[data-kind=gallery] { grid-template-columns: repeat(3,minmax(0,1fr)); }
 .c8-work-story .c8-story-members span, .c8-work-story .c8-feedback-saved { display: none; }
 .c8-work-story .c8-story-workspace { top: 176px; }
 .c8-work-story .c8-story-heading { min-height: 104px; }
}
@media (max-width: 640px) {
 .homepage-concept-eight .c8-work-story { padding-top: 55px; }
 .c8-work-story .c8-work-wrap { padding-inline: 18px; }
 .c8-work-story .c8-work-intro { grid-template-columns: 1fr; gap: 20px; }
 .c8-work-story .c8-work-intro h2 { font-size: 36px; }
 .c8-work-story .c8-work-intro p { font-size: 15px; }
 .c8-work-story .c8-industry-options { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
 .c8-work-story .c8-industry-options button { padding: 12px; min-height: 62px; font-size: 12px; }
 .c8-work-story .c8-story-choice { display: grid; grid-template-columns: 1fr; gap: 10px; }
 .c8-work-story #c8-choice-label { border: 0; }
 .c8-work-story .c8-story-choice a { margin: 5px 0 0; }
 .c8-work-story #c8-work-form { padding: 16px; }
 .c8-work-story #c8-work-form > div { flex-direction: column; }
 .c8-work-story .c8-work-stage { min-height: 530px; top: calc(var(--nav,72px) + 6px); height: calc(100svh - var(--nav,72px) - 16px); padding-top: 0; }
 .c8-work-story .c8-story-top > a { display: none; }
 .c8-work-story .c8-story-tabs { width: 100%; gap: 0; }
 .c8-work-story .c8-story-tabs button { flex: 1; padding: 8px 6px; font-size: 10px; }
 .c8-work-story .c8-story-heading { margin: 18px 0 14px; min-height: 122px; }
 .c8-work-story .c8-story-heading h3 { font-size: 25px; }
 .c8-work-story .c8-story-heading p { font-size: 12px; line-height: 1.55; margin-top: 8px; }
 .c8-work-story .c8-story-agent { width: 100%; top: 6%; border-radius: 12px; }
 .c8-work-story .c8-story-agent-head { padding: 12px; gap: 8px; flex-wrap: wrap; }
 .c8-work-story .c8-story-agent-head small { display: none; }
 .c8-work-story .c8-story-agent-head img { width: 15px; height: 15px; }
 .c8-work-story .c8-story-request { padding: 18px; }
 .c8-work-story #c8-story-request { font-size: 17px; }
 .c8-work-story .c8-story-agent-result { padding: 0 10px 9px; font-size: 9px; }
 .c8-work-story .c8-story-agent-result button { font-size: 9px; }
 .c8-work-story .c8-story-workspace { top: 158px; border-radius: 9px; }
 .c8-work-story .c8-story-window-bar { padding: 9px 10px; gap: 10px; }
 .c8-work-story .c8-story-window-bar > img { width: 67px; }
 .c8-work-story #c8-story-tool { font-size: 9px; padding-left: 10px; }
 .c8-work-story .c8-story-members img { width: 20px; height: 20px; }
 .c8-work-story .c8-story-workspace-head { padding: 9px 10px; }
 .c8-work-story .c8-story-workspace-head h4 { font-size: 11px; }
 .c8-work-story #c8-workspace-status { font-size: 9px; }
 .c8-work-story .c8-story-records { padding: 0 10px 10px; }
 .c8-work-story .c8-story-records[data-kind=gallery] { gap: 7px; }
 .c8-work-story .c8-review-card img { height: 68px; }
 .c8-work-story .c8-review-card > strong { font-size: 9px; padding: 5px; }
 .c8-work-story .c8-review-actions { padding: 4px; gap: 3px; flex-wrap: wrap; }
 .c8-work-story .c8-review-actions button { padding: 4px 2px; font-size: 8px; }
 .c8-work-story .c8-story-records[data-kind=board] { gap: 6px; }
 .c8-work-story .c8-board-column { padding: 6px; }
 .c8-work-story .c8-board-card { padding: 7px; font-size: 10px; }
 .c8-work-story .c8-board-card small { font-size: 8px; }
 .c8-work-story .c8-story-feedback { margin: 0 10px 8px; padding: 7px; gap: 7px; }
 .c8-work-story .c8-story-feedback p { font-size: 9px; }
 .c8-work-story .c8-story-feedback strong { font-size: 9px; }
 .c8-work-story .c8-story-team { padding: 10px; gap: 9px; }
 .c8-work-story .c8-story-team > span { display: none; }
 .c8-work-story .c8-story-team p { font-size: 10px; }
 .c8-work-story .c8-story-team strong { font-size: 10px; }
 .c8-work-story .c8-story-foot p { font-size: 9px; max-width: 65%; }
 .c8-work-story .c8-story-foot button { font-size: 10px; }
}
@media (prefers-reduced-motion: reduce) {
 .c8-work-story .c8-work-track { height: auto; padding-bottom: 40px; }
 .c8-work-story .c8-work-stage { position: relative; top: 0; }
 .c8-work-story .c8-story-agent, .c8-work-story .c8-industry-options button { transition: none; }
}
.c8-work-story .c8-work-picker { scroll-margin-top: 110px; }
@media (prefers-reduced-motion: reduce) { .c8-work-story .c8-story-workspace { transition: none; } }
.c8-work-story .c8-review-card { position: relative; }
.c8-work-story .c8-review-card[data-label]::before { position: absolute; top: 7px; left: 7px; padding: 4px 7px; border-radius: 4px; background: #e9f2ec; color: #365b45; font-size: 9px; content: attr(data-label); }
.c8-work-story .c8-review-card[data-label="Changes requested"]::before { background: #faf1e1; color: #8b6b34; }
.c8-work-story .c8-review-card[data-label="Rejected"]::before { background: #f4e9e9; color: #8c4b4b; }
@media (max-width: 640px) {
 .c8-work-story .c8-review-card:nth-child(n+4) { display: none; }
 .c8-work-story .c8-review-actions button { min-height: 25px; }
 .c8-work-story .c8-review-card img { height: 90px; }
}

@media (max-height: 650px) {
 .c8-work-story .c8-work-track { height: auto; padding-bottom: 40px; }
 .c8-work-story .c8-work-stage { position: relative; top: 0; height: 780px; }
}

.c8-work-story #c8-story-request { position: relative; }
.c8-work-story .c8-request-reserve { opacity: 0; }
.c8-work-story .c8-request-typed { position: absolute; inset: 0; }
.c8-work-story [data-phase="0"] .c8-request-typed::after { content: ''; display: inline-block; height: 1em; width: 1px; background: currentColor; margin-left: 2px; vertical-align: -.1em; }

/* Faithful miniatures of BoardHeaderBar, BoardListColumn, BoardCardItem and ReviewToolbar. */
.c8-work-story .c8-industry-icon, .c8-work-story .c8-product-icon { fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.c8-work-story .c8-industry-icon { color: #627181; }
.c8-work-story .c8-industry-options .c8-industry-label { flex: 1; color: inherit; }
.c8-work-story .c8-industry-options button[aria-pressed=true] .c8-industry-icon, .c8-work-story .c8-industry-options button[aria-pressed=true] .c8-industry-label { color: #fff; }
.c8-work-story .c8-product-icon { width: 14px; height: 14px; }
.c8-work-story .c8-product-body { display: flex; min-height: 0; flex: 1; }
.c8-work-story .c8-product-main { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.c8-work-story .c8-product-sidebar { width: 178px; flex-shrink: 0; display: flex; flex-direction: column; gap: 10px; padding: 16px 10px; background: #fafafa; border-right: 1px solid #e5e7eb; }
.c8-work-story .c8-product-sidebar-title { display: flex; justify-content: space-between; gap: 8px; padding: 0 4px; align-items: center; margin-bottom: 2px; }
.c8-work-story .c8-product-sidebar-title strong { font-size: 12px; font-weight: 600; }
.c8-work-story .c8-product-detail { display: inline-flex; align-items: center; gap: 6px; }
.c8-work-story .c8-product-new { padding: 7px 9px; border-radius: 6px; background: #18181b; color: #fff; font-size: 11px; }
.c8-work-story .c8-product-search { border: 1px solid #e4e4e7; border-radius: 6px; padding: 7px 9px; font-size: 10px; color: #8b8b94; background: #fff; }
.c8-work-story .c8-product-section { font-size: 10px; color: #71717a; padding: 7px 4px 0; }
.c8-work-story .c8-product-selected { border-radius: 6px; padding: 10px 9px; background: #eceef1; font-size: 11px; line-height: 1.45; align-items: start; }
.c8-work-story .c8-product-selected svg { margin-top: 2px; }
.c8-work-story .c8-product-access { margin-top: auto; padding: 12px 4px 0; font-size: 9px; color: #71717a; }
.c8-work-story .c8-story-workspace-head { padding: 13px 16px 9px; }
.c8-work-story .c8-story-workspace-head h4 { color: #18181b; font-weight: 600; }
.c8-work-story .c8-product-toolbar { padding: 0 16px 12px; display: flex; align-items: center; gap: 6px; border-bottom: 1px solid #e5e7eb; flex-shrink: 0; }
.c8-work-story .c8-product-control { border: 1px solid #e4e4e7; border-radius: 6px; min-height: 28px; padding: 5px 9px; background: #fff; font-size: 10px; color: #3f3f46; white-space: nowrap; }
.c8-work-story .c8-product-visibility { display: flex; margin-left: auto; padding: 3px; background: #f1f1f3; border-radius: 6px; color: #71717a; font-size: 10px; }
.c8-work-story .c8-product-visibility > span { padding: 4px 9px; border-radius: 4px; }
.c8-work-story .c8-product-visibility .is-active { background: #fff; color: #18181b; box-shadow: 0 1px 3px #00000012; }
.c8-work-story .c8-product-mobile-nav { display: none; }
.c8-work-story .c8-product-toolbar-search { margin-left: auto; min-width: 130px; }
.c8-work-story .c8-product-control.is-active { background: #f1f1f3; border-color: transparent; color: #18181b; }
.c8-work-story .c8-product-primary { background: #18181b; color: #fff; border-color: #18181b; }
.c8-work-story .c8-story-records { padding: 14px 16px; background: #fff; }
.c8-work-story .c8-story-records[data-kind=board] { gap: 12px; align-items: stretch; }
.c8-work-story .c8-board-column { display: flex; flex-direction: column; gap: 9px; border: 1px solid #e4e4e7; border-top: 4px solid var(--column-colour); border-radius: 11px; padding: 0 10px 10px; background: #fafafa; min-width: 0; min-height: min-content; }
.c8-work-story .c8-board-column-head { display: flex; align-items: center; gap: 7px; padding: 10px 0; border-bottom: 1px solid #e4e4e7; margin-bottom: 1px; }
.c8-work-story .c8-board-column-head strong { font-size: 12px; font-weight: 600; flex: 1; }
.c8-work-story .c8-board-column-head > svg:first-child { color: #71717a; }
.c8-work-story .c8-board-colour { width: 8px; height: 8px; border-radius: 50%; background: var(--column-colour); }
.c8-work-story .c8-board-card { padding: 12px; border-color: #e4e4e7; border-radius: 8px; box-shadow: 0 1px 3px #18181b0b; margin: 0; }
.c8-work-story .c8-board-label { display: inline-block; color: #fff; background: var(--label-colour); border-radius: 20px; padding: 3px 8px; font-size: 10px; line-height: 1.2; margin-bottom: 8px; }
.c8-work-story .c8-board-card-title { font-size: 13px; line-height: 1.45; font-weight: 500; color: #18181b; }
.c8-work-story .c8-board-dates { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 10px; font-size: 10px; color: #71717a; }
.c8-work-story .c8-product-owner { display: inline-block; padding: 3px 7px; background: #f0f0f2; border-radius: 5px; font-size: 10px; color: #52525b; white-space: nowrap; }
.c8-work-story .c8-board-card .c8-product-owner { margin-top: 9px; }
.c8-work-story .c8-board-add { display: flex; align-items: center; gap: 6px; margin-top: auto; padding-top: 10px; font-size: 10px; color: #8b8b94; }
.c8-work-story .c8-board-add span { flex: 1; background: #fff; border: 1px solid #e4e4e7; padding: 7px; border-radius: 5px; }
.c8-work-story .c8-board-add svg { box-sizing: content-box; background: #18181b; border-radius: 5px; padding: 6px; color: #fff; }
.c8-work-story .c8-product-table { width: 100%; border-collapse: separate; border-spacing: 0; min-width: 590px; text-align: left; font-size: 12px; }
.c8-work-story .c8-product-table th { background: #fafafa; font-size: 11px; font-weight: 500; color: #71717a; border-top: 1px solid #e4e4e7; }
.c8-work-story .c8-product-table td, .c8-work-story .c8-product-table th { padding: 13px 12px; border-bottom: 1px solid #e4e4e7; }
.c8-work-story .c8-product-table td:first-child { width: 43%; }
.c8-work-story .c8-product-table td:last-child { color: #71717a; font-size: 11px; white-space: nowrap; }
.c8-work-story .c8-product-item > span > svg { color: #a1a1aa; }
.c8-work-story .c8-product-status { font-size: 10px; border-radius: 20px; padding: 4px 8px; background: #eff6ff; color: #2563eb; white-space: nowrap; }
.c8-work-story .c8-product-status.is-review { background: #fffbeb; color: #a16207; }
.c8-work-story .c8-story-workspace[data-kind=gallery] .c8-story-records { grid-template-columns: repeat(3,minmax(0,1fr)); }
.c8-work-story .c8-story-workspace[data-kind=gallery] .c8-review-card img { height: clamp(115px,15vh,160px); object-fit: contain; background: #f5f5f5; }
.c8-work-story .c8-story-workspace[data-kind=gallery] .c8-review-card > strong { font-size: 11px; padding: 10px 10px 0; }
.c8-work-story .c8-story-workspace[data-kind=gallery] .c8-review-actions { padding: 9px; }
.c8-work-story .c8-story-workspace[data-kind=gallery] .c8-review-actions button { font-size: 10px; padding: 7px; }
.c8-work-story .c8-story-workspace[data-kind=screenshot] .c8-product-sidebar, .c8-work-story .c8-story-workspace[data-kind=screenshot] .c8-product-toolbar { display: none; }
@media (max-width: 1100px) {
 .c8-work-story .c8-product-sidebar { display: none; }
 .c8-work-story .c8-product-mobile-nav { display: inline-flex; }
}
@media (max-width: 640px) {
 .c8-work-story .c8-industry-options button { gap: 9px; }
 .c8-work-story .c8-industry-icon { width: 19px; height: 19px; }
 .c8-work-story .c8-industry-arrow { display: none; }
 .c8-work-story .c8-product-toolbar { padding: 0 10px 8px; gap: 5px; }
 .c8-work-story .c8-product-toolbar-search, .c8-work-story .c8-product-pin, .c8-work-story .c8-product-visibility > span:last-child { display: none; }
 .c8-work-story .c8-product-control { font-size: 9px; padding: 4px 6px; min-height: 26px; }
 .c8-work-story .c8-product-visibility > span { font-size: 9px; padding: 3px 6px; }
 .c8-work-story .c8-story-workspace-head { padding: 9px 10px; }
 .c8-work-story .c8-story-workspace-head h4 { min-width: 0; font-size: 11px; }
 .c8-work-story #c8-workspace-status { display: none; }
 .c8-work-story .c8-story-records { padding: 10px; }
 .c8-work-story .c8-story-records[data-kind=board] { grid-template-columns: repeat(3,230px); scroll-snap-type: x proximity; }
 .c8-work-story .c8-board-column { scroll-snap-align: start; }
 .c8-work-story .c8-story-workspace[data-kind=gallery] .c8-story-records { grid-template-columns: repeat(2,minmax(0,1fr)); }
 .c8-work-story .c8-story-workspace[data-kind=gallery] .c8-review-card img { height: 100px; }
 .c8-work-story .c8-story-workspace[data-kind=gallery] .c8-review-actions { padding: 6px; gap: 3px; flex-wrap: wrap; }
 .c8-work-story .c8-story-workspace[data-kind=gallery] .c8-review-actions button { font-size: 9px; padding: 5px 3px; }
 .c8-work-story .c8-story-workspace[data-kind=gallery] .c8-review-card:nth-child(n+3) { display: none; }
}

/* DashboardLayout / SiteHeader shell. The accent is the product's 4px blue-cyan-indigo bar. */
.c8-work-story .c8-story-workspace { flex-direction: row; top: calc(var(--agent-height,200px) * (1 - var(--workspace,0) * var(--agent-shrink,.14)) + 20px); bottom: calc(var(--team-space,88px) * var(--team,0)); transform: translateY(calc((1 - var(--workspace,0)) * 24px)); transition: none; }
.c8-work-story .c8-app-nav { display: flex; flex-direction: column; gap: 2px; width: 164px; flex-shrink: 0; padding: 20px 10px 12px; background: #f3f4f6; }
.c8-work-story .c8-app-logo { width: 110px; height: auto; margin: 0 10px 18px; }
.c8-work-story .c8-app-account { padding: 9px 8px; border-radius: 7px; background: #e5e7eb; font-size: 10px; font-weight: 500; margin-bottom: 6px; }
.c8-work-story .c8-app-link { flex: 0 0 auto; min-height: 28px; line-height: 16px; padding: 5px 8px; font-size: 11px; color: #656976; border-radius: 6px; }
.c8-work-story .c8-app-link.is-active { background: #e4e6eb; color: #18181b; font-weight: 500; }
.c8-work-story .c8-app-team { margin-top: auto; padding: 10px 8px; font-size: 10px; color: #656976; }
.c8-work-story .c8-app-inset { display: flex; flex-direction: column; min-width: 0; flex: 1; }
.c8-work-story .c8-story-window-bar { height: 44px; padding: 0 16px; gap: 12px; }
.c8-work-story .c8-story-window-bar > img { display: none; }
.c8-work-story .c8-app-breadcrumbs { display: flex; gap: 10px; align-items: center; min-width: 0; font-size: 11px; color: #71717a; }
.c8-work-story .c8-app-breadcrumbs > svg { margin-right: 3px; }
.c8-work-story #c8-story-tool { font-size: inherit; padding: 0; border: 0; white-space: nowrap; }
.c8-work-story #c8-breadcrumb-current { color: #18181b; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.c8-work-story .c8-app-accent { height: 4px; flex-shrink: 0; background: linear-gradient(90deg,#3b82f6,#06b6d4,#6366f1); }
.c8-work-story .c8-story-members { flex-shrink: 0; }
.c8-work-story .c8-story-members span { display: none; }
.c8-work-story .c8-product-sidebar { width: 152px; padding: 14px 10px; gap: 10px; }
.c8-work-story .c8-product-main { position: relative; }
.c8-work-story .c8-product-visibility .is-active { background: #18181b; color: #fff; }
.c8-work-story .c8-story-records { overflow-x: auto; overflow-y: hidden; padding: 12px; }
.c8-work-story .c8-story-records[data-kind=gallery] { gap: 10px; }
.c8-work-story .c8-review-card:nth-child(n+4) { display: none; }
.c8-work-story .c8-board-column { min-height: 0; }
.c8-work-story .c8-story-feedback { position: relative; box-sizing: border-box; height: calc(68px * var(--team,0)); min-height: 0; overflow: hidden; margin: 0 12px calc(12px * var(--team,0)); padding: 0 12px; opacity: var(--team,0); pointer-events: none; }
.c8-work-story .c8-story-feedback p { margin-top: 3px; line-height: 1.45; }
.c8-work-story .c8-story-agent { top: 0; width: min(900px,100%); opacity: 1; transform: translate(-50%,calc(var(--agent-start,64px) * (1 - var(--workspace,0)) + var(--opening-centre,0px) * var(--opening,1))) scale(calc(1 - var(--workspace,0) * var(--agent-shrink,.14))); transform-origin: top center; transition: none; }
.c8-work-story .c8-story-agent-head { padding: 12px 18px; }
.c8-work-story .c8-story-request { padding: 16px 18px; }
.c8-work-story #c8-story-request { font-size: 17px; line-height: 1.5; }
.c8-work-story .c8-story-request > span { display: none; }
.c8-work-story .c8-story-agent-result { display: flex; opacity: var(--result,0); padding: 0 18px 14px; }
.c8-work-story .c8-story-heading { height: 112px; min-height: 112px; flex-shrink: 0; margin: 20px auto 12px; }
.c8-work-story .c8-story-heading h3 { line-height: 1.15; }
.c8-work-story .c8-story-heading p { margin-top: 10px; }
.c8-work-story .c8-work-stage { min-height: 0; }
.c8-work-story .c8-industry-options button { height: 60px; min-height: 60px; padding: 14px; gap: 10px; font-size: 13px; }
.c8-work-story .c8-industry-label { white-space: nowrap; }
.c8-work-story .c8-story-choice { margin-top: 24px; padding: 24px 0; }
.c8-work-story .c8-work-track { margin-top: 16px; }
@media (max-width: 1100px) {
 .c8-work-story .c8-app-nav { width: 144px; }
 .c8-work-story .c8-app-link { font-size: 10px; }
 .c8-work-story .c8-industry-options { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 760px) {
 .c8-work-story .c8-app-nav { display: none; }
 .c8-work-story .c8-story-window-bar > img { display: block; width: 67px; }
 .c8-work-story .c8-breadcrumb-current, .c8-work-story .c8-breadcrumb-tools { display: none; }
 .c8-work-story .c8-app-breadcrumbs > svg { display: none; }
 .c8-work-story .c8-app-breadcrumbs { gap: 8px; font-size: 10px; }
 .c8-work-story .c8-industry-options { grid-template-columns: repeat(2,minmax(0,1fr)); }
 .c8-work-story .c8-industry-arrow { display: none; }
}
@media (max-width: 640px) {
 .c8-work-story .c8-work-wrap { padding-inline: 16px; }
 .c8-work-story .c8-industry-options button { font-size: 11px; padding: 12px 10px; gap: 7px; height: 56px; min-height: 56px; }
 .c8-work-story .c8-industry-icon { width: 17px; height: 17px; }
 .c8-work-story .c8-story-heading { height: 130px; min-height: 130px; margin: 16px 0 8px; }
 .c8-work-story .c8-story-heading h3 { font-size: 24px; }
 .c8-work-story .c8-story-heading p { font-size: 12px; line-height: 1.5; margin-top: 8px; }
 .c8-work-story .c8-story-agent-head { padding: 10px 12px; }
 .c8-work-story .c8-story-request { padding: 12px; }
 .c8-work-story #c8-story-request { font-size: 14px; }
 .c8-work-story .c8-story-agent-result { padding: 0 12px 10px; gap: 7px; }
 .c8-work-story .c8-story-agent-result p { display: none; }
 .c8-work-story .c8-story-agent-result button { margin-left: auto; font-size: 11px; }
 .c8-work-story .c8-story-window-bar { padding: 0 10px; height: 38px; }
 .c8-work-story .c8-story-feedback { padding: 0 8px; margin-inline: 10px; height: calc(68px * var(--team,0)); }
 .c8-work-story .c8-story-team { padding: 12px; }
}
@media (max-width: 359px) {
 .c8-work-story .c8-industry-options { grid-template-columns: 1fr; }
 .c8-work-story .c8-industry-options button { font-size: 13px; }
}

.c8-work-story .c8-story-workspace[data-kind=gallery] .c8-review-card img { height: clamp(80px,12vh,120px); }
@media (max-width: 640px) { .c8-work-story .c8-board-add { display: none; } }

.c8-work-story .c8-story-heading { width: min(780px,100%); height: var(--heading-height,112px); min-height: var(--heading-height,112px); }
@media (max-width: 359px) { .c8-work-story .c8-product-mobile-nav { display: none; } }
/* Let the artwork use the available pane height without clipping its review controls. */
.c8-work-story .c8-story-records[data-kind=gallery] { container-type: size; }
.c8-work-story .c8-story-workspace[data-kind=gallery] .c8-review-card img { height: 180px; height: clamp(32px,calc(100cqh - 82px),280px); }
@media (max-width: 640px) { .c8-work-story .c8-story-workspace[data-kind=gallery] .c8-review-card img { height: clamp(32px,calc(100cqh - 104px),240px); } }

/* Align the request with its own heading, not the tallest later scene. */
.c8-work-story .c8-story-heading { margin-top: calc(32px - 20px * var(--workspace,0)); margin-bottom: calc(32px - 20px * var(--workspace,0)); transform: translateY(calc(var(--opening-centre,0px) * var(--opening,1))); }
.c8-work-story .c8-story-heading p { margin-top: 14px; }
.c8-work-story .c8-story-foot { justify-content: flex-end; }
.c8-work-story .c8-story-agent { width: min(800px,100%); }
.c8-work-story .c8-story-request { padding: 26px; }
.c8-work-story .c8-story-agent-head { padding-inline: 26px; }
.c8-work-story .c8-story-agent-result { padding: 0 26px 22px; }
@media (max-width: 640px) {
 .c8-work-story .c8-story-heading { margin-top: calc(24px - 12px * var(--workspace,0)); margin-bottom: calc(24px - 12px * var(--workspace,0)); }
 .c8-work-story .c8-story-heading p { margin-top: 10px; }
 .c8-work-story .c8-story-request { padding: 16px; }
 .c8-work-story .c8-story-agent-head { padding-inline: 16px; }
 .c8-work-story .c8-story-agent-result { padding: 0 16px 12px; }
}

.c8-work-story .c8-breadcrumb-module { display: inline-flex; align-items: center; gap: 7px; flex-shrink: 0; }
.c8-work-story .c8-breadcrumb-module img { width: 15px; height: 15px; object-fit: contain; opacity: .8; }


/* Retain the agent request above its shared result throughout the story. */
.c8-work-story.is-stacked-story .c8-work-track { height: auto; }
.c8-work-story.is-stacked-story .c8-work-stage { position: relative; top: 0; height: var(--stacked-height); min-height: var(--stacked-height); }
@media (max-width: 640px) { .c8-work-story { --agent-shrink: 0; } }

.c8-work-story.is-stacked-story .c8-work-stage[data-phase="0"] { height: var(--stacked-opening-height); min-height: var(--stacked-opening-height); }
