.home-landing {
    --home-ink: #111118;
    --home-paper: #f6f4f0;
    --home-line: rgba(17, 17, 24, .14);
    background: var(--home-paper);
    color: var(--home-ink);
    overflow: hidden;
}

.home-landing h1,
.home-landing h2,
.home-landing h3,
.home-landing p {
    margin-top: 0;
}

.home-landing h1,
.home-landing h2,
.home-landing h3 {
    font-family: var(--inf-font-secondary), sans-serif;
}

.home-section {
    padding: 7rem 0;
}

.home-kicker {
    display: inline-flex;
    align-items: center;
    gap: .75rem;
    margin-bottom: 1.25rem;
    color: var(--inf-main-color);
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .16em;
    line-height: 1.2;
    text-transform: uppercase;
}

.home-kicker::before {
    width: 2.5rem;
    height: .18rem;
    background: currentColor;
    content: "";
}

.home-section-heading {
    max-width: 760px;
    margin-bottom: 3.5rem;
}

.home-section-heading h2,
.home-about-content h2 {
    margin-bottom: 1rem;
    color: var(--home-ink);
    font-size: clamp(2.25rem, 4.6vw, 4.6rem);
    font-weight: 800;
    letter-spacing: -.055em;
    line-height: .98;
}

.home-section-heading p,
.home-about-content p {
    max-width: 650px;
    color: #5e5e69;
    font-size: 1.05rem;
    line-height: 1.8;
}

.home-hero {
    position: relative;
    display: flex;
    min-height: min(82vh, 820px);
    align-items: stretch;
    color: #fff;
    background-color: #09090e;
    background-image: linear-gradient(90deg, rgba(4, 4, 8, .94) 0%, rgba(4, 4, 8, .75) 42%, rgba(4, 4, 8, .12) 78%), var(--home-hero-image);
    background-position: center;
    background-size: cover;
    isolation: isolate;
}

.home-hero::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: .45rem;
    background: linear-gradient(90deg, var(--inf-main-color) 0 25%, #7027e8 25% 50%, #ff4778 50% 75%, #ffc700 75%);
    content: "";
    z-index: 3;
}

.home-hero-no-image {
    background-image: radial-gradient(circle at 75% 35%, color-mix(in srgb, var(--inf-main-color) 50%, transparent), transparent 33%), linear-gradient(135deg, #09090e, #1b1230);
}

.home-hero-inner {
    position: relative;
    display: flex;
    min-height: inherit;
    align-items: center;
    padding-top: 5rem;
    padding-bottom: 5rem;
    z-index: 2;
}

.home-hero-content {
    width: min(780px, 70%);
}

.home-hero .home-kicker {
    color: #fff;
}

.home-hero h1 {
    max-width: 760px;
    margin-bottom: 1.5rem;
    color: #fff;
    font-size: clamp(3.4rem, 7vw, 7rem);
    font-weight: 900;
    letter-spacing: -.075em;
    line-height: .88;
    text-wrap: balance;
}

.home-hero p {
    max-width: 610px;
    margin-bottom: 2.25rem;
    color: rgba(255, 255, 255, .82);
    font-size: clamp(1rem, 1.7vw, 1.25rem);
    line-height: 1.65;
}

.home-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .85rem;
}

.home-button {
    display: inline-flex;
    min-height: 3.5rem;
    align-items: center;
    justify-content: center;
    padding: .9rem 1.55rem;
    border: .12rem solid transparent;
    border-radius: 999px;
    font-size: .85rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.home-button-primary {
    color: #fff !important;
    background: var(--inf-main-color);
}

.home-button-primary:hover {
    color: #fff !important;
    opacity: .88;
}

.home-button-ghost {
    border-color: rgba(255, 255, 255, .65);
    color: #fff !important;
    background: rgba(0, 0, 0, .12);
    backdrop-filter: blur(.5rem);
}

.home-button-ghost:hover {
    border-color: #fff;
    color: var(--home-ink) !important;
    background: #fff;
}

.home-scroll-cue {
    position: absolute;
    right: .75rem;
    bottom: 3rem;
    display: flex;
    align-items: center;
    gap: .75rem;
    color: #fff !important;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
    transform: rotate(90deg);
    transform-origin: right center;
}

.home-scroll-cue i {
    transform: rotate(-90deg);
}

.home-hero-shape {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 50%;
    pointer-events: none;
}

.home-hero-shape-one {
    top: -20vw;
    right: -10vw;
    width: 42vw;
    height: 42vw;
}

.home-hero-shape-two {
    right: 20vw;
    bottom: -22vw;
    width: 36vw;
    height: 36vw;
}

.home-explore {
    padding-bottom: 8rem;
}

.home-explore-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.home-explore-card {
    position: relative;
    min-height: 31rem;
    overflow: hidden;
    border-radius: .5rem;
    background: linear-gradient(145deg, #292934, #121218);
    color: #fff !important;
    isolation: isolate;
}

.home-explore-count-4 .home-explore-card:nth-child(2) {
    margin-top: 2.5rem;
}

.home-explore-count-4 .home-explore-card:nth-child(3) {
    margin-top: 5rem;
}

.home-explore-count-4 .home-explore-card:nth-child(4) {
    margin-top: 7.5rem;
}

.home-explore-card img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s ease;
    z-index: -2;
}

.home-explore-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 8, 13, .05), rgba(8, 8, 13, .92));
    z-index: -1;
}

