
    /* ==============================
   Why Studio Graffiti Area
============================== */

.why-studio-graffiti-area {
    background-color: #ffffff;
}

.why-studio-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 50px;
}

.why-studio-card {
    position: relative;
    min-height: 280px;
    padding: 34px 32px;
    border: 1px solid rgba(17, 17, 17, 0.14);
    border-radius: 22px;
    background-color: #ffffff;
    transition: all 0.35s ease;
}

.why-studio-card:hover {
    transform: translateY(-6px);
    border-color: #dc2d17;
    box-shadow: 0 24px 60px rgba(17, 17, 17, 0.08);
}

.why-studio-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-bottom: 28px;
    border-radius: 50%;
    background-color: rgba(220, 45, 23, 0.08);
    color: #dc2d17;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
}

.why-studio-card h3 {
    margin-bottom: 18px;
    color: #111111;
    font-size: 28px;
    line-height: 1;
    letter-spacing: -0.04em;
    font-weight: 700;
}

.why-studio-card p {
    margin-bottom: 0;
    color: #555555;
    font-size: 17px;
    line-height: 1.55;
}

/* Tablet */
@media (max-width: 1199px) {
    .why-studio-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 767px) {
    .why-studio-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 35px;
    }

    .why-studio-card {
        min-height: auto;
        padding: 28px 24px;
        border-radius: 18px;
    }

    .why-studio-card h3 {
        font-size: 24px;
    }

    .why-studio-card p {
        font-size: 16px;
    }
}

/* ==============================
   What We Do Studio Area
============================== */

.what-we-do-studio-area {
    position: relative;
    background-color: #111111;
    color: #ffffff;
    z-index: 2;
}

.what-we-do-studio-area .section-subtitle {
    color: #dc2d17;
}

.what-we-do-studio-area .section-title {
    color: #ffffff;
}

.what-we-do-intro {
    max-width: 920px;
    margin-top: 28px;
}

.what-we-do-intro p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 19px;
    line-height: 1.6;
}

.what-we-do-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 55px;
}

.what-we-do-card {
    position: relative;
    min-height: 430px;
    padding: 34px 30px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    background-color: #151515;
    overflow: hidden;
    transition: all 0.35s ease;
}

.what-we-do-card::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color: rgba(220, 45, 23, 0.12);
    transition: all 0.35s ease;
}

.what-we-do-card:hover {
    transform: translateY(-6px);
    border-color: rgba(220, 45, 23, 0.7);
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.35);
}

.what-we-do-card:hover::before {
    transform: scale(1.25);
    background-color: rgba(220, 45, 23, 0.18);
}

.what-we-do-number {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-bottom: 28px;
    border-radius: 50%;
    background-color: rgba(220, 45, 23, 0.14);
    color: #dc2d17;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
}

.what-we-do-card h3 {
    position: relative;
    z-index: 2;
    margin-bottom: 18px;
    color: #ffffff;
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.04em;
    font-weight: 700;
}

.what-we-do-card p {
    position: relative;
    z-index: 2;
    margin-bottom: 24px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 16px;
    line-height: 1.55;
}

.what-we-do-card ul {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0;
    list-style: none;
}

.what-we-do-card ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 22px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 15px;
    line-height: 1.4;
}

.what-we-do-card ul li::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #dc2d17;
}

.what-we-do-counter-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 2fr);
    gap: 24px;
    margin-top: 60px;
}

.what-we-do-counter-card {
    padding: 34px 28px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 22px;
    background-color: rgba(255, 255, 255, 0.03);
    text-align: center;
    transition: all 0.35s ease;
}

.what-we-do-counter-card:hover {
    border-color: rgba(220, 45, 23, 0.7);
    transform: translateY(-4px);
}

.what-we-do-counter-card h3 {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 56px;
    line-height: 1;
    letter-spacing: -0.06em;
    font-weight: 800;
}

.what-we-do-counter-card p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 16px;
    line-height: 1.4;
}

/* Tablet */
@media (max-width: 1399px) {
    .what-we-do-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .what-we-do-card {
        min-height: 360px;
    }
}

@media (max-width: 991px) {
    .what-we-do-counter-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 767px) {
    .what-we-do-intro p {
        font-size: 17px;
    }

    .what-we-do-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 38px;
    }

    .what-we-do-card {
        min-height: auto;
        padding: 28px 24px;
        border-radius: 20px;
    }

    .what-we-do-card h3 {
        font-size: 25px;
    }

    .what-we-do-card p {
        font-size: 16px;
    }

   .what-we-do-counter-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        margin-top: 40px;
    }

    .what-we-do-counter-card {
        padding: 24px 16px;
    }

    .what-we-do-counter-card h3 {
        font-size: 36px;
    }

    .what-we-do-counter-card p {
        font-size: 14px;
    }

    .what-we-do-counter-card {
        padding: 28px 24px;
    }

    .what-we-do-counter-card h3 {
        font-size: 44px;
    }
}

/* ==============================
   Certifications Intro Area
============================== */

.certifications-intro-area {
    position: relative;
    padding-bottom: 60px;
}

