/* R3SPIN homepage refresh, intentionally scoped to index.html. */

.home-main {
    overflow: hidden;
    background: #f6f3f1;
    color: #3f3647;
}

.home-section-shell {
    width: min(100% - 96px, 1420px);
    margin: 0 auto;
}

.home-eyebrow {
    margin: 0 0 14px;
    color: #db2a24;
    font-size: 12pt;
    letter-spacing: 0.17em;
    line-height: 1.2;
}

.home-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 28px;
    border-radius: 999px;
    box-sizing: border-box;
    font-size: 13pt;
    line-height: 1;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.home-button:hover,
.home-button:focus-visible {
    transform: translateY(-2px);
}

.home-button:focus-visible,
.home-text-link:focus-visible {
    outline: 3px solid #ffae00;
    outline-offset: 4px;
}

.home-button-primary {
    background: linear-gradient(135deg, #ff7e00, #fe613f);
    color: #ffffff;
    box-shadow: 0 12px 30px rgba(219, 42, 36, 0.2);
}

.home-button-primary:hover,
.home-button-primary:focus-visible {
    box-shadow: 0 16px 34px rgba(219, 42, 36, 0.3);
}

/* Featured-game slider */
.home-game-carousel,
.home-game-slide {
    min-height: clamp(500px, 43vw, 670px);
}

.home-game-carousel {
    background: #2b2235;
}

.home-game-carousel-track {
    transition: transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
}

.home-game-slide {
    background: #2b2235;
}

.home-game-slide-backdrop {
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: 30%;
    width: calc(70% + 60px);
    height: calc(100% + 60px);
    filter: blur(20px) brightness(0.58) saturate(1.15);
    opacity: 0.9;
    transform: scale(1.08);
}

.home-game-slide::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background:
        radial-gradient(circle at 78% 20%, rgba(254, 97, 63, 0.2), transparent 29%),
        linear-gradient(105deg, #2b2235 0%, #3b273b 48%, rgba(59, 39, 59, 0.4) 100%);
}

.home-game-slide::after {
    background:
        linear-gradient(90deg, rgba(43, 34, 53, 1) 0%, rgba(43, 34, 53, 0.96) 37%, rgba(43, 34, 53, 0.55) 72%, rgba(43, 34, 53, 0.24) 100%),
        linear-gradient(0deg, rgba(43, 34, 53, 0.35), transparent 45%);
}

.home-game-slide-content {
    grid-template-columns: minmax(280px, 0.7fr) minmax(500px, 1.4fr);
    gap: clamp(58px, 7vw, 112px);
    width: min(100% - 176px, 1420px);
    padding: 64px 0 80px;
}

.home-game-slide-copy {
    max-width: 500px;
    opacity: 0;
    transform: translateY(18px);
}

.home-game-slide.is-active .home-game-slide-copy {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 520ms ease 180ms, transform 620ms cubic-bezier(0.22, 1, 0.36, 1) 180ms;
}

.home-game-slide-kicker {
    margin: 0 0 18px;
    color: #ffb141;
    font-size: 11pt;
    letter-spacing: 0.19em;
}

.home-game-slide-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin: 0 0 20px;
}

.home-game-slide-meta span {
    color: rgba(255, 255, 255, 0.68);
    font-size: 9.5pt;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home-game-slide-meta span:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    margin: 0 11px 3px;
    border-radius: 50%;
    background: #ff8a23;
}

.home-game-slide-title {
    max-width: 610px;
    margin: 0 0 20px;
    font-size: clamp(38pt, 4.6vw, 66pt);
    line-height: 0.96;
    letter-spacing: -0.03em;
}

.home-game-slide-description {
    max-width: 480px;
    margin: 0 0 30px;
    color: rgba(255, 255, 255, 0.78);
    font-family: sourceSansPro;
    font-size: 16pt;
    line-height: 1.45;
}

.home-game-slide-button {
    min-height: 48px;
    padding: 0 26px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.09);
    box-shadow: 0 12px 30px rgba(14, 8, 20, 0.16);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.home-game-slide-link:hover .home-game-slide-button,
.home-game-slide-link:focus-visible .home-game-slide-button {
    border-color: #ff8a23;
    background: #ff8a23;
    color: #ffffff;
}

.home-game-slide-artwork {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 32px 76px rgba(12, 7, 17, 0.38);
    opacity: 0;
    transform: translateX(24px) scale(0.985);
}

.home-game-slide.is-active .home-game-slide-artwork {
    opacity: 1;
    transform: translateX(0) scale(1);
    transition: opacity 620ms ease 100ms, transform 760ms cubic-bezier(0.22, 1, 0.36, 1) 100ms;
}