.home-explore-content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    min-height: 55%;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.6rem;
}

.home-explore-content small {
    margin-bottom: auto;
    color: rgba(255, 255, 255, .65);
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .14em;
}

.home-explore-content strong {
    color: #fff;
    font-family: var(--inf-font-secondary), sans-serif;
    font-size: 1.7rem;
    line-height: 1.05;
}

.home-explore-content > span {
    margin: .75rem 0 1.3rem;
    color: rgba(255, 255, 255, .72);
    font-size: .88rem;
    line-height: 1.55;
}

.home-explore-content b {
    display: flex;
    align-items: center;
    gap: .65rem;
    color: #fff;
    font-size: .72rem;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.home-explore-card:hover img {
    transform: scale(1.06);
}

.home-explore-card:hover .home-explore-content b {
    color: var(--inf-main-color);
}

.home-about {
    background: #fff;
}

.home-about-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    align-items: center;
    gap: clamp(3rem, 8vw, 8rem);
}

.home-about-media {
    position: relative;
    min-height: 39rem;
}

.home-about-media::before {
    position: absolute;
    top: -1.5rem;
    right: -1.5rem;
    width: 60%;
    height: 62%;
    border-radius: .5rem;
    background: var(--inf-main-color);
    content: "";
}

.home-about-media img {
    position: absolute;
    width: calc(100% - 2rem);
    height: 100%;
    object-fit: cover;
    border-radius: .5rem;
    box-shadow: 0 2rem 5rem rgba(15, 15, 24, .18);
}

.home-about-media-empty {
    border-radius: .5rem;
    background: linear-gradient(145deg, #1d1d28, #09090e);
}

.home-about-badge {
    position: absolute;
    right: -2rem;
    bottom: 2.5rem;
    display: flex;
    width: 8.5rem;
    height: 8.5rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: var(--home-ink);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, .2);
}

.home-about-badge strong {
    color: #fff;
    font-family: var(--inf-font-secondary), sans-serif;
    font-size: 3.3rem;
    line-height: .8;
}

