.scum-case-study {
    --scum-red: #d30f20;
    --scum-red-soft: rgba(211, 15, 32, 0.14);
    --scum-amber: #d99b38;
    --scum-green: #67c98f;
    --scum-black: #090a0c;
    --scum-panel: #111318;
    --scum-panel-soft: #171a20;
    --scum-line-dark: rgba(255, 255, 255, 0.12);
    --scum-text-dark: rgba(255, 255, 255, 0.94);
    --scum-muted-dark: rgba(255, 255, 255, 0.64);
    margin-top: calc(-1rem - var(--redmotion-navH));
    overflow: clip;
    color: var(--redmotion-ink);
}

body > .navbar:not(.scrolled):not(.menu-open) {
    background: rgba(4, 5, 7, 0.7);
    box-shadow: none;
    backdrop-filter: blur(12px);
}

body > .navbar:not(.scrolled):not(.menu-open) .navbar-brand {
    color: rgba(255, 255, 255, 0.94) !important;
}

body > .navbar:not(.scrolled):not(.menu-open) .nav-link,
body > .navbar:not(.scrolled):not(.menu-open) .rm-switch,
body > .navbar:not(.scrolled):not(.menu-open) .rdev-btn.outline-btn {
    color: rgba(255, 255, 255, 0.94);
}

body > .navbar:not(.scrolled):not(.menu-open) .nav-user-avatar {
    filter: invert(100%);
}

body > .navbar:not(.scrolled):not(.menu-open) .burger span {
    background: rgba(255, 255, 255, 0.94);
}

.scum-case-study *,
.scum-case-study *::before,
.scum-case-study *::after {
    box-sizing: border-box;
}

.scum-case-study section[id] {
    scroll-margin-top: calc(var(--redmotion-navH) + 68px);
}

.scum-case-study h1,
.scum-case-study h2,
.scum-case-study h3,
.scum-case-study p,
.scum-case-study dl,
.scum-case-study ol,
.scum-case-study ul {
    margin-top: 0;
}

.scum-case-study h1,
.scum-case-study h2,
.scum-case-study h3 {
    color: inherit;
}

.scum-case-study p {
    color: inherit;
}

.scum-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: var(--scum-red);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    line-height: 1.4;
    text-transform: uppercase;
}

.scum-eyebrow::before {
    width: 28px;
    height: 1px;
    background: currentColor;
    content: "";
}

.scum-section {
    position: relative;
    padding: clamp(72px, 9vw, 138px) 0;
}

.scum-section-heading {
    max-width: 790px;
}

.scum-section-heading--wide {
    max-width: 930px;
}

.scum-section-heading h2,
.scum-platform__copy h2,
.scum-cta h2 {
    margin-bottom: 24px;
    font-family: var(--redmotion-serif);
    font-size: clamp(2.35rem, 5.8vw, 5.3rem);
    font-weight: 500;
    letter-spacing: -0.045em;
    line-height: 0.98;
}

.scum-section-lead,
.scum-platform__copy > p,
.scum-cta p {
    max-width: 790px;
    margin-bottom: 0;
    color: var(--redmotion-muted);
    font-size: clamp(1.08rem, 1.7vw, 1.34rem);
    line-height: 1.75;
}

.scum-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
}

.scum-actions .rdev-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.scum-text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px solid currentColor;
    color: inherit;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.035em;
    text-decoration: none;
    transition: color 0.25s ease, border-color 0.25s ease;
}

.scum-text-link:hover {
    border-color: var(--scum-red);
    color: var(--scum-red);
    text-decoration: none;
}

.scum-hero {
    position: relative;
    display: flex;
    min-height: min(900px, 94vh);
    align-items: flex-start;
    overflow: hidden;
    background: var(--scum-black);
    color: var(--scum-text-dark);
    isolation: isolate;
}

.scum-hero__background,
.scum-hero__veil {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.scum-hero__background {
    z-index: -3;
    object-fit: cover;
    object-position: 46% center;
    filter: saturate(0.58) contrast(1.13);
    transform: scale(1.01);
}

.scum-hero__veil {
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(4, 5, 7, 0.98) 0%, rgba(4, 5, 7, 0.9) 38%, rgba(4, 5, 7, 0.2) 78%),
        linear-gradient(0deg, rgba(4, 5, 7, 0.84) 0%, transparent 46%),
        radial-gradient(circle at 73% 32%, rgba(211, 15, 32, 0.15), transparent 28%);
}