.home-game-slide-artwork::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    pointer-events: none;
}

.home-game-slide-artwork img {
    width: 100%;
    aspect-ratio: 1200 / 630;
    object-fit: cover;
}

.home-game-slide-link:hover .home-game-slide-artwork img {
    transform: scale(1.012);
}

.home-game-carousel-arrow {
    top: auto;
    bottom: 20px;
    width: 42px;
    height: 42px;
    border-color: rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transform: none;
}

.home-game-carousel-arrow:hover,
.home-game-carousel-arrow:focus-visible {
    border-color: #ff7e00;
    background: #ff7e00;
}

.home-game-carousel-previous {
    right: 78px;
    left: auto;
}

.home-game-carousel-next {
    right: 26px;
}

.home-game-carousel-dots {
    right: auto;
    bottom: 38px;
    left: max(24px, calc((100% - min(100% - 176px, 1420px)) / 2));
    justify-content: flex-start;
    gap: 7px;
}

.home-game-carousel-dots button {
    width: 18px;
    height: 3px;
    border: 0;
    border-radius: 99px;
    background: rgba(255, 255, 255, 0.35);
    transition: width 180ms ease, background 180ms ease;
}

.home-game-carousel-dots button[aria-current="true"] {
    width: 38px;
    background: #ff8a23;
}

/* Studio introduction */
.home-studio {
    position: relative;
    isolation: isolate;
    min-height: clamp(620px, 58vw, 790px);
    overflow: hidden;
    padding: 0;
    background: #111925;
}

.home-studio-grid {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    min-height: clamp(620px, 58vw, 790px);
}

.home-studio-backdrop {
    position: absolute;
    z-index: 0;
    inset: 0;
    overflow: hidden;
    background: #101722;
}


.home-video-label {
    position: absolute;
    z-index: 3;
    right: max(24px, calc((100% - min(100% - 96px, 1420px)) / 2));
    bottom: 28px;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 9px 13px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    background: rgba(18, 20, 31, 0.66);
    color: #ffffff;
    font-size: 9.5pt;
    letter-spacing: 0.12em;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.home-video-label span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fe613f;
    box-shadow: 0 0 0 5px rgba(254, 97, 63, 0.16);
}

.home-studio-copy h2 {
    margin: 0 0 25px;
    color: #ffffff;
    font-size: clamp(40pt, 5vw, 66pt);
    line-height: 0.96;
    letter-spacing: -0.045em;
}

.home-studio-copy {
    width: min(650px, 54%);
}

.home-studio .home-eyebrow {
    color: #ffb141;
}

.home-intro {
    margin: 0 0 20px;
    color: rgba(255, 255, 255, 0.9);
}

.home-body {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14pt;
    line-height: 1.65;
}

.home-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 28px;
    margin-top: 34px;
}

.home-text-link {
    color: #ffb141;
    font-size: 13pt;
}

.home-text-link span {
    display: inline-block;
    margin-left: 7px;
    transition: transform 180ms ease;
}

.home-text-link:hover span,
.home-text-link:focus-visible span {
    transform: translateX(5px);
}

/* Useful release overview replacing the former showreel placeholder. */
.home-release-summary {
    padding: 88px 0 96px;
    background: #f6f3f1;
}

.home-release-summary-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr);
    align-items: end;
    gap: 54px;
    margin-bottom: 38px;
}

.home-release-summary-heading h2 {
    margin: 0;
    color: #3b3144;
    font-size: clamp(34pt, 4vw, 52pt);
    line-height: 1;
    letter-spacing: -0.04em;
}

.home-release-summary-heading > p {
    max-width: 470px;
    margin: 0 0 4px auto;
    color: #746b77;
    font-size: 14pt;
    line-height: 1.5;
}

.home-release-summary-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.home-release-summary-card {
    position: relative;
    display: grid;
    grid-template-rows: auto auto auto 1fr;
    min-height: 270px;
    padding: 32px;
    overflow: hidden;
    border: 1px solid #ded8d4;
    border-radius: 18px;
    background: #ffffff;
    color: #3f3647;
    box-sizing: border-box;
    box-shadow: 0 16px 42px rgba(63, 54, 71, 0.08);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.home-release-summary-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, #ff7e00, #fe613f);
}

.home-release-summary-card:hover,
.home-release-summary-card:focus-visible {
    transform: translateY(-4px);
    border-color: rgba(254, 97, 63, 0.45);
    box-shadow: 0 22px 50px rgba(63, 54, 71, 0.14);
}