.home-about-badge small {
    margin-top: .55rem;
    color: #fff;
    font-size: .67rem;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.home-about-content p {
    margin-bottom: 2rem;
}

.home-text-link {
    display: inline-flex;
    align-items: center;
    gap: .75rem;
    padding-bottom: .5rem;
    border-bottom: .13rem solid var(--inf-main-color);
    color: var(--home-ink) !important;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.home-text-link:hover {
    gap: 1.1rem;
    color: var(--inf-main-color) !important;
}

.home-services {
    position: relative;
    color: #fff;
    background: linear-gradient(135deg, #0b0d14 0%, #10131e 52%, #11101b 100%);
    isolation: isolate;
}

.home-services::before {
    position: absolute;
    inset: 0;
    opacity: .28;
    background-image: radial-gradient(circle at 8% 8%, #0877dc, transparent 27%), radial-gradient(circle at 92% 88%, #6827d9, transparent 28%);
    content: "";
    pointer-events: none;
    z-index: -1;
}

.home-services .container-xl {
    position: relative;
}

.home-section-heading-light .home-kicker {
    color: #71b9ff;
}

.home-section-heading-light h2,
.home-section-heading-light p {
    color: #fff;
}

.home-section-heading-light p {
    color: rgba(255, 255, 255, .78);
}

.home-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.home-service-card {
    position: relative;
    display: flex;
    min-height: 23rem;
    flex-direction: column;
    padding: 2.25rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: .55rem;
    color: #fff !important;
    background: rgba(20, 23, 34, .88);
    box-shadow: 0 1.25rem 3rem rgba(0, 0, 0, .12);
    backdrop-filter: blur(.5rem);
    isolation: isolate;
    transition: transform .3s ease, border-color .3s ease, background .3s ease, box-shadow .3s ease;
}

.home-service-card::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 13, 22, .3), rgba(10, 13, 22, .96) 78%);
    content: "";
    pointer-events: none;
    z-index: 1;
}

.home-service-card > :not(.home-service-background) {
    position: relative;
    z-index: 2;
}

.home-service-background {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: .24;
    object-fit: cover;
    transition: opacity .35s ease, transform .5s ease;
    z-index: 0;
}

.home-service-number {
    display: inline-flex;
    width: 2.3rem;
    height: 2.3rem;
    align-items: center;
    justify-content: center;
    margin-bottom: auto;
    border: 1px solid rgba(113, 185, 255, .38);
    border-radius: 50%;
    color: #71b9ff;
    background: rgba(0, 100, 200, .1);
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .08em;
}

.home-service-card h3 {
    max-width: 16rem;
    margin-bottom: 1rem;
    color: #fff;
    font-size: clamp(1.6rem, 2.6vw, 2.5rem);
    font-weight: 750;
    letter-spacing: -.035em;
    line-height: 1.03;
}

.home-service-card p {
    margin-bottom: 1.8rem;
    color: rgba(255, 255, 255, .76);
    line-height: 1.65;
}

.home-service-link {
    display: flex;
    align-items: center;
    gap: .65rem;
    color: #fff;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.home-service-card:hover {
    border-color: rgba(113, 185, 255, .55);
    background: linear-gradient(145deg, rgba(8, 87, 169, .92), rgba(29, 38, 72, .96));
    box-shadow: 0 1.5rem 3.5rem rgba(0, 63, 135, .22);
    transform: translateY(-.35rem);
}

.home-service-card:hover .home-service-background {
    opacity: .34;
    transform: scale(1.04);
}

.home-service-card:hover .home-service-number,
.home-service-card:hover p {
    color: #fff;
}

.home-section-heading-inline {
    display: flex;
    max-width: none;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
}

.home-section-heading-inline > div {
    max-width: 760px;
}

.home-portfolio-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(20rem, .85fr);
    grid-template-rows: repeat(3, minmax(0, 1fr));
    gap: 1rem 1.5rem;
}

.home-project-card {
    position: relative;
}

.home-project-featured {
    grid-row: 1 / 4;
}

.home-project-image {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: .35rem;
    background: #ddd;
}

.home-project-featured .home-project-image {
    height: calc(100% - 6rem);
    min-height: 31rem;
    aspect-ratio: auto;
}

.home-project-card:not(.home-project-featured) {
    display: grid;
    min-height: 9.5rem;
    grid-template-columns: 10.5rem minmax(0, 1fr);
    align-items: center;
    border-bottom: 1px solid var(--home-line);
}

.home-project-card:not(.home-project-featured):last-child {
    border-bottom: 0;
}

.home-project-card:not(.home-project-featured) .home-project-image {
    height: 7.5rem;
    aspect-ratio: 4 / 3;
}

.home-project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.home-project-content {
    position: relative;
    padding: 1.3rem 4rem .5rem 0;
}

.home-project-card:not(.home-project-featured) .home-project-content {
    padding: .75rem 2.8rem .75rem 1rem;
}

.home-project-content > span {
    color: var(--inf-main-color);
    font-size: .67rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.home-project-content h3 {
    margin: .45rem 0 0;
    font-size: clamp(1.2rem, 2vw, 1.75rem);
    font-weight: 750;
    letter-spacing: -.025em;
    line-height: 1.18;
}

.home-project-card:not(.home-project-featured) .home-project-content h3 {
    display: -webkit-box;
    overflow: hidden;
    font-size: 1.05rem;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.home-project-link {
    position: absolute;
    top: 1.2rem;
    right: 0;
    display: flex;
    width: 2.7rem;
    height: 2.7rem;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--home-line);
    border-radius: 50%;
}

.home-project-card:not(.home-project-featured) .home-project-link {
    top: 50%;
    width: 2rem;
    height: 2rem;
    transform: translateY(-50%);
}

.home-swipe-hint {
    display: none;
}

.home-project-card:hover .home-project-image img {
    transform: scale(1.045);
}

.home-project-card:hover .home-project-link {
    border-color: var(--inf-main-color);
    color: #fff;
    background: var(--inf-main-color);
}

.home-cta {
    padding: 2rem 0 7rem;
    background: var(--home-paper);
}

.home-cta-inner {
    position: relative;
    display: flex;
    min-height: 23rem;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    overflow: hidden;
    padding: clamp(2.5rem, 6vw, 5rem);
    border-radius: .6rem;
    color: #fff;
    background: var(--inf-main-color);
}

.home-cta-with-image::before {
    position: absolute;
    inset: 0;
    background-image: var(--home-cta-image);
    background-position: center;
    background-size: cover;
    content: "";
    opacity: .38;
    z-index: 0;
}

.home-cta-with-image::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 67, 145, .95), rgba(0, 67, 145, .68));
    content: "";
    z-index: 1;
}

