/* ─── Taranto study — results page ───
   A research output, not a landing page: no CTA, no gradients competing with the
   numbers. Inherits the typographic scale of .legal-section (style.css ~1640) and
   adds only what a report needs — a record block, stat figures, a callout, a table.
   All colours come from the site tokens; nothing is hard-coded. */

.studio-section {
    max-width: 720px;
    margin: 0 auto;
    padding: 3rem 2rem 4rem;
    text-align: left;
}

.studio-eyebrow {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--bordeaux-bright);
    opacity: 0.85;
    margin: 2.5rem 0 0.9rem;
}

.studio-section h1 {
    font-size: 1.85rem;
    font-weight: 700;
    line-height: 1.25;
    color: var(--text-primary);
    margin-bottom: 0.9rem;
}

.studio-standfirst {
    font-size: 1.02rem;
    font-weight: 300;
    line-height: 1.75;
    color: var(--text-secondary);
    margin-bottom: 2.25rem;
}

.studio-section h2 {
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--bordeaux-bright);
    margin: 2.75rem 0 0.85rem;
    opacity: 0.9;
    scroll-margin-top: 2rem;
}

.studio-section p {
    font-size: 0.9rem;
    font-weight: 300;
    color: var(--text-secondary);
    line-height: 1.8;
    margin-bottom: 0.7rem;
}

.studio-section strong { font-weight: 600; color: var(--text-primary); }

.studio-section code {
    font-family: 'Courier New', monospace;
    font-size: 0.85em;
    background: rgba(200, 161, 90, 0.1);
    padding: 0.1em 0.35em;
    border-radius: 3px;
    color: var(--bordeaux-bright);
}

.studio-meta-note {
    font-size: 0.8rem;
    color: var(--bordeaux-bright);
    letter-spacing: 0.04em;
    opacity: 0.85;
}

/* ─── the record block: what this document is, at a glance ─── */
.studio-record {
    background: var(--surface);
    border: 1px solid var(--border-soft);
    border-radius: 10px;
    padding: 1.3rem 1.5rem;
    margin: 0 0 1rem;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.studio-record-row {
    display: flex;
    gap: 1rem;
    padding: 0.42rem 0;
    font-size: 0.85rem;
    line-height: 1.6;
    border-bottom: 1px solid var(--border-soft);
}
.studio-record-row:last-child { border-bottom: 0; }

.studio-record-k {
    flex: 0 0 6.5rem;
    font-weight: 600;
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--text-muted);
    padding-top: 0.15rem;
}

.studio-record-v { color: var(--text-secondary); font-weight: 300; }

.studio-doi {
    color: var(--bordeaux-bright);
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid rgba(200, 161, 90, 0.35);
    word-break: break-all;
}
.studio-doi:hover { color: var(--text-primary); border-bottom-color: currentColor; }

/* ─── headline figures ─── */
.studio-figures {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 0.9rem;
    margin: 1.2rem 0 1rem;
}

.studio-figure {
    background: var(--surface);
    border: 1px solid var(--border-soft);
    border-radius: 10px;
    padding: 1.15rem 1.2rem 1.25rem;
}

.studio-figure-v {
    font-size: 1.85rem !important;
    font-weight: 700 !important;
    color: var(--text-primary) !important;
    line-height: 1.1 !important;
    margin: 0 0 0.15rem !important;
    font-variant-numeric: tabular-nums;
}

.studio-figure-ci {
    font-size: 0.68rem !important;
    letter-spacing: 0.05em;
    color: var(--text-muted) !important;
    margin: 0 0 0.5rem !important;
    font-variant-numeric: tabular-nums;
}

.studio-figure-l {
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    color: var(--text-secondary) !important;
    line-height: 1.5 !important;
    margin: 0 0 0.35rem !important;
}

.studio-figure-n {
    font-size: 0.76rem !important;
    color: var(--text-muted) !important;
    line-height: 1.55 !important;
    margin: 0 !important;
}

.studio-fineprint {
    font-size: 0.8rem !important;
    color: var(--text-muted) !important;
    line-height: 1.7 !important;
}