.home-release-summary-card:focus-visible {
    outline: 3px solid #ffae00;
    outline-offset: 4px;
}

.home-release-summary-count {
    margin-bottom: 28px;
    color: #db2a24;
    font-size: clamp(42pt, 5vw, 66pt);
    line-height: 0.86;
    letter-spacing: -0.05em;
}

.home-release-summary-card > strong {
    margin-bottom: 6px;
    color: #2b2235;
    font-size: 19pt;
    line-height: 1.1;
}

.home-release-summary-card > strong + span {
    color: #756d78;
    font-size: 12.5pt;
    line-height: 1.4;
}

.home-release-summary-link {
    align-self: end;
    margin-top: 28px;
    color: #db2a24;
    font-size: 11.5pt;
}

.home-release-summary-link > span {
    display: inline-block;
    margin-left: 6px;
    transition: transform 180ms ease;
}

.home-release-summary-card:hover .home-release-summary-link > span,
.home-release-summary-card:focus-visible .home-release-summary-link > span {
    transform: translateX(5px);
}

.home-release-summary[data-summary-status="unavailable"] .home-release-summary-count {
    color: #948c96;
    font-size: 30pt;
}

/* End-to-end capability line */
.home-capabilities {
    padding: 104px 0 112px;
    background:
        linear-gradient(rgba(43, 34, 53, 0.93), rgba(43, 34, 53, 0.93)),
        url('../_images/index-tiger-background.png') center / cover no-repeat;
}

.home-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
    align-items: end;
    gap: 54px;
    margin-bottom: 58px;
}

.home-section-heading h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(36pt, 4.5vw, 58pt);
    line-height: 1;
    letter-spacing: -0.035em;
}

.home-section-heading > p {
    max-width: 520px;
    margin: 0 0 4px auto;
    color: rgba(255, 255, 255, 0.68);
    font-size: 15pt;
    line-height: 1.55;
}

.home-capability-list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    list-style: none;
}

.home-capability-list li {
    position: relative;
    min-height: 190px;
    padding: 30px 24px 8px 0;
    box-sizing: border-box;
}

.home-capability-list li:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    margin-right: 24px;
}

.home-capability-list li::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #ff8a23;
    box-shadow: 0 0 0 7px rgba(255, 138, 35, 0.13);
}

.home-capability-number {
    display: block;
    margin-bottom: 24px;
    color: #ffb141;
    font-size: 10pt;
    letter-spacing: 0.12em;
}

.home-capability-list strong {
    display: block;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 17pt;
}

.home-capability-list li > span:last-child {
    display: block;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12.5pt;
    line-height: 1.5;
}

/* Latest studio updates */
.home-latest {
    padding: 112px 0 34px;
    background: #f6f3f1;
}

.home-latest-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 46px;
}

.home-latest-heading h2 {
    margin: 0;
    color: #3b3144;
    font-size: clamp(36pt, 4.5vw, 58pt);
    line-height: 1;
    letter-spacing: -0.035em;
}

.home-latest-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.home-latest-placeholder {
    grid-column: 1 / -1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 52px;
    min-height: 190px;
    padding: 42px 46px;
    border: 1px solid rgba(89, 66, 95, 0.1);
    border-radius: 24px;
    background:
        radial-gradient(circle at 88% 20%, rgba(255, 174, 0, 0.13), transparent 30%),
        linear-gradient(125deg, rgba(255, 255, 255, 0.92), rgba(246, 235, 231, 0.82));
    box-shadow: 0 24px 60px rgba(67, 49, 72, 0.08);
    box-sizing: border-box;
}

.home-latest-placeholder > div:first-child {
    max-width: 650px;
}

.home-latest-date {
    display: block;
    margin: 0 0 12px;
    color: #db2a24;
    font-size: 9.5pt;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.home-latest-placeholder h3 {
    margin: 0 0 10px;
    color: #3b3144;
    font-size: 28pt;
    line-height: 1.05;
}

.home-latest-placeholder p:last-child {
    margin: 0;
    color: #786d7c;
    font-size: 13.5pt;
    line-height: 1.55;
}

.home-latest-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
    flex: 0 0 auto;
}

