.creative-property-section{

    background:#050505;

    text-align:center;

    overflow:hidden;

    position:relative;

}

.creative-property-section::before{

    content:"";

    position:absolute;

    inset:0;

    background:
    radial-gradient(circle at center,
    rgba(255,200,0,.10),
    transparent 40%);

    pointer-events:none;

}

.creative-property-content{

    max-width:900px;

    margin:auto;

    position:relative;

    z-index:2;

}

.creative-property-content h2{

    font-family:"Playfair Display",serif;

    font-size:clamp(70px,9vw,150px);

    line-height:.92;

    display:flex;

    flex-direction:column;

    gap:8px;

    margin:35px 0;

}

.creative-property-content h2 span{

    color:var(--primary);

}

.creative-divider{

    width:180px;

    height:2px;

    background:rgba(255,200,0,.45);

    margin:55px auto;

}

.creative-property-content h3{

    font-family:"Playfair Display",serif;

    font-size:clamp(44px,5vw,82px);

    line-height:1.05;

    display:flex;

    flex-direction:column;

    gap:10px;

}

.creative-property-content h3 span{

    color:var(--primary);

}

.creative-property-content p{

    max-width:700px;

    margin:55px auto 0;

    font-size:20px;

    line-height:1.8;

    color:rgba(255,255,255,.75);

}