.studio-section {
    position: relative;
    overflow: hidden;
    padding: 5rem 0 5.25rem;
    background: #050507;
    isolation: isolate;
}

.studio-bg,
.studio-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.studio-bg {
    z-index: 0;
    background:
        radial-gradient(circle at 16% 16%, rgba(255, 255, 255, 0.026), transparent 22%),
        radial-gradient(circle at 78% 14%, rgba(var(--accent-rgb), 0.12), transparent 18%),
        radial-gradient(circle at 54% 70%, rgba(var(--accent-deep-rgb), 0.12), transparent 24%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.015) 0, rgba(255, 255, 255, 0.015) 0.0625rem, transparent 0.0625rem, transparent 33.333%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.012) 0, rgba(255, 255, 255, 0.012) 0.0625rem, transparent 0.0625rem, transparent 8rem);
    background-size: auto, auto, auto, 34%, 100% 8rem;
    opacity: 0.8;
}

.studio-overlay {
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(4, 4, 6, 0.18) 0%, rgba(4, 4, 6, 0.04) 20%, rgba(4, 4, 6, 0.05) 82%, rgba(4, 4, 6, 0.16) 100%),
        radial-gradient(circle at 24% 18%, rgba(var(--accent-rgb), 0.1), transparent 16%);
}

.studio-section .container {
    position: relative;
    z-index: 2;
}

.studio-header {
    display: grid;
    grid-template-columns: minmax(0, 1.34fr) minmax(18rem, 0.66fr);
    gap: 1.5rem 1.8rem;
    align-items: start;
    margin-bottom: 1.5rem;
    padding-left: clamp(1rem, 3.8vw, 4.25rem);
}

.studio-heading {
    position: relative;
    max-width: 54rem;
    padding-top: 0.2rem;
}

.studio-heading::before {
    content: "";
    position: absolute;
    inset: -1.2rem auto auto -2rem;
    width: 18rem;
    height: 12rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(var(--accent-deep-rgb), 0.18) 0%, rgba(var(--accent-deep-rgb), 0.08) 34%, transparent 72%);
    filter: blur(3rem);
    opacity: 0.72;
    pointer-events: none;
}

.studio-heading > * {
    position: relative;
    z-index: 1;
}

.studio-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    margin: 0 0 0.95rem;
    color: #bfc1c8;
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.studio-eyebrow::before {
    content: "";
    width: 3.2rem;
    height: 0.0625rem;
    background: linear-gradient(90deg, rgba(var(--accent-rgb), 0.95), rgba(var(--accent-rgb), 0.12));
}

.studio-title {
    margin: 0;
    max-width: 15.6ch;
    font-family: var(--font-heading);
    font-size: clamp(1.96rem, 3.05vw, 3.2rem);
    line-height: 0.98;
    color: #f5f1ea;
    text-wrap: balance;
}

.studio-intro {
    margin: 1.15rem 0 0;
    max-width: 45rem;
    color: rgba(221, 222, 229, 0.8);
    font-size: 1rem;
    line-height: 1.8;
}

.studio-aside {
    position: relative;
    align-self: start;
    max-width: 26rem;
    padding: 0.3rem 0 0 1.15rem;
}

.studio-aside::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0.0625rem;
    background: linear-gradient(180deg, rgba(var(--accent-rgb), 0.85), rgba(var(--accent-rgb), 0.08));
}

.studio-aside-label {
    margin: 0 0 0.72rem;
    color: rgba(226, 227, 233, 0.7);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.studio-aside h3 {
    margin: 0;
    max-width: 16ch;
    font-family: var(--font-heading);
    font-size: clamp(1.04rem, 1.4vw, 1.34rem);
    line-height: 1.18;
    color: #f2eee8;
    text-wrap: balance;
}

.studio-aside p:last-of-type {
    margin: 0.8rem 0 0;
    color: rgba(218, 219, 226, 0.74);
    font-size: 0.92rem;
    line-height: 1.72;
}

.studio-signals {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 0.9rem;
}

.studio-signals span {
    display: inline-flex;
    align-items: center;
    min-height: 2.15rem;
    padding: 0 0.82rem;
    border-radius: 999rem;
    border: 0.0625rem solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.015);
    color: #ece9e4;
    font-size: 0.77rem;
    white-space: nowrap;
}