.home-latest-card {
    overflow: hidden;
    border: 1px solid rgba(89, 66, 95, 0.1);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 18px 46px rgba(67, 49, 72, 0.08);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.home-latest-card:hover,
.home-latest-card:focus-within {
    transform: translateY(-5px);
    box-shadow: 0 25px 56px rgba(67, 49, 72, 0.14);
}

.home-latest-card-link {
    display: flex;
    height: 100%;
    flex-direction: column;
    color: #3b3144;
}

.home-latest-card-link:focus-visible {
    outline: 3px solid #ffae00;
    outline-offset: -5px;
}

.home-latest-card-image {
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: linear-gradient(135deg, #3b273b, #fe613f);
}

.home-latest-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 300ms ease;
}

.home-latest-card:hover .home-latest-card-image img {
    transform: scale(1.035);
}

.home-latest-card-image-empty {
    display: grid;
    place-items: center;
}

.home-latest-card-image-empty span {
    color: rgba(255, 255, 255, 0.16);
    font-family: sourceSansPro-black;
    font-size: 68pt;
}

.home-latest-card-copy {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 28px 30px;
}

.home-latest-card-copy > strong {
    color: #3b3144;
    font-size: 21pt;
    line-height: 1.15;
}

.home-latest-summary {
    display: -webkit-box;
    overflow: hidden;
    margin-top: 14px;
    color: #786d7c;
    font-size: 12.5pt;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.home-latest-read {
    margin-top: auto;
    padding-top: 24px;
    color: #db2a24;
    font-size: 12pt;
}

.home-latest-read span {
    display: inline-block;
    margin-left: 6px;
    transition: transform 180ms ease;
}

.home-latest-card:hover .home-latest-read span {
    transform: translateX(4px);
}

/* Final CTA */
.home-final-cta {
    padding: 72px 0 82px;
    background: #f6f3f1;
}

.home-final-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(100px, 0.18fr) minmax(320px, 1fr) auto;
    align-items: center;
    gap: 42px;
    overflow: hidden;
    padding: 42px 52px;
    border-radius: 26px;
    background: linear-gradient(125deg, #db2a24 0%, #fe613f 55%, #ff8b1f 100%);
    box-sizing: border-box;
    box-shadow: 0 22px 60px rgba(219, 42, 36, 0.2);
}

.home-final-card::after {
    content: "";
    position: absolute;
    right: -130px;
    bottom: -210px;
    width: 430px;
    height: 430px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

.home-final-card > img {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 125px;
}

.home-final-card > div {
    position: relative;
    z-index: 1;
}

.home-final-card .home-eyebrow {
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.76);
}

.home-final-card h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(27pt, 3.4vw, 45pt);
    line-height: 1.04;
    letter-spacing: -0.03em;
}

.home-button-light {
    position: relative;
    z-index: 1;
    background: #ffffff;
    color: #c92723;
    box-shadow: 0 12px 28px rgba(96, 15, 16, 0.18);
    white-space: nowrap;
}

.home-button-light:hover,
.home-button-light:focus-visible {
    background: #fff6eb;
}

@media only screen and (max-width: 1100px) {
    .home-section-shell {
        width: min(100% - 64px, 980px);
    }

    .home-game-slide-content {
        grid-template-columns: minmax(250px, 0.8fr) minmax(390px, 1.2fr);
        gap: 42px;
        width: calc(100% - 128px);
    }

    .home-studio-grid {
        display: flex;
    }

    .home-capability-list {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 34px;
        border-top: 0;
    }

    .home-capability-list li,
    .home-capability-list li:not(:last-child) {
        min-height: 176px;
        margin-right: 20px;
        padding: 28px 20px 0 0;
        border-top: 1px solid rgba(255, 255, 255, 0.18);
        border-right: 0;
    }

    .home-latest-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-latest-card:last-child:nth-child(odd) {
        grid-column: 1 / -1;
    }

    .home-final-card {
        grid-template-columns: 90px minmax(0, 1fr);
    }

    .home-final-card .home-button-light {
        grid-column: 2;
        justify-self: start;
    }
}

@media only screen and (max-width: 800px) {
    .home-section-shell {
        width: calc(100% - 42px);
    }

    .home-game-carousel,
    .home-game-slide {
        min-height: 680px;
    }

    .home-game-slide::after {
        background: linear-gradient(0deg, rgba(43, 34, 53, 1) 0%, rgba(43, 34, 53, 0.92) 49%, rgba(43, 34, 53, 0.34) 100%);
    }

    .home-game-slide-backdrop {
        top: -25px;
        right: -25px;
        bottom: auto;
        left: -25px;
        width: calc(100% + 50px);
        height: 57%;
        opacity: 0.75;
    }

    .home-game-slide-content {
        grid-template-columns: 1fr;
        align-content: center;
        gap: 28px;
        width: min(100% - 94px, 650px);
        padding: 46px 0 76px;
    }

    .home-game-slide-artwork {
        grid-row: 1;
    }

    .home-game-slide.is-active .home-game-slide-artwork {
        transform: none;
    }

    .home-game-slide-copy {
        grid-row: 2;
        max-width: none;
        text-align: left;
    }

    .home-game-slide-title {
        font-size: clamp(34pt, 9vw, 54pt);
    }

    .home-game-slide-description {
        font-size: 14pt;
    }

    .home-game-carousel-arrow {
        top: auto;
        bottom: 17px;
    }

    .home-game-carousel-dots {
        bottom: 36px;
        left: 24px;
    }

    .home-studio {
        min-height: 650px;
        padding: 0;
    }

    .home-studio-grid {
        min-height: 650px;
    }

    .home-studio-copy {
        width: min(100%, 610px);
        max-width: 650px;
    }


    .home-section-heading {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-bottom: 46px;
    }

    .home-section-heading > p {
        margin-left: 0;
    }

    .home-capabilities {
        padding: 84px 0 90px;
    }

    .home-capability-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-latest {
        padding-top: 84px;
    }

    .home-latest-placeholder {
        align-items: flex-start;
        flex-direction: column;
        gap: 30px;
        padding: 36px;
    }

    .home-final-cta {
        padding: 60px 0;
    }

    .home-final-card {
        grid-template-columns: 72px minmax(0, 1fr);
        gap: 24px;
        padding: 34px;
    }
}

@media only screen and (max-width: 560px) {
    .home-section-shell {
        width: calc(100% - 32px);
    }

    .home-eyebrow {
        font-size: 9.5pt;
    }

    .home-game-carousel,
    .home-game-slide {
        min-height: 570px;
    }

    .home-game-slide-content {
        align-content: start;
        gap: 24px;
        width: calc(100% - 44px);
        padding: 30px 0 66px;
    }

    .home-game-slide-artwork img {
        aspect-ratio: 1200 / 630;
    }

    .home-game-slide-kicker {
        margin-bottom: 11px;
        font-size: 9.5pt;
    }

    .home-game-slide-meta {
        margin-bottom: 15px;
    }

    .home-game-slide-meta span {
        font-size: 9pt;
    }

    .home-game-slide-title {
        margin-bottom: 12px;
        font-size: clamp(29pt, 11vw, 40pt);
    }

    .home-game-slide-description {
        display: -webkit-box;
        overflow: hidden;
        margin-bottom: 20px;
        font-size: 12.5pt;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .home-game-slide-button,
    .home-button {
        min-height: 46px;
        padding: 0 21px;
        font-size: 11.5pt;
    }

    .home-game-carousel-arrow {
        top: auto;
        bottom: 12px;
        width: 38px;
        height: 38px;
        font-size: 16px;
    }

    .home-game-carousel-previous {
        right: 54px;
        left: auto;
    }

    .home-game-carousel-next {
        right: 10px;
    }

    .home-game-carousel-dots {
        bottom: 30px;
        left: 18px;
    }

    .home-game-carousel-dots button {
        width: 18px;
    }

    .home-game-carousel-dots button[aria-current="true"] {
        width: 34px;
    }

    .home-studio {
        min-height: 620px;
        padding: 0;
    }

    .home-studio-grid {
        min-height: 620px;
    }

    .home-video-label {
        right: 12px;
        bottom: 11px;
        font-size: 8pt;
    }

    .home-studio-copy h2 {
        margin-bottom: 20px;
        font-size: clamp(34pt, 13vw, 47pt);
    }

    .home-intro {
        font-size: 14pt;
        line-height: 1.45;
    }

    .home-body {
        font-size: 12.5pt;
    }

    .home-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 22px;
        margin-top: 28px;
    }

    .home-capabilities {
        padding: 68px 0 72px;
    }

    .home-section-heading h2 {
        font-size: 34pt;
    }

    .home-section-heading > p {
        font-size: 13pt;
    }

    .home-capability-list {
        grid-template-columns: 1fr;
        row-gap: 0;
    }

    .home-capability-list li,
    .home-capability-list li:not(:last-child) {
        min-height: 0;
        margin: 0;
        padding: 24px 0 25px;
    }

    .home-capability-number {
        margin-bottom: 13px;
    }

    .home-latest {
        padding: 68px 0 24px;
    }

    .home-latest-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 30px;
    }

    .home-latest-heading h2 {
        font-size: 34pt;
    }

    .home-latest-grid {
        grid-template-columns: 1fr;
    }

    .home-latest-card:last-child:nth-child(odd) {
        grid-column: auto;
    }

    .home-latest-placeholder {
        padding: 28px 25px;
        border-radius: 18px;
    }

    .home-latest-placeholder h3 {
        font-size: 24pt;
    }

    .home-latest-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }

    .home-final-cta {
        padding: 44px 0;
    }

    .home-final-card {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 30px 26px;
        border-radius: 20px;
    }

    .home-final-card > img {
        width: 58px;
    }

    .home-final-card h2 {
        font-size: 29pt;
    }

    .home-final-card .home-button-light {
        grid-column: 1;
        justify-self: start;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-button,
    .home-text-link span,
    .home-game-carousel-dots button {
        transition: none;
    }

    .home-game-slide-copy,
    .home-game-slide-artwork,
    .home-game-slide.is-active .home-game-slide-copy,
    .home-game-slide.is-active .home-game-slide-artwork {
        opacity: 1;
        transform: none;
        transition: none;
    }

}

