/* Visual explanations share the portfolio's quiet paper-and-blue palette. */
.visual-workflow,
.visual-capabilities { padding-block: 102px 98px; }
#workflow.visual-workflow,
#capabilities.visual-capabilities { scroll-margin-top: -92px; }
.visual-workflow { border-top: 1px solid var(--line); }
.visual-section-heading { margin-bottom: 38px; }
.visual-section-heading .eyebrow { margin-bottom: 22px; }
.visual-section-heading h2 {
  margin: 0;
  max-width: 1010px;
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 530;
  line-height: 1.23;
  letter-spacing: -0.055em;
  text-wrap: balance;
}
.visual-section-heading > p:last-child:not(.eyebrow) { margin-top: 19px; max-width: 620px; font-size: 18px; line-height: 1.75; color: var(--ink-soft); }
.flow-theater {
  overflow: hidden;
  border: 1px solid #dce4e1;
  border-radius: 8px;
  background: #eef3ef;
}
.flow-theater-top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 61px;
  padding: 15px 29px;
  border-bottom: 1px solid #dce5df;
}
.flow-replay { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; padding: 7px 0 7px 10px; border: 0; background: transparent; color: #496153; font-size: 16px; }
.flow-replay:hover { color: var(--blue); }
.flow-replay svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.flow-picture { position: relative; min-height: 488px; isolation: isolate; }
.flow-picture::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(ellipse at 45% 52%, #e1ece6, transparent 67%); }
.flow-input { position: absolute; z-index: 2; left: 9%; top: 51%; width: 225px; height: 240px; transform: translateY(-50%); }
.flow-paper { position: absolute; inset: 0; padding: 25px; border: 1px solid #d4dfd9; border-radius: 7px; background: #fff; transition: transform 800ms cubic-bezier(.2,.7,.2,1), opacity 600ms ease, box-shadow 600ms ease, border-color 500ms ease; }
.flow-paper--back { transform: translate(-25px, -6px) rotate(-11deg); background: #f6f8f5; }
.flow-paper--middle { transform: translate(-12px, -4px) rotate(-6deg); background: #fbfcf9; }
.flow-paper--front { box-shadow: 0 16px 45px rgba(34, 65, 54, .08); }
.paper-mail { width: 48px; height: 48px; margin-bottom: 22px; fill: none; stroke: #2155e8; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.flow-paper > strong { display: block; margin-bottom: 25px; font-size: 26px; font-weight: 500; line-height: 1.35; letter-spacing: -.025em; }
.flow-paper > i { display: block; height: 5px; width: 91%; margin-bottom: 10px; background: #dce6df; border-radius: 2px; }
.flow-paper > i:nth-last-of-type(1) { width: 63%; }
.paper-check { position: absolute; top: 19px; right: 18px; display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; color: #fff; background: #71967c; font-size: 17px; opacity: .4; transition: opacity 500ms ease, transform 600ms var(--ease); }
.flow-track { position: absolute; z-index: 0; left: 25%; top: 50%; width: 47%; height: 100px; transform: translateY(-50%); }
.flow-track > svg { width: 100%; height: 100%; overflow: visible; }
.track-base,
.track-live { fill: none; stroke: #b9ccc3; stroke-width: 1.3; vector-effect: non-scaling-stroke; }
.track-base { stroke-dasharray: 3 6; }
.track-live { stroke: #2155e8; stroke-width: 1.6; stroke-dasharray: 640; stroke-dashoffset: 640; transition: stroke-dashoffset 900ms cubic-bezier(.2,.7,.2,1); }
.flow-parcel { position: absolute; top: 50%; left: 8%; display: grid; place-items: center; width: 35px; height: 39px; border: 1px solid #b8cbee; border-radius: 4px; background: #fff; box-shadow: 0 5px 15px #9fb6de44; color: #2155e8; transform: translate(-50%, -50%); opacity: 0; transition: left 900ms cubic-bezier(.2,.7,.2,1), opacity 250ms ease; }
.flow-parcel svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.2; stroke-linecap: round; stroke-linejoin: round; }
.flow-engine { position: absolute; z-index: 3; left: 45%; top: 50%; display: flex; flex-direction: column; align-items: center; width: 100px; transform: translate(-50%, -42%); }
.engine-mark { display: grid; place-items: center; width: 88px; height: 88px; background: #2155e8; color: #fff; border: 1px solid #3f71ed; border-radius: 18px; box-shadow: 0 13px 36px #2155e825; font-size: 38px; font-weight: 500; letter-spacing: -.055em; line-height: 1; transition: box-shadow 700ms ease, transform 700ms var(--ease); }
.engine-pips { display: flex; gap: 6px; margin-top: 14px; }
.engine-pips i { width: 5px; height: 5px; border-radius: 50%; background: #a7bacc; transition: background 400ms ease; }
.flow-output { position: absolute; z-index: 2; right: 6%; top: 50%; width: 37%; max-width: 460px; border: 1px solid #d2ded7; border-radius: 7px; background: #fff; box-shadow: 0 18px 50px rgba(49, 83, 64, .07); transform: translateY(-50%); transition: border-color 600ms ease, box-shadow 600ms ease; overflow: hidden; }
.output-toolbar { display: flex; align-items: center; min-height: 52px; gap: 11px; padding: 11px 21px; border-bottom: 1px solid #e1e9e3; color: #49624f; background: #f7faf6; font-size: 18px; }
.excel-mark { display: grid; place-items: center; width: 28px; height: 30px; border-radius: 3px; background: #658d68; color: white; font-weight: 650; font-size: 17px; }
.output-title { position: relative; padding: 22px 24px 17px; }
.output-title strong { display: block; color: #354e3a; font-size: 28px; font-weight: 500; line-height: 1.3; letter-spacing: -.035em; }
.output-grid { padding: 0 21px 20px; }
.output-row { display: grid; grid-template-columns: 25px minmax(0, 1fr) 25px; align-items: center; gap: 14px; min-height: 45px; border-bottom: 1px solid #e7ede6; color: #819080; opacity: .64; transform: translateY(3px); transition: opacity 600ms ease, transform 600ms var(--ease), background 500ms ease; }
.output-row > svg { width: 24px; height: 27px; fill: none; stroke: #7d977f; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.output-row-lines { display: grid; gap: 6px; }
.output-row-lines > i { width: 84%; height: 4px; border-radius: 2px; background: #d8e3d9; }
.output-row-lines > i:last-child { width: 54%; background: #e9eee8; }
.output-row:nth-child(2) .output-row-lines > i:first-child { width: 68%; }
.output-row > i { justify-self: end; color: #688d65; font-style: normal; font-size: 20px; }
.output-row:nth-child(2) { transition-delay: 100ms; }
.output-row:nth-child(3) { transition-delay: 200ms; }
.output-review { display: flex; align-items: center; gap: 11px; padding: 14px 21px; border-top: 1px solid #e2eadf; background: #f8faf6; transition: background 500ms ease; }
.review-check { display: grid; place-items: center; flex: 0 0 32px; height: 32px; border: 1px solid #c2d5bd; border-radius: 50%; color: #809a75; font-size: 18px; transition: background 450ms ease, color 450ms ease, border-color 450ms ease; }
.output-review strong { display: block; color: #496340; font-size: 17px; font-weight: 500; line-height: 1.4; }

.flow-theater[data-flow-step="0"] .flow-paper--front { border-color: #aabfcf; box-shadow: 0 16px 50px #45699016; }
.flow-theater:not([data-flow-step="0"]) .paper-check { opacity: 1; transform: scale(1.07); }
.flow-theater:not([data-flow-step="0"]) .flow-paper--back { transform: translate(-12px, -10px) rotate(-4deg); }
.flow-theater:not([data-flow-step="0"]) .flow-paper--middle { transform: translate(-6px, -5px) rotate(-2deg); }
.flow-theater[data-flow-step="1"] .flow-parcel { left: 37%; opacity: 1; }
.flow-theater[data-flow-step="2"] .flow-parcel { left: 93%; opacity: 1; }
.flow-theater[data-flow-step="3"] .flow-parcel { left: 98%; opacity: 0; }
.flow-theater[data-flow-step="1"] .track-live { stroke-dashoffset: 320; }
.flow-theater[data-flow-step="2"] .track-live,
.flow-theater[data-flow-step="3"] .track-live { stroke-dashoffset: 0; }
.flow-theater[data-flow-step="1"] .engine-mark { box-shadow: 0 0 0 11px #2155e80a, 0 13px 45px #2155e839; transform: scale(1.06); }
.flow-theater:not([data-flow-step="0"]) .engine-pips i { background: #4c81d4; }
.flow-theater[data-flow-step="2"] .flow-output { border-color: #8faed0; box-shadow: 0 18px 55px #356ab41c; }
.flow-theater[data-flow-step="2"] .output-row,
.flow-theater[data-flow-step="3"] .output-row { opacity: 1; transform: none; }
.flow-theater[data-flow-step="3"] .output-review { background: #eaf2e4; }
.flow-theater[data-flow-step="3"] .review-check { color: white; background: #6e9464; border-color: #6e9464; }
.flow-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); padding-inline: 29px; background: #f8faf6; border-top: 1px solid #dce5dc; }
.flow-choice { display: grid; grid-template-columns: 28px minmax(0, 1fr); align-items: center; column-gap: 13px; position: relative; min-height: 88px; padding: 17px 20px; border: 0; border-right: 1px solid #e2e8df; background: transparent; text-align: left; transition: background 200ms ease; }
.flow-choice:first-child { padding-left: 3px; }
.flow-choice:last-child { border-right: 0; }
.flow-choice::before { position: absolute; left: 0; right: 0; top: -1px; height: 2px; background: #2155e8; transform: scaleX(0); transform-origin: left; transition: transform 300ms ease; content: ""; }
.flow-choice-icon { display: grid; place-items: center; color: #758970; }
.flow-choice-icon > svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.flow-choice > strong { color: #50634b; font-size: 19px; font-weight: 500; line-height: 1.4; }
.flow-choice:hover { background: #edf2ea; }
.flow-choice[aria-pressed="true"]::before { transform: scaleX(1); }
.flow-choice[aria-pressed="true"] > strong,
.flow-choice[aria-pressed="true"] .flow-choice-icon { color: #2155e8; }
.flow-caption { min-height: 66px; padding: 18px 28px; border-top: 1px solid #e1e7dc; background: #f8faf6; color: #50634b; text-align: center; font-size: 18px; line-height: 1.65; }
.visual-section-foot { display: flex; justify-content: flex-end; align-items: center; margin-top: 16px; }
.visual-section-foot .project-open { font-size: 16px; }

/* Deliverables are shown as distinct scenes, with short captions below. */
.visual-capabilities { padding-top: 22px; }
#capabilities.visual-capabilities { scroll-margin-top: -12px; }
.capability-gallery { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 34px 25px; }
.service-card { grid-column: span 4; min-width: 0; }
.service-card--web { grid-column: span 7; }
.service-card--automation { grid-column: span 5; }
.service-art { height: 380px; position: relative; overflow: hidden; isolation: isolate; border-radius: 5px; background: #eaf0e8; }
.service-card--web .service-art,
.service-card--automation .service-art { height: 430px; }
.service-art img { width: 100%; height: 100%; object-fit: cover; }
.service-cover { position: absolute; inset: 0; transition: transform 800ms var(--ease); }
.service-card:hover .service-cover { transform: scale(1.025); }
.service-copy { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; padding: 23px 0 22px; border-bottom: 1px solid var(--line); }
.service-copy > div { min-width: 0; }
.service-copy h3 { margin: 0 0 10px; color: var(--ink); font-size: 26px; line-height: 1.4; font-weight: 500; letter-spacing: -.035em; }
.service-copy p { color: #576851; font-size: 16px; line-height: 1.75; }
.service-copy > .project-open { flex-shrink: 0; gap: 9px; white-space: nowrap; font-size: 16px; }
.service-card--web .service-art { background: #e9eff3; }
.service-browser { position: absolute; z-index: 1; top: 47%; left: 7%; width: 77%; overflow: hidden; border: 1px solid #c4d0dd; border-radius: 7px; background: #fff; box-shadow: 0 20px 45px #3c5b7925; transform: perspective(1100px) translateY(-50%) rotateY(-6deg) rotateX(3deg); }
.mini-toolbar { display: flex; align-items: center; gap: 6px; min-height: 29px; padding: 8px 12px; background: #fbfcfd; border-bottom: 1px solid #dbe2e7; }
.mini-toolbar > i,
.tablet-bar > i { width: 6px; height: 6px; border-radius: 50%; background: #bacbd1; }
.service-browser > img { display: block; height: 265px; object-position: 50% 42%; }
.mini-web-title { position: absolute; left: 24px; right: 20px; bottom: 25px; display: flex; flex-direction: column; align-items: flex-start; color: white; }
.mini-web-title > strong { max-width: 290px; font-size: 28px; font-weight: 500; line-height: 1.3; letter-spacing: -.03em; }
.service-phone { position: absolute; z-index: 2; right: 7%; bottom: 48px; width: 22%; padding: 5px 5px 17px; border: 2px solid #f7f8fc; border-radius: 18px; background: #fff; box-shadow: 0 15px 40px #34537335; transform: rotate(5deg); }
.phone-notch { position: absolute; z-index: 2; top: 10px; left: 50%; transform: translateX(-50%); width: 28px; height: 5px; background: #1e2b37; border-radius: 5px; }
.service-phone > img { height: 163px; border-radius: 11px 11px 0 0; object-position: 63% 45%; }
.service-phone > i { display: block; width: 65%; height: 3px; margin: 8px 9px; background: #dfe7e6; }
.service-phone > i:last-child { width: 45%; }
.overlay-pill { display: inline-flex; align-items: center; justify-content: center; gap: 9px; position: absolute; z-index: 4; bottom: 29px; left: 50%; transform: translateX(-50%); width: max-content; max-width: calc(100% - 32px); padding: 11px 17px; background: #f7faf7; color: #486963; border: 1px solid #d8e8de; border-radius: 4px; text-align: center; font-size: 16px; line-height: 1.5; box-shadow: 0 6px 20px #18353e14; }
.overlay-pill > i { width: 5px; height: 5px; border-radius: 50%; background: #72a586; }
.service-card--systems .service-art { background: #e7eee5; }
.service-tablet { position: absolute; top: 48%; left: 50%; width: 86%; max-width: 340px; padding: 8px 13px; border: 1px solid #38474c; border-radius: 17px; background: #24353c; box-shadow: 0 20px 40px #274e4030; transform: translate(-50%, -50%) rotate(-6deg); }
.tablet-camera { position: absolute; top: 50%; left: 5px; width: 3px; height: 3px; border-radius: 50%; background: #596a72; }
.tablet-screen { overflow: hidden; border-radius: 8px; background: #f4f7f2; }
.tablet-bar { display: flex; align-items: center; gap: 6px; min-height: 28px; padding: 8px 10px; background: #f8faf5; }
.tablet-screen > img { display: block; height: 186px; object-position: 50% 38%; }
.tablet-cells { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; padding: 9px; }
.tablet-cells > span { display: grid; place-items: center; padding: 9px 4px; background: #eaf0e5; border: 1px solid #dfe7d9; border-radius: 3px; }
.tablet-cells svg { width: 24px; height: 24px; fill: none; stroke: #77916b; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.service-card--video .service-art { background: #e4ecee; }
.service-filmstrip { position: absolute; left: -17%; top: 18%; display: grid; grid-template-columns: .76fr 1fr .76fr; align-items: center; gap: 12px; width: 134%; transform: rotate(-6deg); }
.film-frame { position: relative; height: 176px; overflow: hidden; border: 4px solid #f7fafb; border-radius: 4px; box-shadow: 0 10px 24px #2f647c2b; }
.film-frame > img { height: 100%; object-fit: cover; object-position: 19% 45%; }
.film-frame--main { height: 217px; border-width: 5px; }
.film-frame--main > img { object-position: 52% 48%; }
.film-frame:last-child > img { object-position: 89% 45%; }
.film-play { display: grid; place-items: center; position: absolute; top: 50%; left: 50%; width: 42px; height: 42px; padding-left: 2px; transform: translate(-50%, -50%); border: 1px solid #eaf7ff8c; border-radius: 50%; color: #fff; font-size: 16px; background: #4b87962b; }
.film-timeline { position: absolute; left: 22px; right: 22px; bottom: 65px; display: flex; align-items: center; gap: 6px; }
.film-timeline > i { height: 17px; background: #a7c1c3; border-radius: 2px; flex: 1; }
.film-timeline > i:nth-of-type(2) { flex: 1.6; background: #7eabb6; border: 1px solid #77a9b5; }
.film-timeline > i:nth-of-type(3) { flex: .7; background: #bdd0cc; }
.service-card--ai .service-art { background: #e8eef6; }
.ai-collage { position: absolute; inset: 10% 4% 20%; }
.ai-mini { position: absolute; z-index: 2; width: 88px; height: 80px; border: 1px solid #c4d5e7; border-radius: 5px; background: #f9fbff; box-shadow: 0 9px 22px #4d72a214; transform: translate(-50%, -50%); }
.ai-mini--document { top: 25%; left: 24%; padding: 12px; transform: translate(-50%, -50%) rotate(-7deg); }
.ai-mini--document svg { width: 28px; height: 28px; margin-bottom: 7px; fill: none; stroke: #7b9dbc; stroke-width: 1.2; stroke-linecap: round; stroke-linejoin: round; }
.ai-mini--document i { display: block; width: 90%; height: 2px; margin-top: 4px; background: #d1dfec; }
.ai-mini--document i:last-child { width: 65%; }
.ai-mini--chart { top: 24%; left: 76%; display: flex; align-items: flex-end; gap: 6px; padding: 19px 13px 14px; transform: translate(-50%, -50%) rotate(6deg); }
.ai-mini--chart > span { flex: 1; height: 47%; background: #bbd0e9; border-radius: 2px 2px 0 0; }
.ai-mini--chart > span:nth-child(2) { height: 70%; background: #a0bde1; }
.ai-mini--chart > span:nth-child(3) { height: 58%; background: #96b5de; }
.ai-mini--chart > span:nth-child(4) { height: 93%; background: #6e9fd6; }
.ai-hub { position: absolute; z-index: 3; top: 50%; left: 50%; display: flex; align-items: baseline; justify-content: center; gap: 4px; width: 83px; height: 75px; padding-top: 17px; transform: translate(-50%, -50%); border: 1px solid #4d7af1; border-radius: 15px; color: #fff; background: #2155e8; box-shadow: 0 12px 33px #2155e82b; font-size: 32px; font-weight: 450; letter-spacing: -.06em; }
.ai-hub > span { color: #a8c3ff; font-size: 20px; }
.ai-mini--chat { top: 79%; left: 72%; width: 99px; height: 67px; padding: 13px; transform: translate(-50%, -50%) rotate(4deg); }
.ai-mini--chat > i { display: block; width: 75%; height: 5px; margin-bottom: 6px; background: #c5d9ed; border-radius: 3px; }
.ai-mini--chat > i:nth-child(2) { width: 54%; background: #dde7f2; }
.ai-mini--chat > b { position: absolute; right: 12px; bottom: 9px; color: #8ba7cd; font-size: 16px; font-weight: 400; }
.ai-links { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; fill: none; stroke: #9bb9e0; stroke-width: 1.4; stroke-dasharray: 4 5; }

@media (max-width: 1180px) {
  .flow-input { left: 8%; width: 196px; height: 235px; }
  .flow-paper { padding: 22px; }
  .flow-paper > strong { font-size: 24px; }
  .flow-output { right: 5%; width: 38%; }
  .flow-engine { left: 44%; }
  .flow-choice { padding-inline: 15px; }
  .flow-choice > strong { font-size: 18px; }
  .service-art { height: 350px; }
  .service-card--web .service-art,
  .service-card--automation .service-art { height: 395px; }
  .service-copy h3 { font-size: 24px; }
  .service-browser > img { height: 243px; }
  .mini-web-title > strong { font-size: 26px; }
  .service-phone { bottom: 40px; }
  .service-phone > img { height: 149px; }
  .service-tablet { width: 90%; padding-inline: 10px; }
  .tablet-camera { left: 3px; }
  .tablet-screen > img { height: 160px; }
  .film-frame { height: 163px; }
  .film-frame--main { height: 200px; }
  .film-timeline { left: 17px; right: 17px; bottom: 45px; }
  .ai-mini { width: 77px; height: 74px; }
  .ai-mini--chat { width: 88px; height: 63px; }
  .ai-hub { width: 74px; height: 69px; padding-top: 15px; font-size: 30px; }
}
@media (max-width: 900px) {
  .visual-workflow,
  .visual-capabilities { padding-block: 78px; }
  #workflow.visual-workflow,
  #capabilities.visual-capabilities { scroll-margin-top: -70px; }
  .visual-capabilities { padding-top: 14px; }
  #capabilities.visual-capabilities { scroll-margin-top: -6px; }
  .visual-section-heading h2 { font-size: 40px; }
  .visual-section-heading > p:last-child:not(.eyebrow) { font-size: 17px; }
  .flow-picture { min-height: 438px; }
  .flow-input { left: 7%; width: 165px; height: 224px; }
  .flow-paper { padding: 18px; }
  .paper-mail { width: 42px; height: 42px; margin-bottom: 22px; }
  .flow-paper > strong { font-size: 22px; }
  .paper-check { top: 15px; right: 14px; width: 26px; height: 26px; font-size: 16px; }
  .flow-engine { left: 43%; width: 76px; }
  .engine-mark { width: 72px; height: 72px; border-radius: 15px; font-size: 32px; }
  .flow-output { width: 40%; right: 4%; }
  .output-toolbar { min-height: 48px; padding: 9px 15px; gap: 10px; font-size: 17px; }
  .excel-mark { width: 25px; height: 28px; font-size: 16px; }
  .output-title { padding: 20px 17px 16px; }
  .output-title strong { font-size: 25px; }
  .output-grid { padding: 0 17px 16px; }
  .output-row { min-height: 42px; gap: 10px; }
  .output-review { padding: 13px 17px; gap: 10px; }
  .review-check { flex-basis: 30px; height: 30px; font-size: 17px; }
  .output-review strong { font-size: 16px; }
  .flow-steps { padding-inline: 16px; }
  .flow-choice { grid-template-columns: 24px minmax(0, 1fr); gap: 9px; padding-inline: 10px; }
  .flow-choice-icon > svg { width: 23px; height: 23px; }
  .flow-choice > strong { font-size: 17px; }
  .flow-caption { font-size: 17px; }
  .capability-gallery { gap: 32px 23px; }
  .service-card,
  .service-card--automation { grid-column: span 6; }
  .service-card--web { grid-column: span 12; }
  .service-art,
  .service-card--automation .service-art { height: 330px; }
  .service-card--web .service-art { height: 400px; }
  .service-copy { padding-top: 20px; }
  .service-copy h3 { font-size: 23px; }
  .service-browser { left: 7%; width: 77%; }
  .service-browser > img { height: 255px; }
  .mini-web-title { left: 22px; bottom: 25px; }
  .mini-web-title > strong { max-width: 290px; }
  .service-phone { width: 22%; right: 6%; bottom: 35px; border-radius: 14px; padding-bottom: 13px; }
  .service-phone > img { height: 150px; border-radius: 8px 8px 0 0; }
  .service-phone > i { margin-inline: 6px; }
  .phone-notch { width: 22px; height: 4px; }
  .service-tablet { width: 90%; padding: 6px 10px; border-radius: 12px; }
  .tablet-screen > img { height: 157px; }
  .tablet-cells { gap: 5px; padding: 7px; }
  .film-frame { height: 150px; }
  .film-frame--main { height: 188px; }
  .service-filmstrip { gap: 9px; top: 18%; }
  .film-play { width: 38px; height: 38px; font-size: 15px; }
  .film-timeline { bottom: 38px; }
  .overlay-pill { gap: 8px; padding: 10px 14px; bottom: 22px; }
  .ai-collage { inset: 9% 4% 23%; }
}
@media (max-width: 760px) {
  .visual-workflow,
  .visual-capabilities { padding-block: 63px; }
  #workflow.visual-workflow,
  #capabilities.visual-capabilities { scroll-margin-top: -59px; }
  .visual-capabilities { padding-top: 4px; }
  #capabilities.visual-capabilities { scroll-margin-top: 0; }
  .visual-section-heading { margin-bottom: 27px; }
  .visual-section-heading .eyebrow { font-size: 13px; margin-bottom: 18px; letter-spacing: .06em; }
  .visual-section-heading h2 { font-size: clamp(29px, 7.4vw, 42px); line-height: 1.3; letter-spacing: -.05em; }
  .visual-capabilities .visual-section-heading h2 > span { display: block; }
  .visual-section-heading > p:last-child:not(.eyebrow) { margin-top: 14px; font-size: 16px; }
  .flow-theater { border-radius: 6px; }
  .flow-theater-top { min-height: 59px; padding: 7px 17px; }
  .flow-replay { font-size: 15px; gap: 8px; }
  .flow-replay svg { width: 19px; height: 19px; }
  .flow-picture { min-height: 690px; }
  .flow-input { left: 50%; top: 126px; width: 200px; height: 204px; transform: translate(-50%, -50%); }
  .flow-paper { padding: 20px 22px; border-radius: 5px; }
  .flow-paper--back { transform: translate(-19px, -3px) rotate(-9deg); }
  .flow-paper--middle { transform: translate(-10px, -2px) rotate(-5deg); }
  .paper-mail { width: 40px; height: 40px; margin-bottom: 17px; }
  .flow-paper > strong { font-size: 23px; margin-bottom: 20px; }
  .flow-paper > i { margin-bottom: 8px; height: 4px; }
  .flow-track { left: 50%; top: 242px; width: 229px; height: 48px; transform: translateX(-50%) rotate(90deg); transform-origin: center center; }
  .flow-track > svg { height: 100%; }
  .flow-parcel { width: 28px; height: 32px; transform: translate(-50%, -50%) rotate(-90deg); }
  .flow-parcel > svg { width: 21px; height: 21px; }
  .flow-engine { left: 50%; top: 264px; width: 80px; transform: translateX(-50%); }
  .engine-mark { width: 64px; height: 64px; border-radius: 13px; font-size: 30px; }
  .engine-pips { display: none; }
  .flow-output { width: min(320px, calc(100% - 36px)); max-width: none; left: 50%; right: auto; top: 354px; transform: translateX(-50%); border-radius: 5px; }
  .output-toolbar { min-height: 48px; padding: 9px 16px; font-size: 17px; }
  .output-title { padding: 18px 18px 13px; }
  .output-title strong { font-size: 24px; }
  .output-grid { padding: 0 18px 14px; }
  .output-row { min-height: 40px; }
  .output-review { padding: 13px 18px; }
  .output-review strong { font-size: 16px; }
  .flow-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); padding-inline: 0; }
  .flow-choice,
  .flow-choice:first-child { min-height: 72px; padding: 13px 16px; grid-template-columns: 24px minmax(0, 1fr); gap: 10px; }
  .flow-choice:nth-child(2) { border-right: 0; }
  .flow-choice:nth-child(-n+2) { border-bottom: 1px solid #e0e7dc; }
  .flow-choice > strong { font-size: 17px; }
  .flow-caption { min-height: 62px; padding: 17px 18px; font-size: 16px; }
  .visual-section-foot { margin-top: 12px; }
  .visual-section-foot .project-open { font-size: 15px; gap: 8px; }
  .capability-gallery { grid-template-columns: 1fr; gap: 32px; }
  .service-card,
  .service-card--web,
  .service-card--automation { grid-column: auto; }
  .service-art,
  .service-card--web .service-art,
  .service-card--automation .service-art { height: auto; aspect-ratio: 1.16; }
  .service-card--web .service-art { aspect-ratio: 1.12; }
  .service-copy { padding: 20px 0 23px; gap: 10px; }
  .service-copy h3 { font-size: 23px; margin-bottom: 9px; }
  .service-copy p { font-size: 16px; }
  .service-copy > .project-open { font-size: 15px; }
  .service-browser { width: 78%; left: 6%; top: 47%; }
  .service-browser > img { height: 204px; }
  .mini-web-title { left: 17px; bottom: 20px; right: 38px; }
  .mini-web-title > strong { font-size: 23px; }
  .service-phone { width: 25%; right: 5%; bottom: 27px; }
  .service-phone > img { height: 117px; }
  .overlay-pill { padding: 10px 13px; font-size: 15px; bottom: 23px; }
  .service-tablet { width: 82%; max-width: 325px; padding: 7px 12px; border-radius: 15px; }
  .tablet-camera { left: 4px; }
  .tablet-screen > img { height: 160px; }
  .tablet-bar { min-height: 27px; }
  .tablet-cells { padding: 8px; gap: 6px; }
  .service-filmstrip { top: 43%; gap: 10px; transform: translateY(-50%) rotate(-6deg); }
  .film-frame { height: 161px; }
  .film-frame--main { height: 204px; }
  .film-play { width: 39px; height: 39px; font-size: 15px; }
  .film-timeline { left: 19px; right: 19px; bottom: 30px; }
  .ai-collage { inset: 7% 6% 23%; }
  .ai-mini { width: 78px; height: 73px; }
  .ai-mini--document { padding: 12px; }
  .ai-mini--document svg { width: 25px; height: 25px; }
  .ai-mini--chart { padding: 17px 12px 13px; gap: 5px; }
  .ai-mini--chat { width: 88px; height: 63px; padding: 12px; }
  .ai-hub { width: 73px; height: 68px; font-size: 30px; padding-top: 14px; border-radius: 13px; }
  .ai-hub > span { font-size: 18px; }
}
@media (max-width: 380px) {
  .visual-section-heading h2 { font-size: 28px; }
  .flow-theater-top { padding-inline: 13px; }
  .flow-choice,
  .flow-choice:first-child { padding-inline: 10px; grid-template-columns: 21px minmax(0, 1fr); gap: 8px; }
  .flow-choice > strong { font-size: 16px; }
  .flow-choice-icon > svg { width: 21px; height: 21px; }
  .flow-caption { padding-inline: 14px; }
  .service-copy h3 { font-size: 22px; }
  .service-copy p { font-size: 15px; }
  .service-browser > img { height: 177px; }
  .mini-web-title { left: 13px; bottom: 17px; right: 25px; }
  .mini-web-title > strong { font-size: 21px; }
  .service-phone > img { height: 100px; }
  .service-phone { padding-bottom: 9px; }
  .tablet-screen > img { height: 125px; }
  .service-tablet { width: 85%; padding-inline: 10px; }
  .tablet-cells { padding: 7px; gap: 4px; }
  .tablet-cells > span { padding-block: 7px; }
  .tablet-cells svg { width: 22px; height: 22px; }
  .film-frame { height: 126px; }
  .film-frame--main { height: 158px; }
  .film-timeline { bottom: 25px; }
  .ai-mini { width: 68px; height: 63px; }
  .ai-mini--document { padding: 9px; }
  .ai-mini--chart { padding: 14px 10px 11px; }
  .ai-mini--chat { width: 77px; height: 57px; padding: 10px; }
  .ai-hub { width: 65px; height: 60px; font-size: 27px; padding-top: 11px; }
}
@media (prefers-reduced-motion: reduce) {
  .flow-paper,
  .paper-check,
  .track-live,
  .flow-parcel,
  .engine-mark,
  .output-row,
  .flow-output,
  .output-review,
  .review-check,
  .service-cover { transition: none; }
  .output-row { opacity: 1; transform: none; }
}
@media (hover: none) {
  .service-card:hover .service-cover { transform: none; }
}
@media print {
  .visual-workflow,
  .visual-capabilities { padding-block: 30px; }
  .flow-replay,
  .flow-steps { display: none; }
  .flow-theater,
  .service-card { break-inside: avoid; }
  .output-row { opacity: 1; transform: none; }
  .service-art { print-color-adjust: exact; -webkit-print-color-adjust: exact; }
}
