/* RAWBURTZ BUILD 061 R4 — COLLECTOR CONFIRMATION */
html.rb061-collector-return {
    --rb061-red: #ff2525;
    --rb061-black: #050505;
    --rb061-paper: #f2efe8;
    --rb061-ink: #090909;
    --rb061-line: rgba(255,255,255,.13);
    --rb061-muted: rgba(255,255,255,.58);
    background: var(--rb061-black);
}

html.rb061-collector-return main { overflow: hidden; background: var(--rb061-black); }
html.rb061-collector-return .rb061-superseded-return-banner { display: none !important; }

/* Progress inherits BUILD 060 structure; 061 turns it into a true return state. */
html.rb061-status-confirmed .rb060-progress__rule { background: var(--rb061-red); }
html.rb061-status-processing .rb060-progress__rule {
    background: linear-gradient(90deg, var(--rb061-red) 0 88%, rgba(255,255,255,.12) 88% 100%);
}
html.rb061-status-confirmed .rb060-progress__step { color: rgba(255,255,255,.72); }
html.rb061-status-confirmed .rb060-progress__step span { color: var(--rb061-red); }

.rb061-return-intro {
    width: min(100% - clamp(28px, 6vw, 96px), 1680px);
    margin: 0 auto;
    padding: clamp(64px, 8vw, 132px) 0 clamp(52px, 7vw, 100px);
}
.rb061-return-intro__topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
}
.rb061-return-intro__kicker {
    margin: 0;
    color: var(--rb061-red);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .22em;
    text-transform: uppercase;
}
.rb061-return-intro__status {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    border: 1px solid rgba(255,255,255,.22);
    padding: 0 10px;
    color: rgba(255,255,255,.72);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}
html.rb061-status-confirmed .rb061-return-intro__status {
    border-color: var(--rb061-red);
    background: var(--rb061-red);
    color: #fff;
}

.rb061-return-intro__title {
    max-width: 12ch;
    margin: 0;
    color: #fff;
    font-family: var(--font-display, inherit);
    font-size: clamp(3.35rem, 8vw, 8.6rem);
    font-weight: 900;
    line-height: .82;
    letter-spacing: -.058em;
    text-transform: uppercase;
}
.rb061-return-intro__mark {
    width: clamp(78px, 9vw, 140px);
    height: clamp(7px, .72vw, 11px);
    margin-top: clamp(24px, 3vw, 38px);
    background: var(--rb061-red);
}
.rb061-return-intro__copy {
    max-width: 760px;
    margin: 26px 0 0;
    color: rgba(255,255,255,.64);
    font-size: clamp(1rem, 1.25vw, 1.18rem);
    line-height: 1.72;
}

/* Server-owned record ---------------------------------------------------- */
.rb061-server-record {
    position: relative;
}
html.rb061-collector-return .rb061-server-record:not(script):not(style) {
    --tw-ring-color: transparent;
}
html.rb061-collector-return .rb061-record-heading {
    color: #fff !important;
    letter-spacing: -.03em !important;
    text-transform: uppercase;
}
html.rb061-collector-return main button,
html.rb061-collector-return main a {
    transition: border-color .16s ease, background-color .16s ease, color .16s ease, transform .16s ease;
}

.rb061-primary-action {
    min-height: 54px !important;
    border: 1px solid var(--rb061-red) !important;
    border-radius: 0 !important;
    background: var(--rb061-red) !important;
    color: #fff !important;
    padding: 0 22px !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    letter-spacing: .12em !important;
    text-transform: uppercase !important;
}
.rb061-primary-action:hover { background: #ff3a3a !important; transform: translateY(-1px); }
.rb061-secondary-action { border-radius: 0 !important; }

/* What happens next ------------------------------------------------------ */
.rb061-next-steps {
    margin-top: clamp(60px, 8vw, 126px);
    border-top: 2px solid var(--rb061-red);
    background: var(--rb061-paper);
    color: var(--rb061-ink);
    padding: clamp(54px, 7vw, 100px) max(clamp(28px, 6vw, 96px), calc((100vw - 1680px) / 2));
}
.rb061-next-steps__head {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr);
    column-gap: clamp(36px, 7vw, 120px);
    align-items: end;
    margin-bottom: clamp(36px, 5vw, 66px);
}
.rb061-next-steps__kicker {
    grid-column: 1 / -1;
    margin: 0 0 12px;
    color: #d50f16;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .22em;
    text-transform: uppercase;
}
.rb061-next-steps__head h2 {
    max-width: 12ch;
    margin: 0;
    color: var(--rb061-ink) !important;
    font-size: clamp(2.6rem, 5.4vw, 6rem);
    font-weight: 900;
    line-height: .86;
    letter-spacing: -.055em;
    text-transform: uppercase;
}
.rb061-next-steps__head > p:last-child {
    max-width: 570px;
    margin: 0;
    color: rgba(0,0,0,.62);
    line-height: 1.68;
}
.rb061-next-steps__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    border-top: 1px solid rgba(0,0,0,.18);
    border-left: 1px solid rgba(0,0,0,.18);
}
.rb061-next-steps__grid article {
    min-height: 230px;
    display: flex;
    flex-direction: column;
    border-right: 1px solid rgba(0,0,0,.18);
    border-bottom: 1px solid rgba(0,0,0,.18);
    padding: clamp(20px, 2.6vw, 36px);
}
.rb061-next-steps__grid article > span {
    color: #d50f16;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .16em;
}
.rb061-next-steps__grid article > strong {
    display: block;
    max-width: 15ch;
    margin-top: auto;
    color: var(--rb061-ink);
    font-size: clamp(1.15rem, 1.7vw, 1.7rem);
    line-height: 1;
    letter-spacing: -.025em;
    text-transform: uppercase;
}
.rb061-next-steps__grid article > p {
    margin: 12px 0 0;
    color: rgba(0,0,0,.58);
    font-size: .84rem;
    line-height: 1.55;
}

@media (max-width: 980px) {
    .rb061-next-steps__head { grid-template-columns: 1fr; }
    .rb061-next-steps__head > p:last-child { margin-top: 24px; }
    .rb061-next-steps__grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    }

@media (max-width: 680px) {
    .rb061-return-intro { width: min(100% - 28px, 1680px); padding-top: 50px; }
    .rb061-return-intro__topline { align-items: flex-start; flex-direction: column; }
    .rb061-return-intro__title { font-size: clamp(3rem, 17vw, 5.8rem); }
    .rb061-next-steps { padding-inline: 18px; }
    .rb061-next-steps__grid { grid-template-columns: 1fr; }
    .rb061-next-steps__grid article { min-height: 190px; }
}

@media (prefers-reduced-motion: reduce) {
    html.rb061-collector-return main button,
    html.rb061-collector-return main a { transition: none !important; }
    .rb061-primary-action:hover { transform: none !important; }
}