/* Mobile layout hardening */
@media only screen and (max-width: 600px) {
    .home-main {
        overflow-x: clip;
    }

    .home-game-carousel,
    .home-game-slide {
        min-height: clamp(620px, 158vw, 700px);
    }

    .home-game-slide-content {
        align-content: start;
        gap: 22px;
        width: calc(100% - 32px);
        padding: 24px 0 84px;
    }

    .home-game-slide-artwork {
        border-radius: 12px;
    }

    .home-game-slide-artwork img {
        aspect-ratio: 1200 / 630;
    }

    .home-game-slide-copy {
        min-width: 0;
    }

    .home-game-slide-title {
        overflow-wrap: anywhere;
        font-size: clamp(27pt, 10vw, 38pt);
        line-height: 1;
    }

    .home-game-slide-description {
        max-width: none;
        -webkit-line-clamp: 2;
    }

    .home-game-carousel-dots {
        bottom: calc(29px + env(safe-area-inset-bottom));
        left: 16px;
        max-width: calc(100% - 126px);
        flex-wrap: wrap;
    }

    .home-game-carousel-arrow {
        bottom: calc(10px + env(safe-area-inset-bottom));
    }

    .home-video-label {
        max-width: calc(100% - 24px);
        box-sizing: border-box;
    }

    .home-section-heading h2,
    .home-latest-heading h2,
    .home-studio-copy h2 {
        overflow-wrap: anywhere;
    }

    .home-latest-placeholder,
    .home-latest-card-copy,
    .home-final-card {
        min-width: 0;
    }
}