.studio-body {
    display: grid;
    gap: 1.2rem;
}

.studio-manifesto {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
    gap: 1rem;
    align-items: stretch;
}

.studio-manifesto-copy,
.studio-manifesto-note {
    border-radius: 1.35rem;
    border: 0.0625rem solid rgba(255, 255, 255, 0.07);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.024), rgba(255, 255, 255, 0.012)),
        rgba(255, 255, 255, 0.012);
}

.studio-manifesto-copy {
    padding: 1.35rem 1.3rem;
}

.studio-manifesto-label,
.studio-note-label {
    margin: 0 0 0.72rem;
    color: #c4c4cc;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
}

.studio-manifesto-copy p:not(.studio-manifesto-label) {
    margin: 0;
    max-width: 42rem;
    color: rgba(217, 217, 224, 0.76);
    font-size: 0.96rem;
    line-height: 1.8;
}

.studio-manifesto-copy p + p {
    margin-top: 1rem;
}

.studio-manifesto-copy strong {
    color: #f0eeeb;
    font-weight: 600;
}

.studio-manifesto-note {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
    min-height: 100%;
    padding: 1.35rem 1.3rem;
    overflow: hidden;
}

.studio-manifesto-note::before {
    content: "";
    position: absolute;
    inset: auto -2.4rem -3.2rem auto;
    width: 11rem;
    height: 11rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(var(--accent-rgb), 0.18), transparent 68%);
    filter: blur(2rem);
}

.studio-manifesto-note::after {
    content: "";
    position: absolute;
    top: 0;
    left: 1.3rem;
    width: 3.8rem;
    height: 0.125rem;
    border-radius: 999rem;
    background: linear-gradient(90deg, rgba(var(--accent-rgb), 0.95), rgba(var(--accent-rgb), 0));
}

.studio-manifesto-note > * {
    position: relative;
    z-index: 1;
}

.studio-note-quote {
    margin: 0;
    max-width: 15.5ch;
    font-family: var(--font-heading);
    font-size: clamp(1.04rem, 1.45vw, 1.34rem);
    line-height: 1.18;
    color: #f2eee8;
    text-wrap: balance;
}

.studio-values {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.studio-value {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    min-height: 15rem;
    padding: 1.4rem 1.3rem 1.25rem;
    border-radius: 1.4rem;
    border: 0.0625rem solid rgba(255, 255, 255, 0.075);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.034), rgba(255, 255, 255, 0.014)),
        rgba(255, 255, 255, 0.014);
    box-shadow:
        0 1rem 2.4rem rgba(0, 0, 0, 0.16),
        inset 0 0 0.08rem rgba(255, 255, 255, 0.03);
    transition:
        transform 0.28s ease,
        border-color 0.28s ease,
        box-shadow 0.28s ease;
}

.studio-value::before {
    content: "";
    position: absolute;
    top: 0;
    left: 1.3rem;
    width: 3.8rem;
    height: 0.125rem;
    border-radius: 999rem;
    background: linear-gradient(90deg, rgba(var(--accent-rgb), 0.95), rgba(var(--accent-rgb), 0));
}

.studio-value:nth-child(2) {
    transform: translateY(1rem);
}

.studio-value:nth-child(3) {
    transform: translateY(-1rem);
}

.studio-value:hover {
    transform: translateY(-0.25rem);
    border-color: rgba(var(--accent-rgb), 0.22);
    box-shadow:
        0 1.2rem 2.8rem rgba(0, 0, 0, 0.22),
        0 0 1.8rem rgba(var(--accent-rgb), 0.06),
        inset 0 0 0.08rem rgba(255, 255, 255, 0.04);
}