.certifications-intro-box {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

.certifications-intro-box .section-subtitle {
    display: inline-block;
    margin-bottom: 22px;
    color: #dc2d17;
    font-weight: 700;
}

.certifications-title {
    margin-bottom: 28px;
    color: #ffffff;
    font-size: clamp(42px, 5vw, 82px);
    line-height: 0.95;
    letter-spacing: -0.06em;
    font-weight: 700;
}

.certifications-text {
    max-width: 820px;
    margin: 0 auto 18px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 19px;
    line-height: 1.6;
}

.certifications-text:last-child {
    margin-bottom: 0;
}

/* Mobile */
@media (max-width: 767px) {
    .certifications-intro-area {
        padding-bottom: 40px;
    }

    .certifications-title {
        font-size: 38px;
        line-height: 1;
    }

    .certifications-text {
        font-size: 16px;
        line-height: 1.55;
    }
}

/* ==============================
   Studio Mission Area
============================== */

.studio-mission-area {
    position: relative;
    background-color: #f7f7f7;
    overflow: hidden;
    z-index: 2;
}

.studio-mission-header {
    max-width: 980px;
    margin-bottom: 60px;
}

.studio-mission-header .section-subtitle {
    display: inline-block;
    margin-bottom: 24px;
    color: #dc2d17;
    font-weight: 700;
}

.studio-mission-header .section-title {
    margin-bottom: 28px;
    color: #111111;
}

.studio-mission-header p {
    max-width: 850px;
    margin-bottom: 0;
    color: #555555;
    font-size: 19px;
    line-height: 1.6;
}

.studio-mission-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.studio-mission-card {
    position: relative;
    min-height: 390px;
    padding: 42px 38px;
    border-radius: 28px;
    overflow: hidden;
    transition: all 0.35s ease;
}

.studio-mission-card::before {
    content: "";
    position: absolute;
    top: -90px;
    right: -90px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background-color: rgba(220, 45, 23, 0.08);
    transition: all 0.35s ease;
}

.studio-mission-card:hover {
    transform: translateY(-6px);
}

.studio-mission-card:hover::before {
    transform: scale(1.25);
}

.mission-card-white {
    background-color: #ffffff;
    border: 1px solid rgba(17, 17, 17, 0.12);
    color: #111111;
}

.mission-card-black {
    background-color: #111111;
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.mission-card-white:hover {
    border-color: rgba(220, 45, 23, 0.55);
    box-shadow: 0 24px 60px rgba(17, 17, 17, 0.08);
}

.mission-card-black:hover {
    border-color: rgba(220, 45, 23, 0.75);
    box-shadow: 0 24px 60px rgba(17, 17, 17, 0.22);
}

.mission-card-number {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 34px;
    border-radius: 50%;
    background-color: rgba(220, 45, 23, 0.1);
    color: #dc2d17;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
}

.studio-mission-card h3 {
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 0.95;
    letter-spacing: -0.05em;
    font-weight: 700;
}

.mission-card-white h3 {
    color: #111111;
}

.mission-card-black h3 {
    color: #ffffff;
}

.studio-mission-card p {
    position: relative;
    z-index: 2;
    max-width: 520px;
    margin-bottom: 28px;
    font-size: 17px;
    line-height: 1.55;
}

.mission-card-white p {
    color: #555555;
}

.mission-card-black p {
    color: rgba(255, 255, 255, 0.72);
}

.studio-mission-card ul {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.studio-mission-card ul li {
    position: relative;
    padding-left: 22px;
    font-size: 15px;
    line-height: 1.35;
}

.studio-mission-card ul li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #dc2d17;
}

.mission-card-white ul li {
    color: #333333;
}

.mission-card-black ul li {
    color: rgba(255, 255, 255, 0.82);
}

/* Bottom cards */

.studio-mission-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    margin-top: 28px;
}

.studio-mission-bottom-card {
    padding: 38px 36px;
    border-radius: 26px;
    background-color: #ffffff;
    border: 1px solid rgba(17, 17, 17, 0.12);
}

.studio-mission-bottom-card.dark {
    background-color: #111111;
    border-color: rgba(255, 255, 255, 0.12);
}

.studio-mission-bottom-card h3 {
    margin-bottom: 18px;
    color: #111111;
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.04em;
    font-weight: 700;
}

.studio-mission-bottom-card.dark h3 {
    color: #ffffff;
}

.studio-mission-bottom-card p {
    margin-bottom: 0;
    color: #555555;
    font-size: 17px;
    line-height: 1.55;
}

.studio-mission-bottom-card.dark p {
    color: rgba(255, 255, 255, 0.72);
}

/* Tablet */
@media (max-width: 1199px) {
    .studio-mission-card {
        min-height: 420px;
    }

    .studio-mission-card h3 {
        font-size: 32px;
    }
}

/* Mobile */
@media (max-width: 991px) {
    .studio-mission-grid {
        grid-template-columns: 1fr;
    }

    .studio-mission-bottom {
        grid-template-columns: 1fr;
    }

    .studio-mission-card {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .studio-mission-header {
        margin-bottom: 40px;
    }

    .studio-mission-header p {
        font-size: 17px;
    }

    .studio-mission-card {
        padding: 30px 24px;
        border-radius: 22px;
    }

    .mission-card-number {
        width: 46px;
        height: 46px;
        margin-bottom: 28px;
        font-size: 14px;
    }

    .studio-mission-card h3 {
        font-size: 27px;
    }

    .studio-mission-card p {
        font-size: 16px;
    }

    .studio-mission-card ul {
        grid-template-columns: 1fr;
    }

    .studio-mission-bottom-card {
        padding: 30px 24px;
        border-radius: 22px;
    }

    .studio-mission-bottom-card h3 {
        font-size: 26px;
    }

    .studio-mission-bottom-card p {
        font-size: 16px;
    }
}

/* ==============================
   Commercial Area Studio Graffiti
============================== */

.commercial-area-sg {
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
    z-index: 2;
}

.commercial-header {
    max-width: 980px;
    margin-bottom: 58px;
}

.commercial-header .section-subtitle {
    display: inline-block;
    margin-bottom: 24px;
    color: #dc2d17;
    font-weight: 700;
}

.commercial-header .section-title {
    margin-bottom: 26px;
    color: #111111;
}

.commercial-header .text {
    max-width: 850px;
    margin-bottom: 0;
    color: #555555;
    font-size: 19px;
    line-height: 1.6;
}

.commercial-grid-sg {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
}

.commercial-card-sg {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    border: 1px solid rgba(17, 17, 17, 0.12);
    border-radius: 28px;
    background-color: #ffffff;
    overflow: hidden;
    transition: all 0.35s ease;
}

.commercial-card-sg:hover {
    transform: translateY(-6px);
    border-color: rgba(220, 45, 23, 0.55);
    box-shadow: 0 24px 60px rgba(17, 17, 17, 0.08);
}

.commercial-img-sg {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 4 / 4.5;
    background-color: #111111;
    overflow: hidden;
}

.commercial-img-sg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(17, 17, 17, 0) 45%,
        rgba(17, 17, 17, 0.34) 100%
    );
    pointer-events: none;
}

