/* Each desktop slide shares a reading position and a centered visual stage.
   The examples use that stage’s width and height; scroll timing is unchanged. */
@media screen and (min-width: 1025px) {
    .ppc { --feature-frame: var(--page-content-width); --slide-title: clamp(46px, 3.75vw, 66px); --slide-body: clamp(21px, 1.4vw, 23px); }
    /* The reduced-motion and no-script layouts use the same reading edge. */
    .ppc:not(.ppc--pinned) .ppc-panel > :is(.ps-layout, .ppc-panel__inner) { width: var(--feature-frame); max-width: none; padding-inline: 0; }
    .ppc.ppc--pinned .ppc-panel > .ps-layout,
    .ppc.ppc--pinned .ppc-panel:has(> .ppc-comp) { display: grid; width: var(--feature-frame); max-width: none; height: calc(100% - 2 * var(--feature-section-gap)); margin: var(--feature-section-gap) auto; align-self: start; padding: 0; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); grid-template-rows: minmax(0, 1fr); gap: clamp(32px, 3.8vw, 68px); align-items: start; box-sizing: border-box; }
    .ppc.ppc--pinned .ppc-panel:has(> .ppc-comp) { inset: 0; transform-origin: left center; }
    .ppc.ppc--pinned .ppc-panel > .ps-layout > .ppc-panel__copy,
    .ppc.ppc--pinned .ppc-panel:has(> .ppc-comp) > .ppc-panel__inner { grid-column: 1; grid-row: 1; width: 100%; max-width: none; margin: 0; padding: 0; align-self: start; }
    .ppc .ppc-panel__copy { display: flex; flex-direction: column; width: 100%; max-width: none; gap: 20px; }
    .ppc .ppc-panel__headline { margin: 0; max-width: 16ch; font-size: var(--slide-title); line-height: 1.06; letter-spacing: -.035em; text-wrap: balance; }
    .ppc .ppc-panel__desc { margin: 0; max-width: 40ch; font-size: var(--slide-body); line-height: 1.5; color: #52616a; }
    .ppc .ppc-panel--showcase-ai-workforce .ppc-panel__desc { color: #cad7e1; }
    .ppc.ppc--pinned .ppc-panel > .ps-layout > .ps-product,
    .ppc.ppc--pinned .ppc-panel:has(> .ppc-comp) > .ppc-comp { grid-column: 2; grid-row: 1; position: relative; inset: auto; width: 100%; height: 100%; min-height: 0; min-width: 0; align-self: start; margin: 0; padding: 0; display: grid; place-items: center; container-type: size; border: 0; border-radius: 0; background: none; box-shadow: none; box-sizing: border-box; transform: none; overflow: visible; }
    .ppc .ps-product > * { max-width: 100%; min-width: 0; }
    .ppc .ps-product > .crm-flow { --crm-board-height: min(100cqh - 16px, 720px); }
    .ppc .crm-flow__board { padding-bottom: 24px; }
    .ppc .comm-showcase { max-width: 1320px; width: min(100%, calc((100cqh - 70px) * 1.6)); }
    /* Document, invoice, and payment details retain their readable type. */
    .ppc .docs-cards { display: contents; }
    .ppc .docs-showcase .docs-signed__heading h4 { font-size: 18px; }
    .ppc .docs-paper__company { display: block; font-size: 13px; }
    .ppc .docs-paper__scope { padding-top: 15px; }
    .ppc .docs-paper__scope strong { font-size: 17px; }
    .ppc .docs-paper__footer { font-size: 12px; }
    .ppc .docs-drive__heading > span:first-child { font-size: 17px; }
    .ppc .docs-drive__tile > strong { font-size: 14px; }
    .ppc .docs-drive__thumbnail { height: 50px; }
    .ppc .docs-signature__ink { height: 47px; }
    /* The familiar invoice and phone stay paired, with readable details. */
    .ppc .invoice-document { padding-block: 10px; }
    .ppc .invoice-paper__masthead { font-size: 14px; padding-bottom: 16px; }
    .ppc .invoice-paper__heading { margin-top: 17px; }
    .ppc .invoice-paper__customer { margin-top: 18px; }
    .ppc .invoice-paper__customer strong { font-size: 16px; }
    .ppc .invoice-paper__heading > span, .ppc .invoice-paper__customer span, .ppc .invoice-line-items thead th, .ppc .invoice-paper__closing > span { font-size: 12px; }
    .ppc .invoice-line-items { margin-top: 22px; }
    .ppc .invoice-line-items tbody :is(th, td) { padding-block: 10px; }
    .ppc .invoice-line-items tfoot th { font-size: 16px; }
    .ppc .invoice-line-items tfoot td { font-size: 34px; }
    .ppc .invoice-paper__closing { margin-top: 18px; }
    .ppc .invoice-paper__thanks { margin-top: 14px; font-size: 11px; }
    .ppc .invoice-payment { padding-top: 0; }
    .ppc .invoice-phone__brand { font-size: 12px; margin-block: 20px; }
    .ppc .invoice-payment__success { gap: 12px; }
    .ppc .invoice-payment__success h4 { font-size: 24px; }
    .ppc .invoice-payment__success p { font-size: 14px; }
    .ppc .invoice-payment__amount { margin-top: 19px; }
    .ppc .invoice-payment__amount > strong { font-size: 36px; }
    .ppc .invoice-payment__amount > span, .ppc .invoice-payment__receipt { font-size: 12px; }
    .ppc .invoice-payment__details { margin-top: 19px; padding-top: 16px; }
    .ppc .invoice-payment__details > div { display: flex; }
    .ppc .invoice-payment__receipt { margin-top: 17px; }
    .ppc .invoice-phone__home { margin-top: 16px; }
    /* Checkbook actions accompany the photograph instead of consuming height. */
    .ppc .ps-checkbook { grid-template-columns: minmax(0, 1fr) 260px; align-items: center; }
    .ppc .ps-checkbook__photo { height: auto; object-fit: contain; }
    .ppc .ps-checkbook__actions { display: grid; margin: 0; padding: 0; }
    .ppc .ps-checkbook__action { gap: 14px; }
    .ppc .ps-checkbook__icon { flex-basis: 44px; height: 44px; font-size: 19px; }
    .ppc .ps-checkbook__action strong { font-size: 21px; }
    .ppc .ps-checkbook__action > span > span { font-size: 16px; line-height: 1.5; }
    .ppc .auto-route__map { margin-top: 0; }
    .ppc .auto-route__stop--followup { width: 94px; height: 94px; }
    .ppc .auto-route__label > span { font-size: 14px; }
    .ppc .auto-route__label > .auto-route__role { font-size: 11px; }
    .ppc .auto-route__branch { font-size: 14px; }
    .ppc .auto-route__stop--condition strong, .ppc .auto-route__stop--wait strong, .ppc .auto-route__stop--followup strong { font-size: 18px; }
    .ppc .auto-route__stop--booked strong { font-size: 25px; }
    .ppc .portal-window__brand { padding: 16px 24px; }
    .ppc .portal-company small { font-size: 10px; }
    .ppc .portal-window__label, .ppc .portal-project-status, .ppc .portal-progress > span, .ppc .portal-next-visit > div > span, .ppc .portal-update > div > span, .ppc .portal-update__status, .ppc .portal-window__footer { font-size: 13px; }
    .ppc .portal-overview { padding: 20px 24px 18px; }
    .ppc .client-portal-showcase .portal-greeting { font-size: 15px; }
    .ppc .client-portal-showcase .portal-overview h4 { font-size: 29px; }
    .ppc .portal-progress { margin-top: 20px; }
    .ppc .portal-update { padding-block: 14px; flex-wrap: nowrap; }
    .ppc .portal-update__status { margin-left: auto; }
    .ppc .portal-next-visit > div > strong, .ppc .portal-update > div > strong { font-size: 17px; }
    .ppc .client-portal-showcase .portal-privacy { font-size: 14px; margin-top: 13px; }
    .ppc .ps-insights { padding: 0; }
    .ppc .ps-product-head { font-size: 20px; }
    .ppc .ps-product-head > span:last-child { font-size: 14px; }
    .ppc .ps-metrics dt { font-size: 16px; }
    .ppc .ps-metrics dd { font-size: 42px; }
    .ppc .ps-trend figcaption { font-size: 16px; }
    .ppc .ps-trend__legend { font-size: 14px; }
    .ppc .ps-trend__axis, .ppc .ps-trend__months { font-size: 14px; }
    .ppc .ps-trend__axis, .ppc .ps-trend svg { height: clamp(130px, calc(100cqh - 300px), 370px); }
    .ppc .ps-source > span, .ppc .ps-views b { font-size: 16px; }
    .ppc .ps-source strong { font-size: 30px; }
    .ppc .ps-source small, .ppc .ps-views > span { font-size: 14px; }
    @container (max-height: 560px) {
        .ppc .invoice-paper { padding: 19px 26px; }
        .ppc .invoice-line-items { margin-top: 17px; }
        .ppc .invoice-line-items tbody :is(th, td) { padding-block: 8px; }
        .ppc .invoice-line-items tfoot :is(th, td) { padding-top: 14px; }
        .ppc .invoice-paper__closing { margin-top: 14px; }
        .ppc .invoice-paper__thanks { margin-top: 10px; }
        .ppc .invoice-phone__brand { margin-block: 16px; }
        .ppc .invoice-payment__success { gap: 10px; }
        .ppc .invoice-payment__check { width: 44px; height: 44px; border-width: 5px; font-size: 18px; }
        .ppc .invoice-payment__amount { margin-top: 15px; }
        .ppc .invoice-payment__details { margin-top: 15px; padding-top: 13px; gap: 10px; }
        .ppc .invoice-payment__receipt { margin-top: 13px; padding-block: 8px; }
        .ppc .invoice-phone__home { margin-top: 13px; }
        .ppc .auto-route__stop { width: 94px; height: 94px; }
        .ppc .auto-route__stop--condition { width: 82px; height: 82px; }
        .ppc .auto-route__stop--wait { width: 68px; height: 68px; }
        .ppc .auto-route__stop--followup { width: 82px; height: 82px; }
        .ppc .auto-route__stop--booked { width: 94px; height: 94px; }
        .ppc .auto-route__label { top: calc(100% + 8px); gap: 3px; }
        .ppc .auto-route__label strong { font-size: 19px; }
        .ppc .auto-route__stop--condition .auto-route__label { top: auto; bottom: calc(100% + 7px); }
        .ppc .auto-route__stop--booked strong { font-size: 23px; }
        .ppc .portal-window__brand { padding-block: 12px; }
        .ppc .portal-overview { padding-block: 14px; }
        .ppc .portal-progress { margin-top: 16px; }
        .ppc .portal-next-visit { padding-block: 10px; }
        .ppc .portal-update { padding-block: 10px; }
        .ppc .portal-window__footer { padding-block: 9px; }
        .ppc .client-portal-showcase .portal-privacy { margin-top: 10px; font-size: 13px; }
        .ppc .ps-product .ps-metrics { margin-top: 16px; padding-bottom: 14px; }
        .ppc .ps-metrics dd { font-size: 36px; }
        .ppc .ps-product .ps-trend { margin-top: 14px; }
        .ppc .ps-trend__plot { margin-top: 12px; }
        .ppc .ps-insights__bottom { margin-top: 14px; padding-top: 14px; }
    }
    /* Compact desktop compositions use the visual column’s full height. */
    .ppc .docs-showcase { height: 100%; max-height: 730px; max-width: none; grid-template-columns: 1fr 1fr; grid-template-rows: minmax(0, 1fr) auto; gap: 20px; }
    .ppc .docs-art { grid-column: 1 / -1; grid-row: 1; position: relative; height: 100%; min-height: 0; background: var(--background-bright, #fcf9f2); isolation: isolate; }
    .ppc .docs-art > img { position: absolute; inset: 0; margin: auto; width: min(100%, 620px); height: 100%; max-height: 100%; min-height: 0; object-fit: contain; }
    .ppc .docs-signed { grid-column: 1; grid-row: 2; padding: 16px; }
    .ppc .docs-drive { grid-column: 2; grid-row: 2; padding: 16px; align-self: center; }
    .ppc .docs-showcase .docs-paper__description { font-size: 15px; }
    .ppc .docs-drive__search { font-size: 12px; }
    .ppc .docs-drive__storage { flex-wrap: wrap; font-size: 12px; }
    .ppc .docs-drive__meter { min-width: 50px; }
    .ppc .docs-drive__tile { padding: 7px; }
    .ppc .invoice-showcase { width: 100%; max-width: none; gap: 24px; grid-template-columns: minmax(0, 1.28fr) minmax(0, 1fr); }
    .ppc .invoice-paper { padding: 24px; }
    .ppc .invoice-line-items { font-size: 16px; }
    .ppc .invoice-phone { padding-inline: 16px; }
    .ppc .invoice-payment__details { font-size: 14px; }
    .ppc .ps-checkbook { width: 100%; max-width: none; display: flex; flex-direction: column; gap: 24px; }
    .ppc .ps-checkbook__photo { width: 100%; max-height: calc(100cqh - 140px); }
    .ppc .ps-checkbook__actions { width: 100%; grid-template-columns: 1fr 1fr; gap: 20px; }
    .ppc .ps-checkbook__action { padding: 0; align-items: center; }
    .ppc .ps-checkbook__action + .ps-checkbook__action { padding: 0 0 0 20px; border-top: 0; border-left: 1px solid #dce3e8; }
    .ppc .auto-route { width: calc(100% - 44px); max-width: none; margin-inline: auto; }
    .ppc .auto-route__map { height: min(640px, calc(100cqh - 50px)); }
    .ppc .auto-route__stop { width: 88px; height: 88px; }
    .ppc .auto-route__stop--condition { width: 72px; height: 72px; }
    .ppc .auto-route__stop--wait { width: 66px; height: 66px; }
    .ppc .auto-route__stop--booked { width: 96px; height: 96px; }
    .ppc .auto-route__label { width: clamp(130px, 18cqw, 180px); }
    .ppc .auto-route__label strong { font-size: 20px; }
    .ppc .auto-route__stop--booked .auto-route__label { left: auto; right: -20px; transform: none; text-align: right; }
    .ppc .client-portal-showcase { width: 100%; max-width: none; grid-template-columns: minmax(0, .4fr) minmax(0, 1fr); gap: 20px; }
    .ppc .portal-client img { width: 100%; max-height: 680px; }
    .ppc .portal-window__brand { padding-inline: 20px; }
    .ppc .portal-overview { padding-inline: 20px; }
    .ppc .ps-insights { width: 100%; max-width: none; height: min(100%, 740px); display: flex; flex-direction: column; }
    .ppc .ps-product .ps-metrics { flex: 0 0 auto; }
    .ppc .ps-product .ps-trend { flex: 1 1 auto; min-height: 0; display: flex; flex-direction: column; }
    .ppc .ps-trend__plot { flex: 1 1 auto; min-height: 0; }
    .ppc .ps-trend__graph { min-height: 0; display: flex; flex-direction: column; }
    .ppc .ps-trend__graph svg { flex: 1 1 auto; height: 0; min-height: 80px; }
    .ppc .ps-trend__axis { height: auto; align-self: stretch; }
    .ppc .ps-trend__months { flex: 0 0 auto; }
    .ppc .ps-insights__bottom { flex: 0 0 auto; grid-template-columns: 1fr 1fr; }
    .ppc .ps-views { grid-column: 1 / -1; padding: 14px 0 0; border-left: 0; border-top: 1px solid #dce3e8; }
    /* Legacy scheduling and website scenes share the same visual column. */
    .ppc.ppc--pinned .ppc-comp__field { position: relative; inset: auto; width: 100%; min-width: 0; height: 100%; max-height: none; aspect-ratio: auto; transform: none; }
    .ppc .ppc-comp--perspective .ppf { width: 44%; }
    .ppc .ppc-comp--perspective .ppf--1 { top: 5%; left: 0; }
    .ppc .ppc-comp--perspective .ppf--2 { top: 5%; right: 0; }
    .ppc .ppc-comp--perspective .ppc-scene { width: 100%; height: 85%; inset: auto 0 0; object-fit: contain; }
    .ppc .ppc-comp--perspective .ppc-cut { width: 40%; right: 0; bottom: 0; }
    .ppc .ppc-comp--duo-search .ppc-floats { position: relative; height: 100%; display: grid; grid-template-columns: 1fr; grid-template-rows: auto auto; align-content: center; align-items: center; gap: 22px; }
    .ppc .ppc-comp--duo-search .ppf { position: relative; inset: auto; width: 100%; transform: none; }
    .ppc .ppc-comp--duo-search .ppf--1 { grid-row: 1; }
    .ppc .ppc-comp--duo-search .ppf--2 { grid-row: 2; width: 85%; justify-self: end; }
    @container (max-height: 560px) {
        /* Keep the complete examples inside the slide's bottom reading inset. */
        .ppc .invoice-showcase .invoice-document { padding-block: 4px; }
        .ppc .invoice-showcase .invoice-paper { padding-block: 16px; }
        .ppc .ps-insights .ps-insights__bottom { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.5fr); gap: 16px; }
        .ppc .ps-insights .ps-views { grid-column: auto; border-top: 0; border-left: 1px solid #dce3e8; padding: 0 0 0 16px; }
        /* Give the illustration a real column when the two cards need most of
           the available height. Their text keeps its normal readable size. */
        .ppc .docs-art { grid-column: 1; grid-row: 1; }
        .ppc .docs-signed { grid-column: 2; grid-row: 1 / 3; align-self: center; }
        .ppc .docs-drive { grid-column: 1; grid-row: 2; }
        /* Reserve room for both the website and its ranking result. */
        .ppc .ppc-comp--duo-search .ppc-floats { gap: 16px; }
        .ppc .ppc-comp--duo-search .ppf--browser { padding: 0; }
        .ppc .ppc-comp--duo-search .ppw__page { padding: 12px; }
        .ppc .ppc-comp--duo-search .ppw__hero { padding: 12px; gap: 6px; }
        .ppc .ppc-comp--duo-search .ppw__tile { padding-block: 8px; }
        .ppc .ppc-comp--duo-search .ppw__reviews { gap: 4px; margin-top: 8px; }
    }
    /* Roomier stages give supporting text and payment details more space. */
    @container (min-height: 700px) and (min-width: 850px) {
        .ppc .invoice-paper { padding: 30px; }
        .ppc .invoice-line-items { font-size: 18px; }
        .ppc .invoice-line-items tbody :is(th, td) { padding-block: 14px; }
        .ppc .invoice-paper__customer strong { font-size: 18px; }
        .ppc .invoice-phone { padding-block: 20px; }
        .ppc .invoice-phone__brand { margin-block: 25px; font-size: 14px; }
        .ppc .invoice-payment__amount { margin-top: 26px; }
        .ppc .invoice-payment__amount > strong { font-size: 40px; }
        .ppc .invoice-payment__details { font-size: 16px; margin-top: 24px; padding-top: 22px; }
        .ppc .invoice-payment__receipt { margin-top: 24px; font-size: 13px; }
    }
}
@media screen and (min-width: 1025px) and (max-height: 820px) {
    .ppc { --slide-title: clamp(42px, 3.85vw, 60px); --slide-body: 20px; }
    .ppc .ppc-panel__copy { gap: 16px; }
    .ppc .docs-showcase { grid-template-rows: minmax(0, 1fr) auto; gap: 12px; }
}
@media screen and (min-width: 1025px) and (max-width: 1250px) {
    .ppc { --slide-title: 46px; }
    .ppc.ppc--pinned .ppc-panel > .ps-layout, .ppc.ppc--pinned .ppc-panel:has(> .ppc-comp) { grid-template-columns: minmax(0, .68fr) minmax(0, 1.32fr); gap: 28px; }
    .ppc .ppc-panel__desc { font-size: 19px; }
    .ppc .invoice-paper { padding-inline: 18px; }
    .ppc .invoice-showcase { gap: 18px; }
    .ppc .invoice-line-items { font-size: 14px; }
    .ppc .invoice-line-items tfoot td { font-size: 29px; }
    .ppc .invoice-phone { padding-inline: 12px; }
    .ppc .invoice-payment__details { font-size: 12px; }
    .ppc .docs-showcase { gap: 12px; }
    .ppc .docs-signed, .ppc .docs-drive { padding: 12px; }
    .ppc .docs-drive__heading { flex-wrap: wrap; }
    .ppc .docs-paper { padding: 12px; }
    .ppc .docs-showcase .docs-drive__path { flex-wrap: wrap; }
    .ppc .auto-route__label { width: 125px; }
    .ppc .auto-route__label strong { font-size: 17px; }
    .ppc .auto-route__label > span { font-size: 12px; }
    .ppc .client-portal-showcase { grid-template-columns: minmax(0, .3fr) minmax(0, 1fr); gap: 12px; }
    .ppc .ps-metrics dd { font-size: 32px; }
}
/* Short desktop windows retain one compact side-by-side composition. */
@media screen and (min-width: 1025px) and (max-height: 899px) {
    .ppc { --slide-title: 42px; --slide-body: 19px; }
    .ppc .ppc-panel__desc { font-size: 19px; }
}
/* One reading position above a full-width visual, shared by every feature. */
@media screen and (min-width: 1025px) and (min-height: 900px) {
    .ppc { --slide-title: clamp(44px, 3.6vw, 56px); --slide-body: clamp(20px, 1.3vw, 22px); }
    .ppc.ppc--pinned .ppc-panel > .ps-layout,
    .ppc.ppc--pinned .ppc-panel:has(> .ppc-comp) { grid-template-columns: minmax(0, 1fr); grid-template-rows: auto minmax(0, 1fr); gap: clamp(24px, 2.2vh, 32px); }
    .ppc.ppc--pinned .ppc-panel > .ps-layout > .ppc-panel__copy,
    .ppc.ppc--pinned .ppc-panel:has(> .ppc-comp) > .ppc-panel__inner { grid-column: 1; grid-row: 1; }
    .ppc .ppc-panel__copy { gap: 14px; }
    .ppc .ppc-panel__headline { max-width: none; font-size: var(--slide-title); text-wrap: pretty; }
    .ppc .ppc-panel__desc { max-width: 64ch; font-size: var(--slide-body); line-height: 1.45; }
    .ppc.ppc--pinned .ppc-panel > .ps-layout > .ps-product,
    .ppc.ppc--pinned .ppc-panel:has(> .ppc-comp) > .ppc-comp { grid-column: 1; grid-row: 2; height: 100%; width: 100%; max-width: none; justify-self: center; }
    .ppc .docs-showcase { height: 100%; max-height: none; grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr) minmax(0, 1fr); grid-template-rows: minmax(0, 1fr); gap: 32px; align-items: center; }
    .ppc .docs-art { grid-column: 2; grid-row: 1; }
    .ppc .docs-art > img { width: 100%; }
    .ppc .docs-signed { grid-column: 1; grid-row: 1; align-self: center; padding: 20px; }
    .ppc .docs-drive { grid-column: 3; grid-row: 1; padding: 20px; }
    .ppc .invoice-showcase { max-width: 1060px; grid-template-columns: minmax(0, 1fr) minmax(0, 340px); gap: 56px; }
    .ppc .ps-checkbook { display: grid; grid-template-columns: minmax(0, 1fr) 280px; width: min(100%, calc(100cqh * 1.5 + 328px)); max-width: 1400px; gap: 48px; align-items: center; }
    .ppc .ps-checkbook__photo { max-height: 100cqh; }
    .ppc .ps-checkbook__actions { grid-template-columns: 1fr; gap: 28px; }
    .ppc .ps-checkbook__action { align-items: flex-start; }
    .ppc .ps-checkbook__action + .ps-checkbook__action { border-left: 0; border-top: 1px solid #dce3e8; padding: 28px 0 0; }
    .ppc .auto-route { width: calc(100% - 80px); max-width: 1200px; padding-top: 30px; }
    .ppc .auto-route__map { height: calc(100cqh - 50px); margin-top: 0; }
    .ppc .auto-route__label { width: 190px; }
    .ppc .auto-route__stop--booked .auto-route__label { text-align: center; left: 50%; right: auto; transform: translateX(-50%); }
    .ppc .ps-product > .camera-showcase { max-width: 1240px; height: min(100cqh, 850px); }
    .ppc .camera-showcase__worker { object-position: center; }
    .ppc .client-portal-showcase { max-width: 1160px; grid-template-columns: minmax(0, .48fr) minmax(0, 1fr); gap: 48px; }
    .ppc .portal-client img { max-height: min(800px, 100cqh); }
    .ppc .ps-insights { max-width: 1320px; height: min(100%, 850px); }
    .ppc .ps-insights .ps-insights__bottom { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.5fr); gap: 28px; }
    .ppc .ps-insights .ps-views { grid-column: auto; border-top: 0; border-left: 1px solid #dce3e8; padding: 0 0 0 24px; }
    .ppc .ppc-comp--perspective .ppc-comp__field { width: min(100%, calc(100cqh * 2.15)); margin-inline: auto; }
    .ppc .ppc-comp--perspective .ppc-scene { height: 100%; width: 84%; left: 8%; }
    .ppc .ppc-comp--perspective .ppf { width: 29%; }
    .ppc .ppc-comp--perspective .ppf--1, .ppc .ppc-comp--perspective .ppf--2 { top: 0; }
    .ppc .ppc-comp--perspective .ppc-cut { width: 30%; right: 4%; }
    .ppc .ppc-comp--duo-search .ppc-floats { max-width: 1320px; margin-inline: auto; grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr); grid-template-rows: auto; align-items: center; gap: 36px; }
    .ppc .ppc-comp--duo-search .ppf--1 { grid-column: 1; grid-row: 1; }
    .ppc .ppc-comp--duo-search .ppf--2 { grid-column: 2; grid-row: 1; width: 100%; }
    @container (min-height: 620px) {
        .ppc .auto-route { padding-top: 0; }
        .ppc .ps-product > .crm-flow { --crm-token-height: clamp(82px, 13cqh, 108px); --crm-focus-width: 370px; }
        .ppc .crm-flow__cards { gap: clamp(20px, 4cqh, 32px); }
        .ppc .crm-flow__lane--closed .crm-flow__cards { padding-top: 75px; }
        .ppc .crm-focus { top: 40%; }
        .ppc .invoice-showcase { height: min(100%, 760px); }
        .ppc .invoice-document { height: 100%; }
        .ppc .invoice-paper { height: 100%; display: flex; flex-direction: column; }
        .ppc .invoice-paper__customer { margin-top: 28px; }
        .ppc .invoice-line-items { margin-top: auto; margin-bottom: auto; }
        .ppc .invoice-line-items tbody :is(th, td) { padding-block: 17px; }
        .ppc .invoice-paper__closing { margin-top: 26px; }
        .ppc .invoice-paper__thanks { margin-top: 22px; }
        .ppc .invoice-payment { height: calc(100% - 20px); }
        .ppc .invoice-phone { height: 100%; display: flex; flex-direction: column; }
        .ppc .invoice-phone__brand { margin-block: 32px; }
        .ppc .invoice-payment__amount { margin-top: 30px; }
        .ppc .invoice-payment__details { margin-top: auto; }
        .ppc .invoice-payment__receipt { margin-top: 28px; }
        .ppc .client-portal-showcase { height: min(100%, 790px); }
        .ppc .portal-client { height: 100%; }
        .ppc .portal-client img { height: 100%; }
        .ppc .portal-window__brand { padding-block: 25px; }
        .ppc .portal-overview { padding-block: 28px; }
        .ppc .portal-next-visit { padding-block: 20px; }
        .ppc .portal-update { padding-block: 23px; }
        .ppc .portal-window__footer { padding-block: 17px; }
        /* In taller stages, stack the ranking result below the website so
           both examples occupy the stage without an oversized browser. */
        .ppc .ppc-comp--duo-search .ppc-floats { max-width: 1120px; height: min(100%, 780px); grid-template-columns: minmax(0, 1fr); grid-template-rows: minmax(0, 1fr) auto; gap: 24px; }
        .ppc .ppc-comp--duo-search .ppf--1 { grid-column: 1; grid-row: 1; width: min(100%, 1000px); height: 100%; justify-self: start; display: flex; flex-direction: column; }
        .ppc .ppc-comp--duo-search .ppf--2 { grid-column: 1; grid-row: 2; width: 65%; justify-self: end; }
        .ppc .ppc-comp--duo-search .ppw { flex: 1; display: flex; flex-direction: column; min-height: 0; }
        .ppc .ppc-comp--duo-search .ppw__page { padding: 28px; flex: 1; display: flex; flex-direction: column; }
        .ppc .ppc-comp--duo-search .ppw__hero { flex: 1; justify-content: center; }
        .ppc .ppc-comp--duo-search .ppw__health { flex-shrink: 0; }
        .ppc .ppc-comp--duo-search .ppw__hero { padding: 32px 24px; gap: 14px; }
        .ppc .ppc-comp--duo-search .ppw__tile { padding-block: 22px; font-size: 16px; }
        .ppc .ppc-comp--duo-search .ppw__cta { font-size: 16px; }
        .ppc .ppc-comp--duo-search .ppw__health dt { font-size: 15px; }
        .ppc .ppc-comp--duo-search .ppw__health dd { font-size: 18px; }
        .ppc .ppc-comp--duo-search .ppw__reviews { margin-top: 20px; gap: 10px; }
        .ppc .auto-route__stop { width: 104px; height: 104px; }
        .ppc .auto-route__stop--condition { width: 86px; height: 86px; }
        .ppc .auto-route__stop--wait { width: 78px; height: 78px; }
        .ppc .auto-route__stop--followup { width: 96px; height: 96px; }
        .ppc .auto-route__stop--booked { width: 114px; height: 114px; }
        .ppc .docs-showcase { max-width: 1160px; grid-template-columns: 1fr 1fr; grid-template-rows: minmax(0, 1fr) auto; gap: 24px; }
        .ppc .docs-art { grid-column: 1 / -1; grid-row: 1; }
        .ppc .docs-art > img { width: min(100%, 680px); }
        .ppc .docs-signed { grid-column: 1; grid-row: 2; }
        .ppc .docs-drive { grid-column: 2; grid-row: 2; }
    }
}
