/* Polish: the three steps read as a sequence, the handoffs illustration leads on phones, and the scenes scrub on phones too. */
/* One task. A clear scope: big numerals with a rule running to the next step. */
.process-list li>div{position:relative;border-top:0;padding-top:6px}
.step-number{display:flex;align-items:center;gap:14px;font:500 clamp(30px,2.6vw,40px)/1 var(--display);letter-spacing:-.04em;color:#674181}
.step-number:after{content:'';flex:1;height:1px;background:#d8cbe0}
.process-list li:last-child .step-number:after{background:transparent}
.process-list h3{margin-top:14px}
@media(max-width:760px){
 .process-list li{display:grid;grid-template-columns:52px 1fr;gap:4px 14px;padding-block:20px;border-bottom:0;position:relative}
 .process-list .process-art{grid-column:2;width:100%;max-width:210px;height:auto;aspect-ratio:1.46;margin:0 0 2px}
 .process-list li>div{grid-column:2;max-width:430px;position:static;padding-top:0}
 .step-number{position:absolute;left:0;top:20px;font-size:30px}
 .step-number:after{display:none}
 .process-list li:before{content:'';position:absolute;left:17px;top:62px;bottom:-20px;width:1px;background:#d8cbe0}
 .process-list li:last-child:before{display:none}
 .process-list h3{margin-top:10px}
 /* Keep the tools: on phones a charcoal bar without the illustration; desktop keeps the white layout. */
 .familiar{background:#242428;color:#fff;box-shadow:0 0 0 100vmax #242428;clip-path:inset(0 -100vmax);padding-block:60px}
 .familiar .argument-art{display:none}
 .familiar .section-title span{color:#b99acc}
 .familiar .argument-copy>p{color:#e8e4ec}
 .familiar .argument-detail summary{color:#b99acc}
 .familiar .argument-detail>p{color:#b9b2c0}
 /* The manual-way scenes stay pinned and scrubbed on phones, sized to one screen. */
 html.enhanced:not(.reduce-motion) #repeat-cycle.ws-ready{height:440svh}
 html.enhanced:not(.reduce-motion) #repeat-cycle.ws-ready .ws-chapter{padding-top:84px;padding-bottom:64px;gap:18px}
 #repeat-cycle .ws-copywriting h2{font-size:clamp(30px,8.4vw,40px)}
 #repeat-cycle .ws-copywriting .eyebrow{margin-bottom:12px}
 #repeat-cycle .ws-copywriting>p:last-child{font-size:14px;line-height:1.5;margin-top:12px;max-width:330px}
 #repeat-cycle .ws-art-note{display:none}
 #repeat-cycle .ws-footer{padding-bottom:14px}
 #repeat-cycle .ws-footer>p{display:none}
 #repeat-cycle .ws-chapters{gap:14px;font-size:11px}
 #repeat-cycle .ws-close .ws-copywriting>p:not(.eyebrow){font-size:15px;margin:20px auto 22px}
}
@media(max-width:760px) and (max-height:700px){
 #repeat-cycle .ws-copywriting h2{font-size:clamp(26px,7.6vw,32px)}
 #repeat-cycle .ws-copywriting>p:last-child{display:none}
 #repeat-cycle .ws-paper-photo>img{height:140px!important}
 html.enhanced:not(.reduce-motion) #repeat-cycle.ws-ready .ws-chapter{padding-top:78px;padding-bottom:56px;gap:14px}
}
/* Header and footer. */
#request{scroll-margin-top:110px}
.site-footer{flex-wrap:wrap;row-gap:10px}
.footer-copy{color:#706978}
.footer-links{display:flex;align-items:center;flex-wrap:wrap;gap:0 22px}
.footer-links a,.footer-links button{display:inline-flex;align-items:center;min-height:40px}
.footer-links a{text-decoration:underline;text-underline-offset:4px;text-decoration-color:#d8cbe0}
@media(hover:hover) and (pointer:fine){.footer-links a:hover{color:#674181}}
@media(max-width:760px){.site-footer .identity{width:100%;margin-bottom:0}.footer-copy{width:100%}.footer-links{width:100%;gap:0 18px}.site-footer>a:last-child{margin-left:0}}
/* Before we talk: the folio fills a wider left column instead of floating in dead space. */
.questions{grid-template-columns:1.15fr 1fr;gap:clamp(40px,5vw,80px);align-items:start}
.questions-intro h2{font-size:clamp(40px,4.2vw,58px)}
.questions-intro>.living-art{width:100%;max-width:none;margin-top:36px}
.faq-list{padding-top:14px}
@media(min-width:761px) and (max-width:1100px){.questions{grid-template-columns:1fr 1fr}}
@media(max-width:760px){
 .questions-intro{display:block;margin-bottom:16px}
 .questions-intro h2{font-size:38px}
 .questions-intro>.living-art{width:100%;max-width:none;margin:18px 0 0}
 .faq-list{padding-top:0}
}
/* Work directly with Harley: a portrait slot. Drop the photo at /assets/brand/harley.jpg and point the figure at it. */
.founder-context.is-portrait img{aspect-ratio:4/5;object-fit:cover;object-position:50% 20%;border-radius:14px}
.founder-context.is-portrait figcaption{display:none}
@media(max-width:760px){.founder-context.is-portrait{max-width:300px}.founder-context.is-portrait img{aspect-ratio:1}}
