.t-title_xxs {
    letter-spacing: -1px;
}

/* Urbelle: fonts and hero basics */
body.t-body,
.t-records {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Hero: simple text replacement — hide all original letter/tagline elements */
#rec731614267 .t396__artboard > .t396__elem {
    display: none !important;
}

/* Simple hero: URBELLE + STUDIO + tagline */
.urbelle-hero-simple {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}
.urbelle-hero-logo {
    font-size: clamp(48px, 10vw, 120px);
    font-weight: 700;
    letter-spacing: 0.02em;
    margin: 0 0 0.02em 0;
    line-height: 1;
}
.urbelle-hero-studio {
    font-size: clamp(24px, 4vw, 48px);
    font-weight: 600;
    letter-spacing: 0.15em;
    margin: 0 0 1em 0;
    text-transform: uppercase;
}
.urbelle-hero-tagline {
    font-size: clamp(14px, 1.5vw, 18px);
    font-weight: 400;
    line-height: 1.6;
    max-width: 520px;
    margin: 0;
}

/* Testimonials section (no audio) */
#urbelle-testimonials {
    background-color: #000;
    min-height: 1060px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.urbelle-testimonials-inner {
    max-width: 1420px;
    width: 100%;
    padding: 80px 20px 100px;
    box-sizing: border-box;
}
.urbelle-testimonials-title {
    color: #fff;
    font-size: clamp(28px, 3.5vw, 48px);
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin: 0 0 0.4em 0;
    text-align: center;
}
.urbelle-testimonials-sub {
    color: rgba(255, 255, 255, 0.4);
    font-size: clamp(14px, 1.2vw, 16px);
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 3em 0;
    text-align: center;
}
.urbelle-testimonials-list {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.urbelle-testimonials-list li {
    color: #fff;
    font-size: clamp(18px, 1.8vw, 24px);
    font-weight: 400;
    letter-spacing: -0.5px;
    padding: 22px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width: 959px) {
    #urbelle-testimonials {
        min-height: 700px;
    }
    .urbelle-testimonials-inner {
        padding: 60px 16px 80px;
    }
}