.commercial-img-sg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

.commercial-card-sg:hover .commercial-img-sg img {
    transform: scale(1.045);
}

.commercial-content-sg {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 30px 26px 26px;
}

.commercial-role-sg {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 16px;
    padding: 8px 13px;
    border-radius: 999px;
    background-color: rgba(220, 45, 23, 0.08);
    color: #dc2d17;
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.commercial-content-sg h3 {
    margin-bottom: 16px;
    color: #111111;
    font-size: 30px;
    line-height: 0.95;
    letter-spacing: -0.05em;
    font-weight: 800;
}

.commercial-content-sg h3 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.commercial-content-sg h3 a:hover {
    color: #dc2d17;
}

.commercial-content-sg p {
    margin-bottom: 22px;
    color: #555555;
    font-size: 16px;
    line-height: 1.55;
}

.commercial-profile-link {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 24px;
    color: #111111;
    font-size: 15px;
    line-height: 1;
    font-weight: 800;
    text-decoration: none;
    border-bottom: 1px solid #111111;
    transition: all 0.3s ease;
}

.commercial-profile-link:hover {
    color: #dc2d17;
    border-color: #dc2d17;
}

.commercial-actions-sg {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
}

.commercial-action-sg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(17, 17, 17, 0.13);
    border-radius: 50%;
    background-color: #ffffff;
    color: #111111;
    font-size: 17px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.commercial-action-sg:hover {
    transform: translateY(-3px);
}

.commercial-action-sg.whatsapp {
    color: #25D366;
}

.commercial-action-sg.mail {
    color: #dc2d17;
}

.commercial-action-sg.phone {
    color: #111111;
}

.commercial-action-sg.linkedin {
    color: #0A66C2;
}

.commercial-action-sg.whatsapp:hover {
    background-color: #25D366;
    border-color: #25D366;
    color: #ffffff;
}

.commercial-action-sg.mail:hover {
    background-color: #dc2d17;
    border-color: #dc2d17;
    color: #ffffff;
}

.commercial-action-sg.phone:hover {
    background-color: #111111;
    border-color: #111111;
    color: #ffffff;
}

.commercial-action-sg.linkedin:hover {
    background-color: #0A66C2;
    border-color: #0A66C2;
    color: #ffffff;
}

/* Responsive */

@media (max-width: 1399px) {
    .commercial-grid-sg {
        grid-template-columns: repeat(2, 1fr);
    }

    .commercial-img-sg {
        aspect-ratio: 4 / 3.7;
    }
}

@media (max-width: 767px) {
    .commercial-header {
        margin-bottom: 40px;
    }

    .commercial-header .text {
        font-size: 17px;
    }

    .commercial-grid-sg {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .commercial-card-sg {
        border-radius: 22px;
    }

    .commercial-img-sg {
        aspect-ratio: 4 / 3.8;
    }

    .commercial-content-sg {
        padding: 26px 22px 22px;
    }

    .commercial-content-sg h3 {
        font-size: 27px;
    }

    .commercial-content-sg p {
        font-size: 16px;
    }

    .commercial-action-sg {
        width: 44px;
        height: 44px;
        font-size: 16px;
    }
}

/* ==============================
   Studio Team Area
============================== */

.studio-team-area {
    position: relative;
    background-color: #111111;
    overflow: hidden;
    z-index: 2;
}

.studio-team-area::before {
    content: "";
    position: absolute;
    top: -180px;
    right: -180px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background-color: rgba(220, 45, 23, 0.12);
    pointer-events: none;
}

.studio-team-area::after {
    content: "";
    position: absolute;
    bottom: -220px;
    left: -220px;
    width: 460px;
    height: 460px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.04);
    pointer-events: none;
}

.studio-team-inner {
    position: relative;
    z-index: 2;
}

.studio-team-header {
    max-width: 980px;
    margin-bottom: 60px;
}

.studio-team-header .section-subtitle {
    display: inline-block;
    margin-bottom: 24px;
    color: #dc2d17;
    font-weight: 700;
}

.studio-team-header .section-title {
    margin-bottom: 28px;
    color: #ffffff;
}

.studio-team-header .text {
    max-width: 850px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 19px;
    line-height: 1.6;
}

.studio-team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
}