.scum-hero__inner {
    position: relative;
    padding-top: calc(var(--redmotion-navH) + var(--redmotion-navH) + 20px);
    padding-bottom: clamp(110px, 12vw, 170px);
}

.scum-hero__brand {
    width: clamp(124px, 14vw, 184px);
    margin-bottom: 34px;
}

.scum-hero__brand img {
    display: block;
    width: 100%;
    height: auto;
}

.scum-hero .scum-eyebrow {
    color: rgba(255, 255, 255, 0.68);
}

.scum-hero h1 {
    max-width: min(100%, 1040px);
    margin-bottom: 28px;
    font-family: var(--redmotion-serif);
    font-size: clamp(3.2rem, 8.3vw, 7.65rem);
    font-weight: 500;
    letter-spacing: -0.06em;
    line-height: 0.88;
    text-wrap: normal;
}

.scum-hero h1 span {
    display: block;
    color: var(--scum-red);
    font-style: italic;
}

.scum-hero__lead {
    max-width: 730px;
    margin-bottom: 38px;
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: clamp(1.12rem, 1.8vw, 1.42rem);
    line-height: 1.7;
}

.scum-hero .scum-text-link {
    color: rgba(255, 255, 255, 0.86);
}

.scum-hero__scroll {
    position: absolute;
    right: max(22px, calc((100vw - var(--redmotion-container)) / 2));
    bottom: 40px;
    display: flex;
    align-items: center;
    gap: 16px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.73rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-decoration: none;
    text-transform: uppercase;
}

.scum-hero__scroll:hover {
    color: #fff;
    text-decoration: none;
}

.scum-facts {
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--scum-black);
    color: var(--scum-text-dark);
}

.scum-facts dl {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 0;
}

.scum-facts dl > div {
    min-width: 0;
    padding: 25px 28px 27px 0;
    border-right: 1px solid var(--scum-line-dark);
}

.scum-facts dl > div + div {
    padding-left: 28px;
}

.scum-facts dl > div:last-child {
    border-right: 0;
}

.scum-facts dt {
    margin-bottom: 6px;
    color: rgba(255, 255, 255, 0.42);
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.scum-facts dd {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.94rem;
    font-weight: 600;
}

.scum-case-nav {
    position: sticky;
    z-index: 15;
    top: var(--redmotion-navH);
    border-bottom: 1px solid var(--redmotion-line);
    background: color-mix(in srgb, var(--background) 88%, transparent);
    backdrop-filter: blur(18px);
    transition: top 0.22s ease;
}

body > .navbar.nav-hidden ~ .pt-3 .scum-case-nav {
    top: 0;
}

.scum-case-nav .container {
    display: flex;
    align-items: center;
    gap: clamp(18px, 5vw, 60px);
    overflow-x: auto;
    scrollbar-width: none;
}

.scum-case-nav .container::-webkit-scrollbar {
    display: none;
}

.scum-case-nav a {
    position: relative;
    flex: 0 0 auto;
    padding: 18px 0 16px;
    color: var(--redmotion-muted);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
}

.scum-case-nav a::after {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 2px;
    background: var(--scum-red);
    content: "";
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.25s ease;
}

.scum-case-nav a:hover {
    color: var(--redmotion-ink);
}

.scum-case-nav a:hover::after {
    transform: scaleX(1);
}

.scum-intro {
    padding-bottom: clamp(52px, 7vw, 90px);
}

.scum-intro .container {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.65fr);
    gap: clamp(42px, 8vw, 110px);
    align-items: start;
}

.scum-principle {
    position: relative;
    padding: 0 0 4px 30px;
    border-left: 2px solid var(--scum-red);
}