@media only screen and (max-width: 380px) {
    .home-game-carousel,
    .home-game-slide {
        min-height: 610px;
    }

    .home-game-slide-content {
        gap: 18px;
        padding-top: 20px;
    }

    .home-game-slide-title {
        font-size: clamp(25pt, 9.7vw, 34pt);
    }

    .home-game-slide-description {
        font-size: 11.5pt;
    }

    .home-video-label {
        display: none;
    }

    .home-final-card h2 {
        font-size: 26pt;
    }
}

@media (prefers-reduced-motion: reduce) {
}

@media only screen and (max-width: 800px) {
    .home-release-summary {
        padding: 72px 0 78px;
    }

    .home-release-summary-heading {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-bottom: 30px;
    }

    .home-release-summary-heading > p {
        max-width: none;
        margin: 0;
    }

    .home-release-summary-grid {
        grid-template-columns: 1fr;
    }

    .home-release-summary-card {
        grid-template-columns: 92px minmax(0, 1fr);
        grid-template-rows: auto auto auto;
        column-gap: 20px;
        min-height: 0;
        padding: 28px;
    }

    .home-release-summary-count {
        grid-row: 1 / 4;
        align-self: center;
        margin: 0;
        font-size: 46pt;
    }

    .home-release-summary-card > strong {
        grid-column: 2;
    }

    .home-release-summary-card > strong + span {
        grid-column: 2;
    }

    .home-release-summary-link {
        grid-column: 2;
        margin-top: 16px;
    }
}

@media only screen and (max-width: 480px) {
    .home-release-summary {
        padding: 56px 0 62px;
    }

    .home-release-summary-heading h2 {
        font-size: 34pt;
    }

    .home-release-summary-heading > p {
        font-size: 12.5pt;
    }

    .home-release-summary-card {
        grid-template-columns: 72px minmax(0, 1fr);
        column-gap: 16px;
        padding: 24px 20px;
        border-radius: 14px;
    }

    .home-release-summary-count {
        font-size: 38pt;
    }

    .home-release-summary-card > strong {
        font-size: 17pt;
    }
}