.home-cta-inner > div {
    position: relative;
    max-width: 720px;
    z-index: 2;
}

.home-cta h2 {
    margin-bottom: 1rem;
    color: #fff;
    font-size: clamp(2.4rem, 5vw, 5rem);
    font-weight: 850;
    letter-spacing: -.06em;
    line-height: .95;
}

.home-cta p {
    max-width: 620px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 1.05rem;
    line-height: 1.7;
}

.home-button-light {
    position: relative;
    flex: 0 0 auto;
    gap: .6rem;
    color: var(--home-ink) !important;
    background: #fff;
    z-index: 2;
}

.home-button-light:hover {
    color: var(--inf-main-color) !important;
    transform: translateY(-.15rem);
}

.home-cta-orbit {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 50%;
    z-index: 2;
}

.home-cta-orbit-one {
    top: -13rem;
    right: 10%;
    width: 25rem;
    height: 25rem;
}

.home-cta-orbit-two {
    right: -5rem;
    bottom: -16rem;
    width: 30rem;
    height: 30rem;
}

.dark-mode .home-landing {
    --home-ink: #f5f5f8;
    --home-paper: #121218;
    --home-line: rgba(255, 255, 255, .14);
}

.dark-mode .home-about {
    background: #1b1b22;
}

.dark-mode .home-section-heading p,
.dark-mode .home-about-content p {
    color: #b5b5bf;
}

.dark-mode .home-project-link {
    color: #fff;
}