.studio-team-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 28px;
    background-color: #151515;
    overflow: hidden;
    transition: all 0.35s ease;
}

.studio-team-card:hover {
    transform: translateY(-6px);
    border-color: rgba(220, 45, 23, 0.7);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}

.studio-team-thumb {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 4.4;
    background-color: #222222;
    overflow: hidden;
}

.studio-team-thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(17, 17, 17, 0) 45%,
        rgba(17, 17, 17, 0.55) 100%
    );
    pointer-events: none;
}

.studio-team-thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.studio-team-card:hover .studio-team-thumb img {
    transform: scale(1.045);
}

.studio-team-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 30px 26px 28px;
}

.studio-team-role {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 18px;
    padding: 8px 13px;
    border-radius: 999px;
    background-color: rgba(220, 45, 23, 0.12);
    color: #dc2d17;
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.studio-team-content h3 {
    margin-bottom: 18px;
    color: #ffffff;
    font-size: 31px;
    line-height: 0.95;
    letter-spacing: -0.05em;
    font-weight: 800;
}

.studio-team-content p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 16px;
    line-height: 1.55;
}

/* Alternanza card chiare */
.studio-team-card:nth-child(2n) {
    background-color: #ffffff;
    border-color: rgba(17, 17, 17, 0.12);
}

.studio-team-card:nth-child(2n) .studio-team-content h3 {
    color: #111111;
}

.studio-team-card:nth-child(2n) .studio-team-content p {
    color: #555555;
}

.studio-team-card:nth-child(2n) .studio-team-role {
    background-color: rgba(220, 45, 23, 0.08);
}

.studio-team-card:nth-child(2n):hover {
    border-color: rgba(220, 45, 23, 0.55);
    box-shadow: 0 24px 60px rgba(17, 17, 17, 0.08);
}

/* Responsive */

@media (max-width: 1399px) {
    .studio-team-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .studio-team-thumb {
        aspect-ratio: 4 / 3.7;
    }
}

@media (max-width: 767px) {
    .studio-team-header {
        margin-bottom: 40px;
    }

    .studio-team-header .text {
        font-size: 17px;
    }

    .studio-team-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .studio-team-card {
        border-radius: 22px;
    }

    .studio-team-thumb {
        aspect-ratio: 4 / 3.8;
    }

    .studio-team-content {
        padding: 26px 22px 24px;
    }

    .studio-team-content h3 {
        font-size: 27px;
    }

    .studio-team-content p {
        font-size: 16px;
    }
}

/* ==============================
   Studio Gallery Dark Area
============================== */

.studio-gallery-dark-area {
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
    background-color: #171717;
    overflow: hidden;
    z-index: 2;
}

.studio-gallery-dark-area::before {
    content: "";
    position: absolute;
    top: -180px;
    right: -180px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background-color: rgba(220, 45, 23, 0.13);
    pointer-events: none;
}

.studio-gallery-dark-area::after {
    content: "";
    position: absolute;
    bottom: -220px;
    left: -220px;
    width: 460px;
    height: 460px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.04);
    pointer-events: none;
}

.studio-gallery-dark-header {
    position: relative;
    z-index: 2;
    max-width: 980px;
    margin-bottom: 60px;
}

.studio-gallery-dark-header .section-subtitle {
    display: inline-block;
    margin-bottom: 24px;
    color: #dc2d17;
    font-weight: 700;
}

.studio-gallery-dark-header .section-title {
    margin-bottom: 28px;
    color: #ffffff;
}

.studio-gallery-dark-header p {
    max-width: 820px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 19px;
    line-height: 1.6;
}

.studio-gallery-clean-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.studio-gallery-clean-item {
    position: relative;
    margin: 0;
    aspect-ratio: 16 / 10;
    border-radius: 24px;
    overflow: hidden;
    background-color: #111111;
    border: 1px solid rgba(255, 255, 255, 0.10);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22);
    transition: all 0.35s ease;
}

.studio-gallery-clean-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(17, 17, 17, 0) 45%,
        rgba(17, 17, 17, 0.35) 100%
    );
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
}

.studio-gallery-clean-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.5s ease, filter 0.5s ease;
}

