:root{--navy:#0b1d3a;--gold:#c8952e;--white:#fff;--gray-100:#f0ede8;--gray-500:#8a8580;--gray-700:#4a4540}.bly-about-section{background-color:var(--mod-bg-color)!important;font-family:DM Sans,sans-serif;padding:6rem 2rem;transition:background-color .3s ease}.bly-about-section .section-inner{margin:0 auto;max-width:1100px}.bly-about-section .section-label{color:var(--gold);display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.25em;margin-bottom:1rem;padding-left:2.5rem;position:relative;text-transform:uppercase}.bly-about-section .section-label:before{background:var(--gold);content:"";height:1px;left:0;position:absolute;top:50%;width:2rem}.bly-about-section h2.section-title{color:var(--mod-title-color)!important;font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.15;margin-bottom:1.5rem}.bly-about-section .about-grid{align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1.3fr;margin-top:3rem}.bly-about-section .about-photo{align-items:center;aspect-ratio:3/4;background:linear-gradient(135deg,var(--navy) 0,#152d50 100%);border-radius:4px;display:flex;justify-content:center;overflow:hidden;position:relative}.bly-about-section .about-photo:after{background:var(--gold);bottom:0;content:"";height:4px;left:0;position:absolute;right:0;z-index:2}.bly-about-section .about-image-element{display:block;height:100%;object-fit:cover;width:100%;z-index:1}.bly-about-section .about-photo-placeholder{color:hsla(0,0%,100%,.3);font-size:.8rem;letter-spacing:.1em;text-align:center;text-transform:uppercase}.bly-about-section .about-rich-text p{color:var(--gray-700);font-size:1rem;line-height:1.85;margin-bottom:1.5rem}.bly-about-section .about-rich-text strong{color:var(--navy);font-weight:700}.bly-about-section .about-companies{border-top:1px solid var(--gray-100);display:flex;gap:2rem;margin-top:2rem;padding-top:2rem}.bly-about-section .company-card{background:var(--white);border:1px solid var(--gray-100);border-radius:4px;flex:1;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.bly-about-section .company-card:hover{box-shadow:0 4px 15px rgba(0,0,0,.05);transform:translateY(-2px)}.bly-about-section .company-card h4{color:var(--navy);font-family:Playfair Display,serif;font-size:1.05rem;font-weight:700;margin:0 0 .3rem}.bly-about-section .company-card p{color:var(--gray-500);font-size:.8rem;margin:0}@media (max-width:768px){.bly-about-section{padding:4rem 1.5rem}.bly-about-section .about-grid{gap:2.5rem;grid-template-columns:1fr}.bly-about-section .about-companies{flex-direction:column;gap:1rem}}