.studio-value-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.studio-value-number {
    color: rgba(var(--accent-rgb), 0.92);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.18em;
}

.studio-value-label {
    margin: 0;
    color: rgba(213, 214, 221, 0.62);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    text-align: right;
}

.studio-value h3 {
    margin: 0;
    max-width: 18ch;
    font-family: var(--font-heading);
    font-size: clamp(1.16rem, 1.75vw, 1.54rem);
    line-height: 1.14;
    color: #f2eee8;
    text-wrap: balance;
}

.studio-value > p {
    margin: 0;
    color: rgba(217, 217, 224, 0.76);
    font-size: 0.94rem;
    line-height: 1.76;
}

.studio-value-note {
    margin-top: auto;
    padding-top: 0.9rem;
    border-top: 0.0625rem solid rgba(255, 255, 255, 0.08);
    color: rgba(236, 234, 228, 0.88);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.04em;
}

@media (max-width: 80rem) {
    .studio-header {
        grid-template-columns: minmax(0, 1.24fr) minmax(17rem, 0.72fr);
        gap: 1.3rem;
        padding-left: clamp(0.5rem, 2vw, 1.5rem);
    }

    .studio-title {
        max-width: 15ch;
        font-size: clamp(1.92rem, 3vw, 2.8rem);
    }

    .studio-intro {
        max-width: 40rem;
    }
}

@media (max-width: 64rem) {
    .studio-section {
        padding: 4.45rem 0 4.75rem;
    }

    .studio-header,
    .studio-manifesto,
    .studio-values {
        grid-template-columns: 1fr;
    }

    .studio-header {
        gap: 1.2rem;
        padding-left: 0;
    }

    .studio-heading,
    .studio-title,
    .studio-intro {
        max-width: none;
    }

    .studio-aside {
        max-width: none;
        padding-left: 1rem;
    }

    .studio-heading::before {
        inset: -0.8rem auto auto -0.8rem;
        width: 14rem;
        height: 10rem;
        filter: blur(2.6rem);
    }

    .studio-value:nth-child(2),
    .studio-value:nth-child(3) {
        transform: none;
    }
}

@media (max-width: 48rem) {
    .studio-section {
        padding: 3.95rem 0 4.2rem;
    }

    .studio-title {
        max-width: 13.5ch;
        font-size: clamp(1.82rem, 7.2vw, 2.45rem);
    }

    .studio-intro,
    .studio-aside p:last-of-type,
    .studio-manifesto-copy p:not(.studio-manifesto-label),
    .studio-value > p {
        font-size: 0.92rem;
    }

    .studio-aside,
    .studio-manifesto-copy,
    .studio-manifesto-note,
    .studio-value {
        border-radius: 1.2rem;
    }

    .studio-manifesto-copy,
    .studio-manifesto-note,
    .studio-value {
        padding-left: 1.15rem;
        padding-right: 1.15rem;
    }

    .studio-value {
        min-height: unset;
        padding-top: 1.3rem;
        padding-bottom: 1.2rem;
    }

    .studio-manifesto-note::after,
    .studio-value::before {
        left: 1.15rem;
    }

    .studio-aside {
        padding-left: 1rem;
        padding-right: 0;
    }

    .studio-aside::before {
        left: 0;
    }

    .studio-value-top {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.55rem;
    }

    .studio-value-label {
        text-align: left;
    }

    .studio-value h3,
    .studio-note-quote {
        max-width: none;
    }
}

@media (max-width: 30rem) {
    .studio-signals {
        gap: 0.6rem;
    }

    .studio-signals span {
        width: 100%;
        justify-content: flex-start;
        padding: 0.72rem 0.95rem;
        border-radius: 1rem;
    }
}
