/* r32 owner: shared-content-refinements. Exact r30 source lines 5011-5138; route scope is declared by data/css-ownership.json. */
/* Existing homepage sections --------------------------------------------- */

.sequence-engine {
    border-radius: 1.25rem;
    background: var(--surface);
    box-shadow: 0 24px 65px rgba(0, 0, 0, 0.18);
}

.sequence-engine__rail {
    background: rgba(255, 255, 255, 0.012);
}

.sequence-engine__rail button {
    min-height: 5.1rem;
}

.sequence-engine__panel {
    min-height: 24rem;
    padding: clamp(2rem, 5vw, 4.6rem);
    grid-template-columns: minmax(8rem, 0.36fr) minmax(0, 0.64fr);
}

.sequence-engine__number {
    font-size: clamp(6rem, 13vw, 11rem);
}

.theme-preview-grid,
.theme-atlas-grid,
.source-grid {
    gap: 0.9rem;
}

.theme-preview-card,
.theme-atlas-card,
.source-card,
.rule-card,
.principle-card,
.commitment-card {
    border-radius: 1rem;
    background: linear-gradient(145deg, rgba(255,255,255,0.018), transparent 60%), var(--surface);
}

.theme-preview-card {
    min-height: 27rem;
    padding: 1.45rem;
}

.theme-preview-card h3 {
    font-family: var(--font-body);
    font-size: clamp(1.7rem, 2.4vw, 2.4rem);
    font-weight: 850;
    letter-spacing: -0.055em;
    text-transform: none;
}

.theme-preview-card__link {
    display: inline-flex;
    margin-top: auto;
    gap: 0.55rem;
    align-items: center;
    color: var(--text);
    font-size: 0.67rem;
    font-weight: 850;
    letter-spacing: 0.055em;
    text-transform: uppercase;
}

.model-switcher {
    border-radius: 1.25rem;
    overflow: hidden;
    background: var(--surface);
}

.model-switcher__tabs {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.model-switcher__tabs button {
    min-height: 6.2rem;
    padding: 0.9rem 0.6rem;
}

.model-switcher__tabs button strong {
    display: block;
    font-size: 0.58rem;
}

.model-switcher__display {
    min-height: 29rem;
    padding: clamp(2rem, 5vw, 4.5rem);
    grid-template-columns: minmax(10rem, 0.38fr) minmax(0, 0.62fr);
}

.model-switcher__display h3 {
    font-size: clamp(2.4rem, 5vw, 5rem);
}

.method-preview,
.archive-strip {
    gap: 4rem;
}

.method-preview__stack {
    gap: 0.65rem;
}

.rule-card {
    min-height: 7.8rem;
}

.manifesto-band {
    background:
        linear-gradient(115deg, #ff3d59 0%, #d92145 58%, #a81235 100%);
}

.manifesto-band h2 {
    max-width: 12ch;
    font-size: clamp(3.6rem, 7vw, 7.6rem);
}

.manifesto-band__declaration {
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255,255,255,0.35);
    font-family: var(--font-mono);
    font-size: 0.72rem !important;
    letter-spacing: 0.15em;
}