.studio-gallery-clean-item:hover {
    transform: translateY(-6px);
    border-color: rgba(220, 45, 23, 0.65);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

.studio-gallery-clean-item:hover img {
    transform: scale(1.055);
    filter: saturate(1.06) contrast(1.04);
}

.studio-gallery-clean-item:hover::after {
    opacity: 1;
}

/* Tablet */
@media (max-width: 1199px) {
    .studio-gallery-clean-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 22px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .studio-gallery-dark-area {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .studio-gallery-dark-header {
        margin-bottom: 40px;
    }

    .studio-gallery-dark-header p {
        font-size: 17px;
        line-height: 1.55;
    }

    .studio-gallery-clean-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .studio-gallery-clean-item {
        border-radius: 20px;
        aspect-ratio: 4 / 3;
    }
}
/* ==============================
   Studio Facts Area
============================== */

.studio-facts-area {
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
    z-index: 2;
}

.studio-facts-area::before {
    content: "";
    position: absolute;
    top: -160px;
    right: -160px;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background-color: rgba(220, 45, 23, 0.08);
    pointer-events: none;
}

.studio-facts-header {
    position: relative;
    z-index: 2;
    max-width: 980px;
    margin-bottom: 58px;
}

.studio-facts-header .section-subtitle {
    display: inline-block;
    margin-bottom: 24px;
    color: #dc2d17;
    font-weight: 700;
}

.studio-facts-header .section-title {
    margin-bottom: 28px;
    color: #111111;
}

.studio-facts-header .text {
    max-width: 850px;
    margin-bottom: 0;
    color: #555555;
    font-size: 19px;
    line-height: 1.6;
}

.studio-facts-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.studio-fact-card {
    position: relative;
    min-height: 260px;
    padding: 34px 30px;
    border: 1px solid rgba(17, 17, 17, 0.12);
    border-radius: 26px;
    background-color: #ffffff;
    overflow: hidden;
    transition: all 0.35s ease;
}

.studio-fact-card::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color: rgba(220, 45, 23, 0.06);
    transition: all 0.35s ease;
}

.studio-fact-card:hover {
    transform: translateY(-6px);
    border-color: rgba(220, 45, 23, 0.55);
    box-shadow: 0 24px 60px rgba(17, 17, 17, 0.08);
}

.studio-fact-card:hover::before {
    transform: scale(1.25);
    background-color: rgba(220, 45, 23, 0.1);
}

.studio-fact-label {
    position: relative;
    z-index: 2;
    display: inline-flex;
    width: fit-content;
    margin-bottom: 22px;
    padding: 8px 13px;
    border-radius: 999px;
    background-color: rgba(220, 45, 23, 0.08);
    color: #dc2d17;
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.studio-fact-card h3 {
    position: relative;
    z-index: 2;
    margin-bottom: 18px;
    color: #111111;
    font-size: 28px;
    line-height: 1;
    letter-spacing: -0.04em;
    font-weight: 800;
}

.studio-fact-card p {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    color: #555555;
    font-size: 16px;
    line-height: 1.55;
}

/* Tablet */
@media (max-width: 1199px) {
    .studio-facts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 767px) {
    .studio-facts-header {
        margin-bottom: 40px;
    }

    .studio-facts-header .text {
        font-size: 17px;
    }

    .studio-facts-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .studio-fact-card {
        min-height: auto;
        padding: 28px 24px;
        border-radius: 22px;
    }

    .studio-fact-card h3 {
        font-size: 24px;
    }

    .studio-fact-card p {
        font-size: 16px;
    }
}

/* ==============================
   About Studio Hero Area
============================== */

.about-studio-hero-area {
    position: relative;
    padding-top: 150px;
    padding-bottom: 0;
    background-color: #171717;
    overflow: hidden;
    z-index: 2;
}

.about-studio-hero-area::before {
    content: "";
    position: absolute;
    top: -180px;
    right: -180px;
    width: 430px;
    height: 430px;
    border-radius: 50%;
    background-color: rgba(220, 45, 23, 0.12);
    pointer-events: none;
}

.about-studio-hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 80px;
    align-items: center;
}

.about-studio-content .section-subtitle {
    display: inline-block;
    margin-bottom: 28px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 700;
}

.about-studio-content .section-title {
    margin-bottom: 34px;
    color: #ffffff;
}

.about-studio-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 36px;
}

.about-studio-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 10px 18px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.04);
    color: #ffffff;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
}

.about-studio-text {
    max-width: 760px;
}

.about-studio-text p {
    margin-bottom: 18px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 18px;
    line-height: 1.65;
}

.about-studio-text p:last-child {
    margin-bottom: 0;
}

.about-studio-actions {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-top: 42px;
}

.about-studio-mini-info {
    max-width: 360px;
    padding-left: 22px;
    border-left: 2px solid #dc2d17;
    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
    line-height: 1.5;
}

.about-studio-mini-info strong {
    display: block;
    margin-bottom: 4px;
    color: #ffffff;
}

/* Visual */

.about-studio-visual {
    position: relative;
    min-height: 720px;
}

.about-studio-image-main {
    position: absolute;
    top: 0;
    right: 0;
    width: 78%;
    height: 620px;
    border-radius: 34px;
    overflow: hidden;
    background-color: #111111;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.36);
}

.about-studio-image-main img,
.about-studio-image-small img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.about-studio-image-main:hover img,
.about-studio-image-small:hover img {
    transform: scale(1.055);
}