.scum-principle > span {
    display: block;
    margin-bottom: 12px;
    color: var(--scum-red);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.scum-principle p {
    margin-bottom: 0;
    color: var(--redmotion-muted);
    font-family: var(--redmotion-serif);
    font-size: 1.18rem;
    line-height: 1.55;
}

.scum-challenge {
    padding-top: clamp(54px, 7vw, 90px);
}

.scum-split {
    display: grid;
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    gap: clamp(40px, 5vw, 72px);
    align-items: start;
}

.scum-challenge-list {
    padding: 0;
    list-style: none;
}

.scum-challenge-list li {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 22px;
    padding: 27px 0;
    border-top: 1px solid var(--redmotion-line);
}

.scum-challenge-list li:last-child {
    border-bottom: 1px solid var(--redmotion-line);
}

.scum-challenge-list li > span,
.scum-feature__index,
.scum-value-grid article > span {
    color: var(--scum-red);
    font-family: var(--redmotion-serif);
    font-size: 0.9rem;
    font-style: italic;
}

.scum-challenge-list h3 {
    margin-bottom: 8px;
    font-size: 1.15rem;
    font-weight: 750;
}

.scum-challenge-list p {
    margin-bottom: 0;
    color: var(--redmotion-muted);
    font-size: 0.98rem;
    line-height: 1.7;
}

.scum-architecture {
    background:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        var(--scum-black);
    background-size: 42px 42px;
    color: var(--scum-text-dark);
}

.scum-architecture .scum-section-lead {
    color: var(--scum-muted-dark);
}

.scum-case-study .scum-architecture-flow {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: clamp(52px, 7vw, 82px) 0 0;
    padding: 0;
    list-style: none;
}

.scum-architecture-flow li {
    position: relative;
    min-height: 280px;
    padding: 30px 26px;
    border: 1px solid var(--scum-line-dark);
    border-right: 0;
    background: rgba(255, 255, 255, 0.025);
}

.scum-architecture-flow li:last-child {
    border-right: 1px solid var(--scum-line-dark);
}

.scum-architecture-flow li:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: -16px;
    display: grid;
    width: 31px;
    height: 31px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    background: var(--scum-black);
    color: var(--scum-red);
    content: "→";
    font-size: 0.9rem;
    place-items: center;
    transform: translateY(-50%);
}

.scum-architecture-flow__number {
    display: block;
    margin-bottom: 50px;
    color: var(--scum-red);
    font-family: var(--redmotion-serif);
    font-style: italic;
}

.scum-architecture-flow li > p {
    margin-bottom: 7px;
    color: rgba(255, 255, 255, 0.43);
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.scum-architecture-flow h3 {
    margin-bottom: 12px;
    color: #fff;
    font-size: 1.35rem;
    font-weight: 750;
}

.scum-architecture-flow li > div {
    color: var(--scum-muted-dark);
    font-size: 0.92rem;
    line-height: 1.65;
}

.scum-case-study .scum-architecture__caption {
    display: flex;
    max-width: 790px;
    align-items: flex-start;
    gap: 14px;
    margin: 28px 0 0 auto;
    color: var(--scum-muted-dark) !important;
    font-size: 0.88rem !important;
    line-height: 1.65;
}

.scum-architecture__caption span {
    color: var(--scum-green);
}

.scum-feature-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 18px;
    margin-top: clamp(50px, 7vw, 82px);
}

.scum-feature {
    position: relative;
    display: flex;
    min-height: 315px;
    grid-column: span 4;
    flex-direction: column;
    padding: clamp(24px, 3vw, 38px);
    overflow: hidden;
    border: 1px solid var(--redmotion-line);
    border-radius: 2px;
    background: var(--redmotion-surface);
}

.scum-feature--large {
    min-height: 430px;
    grid-column: span 7;
}

.scum-feature--battle {
    grid-column: span 5;
    background:
        linear-gradient(135deg, rgba(211, 15, 32, 0.2), transparent 58%),
        var(--scum-black);
    color: var(--scum-text-dark);
}

.scum-feature::after {
    position: absolute;
    right: -40px;
    bottom: -70px;
    width: 190px;
    height: 190px;
    border: 1px solid var(--redmotion-line);
    border-radius: 50%;
    content: "";
    opacity: 0.65;
}

.scum-feature--battle::after {
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.025), 0 0 0 62px rgba(255, 255, 255, 0.018);
}

