.obj-profile { max-width: 1200px; margin: 0 auto; padding: 150px 6.25% 80px; font-family: 'Inter Tight', sans-serif; color: #012169; }
.obj-profile-gallery { margin-bottom: 60px; }
.obj-gallery-main { position: relative; width: 100%; aspect-ratio: 16/10; overflow: hidden; background: #d8dce8; cursor: pointer; margin-bottom: 10px; }
.obj-gallery-slide { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 0.4s ease; display: block; }
.obj-gallery-slide.rs-active { opacity: 1; }
.obj-gnav { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,0.85); border: none; width: 48px; height: 48px; cursor: pointer; font-size: 26px; color: #012169; display: flex; align-items: center; justify-content: center; z-index: 3; opacity: 0; transition: opacity 0.2s; padding: 0; }
.obj-gallery-main:hover .obj-gnav { opacity: 1; }
.obj-gnav.rs-prev { left: 14px; }
.obj-gnav.rs-next { right: 14px; }
.obj-gcounter { position: absolute; bottom: 14px; right: 18px; background: rgba(0,0,0,0.45); color: #fff; font-size: 12px; font-family: 'Inter Tight', sans-serif; padding: 4px 10px; z-index: 3; }
.obj-thumbstrip { display: flex; gap: 6px; overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none; }
.obj-thumbstrip::-webkit-scrollbar { display: none; }
.obj-thumbstrip img { width: 80px; height: 54px; object-fit: cover; cursor: pointer; flex-shrink: 0; opacity: 0.55; transition: opacity 0.2s; }
.obj-thumbstrip img.rs-active, .obj-thumbstrip img:hover { opacity: 1; }
.obj-profile-body { display: flex; gap: 6%; margin-bottom: 60px; }
.obj-profile-main { flex: 1; }
.obj-profile-sidebar { flex: 0 0 280px; }
.obj-profile-main h1 { font-size: 36px; font-weight: 600; letter-spacing: -0.02em; line-height: 1.15; margin: 0 0 8px; }
.obj-profile-main .op-addr { font-size: 15px; font-weight: 300; opacity: 0.6; margin: 0 0 32px; }
.obj-profile-main .op-desc { font-size: 15px; font-weight: 300; line-height: 1.8; opacity: 0.75; white-space: pre-line; }
.obj-profile-main .op-desc a { color: #012169; }
.obj-specs { border-top: 1px solid rgba(1,33,105,0.12); margin-bottom: 32px; }
.obj-spec-row { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid rgba(1,33,105,0.08); font-size: 14px; }
.obj-spec-row .spec-label { font-weight: 300; opacity: 0.55; }
.obj-spec-row .spec-val { font-weight: 600; }
.obj-profile-price { font-size: 30px; font-weight: 600; letter-spacing: -0.02em; margin-bottom: 6px; }
.obj-profile-type { font-size: 11px; font-weight: 400; letter-spacing: 0.1em; text-transform: uppercase; opacity: 0.5; margin-bottom: 32px; }
.obj-broker-card { border-top: 1px solid rgba(1,33,105,0.12); padding-top: 24px; margin-top: 24px; }
.obc-photo-link { display: block; margin-bottom: 16px; }
.obc-photo { width: 100%; aspect-ratio: 3/4; object-fit: cover; display: block; }
.obj-broker-card .obc-name { font-size: 15px; font-weight: 600; margin-bottom: 4px; }
.obj-broker-card a { display: block; color: #012169; text-decoration: none; font-size: 13px; font-weight: 300; line-height: 1.9; opacity: 0.65; }
.obj-broker-card a:hover { opacity: 1; text-decoration: underline; }
.obc-photo-link:hover .obc-photo { opacity: 0.9; }
@media (max-width: 900px) {
    .obj-profile-body { flex-direction: column; }
    .obj-profile-sidebar { flex: none; width: 100%; }
    .obj-gallery-main { aspect-ratio: 4/3; }
}
@media (max-width: 600px) {
    .obj-profile-main h1 { font-size: 28px; }
    .obj-profile-price { font-size: 24px; }
    .obj-thumbstrip img { width: 60px; height: 40px; }
}