.about-studio-image-small {
    position: absolute;
    width: 265px;
    height: 210px;
    border-radius: 26px;
    overflow: hidden;
    background-color: #111111;
    border: 8px solid #171717;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

.image-small-one {
    left: 0;
    top: 120px;
}

.image-small-two {
    left: 80px;
    bottom: 20px;
}

.about-studio-floating-card {
    position: absolute;
    right: 36px;
    bottom: 60px;
    max-width: 280px;
    padding: 28px 26px;
    border-radius: 24px;
    background-color: #ffffff;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.about-studio-floating-card span {
    display: inline-flex;
    margin-bottom: 12px;
    color: #dc2d17;
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.about-studio-floating-card strong {
    display: block;
    color: #111111;
    font-size: 24px;
    line-height: 1.05;
    letter-spacing: -0.04em;
    font-weight: 800;
}

/* Moving gallery */

.about-studio-moving-gallery {
    position: relative;
    z-index: 2;
    margin-top: 110px;
    padding-bottom: 80px;
    overflow: hidden;
}

.about-studio-moving-gallery .wrapper-gallery {
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-studio-moving-gallery .wrapper-gallery li {
    flex: 0 0 360px;
    height: 245px;
    border-radius: 26px;
    overflow: hidden;
    background-color: #111111;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.about-studio-moving-gallery .wrapper-gallery img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

/* Tablet */

@media (max-width: 1199px) {
    .about-studio-hero-inner {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .about-studio-visual {
        min-height: 640px;
    }

    .about-studio-image-main {
        width: 82%;
        height: 540px;
    }
}

/* Mobile + Swipe immagini hero */

@media (max-width: 767px) {
    .about-studio-hero-area {
        padding-top: 90px;
    }

    .about-studio-hero-inner {
        overflow: visible !important;
    }

    .about-studio-content .section-title {
        margin-bottom: 28px;
    }

    .about-studio-tags {
        gap: 10px;
        margin-bottom: 30px;
    }

    .about-studio-tags span {
        min-height: 38px;
        padding: 9px 15px;
        font-size: 14px;
    }

    .about-studio-text p {
        font-size: 16px;
        line-height: 1.6;
    }

    .about-studio-actions {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        margin-top: 34px;
    }

    .about-studio-mini-info {
        max-width: 100%;
    }

    .about-studio-visual {
        position: relative !important;
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: stretch !important;
        gap: 18px !important;

        width: 100vw !important;
        max-width: 100vw !important;

        margin-left: calc(50% - 50vw) !important;
        margin-right: calc(50% - 50vw) !important;

        padding-left: 20px !important;
        padding-right: 20px !important;
        padding-bottom: 18px !important;

        min-height: auto !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;

        scroll-snap-type: x mandatory;
        scroll-padding-left: 20px;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-x: contain;
        touch-action: pan-x;
        scrollbar-width: none;
    }

    .about-studio-visual::-webkit-scrollbar {
        display: none;
    }

    .about-studio-image-main,
    .about-studio-image-small,
    .about-studio-floating-card {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        inset: auto !important;

        flex: 0 0 82vw !important;
        width: 82vw !important;
        min-width: 82vw !important;
        max-width: 82vw !important;

        scroll-snap-align: start;
    }

    .about-studio-image-main,
    .about-studio-image-small {
        height: auto !important;
        aspect-ratio: 4 / 3 !important;
        border-radius: 22px !important;
        overflow: hidden !important;
        border: 1px solid rgba(255, 255, 255, 0.12) !important;
        background-color: #111111 !important;
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28) !important;
    }

    .about-studio-image-small {
        border-width: 1px !important;
    }

    .about-studio-image-main img,
    .about-studio-image-small img {
        width: 100% !important;
        height: 100% !important;
        display: block !important;
        object-fit: cover !important;
    }

    .about-studio-floating-card {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        min-height: 240px !important;
        padding: 28px 24px !important;
        border-radius: 22px !important;
        background-color: #ffffff !important;
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25) !important;
    }

    .about-studio-floating-card span {
        margin-bottom: 12px !important;
    }

    .about-studio-floating-card strong {
        font-size: 24px !important;
        line-height: 1.1 !important;
    }

    .about-studio-moving-gallery {
        margin-top: 70px;
        padding-bottom: 60px;
    }

    .about-studio-moving-gallery .wrapper-gallery {
        gap: 18px;
    }

    .about-studio-moving-gallery .wrapper-gallery li {
        flex: 0 0 280px;
        height: 200px;
        border-radius: 20px;
    }
}



/* ==============================
   Studio Identity + Method Area
============================== */

.studio-identity-method-area {
    position: relative;
    background-color: #171717;
    overflow: hidden;
    z-index: 2;
}

.studio-identity-method-area::before {
    content: "";
    position: absolute;
    top: -180px;
    right: -180px;
    width: 430px;
    height: 430px;
    border-radius: 50%;
    background-color: rgba(220, 45, 23, 0.12);
    pointer-events: none;
}

.studio-identity-method-area::after {
    content: "";
    position: absolute;
    bottom: -220px;
    left: -220px;
    width: 460px;
    height: 460px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.04);
    pointer-events: none;
}

/* ==============================
   Identity Block
============================== */

.studio-identity-block {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 0.85fr;
    gap: 80px;
    align-items: start;
}

.studio-identity-content .section-subtitle,
.studio-method-header .section-subtitle {
    display: inline-block;
    margin-bottom: 24px;
    color: #dc2d17;
    font-weight: 700;
}

.studio-identity-content .section-title,
.studio-method-header .section-title {
    margin-bottom: 34px;
    color: #ffffff;
}

.studio-identity-text {
    max-width: 820px;
}

.studio-identity-text .text {
    margin-bottom: 18px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 18px;
    line-height: 1.65;
}

.studio-identity-text .text:last-child {
    margin-bottom: 0;
}

/* Info cards lato destro */

.studio-identity-info {
    display: grid;
    gap: 22px;
}

.studio-info-card {
    position: relative;
    padding: 32px 30px;
    border-radius: 24px;
    background-color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.12);
    overflow: hidden;
    transition: all 0.35s ease;
}

.studio-info-card::before {
    content: "";
    position: absolute;
    top: -75px;
    right: -75px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: rgba(220, 45, 23, 0.08);
    transition: all 0.35s ease;
}

.studio-info-card:hover {
    transform: translateY(-5px);
    border-color: rgba(220, 45, 23, 0.55);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

.studio-info-card:hover::before {
    transform: scale(1.25);
}

.studio-info-card span {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-bottom: 24px;
    border-radius: 50%;
    background-color: rgba(220, 45, 23, 0.08);
    color: #dc2d17;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
}

.studio-info-card h3 {
    position: relative;
    z-index: 2;
    margin-bottom: 14px;
    color: #111111;
    font-size: 27px;
    line-height: 1;
    letter-spacing: -0.04em;
    font-weight: 800;
}

.studio-info-card p {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    color: #555555;
    font-size: 16px;
    line-height: 1.55;
}

/* ==============================
   Method Block
============================== */

.studio-method-block {
    position: relative;
    z-index: 2;
    margin-top: 130px;
}

.studio-method-header {
    max-width: 980px;
    margin-bottom: 55px;
}

.studio-method-header .text {
    max-width: 850px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 19px;
    line-height: 1.6;
}

.studio-method-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.studio-method-card {
    position: relative;
    min-height: 330px;
    padding: 36px 32px;
    border-radius: 26px;
    background-color: #1f1f1f;
    border: 1px solid rgba(255, 255, 255, 0.12);
    overflow: hidden;
    transition: all 0.35s ease;
}

.studio-method-card::before {
    content: "";
    position: absolute;
    top: -85px;
    right: -85px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background-color: rgba(220, 45, 23, 0.12);
    transition: all 0.35s ease;
}

.studio-method-card:hover {
    transform: translateY(-6px);
    border-color: rgba(220, 45, 23, 0.7);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

.studio-method-card:hover::before {
    transform: scale(1.25);
    background-color: rgba(220, 45, 23, 0.18);
}

.studio-method-number {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 28px;
    border-radius: 50%;
    background-color: rgba(220, 45, 23, 0.14);
    color: #dc2d17;
    font-size: 15px;
    line-height: 1;
    font-weight: 800;
}

.studio-method-card h3 {
    position: relative;
    z-index: 2;
    margin-bottom: 18px;
    color: #ffffff;
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.045em;
    font-weight: 800;
}

.studio-method-card .text {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 16px;
    line-height: 1.6;
}

/* Box finale */

.studio-method-summary {
    margin-top: 28px;
    padding: 34px 36px;
    border-radius: 26px;
    background-color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.studio-method-summary .text {
    max-width: 900px;
    margin-bottom: 0;
    color: #333333;
    font-size: 20px;
    line-height: 1.55;
    font-weight: 600;
}

/* ==============================
   Responsive
============================== */

@media (max-width: 1199px) {
    .studio-identity-block {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .studio-identity-info {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .studio-method-grid {
        grid-template-columns: 1fr;
    }

    .studio-method-card {
        min-height: auto;
    }
}

@media (max-width: 991px) {
    .studio-identity-info {
        grid-template-columns: 1fr;
    }

    .studio-method-block {
        margin-top: 90px;
    }
}

@media (max-width: 767px) {
    .studio-identity-method-area {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .studio-identity-block {
        gap: 40px;
    }

    .studio-identity-content .section-title,
    .studio-method-header .section-title {
        margin-bottom: 26px;
    }

    .studio-identity-text .text,
    .studio-method-header .text {
        font-size: 16px;
        line-height: 1.6;
    }

    .studio-info-card {
        padding: 28px 24px;
        border-radius: 22px;
    }

    .studio-info-card h3 {
        font-size: 24px;
    }

    .studio-info-card p {
        font-size: 16px;
    }

    .studio-method-block {
        margin-top: 70px;
    }

    .studio-method-header {
        margin-bottom: 38px;
    }

    .studio-method-card {
        padding: 30px 24px;
        border-radius: 22px;
    }

    .studio-method-card h3 {
        font-size: 25px;
    }

    .studio-method-card .text {
        font-size: 16px;
    }

    .studio-method-summary {
        padding: 28px 24px;
        border-radius: 22px;
    }

    .studio-method-summary .text {
        font-size: 17px;
    }
}
/* ==============================
   Studio Approach Area
============================== */

.studio-approach-area {
    position: relative;
    background-color: #171717;
    overflow: hidden;
    z-index: 2;
}

.studio-approach-area::before {
    content: "";
    position: absolute;
    top: -180px;
    right: -180px;
    width: 430px;
    height: 430px;
    border-radius: 50%;
    background-color: rgba(220, 45, 23, 0.13);
    pointer-events: none;
}

.studio-approach-area::after {
    content: "";
    position: absolute;
    bottom: -220px;
    left: -220px;
    width: 460px;
    height: 460px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.04);
    pointer-events: none;
}

.studio-approach-inner {
    position: relative;
    z-index: 2;
}

.studio-approach-header {
    max-width: 980px;
    margin-bottom: 70px;
}

.studio-approach-header .section-subtitle {
    display: inline-block;
    margin-bottom: 24px;
    color: #dc2d17;
    font-weight: 700;
}

.studio-approach-header .section-title {
    margin-bottom: 28px;
    color: #ffffff;
}

.studio-approach-header .text {
    max-width: 850px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 19px;
    line-height: 1.6;
}

/* Percorso */

.studio-approach-path {
    display: grid;
    grid-template-columns: 1fr 90px 1fr 90px 1fr;
    align-items: center;
    gap: 0;
}

.studio-approach-card {
    position: relative;
    min-height: 560px;
    padding: 38px 34px;
    border-radius: 28px;
    background-color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.12);
    overflow: hidden;
    transition: all 0.35s ease;
}

.studio-approach-card::before {
    content: "";
    position: absolute;
    top: -90px;
    right: -90px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background-color: rgba(220, 45, 23, 0.08);
    transition: all 0.35s ease;
}

.studio-approach-card:hover {
    transform: translateY(-6px);
    border-color: rgba(220, 45, 23, 0.65);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.32);
}

.studio-approach-card:hover::before {
    transform: scale(1.25);
    background-color: rgba(220, 45, 23, 0.12);
}

.studio-approach-number {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin-bottom: 30px;
    border-radius: 50%;
    background-color: rgba(220, 45, 23, 0.08);
    color: #dc2d17;
    font-size: 16px;
    line-height: 1;
    font-weight: 900;
}

.studio-approach-content {
    position: relative;
    z-index: 2;
}

.studio-approach-label {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 18px;
    padding: 8px 13px;
    border-radius: 999px;
    background-color: rgba(17, 17, 17, 0.06);
    color: #555555;
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.studio-approach-card h3 {
    margin-bottom: 20px;
    color: #111111;
    font-size: 36px;
    line-height: 0.95;
    letter-spacing: -0.055em;
    font-weight: 800;
}

.studio-approach-card p {
    margin-bottom: 28px;
    color: #555555;
    font-size: 17px;
    line-height: 1.55;
}

.studio-approach-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.studio-approach-card ul li {
    position: relative;
    margin-bottom: 13px;
    padding-left: 26px;
    color: #333333;
    font-size: 15px;
    line-height: 1.45;
}

.studio-approach-card ul li:last-child {
    margin-bottom: 0;
}

.studio-approach-card ul li::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #dc2d17;
}

/* Frecce */

.studio-approach-arrow {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.studio-approach-arrow span {
    position: relative;
    display: block;
    width: 64px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.35);
}

.studio-approach-arrow span::before,
.studio-approach-arrow span::after {
    content: "";
    position: absolute;
    right: -2px;
    width: 14px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.35);
    transform-origin: right center;
}

.studio-approach-arrow span::before {
    top: 0;
    transform: rotate(38deg);
}

.studio-approach-arrow span::after {
    bottom: 0;
    transform: rotate(-38deg);
}

/* Box finale */

.studio-approach-final {
    margin-top: 46px;
    padding: 38px 40px;
    border-radius: 28px;
    background-color: #dc2d17;
    color: #ffffff;
}

.studio-approach-final span {
    display: inline-flex;
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.studio-approach-final h3 {
    max-width: 980px;
    margin-bottom: 0;
    color: #ffffff;
    font-size: 42px;
    line-height: 1;
    letter-spacing: -0.055em;
    font-weight: 800;
}

/* Responsive */

@media (max-width: 1399px) {
    .studio-approach-path {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .studio-approach-card {
        min-height: auto;
    }

    .studio-approach-arrow {
        height: 60px;
    }

    .studio-approach-arrow span {
        width: 2px;
        height: 44px;
    }

    .studio-approach-arrow span::before,
    .studio-approach-arrow span::after {
        right: auto;
        bottom: -2px;
        top: auto;
        width: 14px;
        height: 2px;
        transform-origin: center right;
    }

    .studio-approach-arrow span::before {
        left: -11px;
        transform: rotate(45deg);
    }

    .studio-approach-arrow span::after {
        right: -11px;
        transform: rotate(-45deg);
    }
}

@media (max-width: 767px) {
    .studio-approach-header {
        margin-bottom: 42px;
    }

    .studio-approach-header .text {
        font-size: 16px;
        line-height: 1.6;
    }

    .studio-approach-card {
        padding: 30px 24px;
        border-radius: 22px;
    }

    .studio-approach-number {
        width: 48px;
        height: 48px;
        margin-bottom: 26px;
        font-size: 15px;
    }

    .studio-approach-card h3 {
        font-size: 29px;
    }

    .studio-approach-card p {
        font-size: 16px;
    }

    .studio-approach-final {
        padding: 30px 24px;
        border-radius: 22px;
    }

    .studio-approach-final h3 {
        font-size: 28px;
        line-height: 1.05;
    }
}
/* ==============================
   Hide duplicated moving gallery on mobile
============================== */

@media (max-width: 767px) {
    .about-studio-moving-gallery {
        display: none !important;
    }
}
