/* ==========================================================================
   ROBOVATIONS SCORE PAGE v2 — Hybrid Mockup
   Prefix: rv-score-
   ========================================================================== */

/* Kill TT5 margin-block-start on main */
.rv-single-score {
    margin-block-start: 0 !important;
}

/* =======================================================
   HERO
   ======================================================= */
.rv-score-hero-wrap {
    background: linear-gradient(180deg, var(--rv-surface-secondary, #f8fafc) 0%, #fff 100%);
    border-bottom: 1px solid var(--rv-border-primary, #e5e7eb);
    padding: 0 32px;
}

.rv-score-hero {
    max-width: 1200px;
    margin: 0 auto;
}

/* Breadcrumbs */
.rv-score-crumbs {
    font-size: var(--rv-text-xs);
    letter-spacing: 0.06em;
    color: var(--rv-text-muted, #6b7280);
    padding-top: 20px;
    margin-bottom: 32px;
}

.rv-score-crumbs a {
    color: var(--rv-brand-primary, #1e3a5f);
    text-decoration: none;
}

.rv-score-crumbs span {
    margin: 0 8px;
    color: var(--rv-border-primary, #e5e7eb);
}

/* Hero cover: 3-col grid (mark + body + stamp) */
.rv-score-hero__cover {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 40px;
    align-items: center;
    padding: 8px 0 40px;
    border-bottom: 1px solid var(--rv-border-primary, #e5e7eb);
}

/* Ring chart glyph */
.rv-score-hero__mark {
    color: var(--rv-gold-on-light, #8e6f26);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.rv-score-hero__mark svg {
    width: 110px;
    height: 110px;
    display: block;
    opacity: 0.92;
    filter: drop-shadow(0 1px 0 rgba(184, 135, 58, 0.15));
}

.rv-score-hero__mark-label {
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--rv-gold-on-light, #8e6f26);
    opacity: 0.8;
}

/* Hero body */
.rv-score-hero__body {
    min-width: 0;
}

.rv-score-hero__eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: var(--rv-text-xs);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--rv-gold-on-light, #8e6f26);
    font-weight: 600;
    margin-bottom: 14px;
    flex-wrap: wrap;
}

.rv-score-hero__eyebrow::before {
    content: "";
    width: 40px;
    height: 1px;
    background: var(--rv-gold, #c49a3c);
    flex-shrink: 0;
}

.rv-score-hero__tag {
    color: var(--rv-brand-primary, #1e3a5f);
    border: 1px solid var(--rv-border-primary, #e5e7eb);
    padding: 3px 8px;
    border-radius: 4px;
    font-weight: 700;
    letter-spacing: 0.1em;
    font-size: 10px;
    background: #fff;
}

.rv-score-hero__count {
    color: var(--rv-text-muted, #6b7280);
}

.rv-score-hero__title {
    font-family: 'Literata', Georgia, serif !important;
    font-optical-sizing: auto;
    font-weight: 600 !important;
    font-size: clamp(2rem, 3.8vw, 2.6rem) !important;
    line-height: 1.15 !important;
    letter-spacing: -0.02em !important;
    color: var(--rv-text-heading, #111827) !important;
    margin: 0 0 14px 0 !important;
}

.rv-score-hero__title em {
    font-style: italic;
    color: var(--rv-brand-primary, #1e3a5f);
}

.rv-score-hero__sub {
    font-family: 'Literata', Georgia, serif;
    font-size: var(--rv-text-xl);
    line-height: 1.55;
    color: var(--rv-text-secondary, #374151);
    max-width: 64ch;
}

/* Stamp */
.rv-score-hero__stamp {
    font-family: 'Literata', Georgia, serif;
    font-size: var(--rv-text-xs);
    color: var(--rv-text-muted, #6b7280);
    text-align: right;
    line-height: 1.5;
    letter-spacing: 0.04em;
    border-left: 1px solid var(--rv-border-primary, #e5e7eb);
    padding-left: 24px;
}

.rv-score-hero__stamp b {
    display: block;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--rv-gold-on-light, #8e6f26);
    font-weight: 700;
    margin-bottom: 6px;
}

/* =======================================================
   WEIGHTED CONTRIBUTION BAR
   ======================================================= */
.rv-score-weights-wrap {
    padding: 44px 0 40px;
}

.rv-score-weights-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
}

.rv-score-weights-caption {
    font-family: 'Literata', Georgia, serif;
    font-size: var(--rv-text-md);
    color: var(--rv-text-muted, #6b7280);
    letter-spacing: 0.02em;
    max-width: 54ch;
}

.rv-score-weights-caption b {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    color: var(--rv-gold-on-light, #8e6f26);
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-right: 10px;
    border-right: 1px solid var(--rv-border-primary, #e5e7eb);
    padding-right: 10px;
}

.rv-score-weights-axis {
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--rv-text-muted, #6b7280);
    font-weight: 600;
    white-space: nowrap;
}

.rv-score-weights {
    display: grid;
    grid-template-columns: 30fr 25fr 15fr 15fr 15fr;
    gap: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(17, 24, 39, 0.04);
    min-height: 170px;
}

.rv-score-wseg {
    padding: 22px 18px 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-decoration: none;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.rv-score-wseg:last-child {
    border-right: none;
}

.rv-score-wseg--auto { background: linear-gradient(180deg, var(--rv-dim-autonomy, #2f74b3) 0%, #235a8f 100%); }
.rv-score-wseg--rel { background: linear-gradient(180deg, var(--rv-dim-reliability, #4f9470) 0%, #3e7a5a 100%); }
.rv-score-wseg--maint { background: linear-gradient(180deg, var(--rv-dim-maintenance, #7d5490) 0%, #614274 100%); }
.rv-score-wseg--val { background: linear-gradient(180deg, var(--rv-dim-value, #c88c3a) 0%, #a6773a 100%); }
.rv-score-wseg--priv { background: linear-gradient(180deg, var(--rv-dim-privacy, #4d6a8a) 0%, #3a536e 100%); }

.rv-score-wseg__weight {
    font-family: 'Literata', Georgia, serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 1;
    letter-spacing: -0.02em;
    margin-bottom: 6px;
}

.rv-score-wseg__weight sup {
    font-size: 14px;
    vertical-align: super;
    opacity: 0.8;
    margin-left: 2px;
    font-weight: 400;
    font-style: italic;
}

.rv-score-wseg__name {
    font-family: 'Literata', Georgia, serif;
    font-weight: 500;
    font-size: var(--rv-text-base);
    line-height: 1.2;
    letter-spacing: -0.005em;
}

.rv-score-wseg__name em {
    font-style: italic;
    opacity: 0.9;
}

.rv-score-wseg__tag {
    font-size: 11px;
    line-height: 1.45;
    opacity: 0.85;
    margin-top: auto;
    padding-top: 10px;
}

.rv-score-weights-axis-row {
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
    padding: 0 4px;
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--rv-text-muted, #6b7280);
    font-weight: 600;
}

/* Meta strip */
.rv-score-hero__meta {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--rv-border-primary, #e5e7eb);
    padding: 24px 0 32px;
    margin-top: 4px;
}

.rv-score-hmeta {
    padding: 0 24px;
    border-left: 1px solid var(--rv-border-primary, #e5e7eb);
}

.rv-score-hmeta:first-child {
    border-left: none;
    padding-left: 0;
}

.rv-score-hmeta__label {
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--rv-gold-on-light, #8e6f26);
    margin-bottom: 8px;
    font-weight: 700;
}

.rv-score-hmeta__value {
    font-family: 'Literata', Georgia, serif;
    font-size: var(--rv-text-xl);
    font-weight: 500;
    color: var(--rv-brand-primary, #1e3a5f);
    line-height: 1.15;
    letter-spacing: -0.01em;
}

.rv-score-hmeta__sub {
    font-size: var(--rv-text-xs);
    color: var(--rv-text-muted, #6b7280);
    margin-top: 4px;
    line-height: 1.4;
}

/* =======================================================
   EDITORIAL LEAD
   ======================================================= */
.rv-score-lead {
    max-width: 720px;
    margin: 80px auto 0;
    padding: 0 32px;
}

.rv-score-lead__eyebrow {
    font-size: var(--rv-text-xs);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--rv-gold-on-light, #8e6f26);
    font-weight: 600;
    margin-bottom: 12px;
}

.rv-score-lead__title {
    font-family: 'Literata', Georgia, serif !important;
    font-weight: 500 !important;
    font-size: var(--rv-text-3xl) !important;
    line-height: 1.15 !important;
    letter-spacing: -0.02em !important;
    color: var(--rv-brand-primary, #1e3a5f) !important;
    margin: 0 0 20px 0 !important;
}

.rv-score-lead__title em {
    font-style: italic;
}

.rv-score-lead p {
    font-size: var(--rv-text-base);
    color: var(--rv-text-secondary, #374151);
    line-height: 1.65;
    margin-bottom: 16px;
}

.rv-score-lead__drop::first-letter {
    font-family: 'Literata', Georgia, serif;
    font-weight: 500;
    font-style: italic;
    font-size: 3.75rem;
    line-height: 1;
    float: left;
    padding: 4px 12px 0 0;
    color: var(--rv-brand-primary, #1e3a5f);
}

/* =======================================================
   FIVE DIMENSIONS — card grid
   ======================================================= */
.rv-score-dims-section {
    max-width: 1200px;
    margin: 80px auto 0;
    padding: 0 32px;
}

.rv-score-dims-head {
    margin-bottom: 40px;
    max-width: 72ch;
}

.rv-score-dims-eyebrow {
    font-size: var(--rv-text-xs);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--rv-gold-on-light, #8e6f26);
    font-weight: 600;
    margin-bottom: 10px;
}

.rv-score-dims-title {
    font-family: 'Literata', Georgia, serif !important;
    font-weight: 500 !important;
    font-size: var(--rv-text-3xl) !important;
    line-height: 1.15 !important;
    letter-spacing: -0.02em !important;
    color: var(--rv-brand-primary, #1e3a5f) !important;
    margin: 0 0 8px 0 !important;
}

.rv-score-dims-title em { font-style: italic; }

.rv-score-dims-desc {
    font-size: var(--rv-text-base);
    color: var(--rv-text-secondary, #374151);
    line-height: 1.6;
    max-width: 64ch;
}

.rv-score-dims-grid {
    display: grid;
    grid-template-columns: 30fr 25fr;
    gap: 20px;
    counter-reset: dim-counter;
}

.rv-score-dims-trio-label {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 12px 0 -4px;
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--rv-text-muted, #6b7280);
    font-weight: 600;
}

.rv-score-dims-trio-label::before,
.rv-score-dims-trio-label::after {
    content: "";
    flex: 1;
    height: 1px;
    background: var(--rv-border-primary, #e5e7eb);
}

.rv-score-dims-trio-label span {
    font-family: 'Literata', Georgia, serif;
    font-weight: 500;
    color: var(--rv-gold-on-light, #8e6f26);
    letter-spacing: 0.04em;
    text-transform: none;
    font-size: var(--rv-text-md);
}

.rv-score-dims-trio {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* Dimension card */
.rv-score-dim {
    background: var(--rv-surface-primary, #fff);
    border: 1px solid var(--rv-border-primary, #e5e7eb);
    border-radius: 12px;
    padding: 28px 28px 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    counter-increment: dim-counter;
    box-shadow: 0 1px 2px rgba(17, 24, 39, 0.03);
    position: relative;
    overflow: hidden;
}

.rv-score-dim::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
}

.rv-score-dim--auto::before { background: var(--rv-dim-autonomy, #2f74b3); }
.rv-score-dim--rel::before { background: var(--rv-dim-reliability, #4f9470); }
.rv-score-dim--maint::before { background: var(--rv-dim-maintenance, #7d5490); }
.rv-score-dim--val::before { background: var(--rv-dim-value, #c88c3a); }
.rv-score-dim--priv::before { background: var(--rv-dim-privacy, #4d6a8a); }

.rv-score-dim--heavy { min-height: 260px; }
.rv-score-dim--heavy .rv-score-dim__name { font-size: 28px !important; }

.rv-score-dim__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.rv-score-dim__ord {
    font-family: 'Literata', Georgia, serif;
    font-style: italic;
    font-size: var(--rv-text-md);
    color: var(--rv-gold-on-light, #8e6f26);
    font-weight: 500;
    letter-spacing: 0.04em;
}

.rv-score-dim__ord::before {
    content: counter(dim-counter, upper-roman) ".";
}

.rv-score-dim__weight {
    font-family: 'Literata', Georgia, serif;
    font-weight: 500;
    font-size: var(--rv-text-3xl);
    color: var(--rv-brand-primary, #1e3a5f);
    letter-spacing: -0.02em;
    line-height: 1;
}

.rv-score-dim__weight sup {
    font-size: var(--rv-text-xs);
    vertical-align: super;
    color: var(--rv-text-muted, #6b7280);
    font-weight: 400;
    margin-left: 2px;
    font-style: italic;
}

.rv-score-dim__name {
    font-family: 'Literata', Georgia, serif !important;
    font-weight: 500 !important;
    font-size: 22px !important;
    color: var(--rv-text-heading, #111827) !important;
    line-height: 1.2 !important;
    letter-spacing: -0.01em !important;
    margin: 0 !important;
}

.rv-score-dim__name em {
    font-style: italic;
    color: var(--rv-brand-primary, #1e3a5f);
}

.rv-score-dim__lead {
    font-size: var(--rv-text-md);
    color: var(--rv-text-secondary, #374151);
    line-height: 1.6;
}

.rv-score-dim__meta {
    border-top: 1px solid var(--rv-border-light, #eef1f5);
    padding-top: 14px;
    font-size: var(--rv-text-xs);
    color: var(--rv-text-muted, #6b7280);
    line-height: 1.5;
}

.rv-score-dim__meta b {
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--rv-gold-on-light, #8e6f26);
    display: block;
    margin-bottom: 3px;
    font-weight: 700;
}

/* =======================================================
   BANDS SECTION (cream background)
   ======================================================= */
.rv-score-bands-section {
    background: var(--rv-cream, #fbf6ec);
    border-top: 1px solid var(--rv-cream-line, #ecdfc2);
    border-bottom: 1px solid var(--rv-cream-line, #ecdfc2);
    padding: 72px 0;
    margin-top: 80px;
    /* Full-width breakout */
    max-width: none !important;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.rv-score-bands-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 32px;
}

.rv-score-bands-head {
    margin-bottom: 40px;
    max-width: 72ch;
}

.rv-score-bands-eyebrow {
    font-size: var(--rv-text-xs);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--rv-gold-on-light, #8e6f26);
    font-weight: 600;
    margin-bottom: 10px;
}

.rv-score-bands-title {
    font-family: 'Literata', Georgia, serif !important;
    font-weight: 500 !important;
    font-size: var(--rv-text-3xl) !important;
    line-height: 1.15 !important;
    letter-spacing: -0.02em !important;
    color: var(--rv-brand-primary, #1e3a5f) !important;
    margin: 0 0 8px 0 !important;
}

.rv-score-bands-title em { font-style: italic; }

.rv-score-bands-desc {
    font-size: var(--rv-text-base);
    color: var(--rv-text-secondary, #374151);
    line-height: 1.6;
    max-width: 64ch;
}

/* Scale ruler */
.rv-score-bands-scale {
    background: var(--rv-surface-primary, #fff);
    border: 1px solid var(--rv-cream-line, #ecdfc2);
    border-radius: 12px;
    padding: 32px;
    margin-bottom: 28px;
}

.rv-score-bands-ruler {
    display: flex;
    align-items: stretch;
    border-radius: 8px;
    overflow: hidden;
    height: 64px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
}

.rv-score-band {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2px;
    color: #fff;
    text-align: center;
    padding: 8px;
}

/* Band colors: use mockup editorial palette, not the generic score colors */
.rv-score-band--poor { background: #a33b2a; }
.rv-score-band--avg { background: #d29c3e; }
.rv-score-band--good { background: #7aa67d; }
.rv-score-band--exc { background: #2e7d5b; }

.rv-score-band__range {
    font-family: 'Literata', Georgia, serif;
    font-weight: 500;
    font-size: var(--rv-text-base);
    letter-spacing: -0.005em;
}

.rv-score-band__label {
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 600;
    opacity: 0.92;
}

.rv-score-bands-detail {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 24px;
    margin-top: 24px;
}

.rv-score-bd {
    font-size: var(--rv-text-md);
    color: var(--rv-text-secondary, #374151);
    line-height: 1.55;
}

.rv-score-bd b {
    font-family: 'Literata', Georgia, serif;
    font-weight: 600;
    font-size: var(--rv-text-md);
    color: var(--rv-brand-primary, #1e3a5f);
    display: block;
    margin-bottom: 4px;
    letter-spacing: -0.005em;
}

/* Worked example */
.rv-score-example {
    background: var(--rv-surface-primary, #fff);
    border: 1px solid var(--rv-cream-line, #ecdfc2);
    border-radius: 12px;
    padding: 32px;
}

.rv-score-example__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 26px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--rv-cream-line, #ecdfc2);
}

.rv-score-example__label {
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--rv-gold-on-light, #8e6f26);
}

.rv-score-example__title {
    font-family: 'Literata', Georgia, serif !important;
    font-weight: 500 !important;
    font-size: 22px !important;
    color: var(--rv-text-heading, #111827) !important;
    line-height: 1.2 !important;
    letter-spacing: -0.01em !important;
    margin: 0 !important;
}

.rv-score-example__title em {
    font-style: italic;
    color: var(--rv-brand-primary, #1e3a5f);
}

.rv-score-example__overall {
    display: flex;
    align-items: center;
    gap: 14px;
}

.rv-score-example__ring {
    width: 64px;
    height: 64px;
    position: relative;
}

.rv-score-example__ring svg {
    width: 100%;
    height: 100%;
}

.rv-score-example__ring-val {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    font-family: 'Literata', Georgia, serif;
    font-weight: 500;
    font-size: 22px;
    color: var(--rv-brand-primary, #1e3a5f);
    letter-spacing: -0.02em;
}

.rv-score-example__overall-meta {
    font-size: var(--rv-text-xs);
    color: var(--rv-text-muted, #6b7280);
    line-height: 1.5;
}

.rv-score-example__overall-meta b {
    font-family: 'Literata', Georgia, serif;
    font-weight: 600;
    color: var(--rv-score-good, #7aa67d);
    font-size: var(--rv-text-md);
    letter-spacing: -0.005em;
    display: block;
}

.rv-score-example__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 24px;
}

.rv-score-exd {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.rv-score-exd__head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 100%;
}

.rv-score-exd__name {
    font-family: 'Literata', Georgia, serif;
    font-weight: 500;
    font-size: var(--rv-text-md);
    color: var(--rv-text-heading, #111827);
    letter-spacing: -0.005em;
}

.rv-score-exd__num {
    font-family: 'Literata', Georgia, serif;
    font-weight: 500;
    font-size: 18px;
    color: var(--rv-brand-primary, #1e3a5f);
    letter-spacing: -0.01em;
}

.rv-score-exd__num sup {
    font-size: 11px;
    color: var(--rv-text-muted, #6b7280);
    font-weight: 400;
    vertical-align: super;
    font-style: italic;
    margin-left: 1px;
}

.rv-score-exd__bar {
    width: 100%;
    height: 8px;
    background: var(--rv-border-light, #eef1f5);
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.rv-score-exd__bar-fill {
    position: absolute;
    inset: 0;
    border-radius: 4px;
}

.rv-score-exd--auto .rv-score-exd__bar-fill { background: var(--rv-dim-autonomy, #2f74b3); }
.rv-score-exd--rel .rv-score-exd__bar-fill { background: var(--rv-dim-reliability, #4f9470); }
.rv-score-exd--maint .rv-score-exd__bar-fill { background: var(--rv-dim-maintenance, #7d5490); }
.rv-score-exd--val .rv-score-exd__bar-fill { background: var(--rv-dim-value, #c88c3a); }
.rv-score-exd--priv .rv-score-exd__bar-fill { background: var(--rv-dim-privacy, #4d6a8a); }

/* =======================================================
   FAQ
   ======================================================= */
.rv-score-faq-section {
    max-width: 1200px;
    margin: 80px auto 0;
    padding: 0 32px;
}

.rv-score-faq-head {
    margin-bottom: 28px;
    max-width: 72ch;
}

.rv-score-faq-eyebrow {
    font-size: var(--rv-text-xs);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--rv-gold-on-light, #8e6f26);
    font-weight: 600;
    margin-bottom: 10px;
}

.rv-score-faq-title {
    font-family: 'Literata', Georgia, serif !important;
    font-weight: 500 !important;
    font-size: var(--rv-text-3xl) !important;
    line-height: 1.15 !important;
    letter-spacing: -0.02em !important;
    color: var(--rv-brand-primary, #1e3a5f) !important;
    margin: 0 !important;
}

.rv-score-faq-title em { font-style: italic; }

.rv-score-faq-list {
    background: var(--rv-surface-primary, #fff);
    border: 1px solid var(--rv-border-primary, #e5e7eb);
    border-radius: 12px;
    overflow: hidden;
}

.rv-score-faq-item {
    border-bottom: 1px solid var(--rv-border-light, #eef1f5);
}

.rv-score-faq-item:last-child { border-bottom: none; }

.rv-score-faq-item[open] {
    background: var(--rv-surface-secondary, #fbfcfd);
}

.rv-score-faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 20px 28px;
    display: grid;
    grid-template-columns: 32px 1fr 22px;
    gap: 20px;
    align-items: center;
}

.rv-score-faq-item summary::-webkit-details-marker { display: none; }
.rv-score-faq-item summary:hover { background: var(--rv-surface-secondary, #f8fafc); }

.rv-score-faq-mark {
    font-family: 'Literata', Georgia, serif;
    font-size: var(--rv-text-base);
    font-weight: 500;
    color: var(--rv-gold-on-light, #8e6f26);
}

.rv-score-faq-q {
    font-family: 'Literata', Georgia, serif;
    font-size: var(--rv-text-xl);
    font-weight: 500;
    color: var(--rv-text-heading, #111827);
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.rv-score-faq-toggle {
    width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    color: var(--rv-text-muted, #6b7280);
    transition: transform 0.18s;
}

.rv-score-faq-item[open] .rv-score-faq-toggle {
    transform: rotate(45deg);
    color: var(--rv-brand-primary, #1e3a5f);
}

.rv-score-faq-a {
    font-size: var(--rv-text-md);
    color: var(--rv-text-secondary, #374151);
    line-height: 1.65;
    padding: 0 28px 22px 80px;
}

/* =======================================================
   NEXT UP CTA
   ======================================================= */
.rv-score-next-up {
    max-width: 1200px;
    margin: 80px auto 0;
    padding: 0 32px;
}

.rv-score-next-up__inner {
    background: var(--rv-brand-fill, #1e3a5f);
    border-radius: 12px;
    padding: 32px 36px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 28px;
    box-shadow: 0 2px 6px rgba(11, 24, 43, 0.12);
}

.rv-score-next-up__label {
    font-size: var(--rv-text-xs);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--rv-gold, #c49a3c);
    font-weight: 600;
    margin-bottom: 8px;
}

.rv-score-next-up__title {
    font-family: 'Literata', Georgia, serif !important;
    font-size: var(--rv-text-xl) !important;
    font-weight: 500 !important;
    color: #fff !important;
    letter-spacing: -0.01em !important;
    line-height: 1.3 !important;
    margin: 0 !important;
}

.rv-score-next-up__btn {
    white-space: nowrap;
    background: #fff;
    color: var(--rv-brand-fill, #1e3a5f);
    padding: 6px 6px 6px 22px;
    border-radius: 999px;
    font-weight: 600;
    font-size: var(--rv-text-md);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14), 0 6px 18px rgba(0, 0, 0, 0.08);
    transition: transform 0.18s;
}

.rv-score-next-up__btn:hover {
    transform: translateY(-1px);
}

.rv-score-next-up__arrow {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--rv-gold, #c49a3c);
    color: var(--rv-brand-primary, #1e3a5f);
}

/* =======================================================
   META FOOTER
   ======================================================= */
.rv-score-meta-foot {
    max-width: 1200px;
    margin: 48px auto 0;
    padding: 0 32px 48px;
}

.rv-score-meta-foot__inner {
    border-top: 1px solid var(--rv-border-primary, #e5e7eb);
    padding: 24px 0;
    display: flex;
    justify-content: space-between;
    font-size: var(--rv-text-xs);
    color: var(--rv-text-muted, #6b7280);
    gap: 20px;
    flex-wrap: wrap;
}

.rv-score-meta-foot__inner a {
    color: var(--rv-brand-primary, #1e3a5f);
    text-decoration: none;
    border-bottom: 1px solid var(--rv-brand-primary, #1e3a5f);
}

/* =======================================================
   MOBILE RESPONSIVE
   ======================================================= */
@media (max-width: 960px) {
    .rv-score-hero__cover {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .rv-score-hero__stamp {
        border-left: none;
        border-top: 1px solid var(--rv-border-primary, #e5e7eb);
        padding: 16px 0 0;
        text-align: left;
    }

    .rv-score-weights {
        grid-template-columns: 1fr;
        border-radius: 0;
        box-shadow: none;
        min-height: auto;
    }

    .rv-score-wseg {
        border-right: none;
        border-radius: 8px;
    }

    .rv-score-hero__meta {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .rv-score-hmeta {
        border-left: none;
        padding: 12px 0;
        border-top: 1px solid var(--rv-border-light, #eef1f5);
    }

    .rv-score-hmeta:first-child {
        border-top: none;
        padding-top: 0;
    }

    .rv-score-dims-grid {
        grid-template-columns: 1fr;
    }

    .rv-score-dims-trio {
        grid-template-columns: 1fr;
    }

    .rv-score-next-up__inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* =======================================================
   DARK MODE
   ======================================================= */
html[data-theme="dark"] .rv-score-hero-wrap {
    background: linear-gradient(180deg, var(--rv-surface-secondary) 0%, var(--rv-surface-primary) 100%);
    border-color: var(--rv-border-primary);
}

html[data-theme="dark"] .rv-score-dim,
html[data-theme="dark"] .rv-score-faq-list,
html[data-theme="dark"] .rv-score-bands-scale,
html[data-theme="dark"] .rv-score-example {
    background: var(--rv-surface-primary);
    border-color: var(--rv-border-primary);
}

html[data-theme="dark"] .rv-score-bands-section {
    background: var(--rv-surface-secondary);
    border-color: var(--rv-border-primary);
}

html[data-theme="dark"] .rv-score-faq-item[open] {
    background: var(--rv-surface-secondary);
}

@media (prefers-color-scheme: dark) {
    html:not([data-theme="light"]) .rv-score-hero-wrap {
        background: linear-gradient(180deg, var(--rv-surface-secondary) 0%, var(--rv-surface-primary) 100%);
    }

    html:not([data-theme="light"]) .rv-score-dim,
    html:not([data-theme="light"]) .rv-score-faq-list,
    html:not([data-theme="light"]) .rv-score-bands-scale,
    html:not([data-theme="light"]) .rv-score-example {
        background: var(--rv-surface-primary);
        border-color: var(--rv-border-primary);
    }

    html:not([data-theme="light"]) .rv-score-bands-section {
        background: var(--rv-surface-secondary);
        border-color: var(--rv-border-primary);
    }
}

/* ============================================================
   PER-DIMENSION RUBRIC SECTION
   ============================================================ */
.rv-score-rubric-section {
    max-width: 1200px;
    margin: 5rem auto;
    padding: 0 2rem;
}
.rv-score-rubric-head {
    max-width: 720px;
    margin: 0 auto 3rem;
    text-align: center;
}
.rv-score-rubric-eyebrow {
    font-size: var(--rv-text-xs);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--rv-amber, #d29c3e);
    font-weight: 600;
    margin-bottom: 14px;
}
.rv-score-rubric-title {
    font-family: var(--rv-serif);
    font-size: var(--rv-text-3xl);
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: var(--rv-brand-primary, #1e3a5f);
    margin: 0 0 1rem;
}
.rv-score-rubric-title em { font-style: italic; color: var(--rv-amber, #d29c3e); }
.rv-score-rubric-desc {
    font-size: var(--rv-text-base);
    color: var(--rv-ink-2, #374151);
    line-height: 1.6;
    margin: 0;
}
.rv-score-rubric-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.5rem;
}
.rv-score-rubric-card {
    background: var(--rv-surface-primary, #fff);
    border: 1px solid var(--rv-border-primary, #e2e8f0);
    border-radius: 12px;
    padding: 1.5rem;
}
.rv-score-rubric-card__head {
    border-bottom: 1px solid var(--rv-line, #e5e7eb);
    padding-bottom: 0.75rem;
    margin-bottom: 1rem;
}
.rv-score-rubric-card__name {
    font-family: var(--rv-serif);
    font-size: var(--rv-text-xl);
    font-weight: 600;
    margin: 0;
    color: var(--rv-brand-primary, #1e3a5f);
}
.rv-score-rubric-rows {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}
.rv-score-rubric-row {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 1rem;
    padding-left: 0.75rem;
    border-left: 3px solid var(--rv-line, #e5e7eb);
}
.rv-score-rubric-row--poor { border-left-color: #a33b2a; }
.rv-score-rubric-row--avg  { border-left-color: #d29c3e; }
.rv-score-rubric-row--good { border-left-color: #7aa67d; }
.rv-score-rubric-row--exc  { border-left-color: #2e7d5b; }
.rv-score-rubric-row__label {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.rv-score-rubric-row__name {
    font-weight: 600;
    color: var(--rv-text-primary);
    font-size: var(--rv-text-md);
}
.rv-score-rubric-row__range {
    font-size: var(--rv-text-xs);
    color: var(--rv-ink-3, #6b7280);
    letter-spacing: 0.04em;
    font-variant-numeric: tabular-nums;
}
.rv-score-rubric-row__desc {
    margin: 0;
    font-size: var(--rv-text-md);
    line-height: 1.55;
    color: var(--rv-ink-2, #374151);
}
@media (max-width: 640px) {
    .rv-score-rubric-row { grid-template-columns: 1fr; gap: 0.25rem; }
}

.rv-score-imputation {
    margin-top: 2.5rem;
    padding: 2rem;
    background: var(--rv-cream, #fbf6ec);
    border: 1px solid var(--rv-cream-line, #ecdfc2);
    border-radius: 12px;
}
.rv-score-imputation__tag {
    font-size: var(--rv-text-xs);
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--rv-amber, #d29c3e);
    font-weight: 600;
    margin-bottom: 8px;
}
.rv-score-imputation__title {
    font-family: var(--rv-serif);
    font-size: var(--rv-text-xl);
    font-weight: 600;
    margin: 0 0 0.75rem;
    color: var(--rv-brand-primary, #1e3a5f);
}
.rv-score-imputation__body {
    margin: 0;
    font-size: var(--rv-text-base);
    line-height: 1.65;
    color: var(--rv-ink-2, #374151);
}

@media (prefers-color-scheme: dark) {
    html:not([data-theme="light"]) .rv-score-imputation {
        background: var(--rv-surface-secondary);
        border-color: var(--rv-border-primary);
    }
}
html[data-theme="dark"] .rv-score-imputation {
    background: var(--rv-surface-secondary);
    border-color: var(--rv-border-primary);
}

/* ============================================================
   RELATIONSHIP TO OTHER FRAMEWORKS — Robovations Score
   ============================================================ */
.rv-score-priorart {
    max-width: 1200px;
    margin: 4rem auto 2rem;
    padding: 0 2rem;
}
.rv-score-priorart-head {
    max-width: 720px;
    margin: 0 auto 2.5rem;
    text-align: center;
}
.rv-score-priorart-eyebrow {
    font-size: var(--rv-text-xs);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--rv-amber, #d29c3e);
    font-weight: 600;
    margin-bottom: 14px;
}
.rv-score-priorart-title {
    font-family: var(--rv-serif);
    font-size: var(--rv-text-3xl);
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: var(--rv-brand-primary, #1e3a5f);
    margin: 0 0 1rem;
}
.rv-score-priorart-title em { font-style: italic; color: var(--rv-amber, #d29c3e); }
.rv-score-priorart-desc {
    font-size: var(--rv-text-base);
    color: var(--rv-ink-2, #374151);
    line-height: 1.6;
    margin: 0;
}
.rv-score-priorart-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.25rem;
}
.rv-score-priorart-card {
    background: var(--rv-surface-secondary, #f8fafc);
    border: 1px solid var(--rv-border-primary, #e2e8f0);
    border-radius: 12px;
    padding: 1.5rem;
}
.rv-score-priorart-card__name {
    font-family: var(--rv-serif);
    font-size: var(--rv-text-base);
    font-weight: 600;
    margin: 0 0 1rem;
    color: var(--rv-brand-primary, #1e3a5f);
    border-bottom: 1px solid var(--rv-line, #e5e7eb);
    padding-bottom: 0.625rem;
}
.rv-score-priorart-card__row { margin-bottom: 0.75rem; }
.rv-score-priorart-card__row:last-child { margin-bottom: 0; }
.rv-score-priorart-card__row b {
    display: block;
    font-size: var(--rv-text-xs);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--rv-ink-3, #6b7280);
    font-weight: 600;
    margin-bottom: 4px;
}
.rv-score-priorart-card__row p {
    margin: 0;
    font-size: var(--rv-text-md);
    line-height: 1.55;
    color: var(--rv-ink-2, #374151);
}

/* ==========================================================================
   PRE-RELEASE ASSESSMENT section on the methodology page.
   Visually echoes the dashed-card treatment used on pre-release robot pages
   so the framework explanation reads as part of the same system.
   ========================================================================== */

.rv-score-prerelease {
    max-width: 1200px;
    margin: 4rem auto 2rem;
    padding: 0 2rem;
    scroll-margin-top: 100px; /* anchor-link offset for fixed header */
}

.rv-score-prerelease__head {
    max-width: 760px;
    margin: 0 auto 2.5rem;
    text-align: center;
}

.rv-score-prerelease__eyebrow {
    font-size: var(--rv-text-xs);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--rv-gold-on-light, #8e6f26);
    font-weight: 600;
    margin-bottom: 14px;
}

.rv-score-prerelease__title {
    font-size: clamp(1.75rem, 3.5vw, 2.25rem);
    line-height: 1.2;
    letter-spacing: -0.015em;
    color: var(--rv-text-primary, var(--rv-ink, #111827));
    margin: 0 0 1.25rem 0;
    font-weight: 500;
}

.rv-score-prerelease__title em {
    font-style: italic;
}

.rv-score-prerelease__drop {
    font-size: var(--rv-text-base);
    line-height: 1.7;
    color: var(--rv-text-secondary, var(--rv-ink-2, #374151));
    margin: 0 0 1rem 0;
    text-align: left;
}

.rv-score-prerelease__drop strong {
    color: var(--rv-text-primary, var(--rv-ink, #111827));
    font-weight: 600;
}

/* Lifecycle table */
.rv-score-prerelease__lifecycle {
    margin: 2.5rem auto 3rem;
    max-width: 1000px;
    background: #fff;
    border: 1px solid var(--rv-border-primary, #e2e8f0);
    border-radius: 12px;
    padding: 1.5rem 2rem 2rem;
}

html[data-theme="dark"] .rv-score-prerelease__lifecycle {
    background: var(--rv-surface-primary);
}

.rv-score-prerelease__lifecycle-label {
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--rv-ink-3, #6b7280);
    font-weight: 700;
    margin-bottom: 14px;
}

.rv-score-prerelease__lifecycle-table {
    width: 100%;
    border-collapse: collapse;
    font-size: var(--rv-text-md);
}

.rv-score-prerelease__lifecycle-table th,
.rv-score-prerelease__lifecycle-table td {
    text-align: left;
    padding: 14px 12px;
    border-bottom: 1px solid var(--rv-line-soft, #eef1f5);
    vertical-align: top;
    line-height: 1.45;
}

html[data-theme="dark"] .rv-score-prerelease__lifecycle-table th,
html[data-theme="dark"] .rv-score-prerelease__lifecycle-table td {
    border-bottom-color: var(--rv-border-primary);
}

.rv-score-prerelease__lifecycle-table th {
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--rv-ink-3, #6b7280);
    font-weight: 700;
    border-bottom-width: 2px;
}

.rv-score-prerelease__lifecycle-table tbody tr:last-child td {
    border-bottom: none;
}

.rv-score-prerelease__row-note {
    display: block;
    font-size: var(--rv-text-xs);
    color: var(--rv-ink-3, #6b7280);
    margin-top: 2px;
    font-weight: 400;
}

/* Sub-headings ("The five dimensions" / "What the headline means") */
.rv-score-prerelease__dims-head,
.rv-score-prerelease__bands-head {
    max-width: 720px;
    margin: 3rem auto 1.5rem;
    text-align: center;
}

.rv-score-prerelease__sub {
    font-size: clamp(1.35rem, 2.5vw, 1.625rem);
    color: var(--rv-text-primary, var(--rv-ink, #111827));
    margin: 0 0 0.5rem 0;
    font-weight: 500;
    letter-spacing: -0.01em;
}

.rv-score-prerelease__sub-desc {
    font-size: var(--rv-text-md);
    line-height: 1.6;
    color: var(--rv-text-secondary, var(--rv-ink-2, #374151));
    margin: 0;
}

/* Dimension list — single column of full-width rows, each with an internal
   side/body layout. Five dimensions stack vertically (no empty grid slots),
   each row gets the full width to breathe, content is properly hierarchical. */
.rv-score-prerelease__dims {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 2rem;
}

.rv-score-prerelease__dim {
    background: #fff;
    border: 1px solid var(--rv-border-primary, #e2e8f0);
    border-left-width: 4px;
    border-radius: 10px;
    padding: 1.5rem 1.75rem 1.5rem 2rem;
    display: grid;
    grid-template-columns: minmax(180px, 200px) 1fr;
    gap: 2rem;
    align-items: start;
}

html[data-theme="dark"] .rv-score-prerelease__dim {
    background: var(--rv-surface-primary);
}

/* Left accent stripe color per dimension, matching the per-robot bar colors. */
.rv-score-prerelease__dim--tr { border-left-color: #6b7a8a; }
.rv-score-prerelease__dim--ep { border-left-color: #7a5a8a; }
.rv-score-prerelease__dim--dc { border-left-color: #8a7a4a; }
.rv-score-prerelease__dim--pr { border-left-color: #5a8a8a; }
.rv-score-prerelease__dim--oq { border-left-color: #8a5a6a; }

/* SIDE — weight + name as a single cohesive identity block */
.rv-score-prerelease__dim-side {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-right: 1px solid var(--rv-line-soft, #eef1f5);
    padding-right: 1.5rem;
    min-height: 100%;
}

html[data-theme="dark"] .rv-score-prerelease__dim-side {
    border-right-color: var(--rv-border-primary);
}

.rv-score-prerelease__dim-weight {
    font-family: 'Literata', Georgia, serif;
    font-size: 36px;
    font-weight: 500;
    color: var(--rv-brand-primary, #1e3a5f);
    letter-spacing: -0.02em;
    line-height: 1;
}

.rv-score-prerelease__dim-weight-pct {
    font-size: 22px;
    color: var(--rv-ink-3, #6b7280);
    font-weight: 400;
    margin-left: 2px;
    letter-spacing: 0;
}

.rv-score-prerelease__dim-weight-note {
    font-size: 9px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--rv-ink-3, #6b7280);
    font-weight: 700;
    margin-top: 4px;
}

.rv-score-prerelease__dim-name {
    font-size: var(--rv-text-xl);
    color: var(--rv-text-primary, var(--rv-ink, #111827));
    margin: 14px 0 0 0;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

/* BODY — definition list + anchors */
.rv-score-prerelease__dim-body {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.rv-score-prerelease__dim-dl {
    margin: 0;
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 6px 1.25rem;
    align-items: baseline;
}

.rv-score-prerelease__dim-dl dt {
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--rv-ink-3, #6b7280);
    font-weight: 700;
    padding-top: 2px;
}

.rv-score-prerelease__dim-dl dd {
    margin: 0 0 4px 0;
    font-size: var(--rv-text-md);
    line-height: 1.55;
    color: var(--rv-text-primary, var(--rv-ink, #111827));
}

.rv-score-prerelease__dim-dl dd:last-of-type {
    margin-bottom: 0;
}

/* Anchors as a clean 2-row mini-table */
.rv-score-prerelease__dim-anchors {
    margin-top: 4px;
    padding-top: 14px;
    border-top: 1px dashed var(--rv-line-soft, #eef1f5);
    display: flex;
    flex-direction: column;
    gap: 8px;
}

html[data-theme="dark"] .rv-score-prerelease__dim-anchors {
    border-top-color: var(--rv-border-primary);
}

.rv-score-prerelease__dim-anchor {
    display: grid;
    grid-template-columns: 18px 64px 1fr;
    gap: 8px;
    align-items: baseline;
    font-size: var(--rv-text-md);
    line-height: 1.5;
    color: var(--rv-text-secondary, var(--rv-ink-2, #374151));
}

.rv-score-prerelease__dim-anchor-arrow {
    font-family: 'Literata', Georgia, serif;
    font-size: 14px;
    line-height: 1;
    text-align: center;
}

.rv-score-prerelease__dim-anchor--high .rv-score-prerelease__dim-anchor-arrow {
    color: #5a8a6a;
}

.rv-score-prerelease__dim-anchor--low .rv-score-prerelease__dim-anchor-arrow {
    color: #a06a4c;
}

.rv-score-prerelease__dim-anchor-label {
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--rv-ink-3, #6b7280);
    font-weight: 700;
}

.rv-score-prerelease__dim-anchor-text {
    font-size: var(--rv-text-md);
    color: var(--rv-text-secondary, var(--rv-ink-2, #374151));
    line-height: 1.45;
}

/* Band labels */
.rv-score-prerelease__bands {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.rv-score-prerelease__band {
    background: #fff;
    border: 1px solid var(--rv-border-primary, #e2e8f0);
    border-left-width: 4px;
    border-radius: 8px;
    padding: 14px 18px 14px 22px;
}

html[data-theme="dark"] .rv-score-prerelease__band {
    background: var(--rv-surface-primary);
}

.rv-score-prerelease__band-head {
    display: flex;
    gap: 16px;
    align-items: baseline;
    margin-bottom: 4px;
}

.rv-score-prerelease__band-range {
    font-family: 'Literata', Georgia, serif;
    font-size: var(--rv-text-base);
    font-weight: 500;
    color: var(--rv-text-secondary, var(--rv-ink-2, #374151));
    min-width: 70px;
}

.rv-score-prerelease__band-label {
    font-family: 'Literata', Georgia, serif;
    font-size: var(--rv-text-xl);
    font-weight: 500;
    font-style: italic;
    letter-spacing: -0.01em;
}

.rv-score-prerelease__band-desc {
    font-size: var(--rv-text-md);
    line-height: 1.5;
    color: var(--rv-text-secondary, var(--rv-ink-2, #374151));
    margin: 0;
    padding-left: 86px;
}

/* Transition block */
.rv-score-prerelease__transition {
    max-width: 800px;
    margin: 3rem auto 1rem;
    padding: 1.75rem 2rem;
    background: var(--rv-surface-secondary, #fafbfc);
    border: 1px dashed var(--rv-line, #d4d8df);
    border-radius: 12px;
}

html[data-theme="dark"] .rv-score-prerelease__transition {
    background: var(--rv-surface-secondary);
    border-color: var(--rv-border-primary);
}

.rv-score-prerelease__transition .rv-score-prerelease__sub {
    margin-bottom: 14px;
    text-align: left;
}

.rv-score-prerelease__transition-text {
    font-size: var(--rv-text-md);
    line-height: 1.6;
    color: var(--rv-text-secondary, var(--rv-ink-2, #374151));
    margin: 0 0 14px 0;
}

.rv-score-prerelease__transition-list {
    margin: 0 0 14px 0;
    padding: 0;
    list-style: none;
    counter-reset: pra-step;
}

.rv-score-prerelease__transition-list li {
    counter-increment: pra-step;
    position: relative;
    padding: 8px 0 8px 38px;
    font-size: var(--rv-text-md);
    line-height: 1.6;
    color: var(--rv-text-secondary, var(--rv-ink-2, #374151));
}

.rv-score-prerelease__transition-list li::before {
    content: counter(pra-step);
    position: absolute;
    left: 0;
    top: 8px;
    font-family: 'Literata', Georgia, serif;
    font-size: 18px;
    font-weight: 500;
    color: var(--rv-gold-on-light, #8e6f26);
    width: 26px;
    text-align: center;
    line-height: 1.4;
}

.rv-score-prerelease__transition-list li strong {
    color: var(--rv-text-primary, var(--rv-ink, #111827));
    font-weight: 600;
}

@media (max-width: 768px) {
    .rv-score-prerelease__lifecycle {
        padding: 1.25rem 1rem 1.5rem;
    }
    .rv-score-prerelease__lifecycle-table th,
    .rv-score-prerelease__lifecycle-table td {
        padding: 10px 8px;
        font-size: var(--rv-text-md);
    }
    .rv-score-prerelease__band-desc {
        padding-left: 0;
        margin-top: 6px;
    }
    .rv-score-prerelease__transition {
        padding: 1.25rem 1.25rem 1.5rem;
    }

    /* Dimension rows: side/body becomes stacked, side becomes a horizontal
       header with weight + name on one line. */
    .rv-score-prerelease__dim {
        grid-template-columns: 1fr;
        gap: 1.25rem;
        padding: 1.25rem 1.25rem 1.5rem;
    }
    .rv-score-prerelease__dim-side {
        flex-direction: row;
        align-items: baseline;
        border-right: none;
        border-bottom: 1px solid var(--rv-line-soft, #eef1f5);
        padding-right: 0;
        padding-bottom: 12px;
        gap: 12px;
    }
    html[data-theme="dark"] .rv-score-prerelease__dim-side {
        border-bottom-color: var(--rv-border-primary);
    }
    .rv-score-prerelease__dim-weight {
        font-size: 28px;
    }
    .rv-score-prerelease__dim-weight-pct {
        font-size: 18px;
    }
    .rv-score-prerelease__dim-weight-note {
        display: none;
    }
    .rv-score-prerelease__dim-name {
        margin-top: 0;
        font-size: var(--rv-text-base);
        flex: 1;
    }
    .rv-score-prerelease__dim-dl {
        grid-template-columns: 1fr;
        gap: 2px 0;
    }
    .rv-score-prerelease__dim-dl dt {
        margin-top: 8px;
    }
    .rv-score-prerelease__dim-dl dt:first-child {
        margin-top: 0;
    }
    .rv-score-prerelease__dim-anchor {
        grid-template-columns: 16px 56px 1fr;
        font-size: var(--rv-text-md);
    }
}