/* ─── downloads ─── */
.studio-files { list-style: none; padding: 0; margin: 0.9rem 0 0; }

.studio-files li {
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--border-soft);
}
.studio-files li:last-child { border-bottom: 0; }

.studio-files a {
    color: var(--bordeaux-bright);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.92rem;
    border-bottom: 1px solid transparent;
}
.studio-files a:hover { color: var(--text-primary); border-bottom-color: currentColor; }

.studio-file-meta {
    display: block;
    font-size: 0.74rem;
    color: var(--text-muted);
    margin-top: 0.2rem;
    letter-spacing: 0.03em;
}

/* ─── the RQ3 callout: the finding that travels ─── */
.studio-callout {
    background: var(--surface);
    border: 1px solid var(--border-medium);
    border-left: 3px solid var(--bordeaux-bright);
    border-radius: 10px;
    padding: 1.4rem 1.6rem 1.2rem;
    margin: 1rem 0;
}

.studio-callout p:last-child { margin-bottom: 0; }

.studio-callout-tail {
    font-size: 0.85rem !important;
    color: var(--text-muted) !important;
    padding-top: 0.7rem;
    border-top: 1px solid var(--border-soft);
    margin-top: 0.9rem !important;
}

/* ─── table ─── */
.studio-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0.9rem 0;
    font-size: 0.86rem;
    background: var(--surface);
    border-radius: 10px;
    overflow: hidden;
}

.studio-table th {
    text-align: left;
    padding: 0.65rem 0.9rem;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--text-muted);
    border-bottom: 1px solid var(--border-medium);
}

.studio-table td {
    padding: 0.65rem 0.9rem;
    border-bottom: 1px solid var(--border-soft);
    color: var(--text-secondary);
    font-weight: 300;
    font-variant-numeric: tabular-nums;
}
.studio-table tr:last-child td { border-bottom: 0; }
.studio-table td:first-child { color: var(--text-primary); font-weight: 600; }

/* ─── limitations ─── */
.studio-limits { list-style: none; padding: 0; margin: 0.9rem 0 0; }

.studio-limits li {
    position: relative;
    padding-left: 1.4rem;
    margin-bottom: 0.75rem;
    font-size: 0.86rem;
    font-weight: 300;
    color: var(--text-secondary);
    line-height: 1.75;
}

.studio-limits li::before {
    content: '—';
    position: absolute;
    left: 0;
    color: var(--text-muted);
}

.studio-limits strong { font-weight: 600; color: var(--text-primary); }

/* ─── competing-interests declaration: the most important block on the page ─── */
.studio-declaration {
    background: var(--surface);
    border: 1px solid var(--border-soft);
    border-radius: 10px;
    padding: 0.5rem 1.6rem 1.4rem;
    margin: 2.5rem 0 0;
}

.studio-declaration h2 { margin-top: 1.5rem; }

.studio-declaration-tail { margin-top: 1rem !important; }

.studio-declaration-tail a {
    color: var(--bordeaux-bright);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.86rem;
}
.studio-declaration-tail a:hover { color: var(--text-primary); }

/* ─── citation ─── */
.studio-cite {
    font-size: 0.82rem !important;
    line-height: 1.75 !important;
    color: var(--text-muted) !important;
    background: var(--surface);
    border: 1px solid var(--border-soft);
    border-radius: 8px;
    padding: 1rem 1.2rem;
}

.studio-cite a { color: var(--bordeaux-bright); text-decoration: none; word-break: break-all; }
.studio-cite a:hover { color: var(--text-primary); }

.studio-attrib {
    margin-top: 2.5rem !important;
    padding-top: 1.2rem;
    border-top: 1px solid var(--border-soft);
    font-size: 0.74rem !important;
}

@media (max-width: 640px) {
    .studio-section { padding: 2rem 1.25rem 3rem; }
    .studio-section h1 { font-size: 1.5rem; }
    .studio-record-row { flex-direction: column; gap: 0.15rem; }
    .studio-record-k { flex: none; }
    .studio-callout,
    .studio-declaration { padding-left: 1.1rem; padding-right: 1.1rem; }
}