/* Dark branded treatment for the release overview. */
.home-release-summary {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background:
        radial-gradient(circle at 14% 12%, rgba(254, 97, 63, 0.16), transparent 31%),
        radial-gradient(circle at 87% 82%, rgba(255, 154, 24, 0.11), transparent 29%),
        linear-gradient(125deg, #211a2b 0%, #30243a 50%, #182330 100%);
}

.home-release-summary::before {
    content: "";
    position: absolute;
    z-index: -2;
    top: 50%;
    right: clamp(-110px, -5vw, -30px);
    width: clamp(360px, 38vw, 620px);
    aspect-ratio: 1;
    background: url('../_images/respin_large_icon_white.png') center / contain no-repeat;
    opacity: 0.035;
    transform: translateY(-50%) rotate(-7deg);
    pointer-events: none;
}

.home-release-summary::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.75), transparent 78%);
    -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.75), transparent 78%);
    pointer-events: none;
}

.home-release-summary .home-section-shell {
    position: relative;
    z-index: 1;
}

.home-release-summary .home-eyebrow {
    color: #ffb141;
}

.home-release-summary-heading h2 {
    color: #ffffff;
}

.home-release-summary-heading > p {
    color: rgba(255, 255, 255, 0.68);
}

.home-release-summary-card {
    border-color: rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.075);
    color: #ffffff;
    box-shadow: 0 22px 55px rgba(9, 8, 14, 0.25);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.home-release-summary-card:nth-child(1) {
    background: linear-gradient(145deg, rgba(30, 91, 73, 0.46), rgba(255, 255, 255, 0.055));
}

.home-release-summary-card:nth-child(2) {
    background: linear-gradient(145deg, rgba(112, 72, 31, 0.43), rgba(255, 255, 255, 0.055));
}

.home-release-summary-card:nth-child(3) {
    background: linear-gradient(145deg, rgba(109, 43, 55, 0.45), rgba(255, 255, 255, 0.055));
}

.home-release-summary-card:nth-child(1)::before {
    background: #55d99a;
}

.home-release-summary-card:nth-child(2)::before {
    background: #ffb141;
}

.home-release-summary-card:nth-child(3)::before {
    background: linear-gradient(90deg, #ff7e00, #fe613f);
}

.home-release-summary-card:hover,
.home-release-summary-card:focus-visible {
    border-color: rgba(255, 255, 255, 0.36);
    background-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 28px 68px rgba(8, 7, 13, 0.38);
}

.home-release-summary-count {
    color: #ffffff;
    text-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
}

.home-release-summary-card:nth-child(1) .home-release-summary-count {
    color: #72edb0;
}

.home-release-summary-card:nth-child(2) .home-release-summary-count {
    color: #ffc15f;
}

.home-release-summary-card:nth-child(3) .home-release-summary-count {
    color: #ff795e;
}

.home-release-summary-card > strong {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
}

.home-release-summary-card > strong::before {
    content: "";
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.07);
}

.home-release-summary-card:nth-child(1) > strong::before {
    color: #55d99a;
}

.home-release-summary-card:nth-child(2) > strong::before {
    color: #ffb141;
}

.home-release-summary-card:nth-child(3) > strong::before {
    color: #fe613f;
}

.home-release-summary-card > strong + span {
    color: rgba(255, 255, 255, 0.64);
}

.home-release-summary-link {
    color: #ffffff;
}

.home-release-summary[data-summary-status="unavailable"] .home-release-summary-count {
    color: rgba(255, 255, 255, 0.58);
}

@media only screen and (max-width: 600px) {
    .home-release-summary::before {
        top: auto;
        right: -110px;
        bottom: -110px;
        width: 360px;
        transform: rotate(-7deg);
    }

    .home-release-summary::after {
        background-size: 34px 34px;
    }

    .home-release-summary-card {
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }
}

/* Refined neutral release overview: one panel, clearly separated from adjacent sections. */
.home-release-summary {
    padding: 84px 0 92px;
    background: #f1efed;
}

.home-release-summary::before {
    right: clamp(-90px, -4vw, -20px);
    width: clamp(340px, 35vw, 560px);
    opacity: 0.035;
    filter: invert(1);
}

.home-release-summary::after {
    background:
        radial-gradient(circle at 8% 20%, rgba(59, 49, 68, 0.07), transparent 29%),
        linear-gradient(115deg, rgba(255, 255, 255, 0.66), transparent 56%);
    mask-image: none;
    -webkit-mask-image: none;
}

.home-release-summary .home-eyebrow {
    color: #db2a24;
}

.home-release-summary-heading h2 {
    color: #3b3144;
}

.home-release-summary-heading > p {
    color: #6f6772;
}