@media (max-width: 991.98px) {
    .home-section {
        padding: 5.5rem 0;
    }

    .home-hero {
        min-height: 720px;
        background-image: linear-gradient(180deg, rgba(4, 4, 8, .35), rgba(4, 4, 8, .95) 76%), var(--home-hero-image);
        background-position: center;
    }

    .home-hero-inner {
        align-items: flex-end;
    }

    .home-hero-content {
        width: 90%;
    }

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

    .home-explore-card {
        min-height: 27rem;
        margin-top: 0 !important;
    }

    .home-explore-card:nth-child(even) {
        transform: translateY(2.5rem);
    }

    .home-about-grid {
        grid-template-columns: 1fr;
        gap: 4.5rem;
    }

    .home-about-media {
        min-height: 35rem;
    }

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

    .home-service-card {
        min-height: 18rem;
    }

    .home-portfolio-grid {
        grid-template-columns: minmax(0, 1.25fr) minmax(17rem, .75fr);
    }

    .home-project-card:not(.home-project-featured) {
        grid-template-columns: 8rem minmax(0, 1fr);
    }

    .home-project-card:not(.home-project-featured) .home-project-image {
        height: 6.5rem;
    }

    .home-cta-inner {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .home-explore-grid,
    .home-services-grid,
    .home-portfolio-grid {
        display: grid;
        width: calc(100% + 1.5rem);
        grid-auto-flow: column;
        grid-template-columns: none;
        grid-template-rows: 1fr;
        gap: 1rem;
        overflow-x: auto;
        padding-right: 1.5rem;
        padding-bottom: 1rem;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .home-explore-grid {
        grid-auto-columns: 20rem;
    }

    .home-services-grid,
    .home-portfolio-grid {
        grid-auto-columns: 22rem;
    }

    .home-explore-grid::-webkit-scrollbar,
    .home-services-grid::-webkit-scrollbar,
    .home-portfolio-grid::-webkit-scrollbar {
        display: none;
    }

    .home-explore-card,
    .home-service-card,
    .home-project-card,
    .home-project-featured,
    .home-project-card:not(.home-project-featured) {
        display: block;
        min-height: 0;
        grid-row: auto;
        border-bottom: 0;
        transform: none !important;
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }

    .home-explore-card,
    .home-service-card {
        min-height: 25rem;
    }

    .home-project-featured .home-project-image,
    .home-project-card:not(.home-project-featured) .home-project-image {
        width: 100%;
        height: auto;
        min-height: 0;
        aspect-ratio: 16 / 11;
    }

    .home-project-card:not(.home-project-featured) .home-project-content {
        padding: 1.1rem 3.2rem .5rem 0;
    }

    .home-project-card:not(.home-project-featured) .home-project-link {
        top: 1rem;
        width: 2.4rem;
        height: 2.4rem;
        transform: none;
    }

    .home-swipe-hint {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: .6rem;
        margin-top: .5rem;
        color: #74747d;
        font-size: .68rem;
        font-weight: 800;
        letter-spacing: .08em;
        text-transform: uppercase;
    }

    .home-swipe-hint span {
        color: var(--inf-main-color);
        font-size: 1.1rem;
    }

    .home-swipe-hint-light {
        color: rgba(255, 255, 255, .72);
    }

    .home-swipe-hint-light span {
        color: #71b9ff;
    }
}

@media (max-width: 767.98px) {
    .home-section {
        padding: 4.5rem 0;
    }

    .home-section-heading {
        margin-bottom: 2.3rem;
    }

    .home-hero {
        min-height: calc(100svh - 70px);
    }

    .home-hero-inner {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .home-hero-content {
        width: 100%;
    }

    .home-hero h1 {
        font-size: clamp(3.1rem, 16vw, 5rem);
    }

    .home-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .home-button {
        width: 100%;
    }

    .home-scroll-cue {
        display: none;
    }

    .home-explore-grid,
    .home-services-grid {
        display: grid;
        width: calc(100% + 1.5rem);
        grid-auto-flow: column;
        grid-template-columns: none;
        grid-template-rows: 1fr;
        gap: 1rem;
        overflow-x: auto;
        padding-right: 1.5rem;
        padding-bottom: 1rem;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .home-explore-grid {
        grid-auto-columns: min(78vw, 20rem);
    }

    .home-services-grid {
        grid-auto-columns: min(82vw, 22rem);
    }

    .home-explore-grid::-webkit-scrollbar,
    .home-services-grid::-webkit-scrollbar {
        display: none;
    }

    .home-explore-card,
    .home-service-card {
        min-height: 24rem;
        transform: none !important;
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }

    .home-about-media {
        min-height: 28rem;
    }

    .home-about-media::before {
        top: -1rem;
        right: -1rem;
    }

    .home-about-media img {
        width: calc(100% - 1rem);
    }

    .home-about-badge {
        right: -.25rem;
        bottom: -2rem;
        width: 7rem;
        height: 7rem;
    }

    .home-about-badge strong {
        font-size: 2.7rem;
    }

    .home-section-heading-inline {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-portfolio-grid {
        display: grid;
        width: calc(100% + 1.5rem);
        grid-auto-columns: min(82vw, 22rem);
        grid-auto-flow: column;
        grid-template-columns: none;
        grid-template-rows: 1fr;
        gap: 1rem;
        overflow-x: auto;
        padding-right: 1.5rem;
        padding-bottom: 1rem;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .home-portfolio-grid::-webkit-scrollbar {
        display: none;
    }

    .home-project-card,
    .home-project-featured,
    .home-project-card:not(.home-project-featured) {
        display: block;
        min-height: 0;
        grid-row: auto;
        border-bottom: 0;
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }

    .home-project-featured .home-project-image,
    .home-project-card:not(.home-project-featured) .home-project-image {
        width: 100%;
        height: auto;
        min-height: 0;
        aspect-ratio: 16 / 11;
    }

    .home-project-card:not(.home-project-featured) .home-project-content {
        padding: 1.1rem 3.2rem .5rem 0;
    }

    .home-project-card:not(.home-project-featured) .home-project-content h3 {
        font-size: 1.15rem;
        -webkit-line-clamp: 2;
    }

    .home-project-card:not(.home-project-featured) .home-project-link {
        top: 1rem;
        width: 2.4rem;
        height: 2.4rem;
        transform: none;
    }

    .home-swipe-hint {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: .6rem;
        margin-top: .5rem;
        color: #74747d;
        font-size: .68rem;
        font-weight: 800;
        letter-spacing: .08em;
        text-transform: uppercase;
    }

    .home-swipe-hint span {
        color: var(--inf-main-color);
        font-size: 1.1rem;
    }

    .home-swipe-hint-light {
        color: rgba(255, 255, 255, .72);
    }

    .home-swipe-hint-light span {
        color: #71b9ff;
    }

    .home-service-card {
        min-height: 19rem;
        padding: 1.6rem;
    }

    .home-cta {
        padding-top: 0;
        padding-bottom: 4.5rem;
    }

    .home-cta-inner {
        min-height: 25rem;
        gap: 2rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-landing *,
    .home-landing *::before,
    .home-landing *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
