.finish-section {
    position: relative;
    padding: 0 var(--page-pad) clamp(130px, 14vw, 220px);
    overflow: hidden;
    isolation: isolate;
    background: var(--bg);
}

.editorial-backdrop--polish {
    top: 58%;
    right: -4vw;
}

.finish-primary {
    position: relative;
    min-height: clamp(680px, 62vw, 900px);
    overflow: hidden;
    isolation: isolate;
}

.finish-scene {
    position: absolute;
    z-index: 0;
    inset: 0;
    overflow: hidden;
    background: #07090b;
}

.finish-scene img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(.76) saturate(.72) contrast(1.06);
    transform: scale(1.012);
}

.finish-scene__shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(4, 5, 7, .88) 0%, rgba(4, 5, 7, .6) 24%, rgba(4, 5, 7, .12) 48%, transparent 70%),
        linear-gradient(to top, rgba(4, 5, 7, .76), transparent 29%);
}

.finish-content {
    position: absolute;
    z-index: 3;
    top: clamp(42px, 5vw, 76px);
    left: clamp(28px, 4vw, 64px);
    width: min(35%, 430px);
}

.finish-index,
.finish-label,
.finish-content h2,
.finish-copy { margin: 0; }

.finish-index {
    color: var(--gold);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.finish-index span { color: rgba(215, 218, 222, .5); }

.finish-label {
    margin-top: 28px;
    color: rgba(215, 218, 222, .68);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.finish-content h2 {
    margin-top: 18px;
    font-family: Manrope, Arial, sans-serif;
    font-size: clamp(42px, 5.2vw, 78px);
    font-weight: 500;
    line-height: .96;
    letter-spacing: -.05em;
}

.finish-copy {
    max-width: 410px;
    margin-top: 24px;
    color: rgba(215, 218, 222, .72);
    font-size: clamp(12px, .9vw, 14px);
    line-height: 1.72;
}

.finish-benefits {
    position: absolute;
    z-index: 3;
    left: clamp(28px, 4vw, 64px);
    bottom: clamp(34px, 4vw, 62px);
    display: flex;
    gap: clamp(24px, 3vw, 48px);
}

.finish-benefit {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(215, 218, 222, .72);
}

.finish-benefit svg {
    width: 30px;
    flex: none;
    fill: none;
    stroke: currentColor;
    stroke-width: 1;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.finish-benefit span { display: flex; flex-direction: column; gap: 4px; }
.finish-benefit strong {
    color: rgba(241, 241, 239, .88);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .13em;
    text-transform: uppercase;
}
.finish-benefit small { color: rgba(215, 218, 222, .52); font-size: 9px; white-space: nowrap; }

.finish-more {
    position: absolute;
    z-index: 3;
    right: clamp(28px, 4vw, 64px);
    bottom: clamp(38px, 4.2vw, 66px);
    color: rgba(241, 241, 239, .75);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .06em;
    transition: color 300ms ease, opacity 300ms ease;
}
.finish-more:hover,
.finish-more:focus-visible { color: var(--gold); }

.finish-secondary {
    position: relative;
    z-index: 1;
    margin-top: clamp(92px, 10vw, 154px);
}

.finish-comparison {
    --after-reveal: 50%;
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    background: #08090b;
    outline: 1px solid rgba(215, 218, 222, .06);
    outline-offset: -1px;
    touch-action: pan-y;
}

@media (hover: hover) and (pointer: fine) {
    .motion-ready .finish-comparison { cursor: none; }
}

.finish-comparison img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.finish-comparison__before { filter: brightness(.8) saturate(.8); }
.finish-comparison__after {
    position: absolute;
    inset: 0;
    clip-path: inset(0 calc(100% - var(--after-reveal)) 0 0);
    will-change: clip-path;
}

.finish-comparison__label {
    position: absolute;
    z-index: 3;
    top: clamp(20px, 2.3vw, 36px);
    padding-bottom: 8px;
    color: rgba(241, 241, 239, .78);
    border-bottom: 1px solid rgba(215, 218, 222, .38);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
    text-shadow: 0 2px 12px rgba(3, 4, 6, .75);
}
.finish-comparison__label--before { right: clamp(20px, 2.6vw, 42px); }
.finish-comparison__label--after { left: clamp(20px, 2.6vw, 42px); }

.finish-comparison__divider {
    position: absolute;
    z-index: 4;
    top: 0;
    bottom: 0;
    left: var(--after-reveal);
    width: 1px;
    background: linear-gradient(to bottom, transparent 4%, rgba(241, 241, 239, .72) 20%, rgba(201, 163, 92, .78) 54%, rgba(241, 241, 239, .62) 80%, transparent 96%);
    box-shadow: 0 0 10px rgba(215, 218, 222, .16);
    translate: -50% 0;
    will-change: left;
}

.finish-comparison__cursor {
    --cursor-x: 50%;
    --cursor-y: 50%;
    position: absolute;
    z-index: 6;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    opacity: 0;
    translate: var(--cursor-x) var(--cursor-y);
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: opacity 160ms ease;
    will-change: translate, opacity;
}

.finish-comparison__cursor span {
    background: linear-gradient(90deg, rgba(232, 234, 236, .95), rgba(201, 163, 92, .94));
    background-clip: text;
    color: transparent;
    font-family: Manrope, Arial, sans-serif;
    font-size: 8px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .13em;
    text-shadow: none;
}

.finish-comparison__cursor::after {
    content: '';
    width: 1px;
    height: 18px;
    background: linear-gradient(to bottom, rgba(215, 218, 222, .78), rgba(201, 163, 92, .72), rgba(215, 218, 222, .18));
}

.motion-ready .finish-comparison.is-pointer-active .finish-comparison__cursor { opacity: 1; }

.finish-secondary-copy {
    max-width: 680px;
    margin: clamp(46px, 5vw, 76px) 0 0 auto;
}

.finish-micro-labels {
    margin: 0;
    color: var(--gold);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.finish-secondary-copy h3 {
    margin: 18px 0 0;
    font-family: Manrope, Arial, sans-serif;
    font-size: clamp(34px, 4.5vw, 66px);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -.045em;
}

.finish-secondary-copy > p:last-child {
    max-width: 620px;
    margin: 22px 0 0;
    color: var(--muted);
    font-size: clamp(13px, 1vw, 15px);
    line-height: 1.72;
}

@media (max-width: 980px) {
    .finish-primary { min-height: 720px; }
    .finish-content { width: min(43%, 420px); }
    .finish-content h2 { font-size: clamp(43px, 7vw, 66px); }
    .finish-benefits { gap: 22px; }
    .finish-benefit small { white-space: normal; max-width: 110px; }
}

@media (max-width: 720px) {
    .finish-section { padding-top: 12px; }
    .finish-primary {
        display: flex;
        min-height: 0;
        overflow: visible;
        flex-direction: column;
    }
    .finish-content,
    .finish-benefits,
    .finish-more {
        position: static;
        width: 100%;
    }
    .finish-content { order: 1; }
    .finish-content h2 { font-size: clamp(43px, 12vw, 64px); }
    .finish-copy { font-size: 13px; }
    .finish-scene {
        position: relative;
        order: 2;
        width: 100%;
        aspect-ratio: 3 / 2;
        margin-top: 38px;
    }
    .finish-scene__shade { background: linear-gradient(to top, rgba(4, 5, 7, .28), transparent 35%); }
    .finish-benefits {
        order: 3;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        margin-top: 28px;
    }
    .finish-benefit { align-items: flex-start; flex-direction: column; }
    .finish-more { order: 4; margin-top: 28px; }
    .finish-secondary { margin-top: 86px; }
    .finish-comparison { aspect-ratio: 4 / 3; }
    .finish-secondary-copy { margin-top: 38px; }
}

@media (max-width: 480px) {
    .finish-benefits { grid-template-columns: 1fr; gap: 20px; }
    .finish-benefit { align-items: center; flex-direction: row; }
    .finish-comparison { aspect-ratio: 1 / 1; }
}

@media (prefers-reduced-motion: reduce) {
    .finish-scene img { transform: none; }
    .finish-comparison { --after-reveal: 50%; cursor: default; }
    .finish-comparison__cursor { display: none; }
    .finish-comparison__after,
    .finish-comparison__divider { will-change: auto; }
    .finish-more { transition: none; }
}