.scum-feature__topline {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: auto;
}

.scum-status {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 0.63rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.scum-status::before {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 0 4px currentColor;
    content: "";
    opacity: 0.9;
}

.scum-status--live {
    color: var(--scum-green);
}

.scum-feature h3 {
    position: relative;
    z-index: 1;
    max-width: 480px;
    margin: 58px 0 14px;
    font-family: var(--redmotion-serif);
    font-size: clamp(1.75rem, 3vw, 2.7rem);
    font-weight: 500;
    letter-spacing: -0.035em;
    line-height: 1.03;
}

.scum-feature p {
    position: relative;
    z-index: 1;
    max-width: 540px;
    margin-bottom: 0;
    color: var(--redmotion-muted);
    font-size: 0.96rem;
    line-height: 1.72;
}

.scum-feature--battle p {
    color: var(--scum-muted-dark);
}

.scum-feature > a {
    position: relative;
    z-index: 1;
    align-self: flex-start;
    margin-top: 24px;
    color: inherit;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-decoration: none;
    text-transform: uppercase;
}

.scum-feature > a:hover {
    color: var(--scum-red);
}

.scum-platform {
    background: var(--scum-black);
    color: var(--scum-text-dark);
}

.scum-platform .container {
    display: grid;
    grid-template-columns: minmax(0, 4fr) minmax(0, 8fr);
    gap: clamp(50px, 9vw, 120px);
    align-items: center;
}

.scum-platform__visual {
    position: relative;
    min-width: 0;
}

.scum-platform__visual::before,
.scum-platform__visual::after {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.1);
    content: "";
}

.scum-platform__visual::before {
    inset: 10% 5% 2%;
}

.scum-platform__visual::after {
    inset: 2% 13% 10%;
}

.scum-platform__visual img {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: auto;
    filter: saturate(0.76) contrast(1.05);
}

.scum-platform__halo {
    position: absolute;
    inset: 17%;
    border-radius: 50%;
    background: rgba(211, 15, 32, 0.2);
    filter: blur(70px);
}

.scum-platform__copy > p {
    margin-bottom: 18px;
    color: var(--scum-muted-dark);
    font-size: 1rem;
}

.scum-platform__copy ul {
    margin: 32px 0 0;
    padding: 0;
    list-style: none;
}

.scum-platform__copy li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    border-top: 1px solid var(--scum-line-dark);
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.9rem;
}

.scum-platform__copy li:last-child {
    border-bottom: 1px solid var(--scum-line-dark);
}

.scum-platform__copy li span {
    color: var(--scum-green);
}

.scum-battle-royale {
    background:
        radial-gradient(circle at 100% 0%, var(--scum-red-soft), transparent 35%),
        var(--background);
}

.scum-case-study .scum-phases {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: clamp(54px, 8vw, 90px) 0 0;
    padding: 0;
    list-style: none;
}

.scum-phases::before {
    position: absolute;
    top: 15px;
    right: 12.5%;
    left: 12.5%;
    height: 1px;
    background: var(--redmotion-line);
    content: "";
}

.scum-phases li {
    position: relative;
    padding: 0 clamp(18px, 3vw, 35px);
}

.scum-phases li > span {
    position: relative;
    z-index: 1;
    display: grid;
    width: 31px;
    height: 31px;
    margin-bottom: 30px;
    border: 1px solid var(--scum-red);
    border-radius: 50%;
    background: var(--background);
    color: var(--scum-red);
    font-size: 0.65rem;
    font-weight: 800;
    place-items: center;
}

.scum-phases h3 {
    margin-bottom: 10px;
    font-size: 1.15rem;
    font-weight: 750;
}

.scum-phases p {
    margin-bottom: 0;
    color: var(--redmotion-muted);
    font-size: 0.92rem;
    line-height: 1.65;
}

.scum-case-study .scum-integrity-note {
    max-width: 860px;
    margin: clamp(54px, 6vw, 72px) 0 0 auto;
    padding: 24px 28px;
    border-left: 2px solid var(--scum-red);
    background: var(--scum-red-soft);
    color: var(--redmotion-muted) !important;
    font-size: 0.9rem !important;
    line-height: 1.65;
}