.home-release-summary-grid {
    gap: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 20px;
    background: linear-gradient(120deg, #202735, #252132 54%, #1a2530);
    box-shadow: 0 26px 64px rgba(50, 42, 58, 0.18);
}

.home-release-summary-card,
.home-release-summary-card:nth-child(1),
.home-release-summary-card:nth-child(2),
.home-release-summary-card:nth-child(3) {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.home-release-summary-card:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.home-release-summary-card::before,
.home-release-summary-card:nth-child(1)::before,
.home-release-summary-card:nth-child(2)::before,
.home-release-summary-card:nth-child(3)::before {
    display: none;
}

.home-release-summary-card:hover,
.home-release-summary-card:focus-visible {
    transform: none;
    border-color: rgba(255, 255, 255, 0.13);
    background: rgba(255, 255, 255, 0.055);
    box-shadow: none;
}

.home-release-summary-count,
.home-release-summary-card:nth-child(1) .home-release-summary-count,
.home-release-summary-card:nth-child(2) .home-release-summary-count,
.home-release-summary-card:nth-child(3) .home-release-summary-count {
    color: #ffffff;
    text-shadow: none;
}

.home-release-summary-card > strong + span {
    color: rgba(255, 255, 255, 0.6);
}

.home-release-summary-link {
    color: #ffb141;
}

.home-release-summary[data-summary-status="unavailable"] .home-release-summary-count {
    color: rgba(255, 255, 255, 0.42);
    font-size: clamp(34pt, 4.3vw, 54pt);
}

@media only screen and (max-width: 800px) {
    .home-release-summary-grid {
        grid-template-columns: 1fr;
    }

    .home-release-summary-card:not(:last-child) {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    }

    .home-release-summary-card {
        border-radius: 0;
    }
}

@media only screen and (max-width: 600px) {
    .home-release-summary {
        padding: 58px 0 64px;
    }

    .home-release-summary::before {
        opacity: 0.025;
        filter: invert(1);
    }

    .home-release-summary-grid {
        border-radius: 16px;
    }
}

/* Small real particle layers: visible movement without a decorative "sparkle" look. */
.home-release-summary::after {
    z-index: -1;
    animation: none;
}

.home-capabilities {
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

.ambient-particle-layer {
    position: absolute;
    z-index: 0;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.home-release-summary .home-section-shell,
.home-capabilities .home-section-shell {
    position: relative;
    z-index: 2;
}

.ambient-particle {
    position: absolute;
    top: var(--particle-top);
    left: var(--particle-left);
    width: var(--particle-size);
    height: var(--particle-size);
    border-radius: 50%;
    opacity: 0;
    animation: ambient-particle-rise var(--particle-duration) linear var(--particle-delay) infinite;
}

.ambient-particle-layer--dust .ambient-particle {
    background: rgba(72, 61, 79, 0.58);
    box-shadow: 0 0 5px rgba(72, 61, 79, 0.18);
}

.ambient-particle-layer--embers .ambient-particle {
    background: rgba(255, 177, 65, 0.76);
    box-shadow:
        0 0 6px rgba(255, 177, 65, 0.48),
        0 0 14px rgba(254, 97, 63, 0.18);
}

.ambient-particle-layer--embers .ambient-particle:nth-child(3n) {
    background: rgba(254, 97, 63, 0.68);
}

@keyframes ambient-particle-rise {
    0% {
        opacity: 0;
        transform: translate3d(0, 20px, 0) scale(0.72);
    }

    14% {
        opacity: var(--particle-opacity);
    }

    72% {
        opacity: var(--particle-opacity);
    }

    100% {
        opacity: 0;
        transform: translate3d(var(--particle-drift), var(--particle-rise), 0) scale(1.16);
    }
}

@media only screen and (max-width: 600px) {
    .ambient-particle-layer {
        opacity: 0.72;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ambient-particle-layer {
        display: none;
    }
}

@media only screen and (max-height: 520px) and (orientation: landscape) {
    .home-game-carousel,
    .home-game-slide {
        min-height: 520px;
    }

    .home-game-slide-content {
        grid-template-columns: minmax(210px, 0.75fr) minmax(330px, 1.25fr);
        align-items: center;
        gap: 28px;
        width: calc(100% - 100px);
        padding: 28px 0 66px;
    }

    .home-game-slide-artwork {
        grid-row: auto;
    }

    .home-game-slide-copy {
        grid-row: auto;
    }

    .home-game-slide-title {
        font-size: clamp(26pt, 5.5vw, 39pt);
    }

    .home-game-slide-description {
        display: none;
    }
}
