/* The existing mobile gallery and film-strip rules stay untouched. */
@media (min-width:1024px){
  #frame-gallery:not(.is-filmstrip){display:flex;flex-wrap:wrap;gap:48px 28px;align-items:flex-start}
  #frame-gallery:not(.is-filmstrip)>.film-frame{flex:0 0 calc((100% - var(--frame-gap)) * var(--frame-share));width:calc((100% - var(--frame-gap)) * var(--frame-share));min-width:0;grid-column:auto}
  #frame-gallery:not(.is-filmstrip) .frame-visual>img{width:100%;height:auto;max-height:none;aspect-ratio:var(--still-aspect)}
}
.finishing-section{padding-top:90px;padding-bottom:110px;border-top:1px solid var(--line)}
.finishing-intro{color:var(--muted);font-size:.9rem;line-height:1.7;margin:0}
.grading-comparison{margin:0}
.grading-stage{position:relative;line-height:0;isolation:isolate}
.grading-stage img{display:block;width:100%;height:auto}
.grading-stage .grading-base{position:absolute;inset:0;clip-path:inset(0 calc(100% - var(--reveal)) 0 0)}
.grading-divider{position:absolute;top:0;bottom:0;left:var(--reveal);width:1px;background:rgba(239,238,233,.75);pointer-events:none}
.grading-divider span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:grid;place-content:center;width:42px;height:42px;border:1px solid rgba(239,238,233,.7);border-radius:50%;background:rgba(10,10,10,.5);color:#efeee9;font:18px/1 Georgia,serif;backdrop-filter:blur(4px)}
.grading-range{position:absolute;inset:0;width:100%;height:100%;margin:0;opacity:0;cursor:ew-resize;touch-action:pan-y}
.grading-stage:focus-within{outline:1px solid #c8c5ba;outline-offset:6px}
.grading-caption{display:flex;justify-content:space-between;gap:16px;margin-top:18px;font-size:.68rem;text-transform:uppercase;letter-spacing:.15em;color:var(--muted)}
.grading-caption>span:nth-child(2){text-transform:none;letter-spacing:.02em;opacity:.7}
.brief-introduction{max-width:650px;margin:0 0 34px;color:var(--muted);font-size:.95rem;line-height:1.85}
.enquiry-trap{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}
.enquiry-consent{display:flex;gap:12px;align-items:flex-start;font-size:.8rem;line-height:1.5;color:var(--muted);max-width:620px;margin:24px 0}
.enquiry-consent input{accent-color:#d7d3c7;margin-top:4px;flex-shrink:0}
.privacy-copy{max-width:700px;font-size:1rem;line-height:1.85;color:var(--muted);padding-bottom:80px}
.privacy-copy p{margin:0 0 24px}
@media(max-width:700px){.finishing-section{padding-top:60px;padding-bottom:65px}.finishing-section .section-heading{align-items:start;gap:24px;flex-direction:column}.grading-divider span{width:34px;height:34px}.grading-caption{font-size:.58rem;letter-spacing:.1em;gap:6px}.grading-caption>span:nth-child(2){font-size:.65rem}}