.scum-integrity-note > span {
    display: block;
    margin-bottom: 6px;
    color: var(--scum-red);
    font-size: 0.63rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.scum-ecosystem .container {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: clamp(54px, 10vw, 135px);
    align-items: start;
}

.scum-ecosystem-board {
    border-top: 1px solid var(--redmotion-line);
}

.scum-ecosystem-board article {
    display: grid;
    grid-template-columns: 38px minmax(180px, 0.62fr) 1fr;
    gap: 18px;
    align-items: start;
    padding: 25px 0;
    border-bottom: 1px solid var(--redmotion-line);
}

.scum-ecosystem-board__number {
    color: var(--scum-red);
    font-family: var(--redmotion-serif);
    font-size: 0.9rem;
    font-style: italic;
}

.scum-ecosystem-board h3 {
    margin-bottom: 0;
    font-size: 0.94rem;
    font-weight: 750;
}

.scum-ecosystem-board p {
    margin-bottom: 0;
    color: var(--redmotion-muted);
    font-size: 0.86rem;
    line-height: 1.65;
}

.scum-result {
    border-top: 1px solid var(--redmotion-line);
}

.scum-result .scum-section-heading h2 {
    margin-bottom: clamp(34px, 4vw, 52px);
}

.scum-value-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin-top: clamp(50px, 7vw, 80px);
    border-top: 1px solid var(--redmotion-line);
    border-bottom: 1px solid var(--redmotion-line);
}

.scum-value-grid article {
    min-height: 280px;
    padding: 30px;
    border-right: 1px solid var(--redmotion-line);
}

.scum-value-grid article:first-child {
    padding-left: 0;
}

.scum-value-grid article:last-child {
    padding-right: 0;
    border-right: 0;
}

.scum-value-grid article > span {
    display: block;
    margin-bottom: 64px;
}

.scum-value-grid h3 {
    margin-bottom: 12px;
    font-family: var(--redmotion-serif);
    font-size: 1.6rem;
    font-weight: 500;
}

.scum-value-grid p {
    margin-bottom: 0;
    color: var(--redmotion-muted);
    font-size: 0.92rem;
    line-height: 1.7;
}

.scum-cta {
    position: relative;
    padding: clamp(76px, 10vw, 135px) 0;
    overflow: hidden;
    background: var(--scum-black);
    color: var(--scum-text-dark);
}

.scum-cta::before {
    position: absolute;
    top: -220px;
    right: -140px;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0.02), 0 0 0 140px rgba(255, 255, 255, 0.012);
    content: "";
}

.scum-cta .container {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
    gap: 50px;
    align-items: end;
}

.scum-cta .scum-actions {
    justify-content: flex-end;
}

.scum-cta h2 {
    max-width: 760px;
}

.scum-cta p {
    max-width: 690px;
    color: var(--scum-muted-dark);
}

.scum-cta .scum-text-link {
    color: rgba(255, 255, 255, 0.84);
}

@media (max-width: 991.98px) {
    .scum-facts dl {
        grid-template-columns: repeat(2, 1fr);
    }

    .scum-facts dl > div:nth-child(2) {
        border-right: 0;
    }

    .scum-facts dl > div:nth-child(n + 3) {
        border-top: 1px solid var(--scum-line-dark);
    }

    .scum-facts dl > div:nth-child(3) {
        padding-left: 0;
    }

    .scum-intro .container,
    .scum-split,
    .scum-ecosystem .container {
        grid-template-columns: 1fr;
    }

    .scum-principle {
        max-width: 650px;
    }

    .scum-case-study .scum-architecture-flow {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .scum-architecture-flow li:nth-child(2) {
        border-right: 1px solid var(--scum-line-dark);
    }

    .scum-architecture-flow li:nth-child(n + 3) {
        border-top: 0;
    }

    .scum-architecture-flow li:nth-child(2)::after {
        display: none;
    }

    .scum-feature,
    .scum-feature--large,
    .scum-feature--battle {
        grid-column: span 6;
    }

    .scum-platform .container {
        grid-template-columns: 1fr;
    }

    .scum-platform__visual {
        max-width: 720px;
        margin: 0 auto;
    }

    .scum-case-study .scum-phases {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 38px 0;
    }

    .scum-phases::before {
        display: none;
    }

    .scum-cta .container {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .scum-cta .scum-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 767.98px) {
    .scum-case-study {
        margin-bottom: -3rem;
    }

    .scum-section {
        padding: 74px 0;
    }

    .scum-hero {
        min-height: 820px;
    }

    .scum-hero__background {
        object-position: 58% center;
    }

    .scum-hero__veil {
        background:
            linear-gradient(90deg, rgba(4, 5, 7, 0.96), rgba(4, 5, 7, 0.56)),
            linear-gradient(0deg, rgba(4, 5, 7, 0.94), transparent 58%);
    }

    .scum-hero h1 {
        font-size: clamp(3.1rem, 15vw, 5.4rem);
    }

    .scum-hero__scroll {
        display: none;
    }

    .scum-case-nav {
        top: var(--redmotion-navH);
    }

    .scum-case-study .scum-architecture-flow {
        grid-template-columns: 1fr;
    }

    .scum-architecture-flow li,
    .scum-architecture-flow li:nth-child(2),
    .scum-architecture-flow li:nth-child(n + 3) {
        min-height: 0;
        border: 1px solid var(--scum-line-dark);
        border-bottom: 0;
    }

    .scum-architecture-flow li:last-child {
        border-bottom: 1px solid var(--scum-line-dark);
    }

    .scum-architecture-flow li:not(:last-child)::after,
    .scum-architecture-flow li:nth-child(2)::after {
        top: auto;
        right: 28px;
        bottom: -16px;
        display: grid;
        content: "↓";
        transform: none;
    }

    .scum-architecture-flow__number {
        margin-bottom: 30px;
    }

    .scum-feature,
    .scum-feature--large,
    .scum-feature--battle {
        min-height: 330px;
        grid-column: 1 / -1;
    }

    .scum-case-study .scum-phases {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .scum-phases li {
        padding: 24px 0 24px 64px;
        border-top: 1px solid var(--redmotion-line);
    }

    .scum-phases li:last-child {
        border-bottom: 1px solid var(--redmotion-line);
    }

    .scum-phases li > span {
        position: absolute;
        top: 26px;
        left: 0;
    }

    .scum-ecosystem-board article {
        grid-template-columns: 38px 1fr;
    }

    .scum-ecosystem-board article p {
        grid-column: 2;
    }

    .scum-value-grid {
        grid-template-columns: 1fr;
    }

    .scum-value-grid article,
    .scum-value-grid article:first-child,
    .scum-value-grid article:last-child {
        min-height: 0;
        padding: 28px 0;
        border-right: 0;
        border-bottom: 1px solid var(--redmotion-line);
    }

    .scum-value-grid article:last-child {
        border-bottom: 0;
    }

    .scum-value-grid article > span {
        margin-bottom: 30px;
    }
}

@media (max-width: 575.98px) {
    .scum-eyebrow {
        letter-spacing: 0.12em;
    }

    .scum-section-heading h2,
    .scum-platform__copy h2,
    .scum-cta h2 {
        font-size: clamp(2.3rem, 12vw, 3.55rem);
    }

    .scum-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }

    .scum-hero__inner {
        padding-top: calc(var(--redmotion-navH) + var(--redmotion-navH));
        padding-bottom: 88px;
    }

    .scum-hero__brand {
        width: 128px;
    }

    .scum-facts dl {
        grid-template-columns: 1fr;
    }

    .scum-facts dl > div,
    .scum-facts dl > div + div,
    .scum-facts dl > div:nth-child(3) {
        padding: 18px 0;
        border-top: 1px solid var(--scum-line-dark);
        border-right: 0;
    }

    .scum-facts dl > div:first-child {
        border-top: 0;
    }

    .scum-challenge-list li {
        grid-template-columns: 38px 1fr;
        gap: 14px;
    }

    .scum-feature {
        padding: 25px;
    }

    .scum-feature h3 {
        margin-top: 46px;
    }

    .scum-platform__copy ul {
        margin-top: 26px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .scum-case-study *,
    .scum-case-study *::before,
    .scum-case-study *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
